@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0191c9;
  --secondary: #ececec;
  --success: #28a745;
  --info: #01adef;
  --warning: #ffc107;
  --danger: #9f0002;
  --light: #e5e5e5;
  --dark: #666;
  --subdark: #949494;
  --darker: #333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1300px;
  --breakpoint-xxxl: 1560px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00adef;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0076a3;
    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; }

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  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.09375rem; }

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1240px; } }
  @media (min-width: 1560px) {
    .container {
      max-width: 1500px; } }
.container-fluid {
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  margin-right: auto;
  margin-left: auto; }

.row, .form-layout-horizontal-wide .form-group, .form-layout-horizontal .form-group, .form-layout-horizontal-short .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.375rem;
  margin-left: -0.375rem; }

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

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .form-layout-horizontal-col, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .form-layout-horizontal-short .form-group .form-control-cell, .col-md-9, .form-layout-horizontal .form-group .form-control-cell, .col-md-8, .form-layout-horizontal-wide .form-group .form-control-cell, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .form-layout-horizontal-wide .form-group > label, .col-md-3, .form-layout-horizontal .form-group > label, .col-md-2, .form-layout-horizontal-short .form-group > label, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2, .form-layout-horizontal-short .form-group > label {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3, .form-layout-horizontal .form-group > label {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .form-layout-horizontal-wide .form-group > label {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .form-layout-horizontal-wide .form-group .form-control-cell {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9, .form-layout-horizontal .form-group .form-control-cell {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10, .form-layout-horizontal-short .form-group .form-control-cell {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2, .form-layout-horizontal-short .form-group .form-control-cell.form-control-cell-without-label {
    margin-left: 16.66667%; }
  .offset-md-3, .form-layout-horizontal .form-group .form-control-cell.form-control-cell-without-label {
    margin-left: 25%; }
  .offset-md-4, .form-layout-horizontal-wide .form-group .form-control-cell.form-control-cell-without-label {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9, .form-layout-horizontal-col {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1560px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: whitesmoke; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-subdark,
.table-subdark > th,
.table-subdark > td {
  background-color: #e1e1e1; }

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

.table-hover .table-subdark:hover {
  background-color: #d4d4d4; }
  .table-hover .table-subdark:hover > td,
  .table-hover .table-subdark:hover > th {
    background-color: #d4d4d4; }

.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #c6c6c6; }

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

.table-hover .table-darker:hover {
  background-color: #b9b9b9; }
  .table-hover .table-darker:hover > td,
  .table-hover .table-darker:hover > th {
    background-color: #b9b9b9; }

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

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

.table .thead-dark th {
  color: #333;
  background-color: transparent;
  border-color: #dee2e6; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

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

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

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

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

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

@media (max-width: 1299.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1559.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #666;
    background-color: #fff;
    border-color: #4bcdfe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

.col-form-label, .form-layout-horizontal-wide .form-group > label:not(.form-no-control-label), .form-layout-horizontal .form-group > label:not(.form-no-control-label), .form-layout-horizontal-short .form-group > label:not(.form-no-control-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.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.8rem;
  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: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

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: #6c757d; }

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

.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 {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

.was-validated .custom-file-input:valid ~ .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 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.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.8rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(159, 0, 2, 0.9);
  border-radius: 0.1rem; }

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #9f0002;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239f0002' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239f0002' stroke='none'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #9f0002;
    box-shadow: 0 0 0 0.2rem rgba(159, 0, 2, 0.25); }
  .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: #9f0002; }

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

.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 {
  border-color: #d20003;
  background-color: #d20003; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(159, 0, 2, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9f0002; }

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

.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 {
  border-color: #9f0002;
  box-shadow: 0 0 0 0.2rem rgba(159, 0, 2, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #333;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #0191c9;
  border-color: #0191c9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0176a3;
    border-color: #016d96; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 162, 209, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0191c9;
    border-color: #0191c9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #016d96;
    border-color: #016389; }
    .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(39, 162, 209, 0.5); }

.btn-secondary {
  color: #333;
  background-color: #ececec;
  border-color: #ececec; }
  .btn-secondary:hover {
    color: #333;
    background-color: #d9d9d9;
    border-color: lightgray; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #333;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #333;
    background-color: lightgray;
    border-color: #cccccc; }
    .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(208, 208, 208, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #01adef;
  border-color: #01adef; }
  .btn-info:hover {
    color: #fff;
    background-color: #0191c9;
    border-color: #0188bc; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 185, 241, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #01adef;
    border-color: #01adef; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0188bc;
    border-color: #017fb0; }
    .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(39, 185, 241, 0.5); }

.btn-warning {
  color: #333;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #333;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #333;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #333;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #9f0002;
  border-color: #9f0002; }
  .btn-danger:hover {
    color: #fff;
    background-color: #790002;
    border-color: #6c0001; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 38, 40, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #9f0002;
    border-color: #9f0002; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #6c0001;
    border-color: #5f0001; }
    .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(173, 38, 40, 0.5); }

.btn-light {
  color: #333;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }
  .btn-light:hover {
    color: #333;
    background-color: #d2d2d2;
    border-color: #cbcbcb; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #333;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #333;
    background-color: #cbcbcb;
    border-color: #c5c5c5; }
    .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(202, 202, 202, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #666;
  border-color: #666; }
  .btn-dark:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #464646; }
    .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(125, 125, 125, 0.5); }

.btn-subdark {
  color: #fff;
  background-color: #949494;
  border-color: #949494; }
  .btn-subdark:hover {
    color: #fff;
    background-color: #818181;
    border-color: #7a7a7a; }
  .btn-subdark:focus, .btn-subdark.focus {
    box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5); }
  .btn-subdark.disabled, .btn-subdark:disabled {
    color: #fff;
    background-color: #949494;
    border-color: #949494; }
  .btn-subdark:not(:disabled):not(.disabled):active, .btn-subdark:not(:disabled):not(.disabled).active, .show > .btn-subdark.dropdown-toggle {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #747474; }
    .btn-subdark:not(:disabled):not(.disabled):active:focus, .btn-subdark:not(:disabled):not(.disabled).active:focus, .show > .btn-subdark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5); }

.btn-darker {
  color: #fff;
  background-color: #333;
  border-color: #333; }
  .btn-darker:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-darker:focus, .btn-darker.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }
  .btn-darker.disabled, .btn-darker:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  .btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active, .show > .btn-darker.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus, .show > .btn-darker.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-outline-primary {
  color: #0191c9;
  border-color: #0191c9; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0191c9;
    border-color: #0191c9; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0191c9;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0191c9;
    border-color: #0191c9; }
    .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(1, 145, 201, 0.5); }

.btn-outline-secondary {
  color: #ececec;
  border-color: #ececec; }
  .btn-outline-secondary:hover {
    color: #333;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ececec;
    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: #333;
    background-color: #ececec;
    border-color: #ececec; }
    .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(236, 236, 236, 0.5); }

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

.btn-outline-info {
  color: #01adef;
  border-color: #01adef; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #01adef;
    border-color: #01adef; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 173, 239, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #01adef;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #01adef;
    border-color: #01adef; }
    .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(1, 173, 239, 0.5); }

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

.btn-outline-danger {
  color: #9f0002;
  border-color: #9f0002; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #9f0002;
    border-color: #9f0002; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 0, 2, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #9f0002;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #9f0002;
    border-color: #9f0002; }
    .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(159, 0, 2, 0.5); }

.btn-outline-light {
  color: #e5e5e5;
  border-color: #e5e5e5; }
  .btn-outline-light:hover {
    color: #333;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e5e5e5;
    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: #333;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
    .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(229, 229, 229, 0.5); }

.btn-outline-dark {
  color: #666;
  border-color: #666; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #666;
    border-color: #666; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #666;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #666;
    border-color: #666; }
    .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(102, 102, 102, 0.5); }

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

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

.btn-link {
  font-weight: 400;
  color: #00adef;
  text-decoration: none; }
  .btn-link:hover {
    color: #0076a3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1300px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1560px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

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

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

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

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

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

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

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

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0191c9; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #6c757d;
  white-space: nowrap; }

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  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: #fff;
    border-color: #0191c9;
    background-color: #0191c9; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #4bcdfe; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #7edbfe;
    border-color: #7edbfe; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 145, 201, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(1, 145, 201, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 145, 201, 0.5); }

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #4bcdfe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.25); }
    .custom-select:focus::-ms-value {
      color: #666;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

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

.nav-tabs {
  border-bottom: 1px solid #ccc; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #ccc; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.1rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0191c9; }

.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.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  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.1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1299.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1300px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1559.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1560px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.3); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: white; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card, .card-repository {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1rem; }
  .card > hr, .card-repository > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child, .card-repository > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem; }
  .card > .list-group:last-child .list-group-item:last-child, .card-repository > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; }

.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:first-child {
    border-radius: calc(0.1rem - 1px) calc(0.1rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.1rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1rem - 1px);
  border-bottom-left-radius: calc(0.1rem - 1px); }

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00adef;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0076a3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0191c9;
  border-color: #0191c9; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }

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

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

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

.badge-primary {
  color: #fff;
  background-color: #0191c9; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #016d96; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 145, 201, 0.5); }

.badge-secondary {
  color: #333;
  background-color: #ececec; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #333;
    background-color: lightgray; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #01adef; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0188bc; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 173, 239, 0.5); }

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

.badge-danger {
  color: #fff;
  background-color: #9f0002; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #6c0001; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(159, 0, 2, 0.5); }

.badge-light {
  color: #333;
  background-color: #e5e5e5; }
  a.badge-light:hover, a.badge-light:focus {
    color: #333;
    background-color: #cbcbcb; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #666; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #4d4d4d; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }

.badge-subdark {
  color: #fff;
  background-color: #949494; }
  a.badge-subdark:hover, a.badge-subdark:focus {
    color: #fff;
    background-color: #7a7a7a; }
  a.badge-subdark:focus, a.badge-subdark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5); }

.badge-darker {
  color: #fff;
  background-color: #333; }
  a.badge-darker:hover, a.badge-darker:focus {
    color: #fff;
    background-color: #1a1a1a; }
  a.badge-darker:focus, a.badge-darker.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004c68;
  background-color: #cce9f4;
  border-color: #b8e0f0; }
  .alert-primary hr {
    border-top-color: #a3d7ec; }
  .alert-primary .alert-link {
    color: #002735; }

.alert-secondary {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa; }
  .alert-secondary hr {
    border-top-color: #ededed; }
  .alert-secondary .alert-link {
    color: #626262; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #015a7c;
  background-color: #cceffc;
  border-color: #b8e8fb; }
  .alert-info hr {
    border-top-color: #a0e0fa; }
  .alert-info .alert-link {
    color: #013549; }

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

.alert-danger {
  color: #530001;
  background-color: #eccccc;
  border-color: #e4b8b8; }
  .alert-danger hr {
    border-top-color: #dda6a6; }
  .alert-danger .alert-link {
    color: #200000; }

.alert-light {
  color: #777777;
  background-color: #fafafa;
  border-color: #f8f8f8; }
  .alert-light hr {
    border-top-color: #ebebeb; }
  .alert-light .alert-link {
    color: #5e5e5e; }

.alert-dark {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4; }
  .alert-dark hr {
    border-top-color: #c7c7c7; }
  .alert-dark .alert-link {
    color: #1c1c1c; }

.alert-subdark {
  color: #4d4d4d;
  background-color: #eaeaea;
  border-color: #e1e1e1; }
  .alert-subdark hr {
    border-top-color: #d4d4d4; }
  .alert-subdark .alert-link {
    color: #343434; }

.alert-darker {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-darker hr {
    border-top-color: #b9b9b9; }
  .alert-darker .alert-link {
    color: #020202; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.1rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0191c9;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }
.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #333;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0191c9;
    border-color: #0191c9; }

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

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

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

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

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

.list-group-item-primary {
  color: #004c68;
  background-color: #b8e0f0; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004c68;
    background-color: #a3d7ec; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004c68;
    border-color: #004c68; }

.list-group-item-secondary {
  color: #7b7b7b;
  background-color: #fafafa; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7b7b7b;
    background-color: #ededed; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #015a7c;
  background-color: #b8e8fb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #015a7c;
    background-color: #a0e0fa; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #015a7c;
    border-color: #015a7c; }

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

.list-group-item-danger {
  color: #530001;
  background-color: #e4b8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #530001;
    background-color: #dda6a6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #530001;
    border-color: #530001; }

.list-group-item-light {
  color: #777777;
  background-color: #f8f8f8; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #777777;
    background-color: #ebebeb; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #777777;
    border-color: #777777; }

.list-group-item-dark {
  color: #353535;
  background-color: #d4d4d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #353535;
    background-color: #c7c7c7; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #353535;
    border-color: #353535; }

.list-group-item-subdark {
  color: #4d4d4d;
  background-color: #e1e1e1; }
  .list-group-item-subdark.list-group-item-action:hover, .list-group-item-subdark.list-group-item-action:focus {
    color: #4d4d4d;
    background-color: #d4d4d4; }
  .list-group-item-subdark.list-group-item-action.active {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d; }

.list-group-item-darker {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #01adef !important; }

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

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

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

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

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

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

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

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

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

.bg-subdark {
  background-color: #949494 !important; }

a.bg-subdark:hover, a.bg-subdark:focus,
button.bg-subdark:hover,
button.bg-subdark:focus {
  background-color: #7a7a7a !important; }

.bg-darker {
  background-color: #333 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #01adef !important; }

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

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

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

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

.border-subdark {
  border-color: #949494 !important; }

.border-darker {
  border-color: #333 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1300px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1560px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1560px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

@media (min-width: 1300px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1560px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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, .card, .card-repository,
.my-3 {
  margin-bottom: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1300px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1560px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1300px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1560px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #01adef !important; }

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #404040 !important; }

.text-subdark {
  color: #949494 !important; }

a.text-subdark:hover, a.text-subdark:focus {
  color: #6e6e6e !important; }

.text-darker {
  color: #333 !important; }

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("../fonts/glyphicons-regular2.eot");
  src: url("../fonts/glyphicons-regular2.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular2.woff2") format("woff2"), url("../fonts/glyphicons-regular2.woff") format("woff"), url("../fonts/glyphicons-regular2.ttf") format("truetype"), url("../fonts/glyphicons-regular2.svg#glyphiconsregular") format("svg"); }

.glyphicons, .document-source-icon-REPORT,
.document-source-icon-DMS_DAU,
.document-source-icon-DMS_RCT,
.document-source-icon-DMS_DU,
.document-source-icon-DMS_REGISTRATION,
.document-source-icon-DMS_DWR,
.document-source-icon-PIVOTAL,
.document-source-icon-SCAN,
.document-source-icon-FAX,
.document-source-icon-DEF3000,
.document-source-icon-LEO,
.document-source-icon-INTERCEPTOR,
.document-source-icon-STOCK,
.document-source-icon-FLEET_MANAGEMENT {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .glyphicons:before, .document-source-icon-REPORT:before,
  .document-source-icon-DMS_DAU:before,
  .document-source-icon-DMS_RCT:before,
  .document-source-icon-DMS_DU:before,
  .document-source-icon-DMS_REGISTRATION:before,
  .document-source-icon-DMS_DWR:before,
  .document-source-icon-PIVOTAL:before,
  .document-source-icon-SCAN:before,
  .document-source-icon-FAX:before,
  .document-source-icon-DEF3000:before,
  .document-source-icon-LEO:before,
  .document-source-icon-INTERCEPTOR:before,
  .document-source-icon-STOCK:before,
  .document-source-icon-FLEET_MANAGEMENT:before {
    /*
    display:inline-block;
    padding:6px 8px;
    */ }

.glyphicons.x05, .x05.document-source-icon-REPORT,
.x05.document-source-icon-DMS_DAU,
.x05.document-source-icon-DMS_RCT,
.x05.document-source-icon-DMS_DU,
.x05.document-source-icon-DMS_REGISTRATION,
.x05.document-source-icon-DMS_DWR,
.x05.document-source-icon-PIVOTAL,
.x05.document-source-icon-SCAN,
.x05.document-source-icon-FAX,
.x05.document-source-icon-DEF3000,
.x05.document-source-icon-LEO,
.x05.document-source-icon-INTERCEPTOR,
.x05.document-source-icon-STOCK,
.x05.document-source-icon-FLEET_MANAGEMENT {
  font-size: 12px; }

.glyphicons.x2, .x2.document-source-icon-REPORT,
.x2.document-source-icon-DMS_DAU,
.x2.document-source-icon-DMS_RCT,
.x2.document-source-icon-DMS_DU,
.x2.document-source-icon-DMS_REGISTRATION,
.x2.document-source-icon-DMS_DWR,
.x2.document-source-icon-PIVOTAL,
.x2.document-source-icon-SCAN,
.x2.document-source-icon-FAX,
.x2.document-source-icon-DEF3000,
.x2.document-source-icon-LEO,
.x2.document-source-icon-INTERCEPTOR,
.x2.document-source-icon-STOCK,
.x2.document-source-icon-FLEET_MANAGEMENT {
  font-size: 48px; }
  .glyphicons.x2:before, .x2.document-source-icon-REPORT:before,
  .x2.document-source-icon-DMS_DAU:before,
  .x2.document-source-icon-DMS_RCT:before,
  .x2.document-source-icon-DMS_DU:before,
  .x2.document-source-icon-DMS_REGISTRATION:before,
  .x2.document-source-icon-DMS_DWR:before,
  .x2.document-source-icon-PIVOTAL:before,
  .x2.document-source-icon-SCAN:before,
  .x2.document-source-icon-FAX:before,
  .x2.document-source-icon-DEF3000:before,
  .x2.document-source-icon-LEO:before,
  .x2.document-source-icon-INTERCEPTOR:before,
  .x2.document-source-icon-STOCK:before,
  .x2.document-source-icon-FLEET_MANAGEMENT:before {
    padding: 8px 12px; }

.glyphicons.x3, .x3.document-source-icon-REPORT,
.x3.document-source-icon-DMS_DAU,
.x3.document-source-icon-DMS_RCT,
.x3.document-source-icon-DMS_DU,
.x3.document-source-icon-DMS_REGISTRATION,
.x3.document-source-icon-DMS_DWR,
.x3.document-source-icon-PIVOTAL,
.x3.document-source-icon-SCAN,
.x3.document-source-icon-FAX,
.x3.document-source-icon-DEF3000,
.x3.document-source-icon-LEO,
.x3.document-source-icon-INTERCEPTOR,
.x3.document-source-icon-STOCK,
.x3.document-source-icon-FLEET_MANAGEMENT {
  font-size: 72px; }
  .glyphicons.x3:before, .x3.document-source-icon-REPORT:before,
  .x3.document-source-icon-DMS_DAU:before,
  .x3.document-source-icon-DMS_RCT:before,
  .x3.document-source-icon-DMS_DU:before,
  .x3.document-source-icon-DMS_REGISTRATION:before,
  .x3.document-source-icon-DMS_DWR:before,
  .x3.document-source-icon-PIVOTAL:before,
  .x3.document-source-icon-SCAN:before,
  .x3.document-source-icon-FAX:before,
  .x3.document-source-icon-DEF3000:before,
  .x3.document-source-icon-LEO:before,
  .x3.document-source-icon-INTERCEPTOR:before,
  .x3.document-source-icon-STOCK:before,
  .x3.document-source-icon-FLEET_MANAGEMENT:before {
    padding: 16px 20px; }

.glyphicons.x4, .x4.document-source-icon-REPORT,
.x4.document-source-icon-DMS_DAU,
.x4.document-source-icon-DMS_RCT,
.x4.document-source-icon-DMS_DU,
.x4.document-source-icon-DMS_REGISTRATION,
.x4.document-source-icon-DMS_DWR,
.x4.document-source-icon-PIVOTAL,
.x4.document-source-icon-SCAN,
.x4.document-source-icon-FAX,
.x4.document-source-icon-DEF3000,
.x4.document-source-icon-LEO,
.x4.document-source-icon-INTERCEPTOR,
.x4.document-source-icon-STOCK,
.x4.document-source-icon-FLEET_MANAGEMENT {
  font-size: 96px; }
  .glyphicons.x4:before, .x4.document-source-icon-REPORT:before,
  .x4.document-source-icon-DMS_DAU:before,
  .x4.document-source-icon-DMS_RCT:before,
  .x4.document-source-icon-DMS_DU:before,
  .x4.document-source-icon-DMS_REGISTRATION:before,
  .x4.document-source-icon-DMS_DWR:before,
  .x4.document-source-icon-PIVOTAL:before,
  .x4.document-source-icon-SCAN:before,
  .x4.document-source-icon-FAX:before,
  .x4.document-source-icon-DEF3000:before,
  .x4.document-source-icon-LEO:before,
  .x4.document-source-icon-INTERCEPTOR:before,
  .x4.document-source-icon-STOCK:before,
  .x4.document-source-icon-FLEET_MANAGEMENT:before {
    padding: 20px 28px; }

.glyphicons.x5, .x5.document-source-icon-REPORT,
.x5.document-source-icon-DMS_DAU,
.x5.document-source-icon-DMS_RCT,
.x5.document-source-icon-DMS_DU,
.x5.document-source-icon-DMS_REGISTRATION,
.x5.document-source-icon-DMS_DWR,
.x5.document-source-icon-PIVOTAL,
.x5.document-source-icon-SCAN,
.x5.document-source-icon-FAX,
.x5.document-source-icon-DEF3000,
.x5.document-source-icon-LEO,
.x5.document-source-icon-INTERCEPTOR,
.x5.document-source-icon-STOCK,
.x5.document-source-icon-FLEET_MANAGEMENT {
  font-size: 120px; }
  .glyphicons.x5:before, .x5.document-source-icon-REPORT:before,
  .x5.document-source-icon-DMS_DAU:before,
  .x5.document-source-icon-DMS_RCT:before,
  .x5.document-source-icon-DMS_DU:before,
  .x5.document-source-icon-DMS_REGISTRATION:before,
  .x5.document-source-icon-DMS_DWR:before,
  .x5.document-source-icon-PIVOTAL:before,
  .x5.document-source-icon-SCAN:before,
  .x5.document-source-icon-FAX:before,
  .x5.document-source-icon-DEF3000:before,
  .x5.document-source-icon-LEO:before,
  .x5.document-source-icon-INTERCEPTOR:before,
  .x5.document-source-icon-STOCK:before,
  .x5.document-source-icon-FLEET_MANAGEMENT:before {
    padding: 28px 36px; }

.glyphicons.light:before, .light.document-source-icon-REPORT:before,
.light.document-source-icon-DMS_DAU:before,
.light.document-source-icon-DMS_RCT:before,
.light.document-source-icon-DMS_DU:before,
.light.document-source-icon-DMS_REGISTRATION:before,
.light.document-source-icon-DMS_DWR:before,
.light.document-source-icon-PIVOTAL:before,
.light.document-source-icon-SCAN:before,
.light.document-source-icon-FAX:before,
.light.document-source-icon-DEF3000:before,
.light.document-source-icon-LEO:before,
.light.document-source-icon-INTERCEPTOR:before,
.light.document-source-icon-STOCK:before,
.light.document-source-icon-FLEET_MANAGEMENT:before {
  color: #f2f2f2; }

.glyphicons.drop:before, .drop.document-source-icon-REPORT:before,
.drop.document-source-icon-DMS_DAU:before,
.drop.document-source-icon-DMS_RCT:before,
.drop.document-source-icon-DMS_DU:before,
.drop.document-source-icon-DMS_REGISTRATION:before,
.drop.document-source-icon-DMS_DWR:before,
.drop.document-source-icon-PIVOTAL:before,
.drop.document-source-icon-SCAN:before,
.drop.document-source-icon-FAX:before,
.drop.document-source-icon-DEF3000:before,
.drop.document-source-icon-LEO:before,
.drop.document-source-icon-INTERCEPTOR:before,
.drop.document-source-icon-STOCK:before,
.drop.document-source-icon-FLEET_MANAGEMENT:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.glyphicons.flip, .flip.document-source-icon-REPORT,
.flip.document-source-icon-DMS_DAU,
.flip.document-source-icon-DMS_RCT,
.flip.document-source-icon-DMS_DU,
.flip.document-source-icon-DMS_REGISTRATION,
.flip.document-source-icon-DMS_DWR,
.flip.document-source-icon-PIVOTAL,
.flip.document-source-icon-SCAN,
.flip.document-source-icon-FAX,
.flip.document-source-icon-DEF3000,
.flip.document-source-icon-LEO,
.flip.document-source-icon-INTERCEPTOR,
.flip.document-source-icon-STOCK,
.flip.document-source-icon-FLEET_MANAGEMENT {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.glyphicons.flipv, .flipv.document-source-icon-REPORT,
.flipv.document-source-icon-DMS_DAU,
.flipv.document-source-icon-DMS_RCT,
.flipv.document-source-icon-DMS_DU,
.flipv.document-source-icon-DMS_REGISTRATION,
.flipv.document-source-icon-DMS_DWR,
.flipv.document-source-icon-PIVOTAL,
.flipv.document-source-icon-SCAN,
.flipv.document-source-icon-FAX,
.flipv.document-source-icon-DEF3000,
.flipv.document-source-icon-LEO,
.flipv.document-source-icon-INTERCEPTOR,
.flipv.document-source-icon-STOCK,
.flipv.document-source-icon-FLEET_MANAGEMENT {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.glyphicons.rotate90, .rotate90.document-source-icon-REPORT,
.rotate90.document-source-icon-DMS_DAU,
.rotate90.document-source-icon-DMS_RCT,
.rotate90.document-source-icon-DMS_DU,
.rotate90.document-source-icon-DMS_REGISTRATION,
.rotate90.document-source-icon-DMS_DWR,
.rotate90.document-source-icon-PIVOTAL,
.rotate90.document-source-icon-SCAN,
.rotate90.document-source-icon-FAX,
.rotate90.document-source-icon-DEF3000,
.rotate90.document-source-icon-LEO,
.rotate90.document-source-icon-INTERCEPTOR,
.rotate90.document-source-icon-STOCK,
.rotate90.document-source-icon-FLEET_MANAGEMENT {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.glyphicons.rotate180, .rotate180.document-source-icon-REPORT,
.rotate180.document-source-icon-DMS_DAU,
.rotate180.document-source-icon-DMS_RCT,
.rotate180.document-source-icon-DMS_DU,
.rotate180.document-source-icon-DMS_REGISTRATION,
.rotate180.document-source-icon-DMS_DWR,
.rotate180.document-source-icon-PIVOTAL,
.rotate180.document-source-icon-SCAN,
.rotate180.document-source-icon-FAX,
.rotate180.document-source-icon-DEF3000,
.rotate180.document-source-icon-LEO,
.rotate180.document-source-icon-INTERCEPTOR,
.rotate180.document-source-icon-STOCK,
.rotate180.document-source-icon-FLEET_MANAGEMENT {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.glyphicons.rotate270, .rotate270.document-source-icon-REPORT,
.rotate270.document-source-icon-DMS_DAU,
.rotate270.document-source-icon-DMS_RCT,
.rotate270.document-source-icon-DMS_DU,
.rotate270.document-source-icon-DMS_REGISTRATION,
.rotate270.document-source-icon-DMS_DWR,
.rotate270.document-source-icon-PIVOTAL,
.rotate270.document-source-icon-SCAN,
.rotate270.document-source-icon-FAX,
.rotate270.document-source-icon-DEF3000,
.rotate270.document-source-icon-LEO,
.rotate270.document-source-icon-INTERCEPTOR,
.rotate270.document-source-icon-STOCK,
.rotate270.document-source-icon-FLEET_MANAGEMENT {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.glyphicons-glass:before {
  content: "\E001"; }

.glyphicons-leaf:before {
  content: "\E002"; }

.glyphicons-dog:before {
  content: "\E003"; }

.glyphicons-user:before {
  content: "\E004"; }

.glyphicons-settings:before {
  content: "\E005"; }

.glyphicons-car:before, .document-source-icon-DMS_REGISTRATION:before {
  content: "\E006"; }

.glyphicons-user-plus:before {
  content: "\E007"; }

.glyphicons-user-minus:before {
  content: "\E008"; }

.glyphicons-film:before {
  content: "\E009"; }

.glyphicons-magic-wand:before {
  content: "\E010"; }

.glyphicons-envelope:before {
  content: "\E011"; }

.glyphicons-camera:before {
  content: "\E012"; }

.glyphicons-heart:before {
  content: "\E013"; }

.glyphicons-beach-umbrella:before {
  content: "\E014"; }

.glyphicons-train:before {
  content: "\E015"; }

.glyphicons-print:before {
  content: "\E016"; }

.glyphicons-bin:before {
  content: "\E017"; }

.glyphicons-music:before {
  content: "\E018"; }

.glyphicons-music-alt:before {
  content: "\E019"; }

.glyphicons-heart-empty:before {
  content: "\E020"; }

.glyphicons-home:before {
  content: "\E021"; }

.glyphicons-snowflake:before {
  content: "\E022"; }

.glyphicons-fire:before {
  content: "\E023"; }

.glyphicons-magnet:before {
  content: "\E024"; }

.glyphicons-user-parents:before {
  content: "\E025"; }

.glyphicons-binoculars:before {
  content: "\E026"; }

.glyphicons-road:before {
  content: "\E027"; }

.glyphicons-search:before {
  content: "\E028"; }

.glyphicons-cars:before {
  content: "\E029"; }

.glyphicons-clipboard:before {
  content: "\E030"; }

.glyphicons-pencil:before {
  content: "\E031"; }

.glyphicons-bus:before {
  content: "\E032"; }

.glyphicons-access-point:before {
  content: "\E033"; }

.glyphicons-luggage:before {
  content: "\E034"; }

.glyphicons-user-incognito:before {
  content: "\E035"; }

.glyphicons-user-female:before {
  content: "\E036"; }

.glyphicons-file:before {
  content: "\E037"; }

.glyphicons-picture:before {
  content: "\E038"; }

.glyphicons-airplane:before {
  content: "\E039"; }

.glyphicons-notes:before, .document-source-icon-REPORT:before {
  content: "\E040"; }

.glyphicons-stats:before {
  content: "\E041"; }

.glyphicons-stats-bars:before {
  content: "\E042"; }

.glyphicons-stats-circle:before {
  content: "\E043"; }

.glyphicons-user-group:before {
  content: "\E044"; }

.glyphicons-key:before {
  content: "\E045"; }

.glyphicons-calendar:before {
  content: "\E046"; }

.glyphicons-router:before {
  content: "\E047"; }

.glyphicons-video-camera:before {
  content: "\E048"; }

.glyphicons-star:before {
  content: "\E049"; }

.glyphicons-star-empty:before {
  content: "\E050"; }

.glyphicons-pulse:before {
  content: "\E051"; }

.glyphicons-eye:before {
  content: "\E052"; }

.glyphicons-eye-off:before {
  content: "\E053"; }

.glyphicons-alarm:before {
  content: "\E054"; }

.glyphicons-clock:before {
  content: "\E055"; }

.glyphicons-stopwatch:before {
  content: "\E056"; }

.glyphicons-scissors-horizontal:before {
  content: "\E057"; }

.glyphicons-history:before {
  content: "\E058"; }

.glyphicons-truck:before {
  content: "\E059"; }

.glyphicons-timer:before {
  content: "\E060"; }

.glyphicons-compass:before {
  content: "\E061"; }

.glyphicons-presentation:before {
  content: "\E062"; }

.glyphicons-paperclip:before {
  content: "\E063"; }

.glyphicons-power:before {
  content: "\E064"; }

.glyphicons-lightbulb:before {
  content: "\E065"; }

.glyphicons-tag:before {
  content: "\E066"; }

.glyphicons-tags:before {
  content: "\E067"; }

.glyphicons-education:before {
  content: "\E068"; }

.glyphicons-ruler:before {
  content: "\E069"; }

.glyphicons-gift:before {
  content: "\E070"; }

.glyphicons-umbrella:before, .document-source-icon-IIMS:before, .document-source-icon-DMS_DU:before {
  content: "\E071"; }

.glyphicons-book:before {
  content: "\E072"; }

.glyphicons-bookmark:before {
  content: "\E073"; }

.glyphicons-wifi:before {
  content: "\E074"; }

.glyphicons-cup:before {
  content: "\E075"; }

.glyphicons-stroller:before {
  content: "\E076"; }

.glyphicons-headphones:before {
  content: "\E077"; }

.glyphicons-headset:before {
  content: "\E078"; }

.glyphicons-triangle-empty-alert:before {
  content: "\E079"; }

.glyphicons-bars:before {
  content: "\E080"; }

.glyphicons-retweet:before {
  content: "\E081"; }

.glyphicons-refresh:before {
  content: "\E082"; }

.glyphicons-roundabout:before {
  content: "\E083"; }

.glyphicons-random:before {
  content: "\E084"; }

.glyphicons-heating:before {
  content: "\E085"; }

.glyphicons-reload:before {
  content: "\E086"; }

.glyphicons-tv:before {
  content: "\E087"; }

.glyphicons-book-log:before {
  content: "\E088"; }

.glyphicons-book-address:before {
  content: "\E089"; }

.glyphicons-building:before {
  content: "\E090"; }

.glyphicons-eyedropper:before {
  content: "\E091"; }

.glyphicons-contrast:before {
  content: "\E092"; }

.glyphicons-drop:before {
  content: "\E093"; }

.glyphicons-crop:before {
  content: "\E094"; }

.glyphicons-vector-path:before {
  content: "\E095"; }

.glyphicons-vector-path-circle:before {
  content: "\E096"; }

.glyphicons-vector-path-pentagon:before {
  content: "\E097"; }

.glyphicons-vector-path-line:before {
  content: "\E098"; }

.glyphicons-vector-path-curve:before {
  content: "\E099"; }

.glyphicons-vector-path-edit:before {
  content: "\E100"; }

.glyphicons-text:before {
  content: "\E101"; }

.glyphicons-italic:before {
  content: "\E102"; }

.glyphicons-bold:before {
  content: "\E103"; }

.glyphicons-underline:before {
  content: "\E104"; }

.glyphicons-strikethrough:before {
  content: "\E105"; }

.glyphicons-text-height:before {
  content: "\E106"; }

.glyphicons-text-width:before {
  content: "\E107"; }

.glyphicons-text-resize:before {
  content: "\E108"; }

.glyphicons-indent-left:before {
  content: "\E109"; }

.glyphicons-indent-right:before {
  content: "\E110"; }

.glyphicons-paragraph-left:before {
  content: "\E111"; }

.glyphicons-paragraph-center:before {
  content: "\E112"; }

.glyphicons-paragraph-right:before {
  content: "\E113"; }

.glyphicons-paragraph-justify:before {
  content: "\E114"; }

.glyphicons-list:before {
  content: "\E115"; }

.glyphicons-text-smaller:before {
  content: "\E116"; }

.glyphicons-text-bigger:before {
  content: "\E117"; }

.glyphicons-terminal-isolated:before {
  content: "\E118"; }

.glyphicons-code:before {
  content: "\E119"; }

.glyphicons-table:before {
  content: "\E120"; }

.glyphicons-envelope-full:before {
  content: "\E121"; }

.glyphicons-envelope-empty:before {
  content: "\E122"; }

.glyphicons-envelope-down:before {
  content: "\E123"; }

.glyphicons-envelope-up:before {
  content: "\E124"; }

.glyphicons-envelope-plus:before {
  content: "\E125"; }

.glyphicons-envelope-minus:before {
  content: "\E126"; }

.glyphicons-envelope-no:before {
  content: "\E127"; }

.glyphicons-envelope-flag:before {
  content: "\E128"; }

.glyphicons-envelope-lock:before {
  content: "\E129"; }

.glyphicons-envelope-star:before {
  content: "\E130"; }

.glyphicons-inbox:before {
  content: "\E131"; }

.glyphicons-inbox-plus:before {
  content: "\E132"; }

.glyphicons-inbox-minus:before {
  content: "\E133"; }

.glyphicons-inbox-lock:before {
  content: "\E134"; }

.glyphicons-inbox-down:before {
  content: "\E135"; }

.glyphicons-inbox-up:before {
  content: "\E136"; }

.glyphicons-cogwheel:before {
  content: "\E137"; }

.glyphicons-cogwheels:before {
  content: "\E138"; }

.glyphicons-curves:before {
  content: "\E139"; }

.glyphicons-adjust:before {
  content: "\E140"; }

.glyphicons-database:before, .document-source-icon-INTERCEPTOR:before {
  content: "\E141"; }

.glyphicons-database-plus:before {
  content: "\E142"; }

.glyphicons-database-minus:before {
  content: "\E143"; }

.glyphicons-database-search:before {
  content: "\E144"; }

.glyphicons-folder-open:before {
  content: "\E145"; }

.glyphicons-folder-plus:before {
  content: "\E146"; }

.glyphicons-folder-minus:before {
  content: "\E147"; }

.glyphicons-folder-refresh:before {
  content: "\E148"; }

.glyphicons-folder-check:before {
  content: "\E149"; }

.glyphicons-folder-star:before {
  content: "\E150"; }

.glyphicons-square-edit:before {
  content: "\E151"; }

.glyphicons-square-new-window:before {
  content: "\E152"; }

.glyphicons-square-checkbox:before {
  content: "\E153"; }

.glyphicons-square-empty:before {
  content: "\E154"; }

.glyphicons-square-selected:before {
  content: "\E155"; }

.glyphicons-square-indeterminate:before {
  content: "\E156"; }

.glyphicons-thumbnails:before {
  content: "\E157"; }

.glyphicons-thumbnails-small:before {
  content: "\E158"; }

.glyphicons-thumbnails-list:before {
  content: "\E159"; }

.glyphicons-playlist:before {
  content: "\E160"; }

.glyphicons-computer-all-in-one:before {
  content: "\E161"; }

.glyphicons-computer-pc-tower:before {
  content: "\E162"; }

.glyphicons-computer:before {
  content: "\E163"; }

.glyphicons-notebook:before {
  content: "\E164"; }

.glyphicons-tablet:before {
  content: "\E165"; }

.glyphicons-mobile-phone:before {
  content: "\E166"; }

.glyphicons-mobile-phone-off:before {
  content: "\E167"; }

.glyphicons-mobile-phone-vibrations:before {
  content: "\E168"; }

.glyphicons-mobile-phone-shaking:before {
  content: "\E169"; }

.glyphicons-earphones:before {
  content: "\E170"; }

.glyphicons-skip-to-previous:before {
  content: "\E171"; }

.glyphicons-skip-to-start:before {
  content: "\E172"; }

.glyphicons-rewind:before {
  content: "\E173"; }

.glyphicons-pause:before {
  content: "\E174"; }

.glyphicons-play:before {
  content: "\E175"; }

.glyphicons-stop:before {
  content: "\E176"; }

.glyphicons-forward:before {
  content: "\E177"; }

.glyphicons-skip-to-end:before {
  content: "\E178"; }

.glyphicons-skip-to-next:before {
  content: "\E179"; }

.glyphicons-eject:before {
  content: "\E180"; }

.glyphicons-video:before {
  content: "\E181"; }

.glyphicons-video-off:before {
  content: "\E182"; }

.glyphicons-volume-bluetooth:before {
  content: "\E183"; }

.glyphicons-volume-off:before {
  content: "\E184"; }

.glyphicons-volume-down:before {
  content: "\E185"; }

.glyphicons-volume-up:before {
  content: "\E186"; }

.glyphicons-volume-max:before {
  content: "\E187"; }

.glyphicons-cd:before {
  content: "\E188"; }

.glyphicons-mc:before {
  content: "\E189"; }

.glyphicons-lp:before {
  content: "\E190"; }

.glyphicons-circle-empty-plus:before {
  content: "\E191"; }

.glyphicons-circle-empty-minus:before {
  content: "\E192"; }

.glyphicons-circle-empty-remove:before {
  content: "\E193"; }

.glyphicons-circle-empty-check:before {
  content: "\E194"; }

.glyphicons-circle-empty-question:before {
  content: "\E195"; }

.glyphicons-circle-empty-info:before {
  content: "\E196"; }

.glyphicons-circle-empty-alert:before {
  content: "\E197"; }

.glyphicons-open:before {
  content: "\E198"; }

.glyphicons-save:before {
  content: "\E199"; }

.glyphicons-save-as:before {
  content: "\E200"; }

.glyphicons-cart:before {
  content: "\E201"; }

.glyphicons-cart-in:before {
  content: "\E202"; }

.glyphicons-cart-out:before {
  content: "\E203"; }

.glyphicons-cart-checkout:before {
  content: "\E204"; }

.glyphicons-cart-check:before {
  content: "\E205"; }

.glyphicons-circle-empty-play:before {
  content: "\E206"; }

.glyphicons-circle-empty-down:before {
  content: "\E207"; }

.glyphicons-circle-empty-up:before {
  content: "\E208"; }

.glyphicons-circle-empty-left:before {
  content: "\E209"; }

.glyphicons-circle-empty-right:before {
  content: "\E210"; }

.glyphicons-arrow-down:before {
  content: "\E211"; }

.glyphicons-arrow-up:before {
  content: "\E212"; }

.glyphicons-arrow-left:before {
  content: "\E213"; }

.glyphicons-arrow-right:before {
  content: "\E214"; }

.glyphicons-fullscreen-off:before {
  content: "\E215"; }

.glyphicons-fullscreen:before {
  content: "\E216"; }

.glyphicons-lock:before {
  content: "\E217"; }

.glyphicons-lock-open:before {
  content: "\E218"; }

.glyphicons-coins:before, .document-source-icon-LEO:before, .document-source-icon-DEF3000:before {
  content: "\E219"; }

.glyphicons-banknotes:before {
  content: "\E220"; }

.glyphicons-chevron-down:before {
  content: "\E221"; }

.glyphicons-chevron-up:before {
  content: "\E222"; }

.glyphicons-chevron-left:before {
  content: "\E223"; }

.glyphicons-chevron-right:before {
  content: "\E224"; }

.glyphicons-bitcoin:before {
  content: "\E225"; }

.glyphicons-euro:before {
  content: "\E226"; }

.glyphicons-dollar:before, .document-source-icon-PIVOTAL:before, .document-source-icon-DMS_DWR:before {
  content: "\E227"; }

.glyphicons-pound:before {
  content: "\E228"; }

.glyphicons-yen:before {
  content: "\E229"; }

.glyphicons-ruble:before {
  content: "\E230"; }

.glyphicons-moon:before {
  content: "\E231"; }

.glyphicons-sun:before {
  content: "\E232"; }

.glyphicons-lasso:before {
  content: "\E233"; }

.glyphicons-calculator:before {
  content: "\E234"; }

.glyphicons-chat-conversation:before {
  content: "\E235"; }

.glyphicons-chat-conversation-off:before {
  content: "\E236"; }

.glyphicons-chat-conversation-lock:before {
  content: "\E237"; }

.glyphicons-chat-message:before {
  content: "\E238"; }

.glyphicons-chat-message-lock:before {
  content: "\E239"; }

.glyphicons-chat-message-check:before {
  content: "\E240"; }

.glyphicons-brush:before {
  content: "\E241"; }

.glyphicons-marker:before {
  content: "\E242"; }

.glyphicons-pen:before {
  content: "\E243"; }

.glyphicons-spray:before {
  content: "\E244"; }

.glyphicons-fill:before {
  content: "\E245"; }

.glyphicons-clean:before {
  content: "\E246"; }

.glyphicons-drop-off:before {
  content: "\E247"; }

.glyphicons-palette:before {
  content: "\E248"; }

.glyphicons-diamond:before {
  content: "\E249"; }

.glyphicons-eraser:before {
  content: "\E250"; }

.glyphicons-diving-free:before {
  content: "\E251"; }

.glyphicons-diving-scuba:before {
  content: "\E252"; }

.glyphicons-boat:before {
  content: "\E253"; }

.glyphicons-swimming-pool:before {
  content: "\E254"; }

.glyphicons-buoy:before {
  content: "\E255"; }

.glyphicons-oxygen-bottles:before {
  content: "\E256"; }

.glyphicons-fins:before {
  content: "\E257"; }

.glyphicons-anchor:before {
  content: "\E258"; }

.glyphicons-fishes:before {
  content: "\E259"; }

.glyphicons-fishes-bait:before {
  content: "\E260"; }

.glyphicons-direction:before {
  content: "\E261"; }

.glyphicons-direction-empty:before {
  content: "\E262"; }

.glyphicons-direction-full:before {
  content: "\E263"; }

.glyphicons-flag-waving:before {
  content: "\E264"; }

.glyphicons-flag:before {
  content: "\E265"; }

.glyphicons-flag-triangle:before {
  content: "\E266"; }

.glyphicons-comments:before {
  content: "\E267"; }

.glyphicons-comments-off:before {
  content: "\E268"; }

.glyphicons-comments-lock:before {
  content: "\E269"; }

.glyphicons-cake:before {
  content: "\E270"; }

.glyphicons-set-wine:before {
  content: "\E271"; }

.glyphicons-glass-wine:before {
  content: "\E272"; }

.glyphicons-coffee-mug:before {
  content: "\E273"; }

.glyphicons-drink:before {
  content: "\E274"; }

.glyphicons-beer:before {
  content: "\E275"; }

.glyphicons-beer-alt:before {
  content: "\E276"; }

.glyphicons-fast-food:before {
  content: "\E277"; }

.glyphicons-cutlery:before {
  content: "\E278"; }

.glyphicons-blender:before {
  content: "\E279"; }

.glyphicons-pizza:before {
  content: "\E280"; }

.glyphicons-coffee-to-go:before {
  content: "\E281"; }

.glyphicons-tea-pot:before {
  content: "\E282"; }

.glyphicons-tea-mug:before {
  content: "\E283"; }

.glyphicons-coffee-beans:before {
  content: "\E284"; }

.glyphicons-tea-leaves:before {
  content: "\E285"; }

.glyphicons-french-press:before {
  content: "\E286"; }

.glyphicons-pot:before {
  content: "\E287"; }

.glyphicons-kettle:before {
  content: "\E288"; }

.glyphicons-grater:before {
  content: "\E289"; }

.glyphicons-cooks-hat:before {
  content: "\E290"; }

.glyphicons-square-empty-plus:before {
  content: "\E291"; }

.glyphicons-square-empty-minus:before {
  content: "\E292"; }

.glyphicons-square-empty-remove:before {
  content: "\E293"; }

.glyphicons-square-empty-check:before {
  content: "\E294"; }

.glyphicons-square-empty-question:before {
  content: "\E295"; }

.glyphicons-square-empty-info:before {
  content: "\E296"; }

.glyphicons-square-empty-alert:before {
  content: "\E297"; }

.glyphicons-circle-empty:before {
  content: "\E298"; }

.glyphicons-circle-selected:before {
  content: "\E299"; }

.glyphicons-asian-food:before {
  content: "\E300"; }

.glyphicons-square-upload:before {
  content: "\E301"; }

.glyphicons-square-download:before {
  content: "\E302"; }

.glyphicons-verify-empty:before {
  content: "\E303"; }

.glyphicons-verify-check:before {
  content: "\E304"; }

.glyphicons-no-symbol:before {
  content: "\E305"; }

.glyphicons-square-empty-play:before {
  content: "\E306"; }

.glyphicons-square-empty-download:before {
  content: "\E307"; }

.glyphicons-square-empty-upload:before {
  content: "\E308"; }

.glyphicons-square-empty-left:before {
  content: "\E309"; }

.glyphicons-square-empty-right:before {
  content: "\E310"; }

.glyphicons-spade:before {
  content: "\E311"; }

.glyphicons-saw:before {
  content: "\E312"; }

.glyphicons-claw-hammer:before {
  content: "\E313"; }

.glyphicons-hammer:before {
  content: "\E314"; }

.glyphicons-screwdriver:before {
  content: "\E315"; }

.glyphicons-wrench:before {
  content: "\E316"; }

.glyphicons-ax:before {
  content: "\E317"; }

.glyphicons-blacksmith:before {
  content: "\E318"; }

.glyphicons-saw-blade:before {
  content: "\E319"; }

.glyphicons-certificate:before {
  content: "\E320"; }

.glyphicons-users:before {
  content: "\E321"; }

.glyphicons-shield-check:before {
  content: "\E322"; }

.glyphicons-shield-half:before {
  content: "\E323"; }

.glyphicons-shield-empty-star:before {
  content: "\E324"; }

.glyphicons-shield-quarter:before {
  content: "\E325"; }

.glyphicons-shield-star:before {
  content: "\E326"; }

.glyphicons-contactless-lock:before {
  content: "\E327"; }

.glyphicons-contactless:before {
  content: "\E328"; }

.glyphicons-credit-card:before {
  content: "\E329"; }

.glyphicons-credit-card-off:before {
  content: "\E330"; }

.glyphicons-quad-bike:before {
  content: "\E331"; }

.glyphicons-motorbike:before {
  content: "\E332"; }

.glyphicons-squares:before {
  content: "\E333"; }

.glyphicons-brightness-up:before {
  content: "\E334"; }

.glyphicons-brightness-down:before {
  content: "\E335"; }

.glyphicons-folder:before {
  content: "\E336"; }

.glyphicons-folder-cogwheel:before {
  content: "\E337"; }

.glyphicons-folder-alert:before {
  content: "\E338"; }

.glyphicons-folder-lock:before {
  content: "\E339"; }

.glyphicons-folder-no:before {
  content: "\E340"; }

.glyphicons-mic:before {
  content: "\E341"; }

.glyphicons-mic-off:before {
  content: "\E342"; }

.glyphicons-repeat:before {
  content: "\E343"; }

.glyphicons-repeat-once:before {
  content: "\E344"; }

.glyphicons-electric-cord:before {
  content: "\E345"; }

.glyphicons-self-winding-cord:before {
  content: "\E346"; }

.glyphicons-id-badge:before {
  content: "\E347"; }

.glyphicons-id-badge-vertical:before {
  content: "\E348"; }

.glyphicons-id-binder:before {
  content: "\E349"; }

.glyphicons-lock-off:before {
  content: "\E350"; }

.glyphicons-link:before {
  content: "\E351"; }

.glyphicons-link-remove:before {
  content: "\E352"; }

.glyphicons-bank:before {
  content: "\E353"; }

.glyphicons-scissors-cutting:before {
  content: "\E354"; }

.glyphicons-mouse:before {
  content: "\E355"; }

.glyphicons-mouse-wireless:before {
  content: "\E356"; }

.glyphicons-keyboard:before {
  content: "\E357"; }

.glyphicons-keyboard-wireless:before {
  content: "\E358"; }

.glyphicons-graphic-tablet:before {
  content: "\E359"; }

.glyphicons-graphic-tablet-wireless:before {
  content: "\E360"; }

.glyphicons-t-shirt:before {
  content: "\E361"; }

.glyphicons-t-shirt-v:before {
  content: "\E362"; }

.glyphicons-t-shirt-sleeves:before {
  content: "\E363"; }

.glyphicons-shirt:before {
  content: "\E364"; }

.glyphicons-tie:before {
  content: "\E365"; }

.glyphicons-trousers:before {
  content: "\E366"; }

.glyphicons-dress:before {
  content: "\E367"; }

.glyphicons-underwear:before {
  content: "\E368"; }

.glyphicons-fabric:before {
  content: "\E369"; }

.glyphicons-leather:before {
  content: "\E370"; }

.glyphicons-plus:before {
  content: "\E371"; }

.glyphicons-minus:before {
  content: "\E372"; }

.glyphicons-times:before {
  content: "\E373"; }

.glyphicons-division:before {
  content: "\E374"; }

.glyphicons-equals:before {
  content: "\E375"; }

.glyphicons-hanger:before {
  content: "\E376"; }

.glyphicons-flower:before {
  content: "\E377"; }

.glyphicons-plant:before {
  content: "\E378"; }

.glyphicons-tree-conifer:before {
  content: "\E379"; }

.glyphicons-tree-deciduous:before {
  content: "\E380"; }

.glyphicons-bowling:before {
  content: "\E381"; }

.glyphicons-rugby:before {
  content: "\E382"; }

.glyphicons-table-tennis:before {
  content: "\E383"; }

.glyphicons-basketball:before {
  content: "\E384"; }

.glyphicons-volleyball:before {
  content: "\E385"; }

.glyphicons-football:before {
  content: "\E386"; }

.glyphicons-baseball:before {
  content: "\E387"; }

.glyphicons-hockey:before {
  content: "\E388"; }

.glyphicons-golf:before {
  content: "\E389"; }

.glyphicons-golf-green:before {
  content: "\E390"; }

.glyphicons-winners:before {
  content: "\E391"; }

.glyphicons-winners-stars:before {
  content: "\E392"; }

.glyphicons-medal:before {
  content: "\E393"; }

.glyphicons-dumbbell:before {
  content: "\E394"; }

.glyphicons-filter:before {
  content: "\E395"; }

.glyphicons-filter-plus:before {
  content: "\E396"; }

.glyphicons-filter-minus:before {
  content: "\E397"; }

.glyphicons-filter-cogwheel:before {
  content: "\E398"; }

.glyphicons-import:before {
  content: "\E399"; }

.glyphicons-export:before {
  content: "\E400"; }

.glyphicons-hard-drive:before {
  content: "\E401"; }

.glyphicons-hard-drive-cogwheel:before {
  content: "\E402"; }

.glyphicons-hard-drive-lock:before {
  content: "\E403"; }

.glyphicons-hard-drive-eject:before {
  content: "\E404"; }

.glyphicons-turtle:before {
  content: "\E405"; }

.glyphicons-rabbit:before {
  content: "\E406"; }

.glyphicons-cat:before {
  content: "\E407"; }

.glyphicons-sailboat:before {
  content: "\E408"; }

.glyphicons-webcam:before {
  content: "\E409"; }

.glyphicons-projector:before {
  content: "\E410"; }

.glyphicons-shopping-bag:before {
  content: "\E411"; }

.glyphicons-dice:before {
  content: "\E412"; }

.glyphicons-game-controller:before {
  content: "\E413"; }

.glyphicons-game-controller-wireless:before {
  content: "\E414"; }

.glyphicons-push-pin:before {
  content: "\E415"; }

.glyphicons-id-badge-lanyard:before {
  content: "\E416"; }

.glyphicons-globe:before {
  content: "\E417"; }

.glyphicons-world-west:before {
  content: "\E418"; }

.glyphicons-world-east:before {
  content: "\E419"; }

.glyphicons-vases:before {
  content: "\E420"; }

.glyphicons-book-play:before {
  content: "\E421"; }

.glyphicons-book-library:before {
  content: "\E422"; }

.glyphicons-briefcase-alt:before {
  content: "\E423"; }

.glyphicons-blackboard:before {
  content: "\E424"; }

.glyphicons-crown:before {
  content: "\E425"; }

.glyphicons-home-flag:before {
  content: "\E426"; }

.glyphicons-square-triangle-down:before {
  content: "\E427"; }

.glyphicons-square-triangle-up:before {
  content: "\E428"; }

.glyphicons-square-triangle-left:before {
  content: "\E429"; }

.glyphicons-square-triangle-right:before {
  content: "\E430"; }

.glyphicons-log-in:before {
  content: "\E431"; }

.glyphicons-log-out:before {
  content: "\E432"; }

.glyphicons-reply:before {
  content: "\E433"; }

.glyphicons-reply-all:before {
  content: "\E434"; }

.glyphicons-forward-email:before {
  content: "\E435"; }

.glyphicons-archive:before {
  content: "\E436"; }

.glyphicons-playlist-music:before {
  content: "\E437"; }

.glyphicons-playlist-video:before {
  content: "\E438"; }

.glyphicons-video-play-empty:before {
  content: "\E439"; }

.glyphicons-video-play:before {
  content: "\E440"; }

.glyphicons-bell:before {
  content: "\E441"; }

.glyphicons-bell-off:before {
  content: "\E442"; }

.glyphicons-bell-ringing:before {
  content: "\E443"; }

.glyphicons-sampler:before {
  content: "\E444"; }

.glyphicons-wallet:before {
  content: "\E445"; }

.glyphicons-wallet-plus:before {
  content: "\E446"; }

.glyphicons-wallet-minus:before {
  content: "\E447"; }

.glyphicons-wallet-lock:before {
  content: "\E448"; }

.glyphicons-wallet-cogwheel:before {
  content: "\E449"; }

.glyphicons-wallet-check:before {
  content: "\E450"; }

.glyphicons-hand-like:before {
  content: "\E451"; }

.glyphicons-hand-dislike:before {
  content: "\E452"; }

.glyphicons-hand-pointing-right:before {
  content: "\E453"; }

.glyphicons-hand-pointing-left:before {
  content: "\E454"; }

.glyphicons-hand-pointing-up:before {
  content: "\E455"; }

.glyphicons-hand-pointing-down:before {
  content: "\E456"; }

.glyphicons-hand-open:before {
  content: "\E457"; }

.glyphicons-hand-open-alt:before {
  content: "\E458"; }

.glyphicons-hand-ok:before {
  content: "\E459"; }

.glyphicons-briefcase:before {
  content: "\E460"; }

.glyphicons-send:before {
  content: "\E461"; }

.glyphicons-footprints:before {
  content: "\E462"; }

.glyphicons-construction-cone:before {
  content: "\E463"; }

.glyphicons-phone-old:before {
  content: "\E464"; }

.glyphicons-call:before {
  content: "\E465"; }

.glyphicons-fax:before, .document-source-icon-FAX:before {
  content: "\E466"; }

.glyphicons-shredder:before {
  content: "\E467"; }

.glyphicons-multifunction-printer:before {
  content: "\E468"; }

.glyphicons-scanner:before, .document-source-icon-SCAN:before {
  content: "\E469"; }

.glyphicons-security-camera:before {
  content: "\E470"; }

.glyphicons-sort:before, .document-source-icon-DMS_RCT:before, .document-source-icon-DMS_DAU:before {
  content: "\E471"; }

.glyphicons-sort-alphabetically:before {
  content: "\E472"; }

.glyphicons-sort-alphabetically-alt:before {
  content: "\E473"; }

.glyphicons-sort-numerically:before {
  content: "\E474"; }

.glyphicons-sort-numerically-alt:before {
  content: "\E475"; }

.glyphicons-sort-attributes:before {
  content: "\E476"; }

.glyphicons-sort-attributes-alt:before {
  content: "\E477"; }

.glyphicons-switch:before {
  content: "\E478"; }

.glyphicons-user-scam:before {
  content: "\E479"; }

.glyphicons-user-scam-alt:before {
  content: "\E480"; }

.glyphicons-shop-window:before {
  content: "\E481"; }

.glyphicons-shop-door:before {
  content: "\E482"; }

.glyphicons-kiosk:before {
  content: "\E483"; }

.glyphicons-kiosk-wheels:before {
  content: "\E484"; }

.glyphicons-kiosk-immobile:before {
  content: "\E485"; }

.glyphicons-kiosk-food:before {
  content: "\E486"; }

.glyphicons-exchange:before {
  content: "\E487"; }

.glyphicons-bullets:before {
  content: "\E488"; }

.glyphicons-gun:before {
  content: "\E489"; }

.glyphicons-gun-off:before {
  content: "\E490"; }

.glyphicons-charging-station:before {
  content: "\E491"; }

.glyphicons-gas-station:before {
  content: "\E492"; }

.glyphicons-rotate:before {
  content: "\E493"; }

.glyphicons-rotate-horizontal:before {
  content: "\E494"; }

.glyphicons-rotate-vertical:before {
  content: "\E495"; }

.glyphicons-podcast:before {
  content: "\E496"; }

.glyphicons-more:before {
  content: "\E497"; }

.glyphicons-more-vertical:before {
  content: "\E498"; }

.glyphicons-skull-crossbones:before {
  content: "\E499"; }

.glyphicons-skull:before {
  content: "\E500"; }

.glyphicons-server:before {
  content: "\E501"; }

.glyphicons-server-plus:before {
  content: "\E502"; }

.glyphicons-server-minus:before {
  content: "\E503"; }

.glyphicons-server-no:before {
  content: "\E504"; }

.glyphicons-server-check:before {
  content: "\E505"; }

.glyphicons-server-lock:before {
  content: "\E506"; }

.glyphicons-server-refresh:before {
  content: "\E507"; }

.glyphicons-server-flag:before {
  content: "\E508"; }

.glyphicons-server-cogwheel:before {
  content: "\E509"; }

.glyphicons-light-beacon:before {
  content: "\E510"; }

.glyphicons-bed:before {
  content: "\E511"; }

.glyphicons-bed-single:before {
  content: "\E512"; }

.glyphicons-cot:before {
  content: "\E513"; }

.glyphicons-personal-hygiene:before {
  content: "\E514"; }

.glyphicons-hairdresser:before {
  content: "\E515"; }

.glyphicons-bed-sleeping:before {
  content: "\E516"; }

.glyphicons-food-service:before {
  content: "\E517"; }

.glyphicons-lamp-table:before {
  content: "\E518"; }

.glyphicons-lamp:before {
  content: "\E519"; }

.glyphicons-hourglass:before {
  content: "\E520"; }

.glyphicons-monitor:before {
  content: "\E521"; }

.glyphicons-monitors:before {
  content: "\E522"; }

.glyphicons-monitor-rotate:before {
  content: "\E523"; }

.glyphicons-monitor-vertical:before {
  content: "\E524"; }

.glyphicons-phone-to-horizontal:before {
  content: "\E525"; }

.glyphicons-phone-rotate:before {
  content: "\E526"; }

.glyphicons-phone-horizontal:before {
  content: "\E527"; }

.glyphicons-shower:before {
  content: "\E528"; }

.glyphicons-shower-alt:before {
  content: "\E529"; }

.glyphicons-bath:before {
  content: "\E530"; }

.glyphicons-user-parents-alt:before {
  content: "\E531"; }

.glyphicons-user-family:before {
  content: "\E532"; }

.glyphicons-user-child:before {
  content: "\E533"; }

.glyphicons-user-boy:before {
  content: "\E534"; }

.glyphicons-user-girl:before {
  content: "\E535"; }

.glyphicons-speakers:before {
  content: "\E536"; }

.glyphicons-progress:before {
  content: "\E537"; }

.glyphicons-tasks:before {
  content: "\E538"; }

.glyphicons-barcode:before {
  content: "\E539"; }

.glyphicons-qr-code:before {
  content: "\E540"; }

.glyphicons-credit-empty:before {
  content: "\E541"; }

.glyphicons-credit:before {
  content: "\E542"; }

.glyphicons-star-half:before {
  content: "\E543"; }

.glyphicons-cloud:before {
  content: "\E544"; }

.glyphicons-cloud-upload:before {
  content: "\E545"; }

.glyphicons-cloud-download:before {
  content: "\E546"; }

.glyphicons-cloud-refresh:before {
  content: "\E547"; }

.glyphicons-cloud-alert:before {
  content: "\E548"; }

.glyphicons-cloud-pause:before {
  content: "\E549"; }

.glyphicons-cloud-check:before {
  content: "\E550"; }

.glyphicons-bag:before {
  content: "\E551"; }

.glyphicons-hand-donate:before {
  content: "\E552"; }

.glyphicons-hand-heart:before {
  content: "\E553"; }

.glyphicons-handshake:before {
  content: "\E554"; }

.glyphicons-hand-praying:before {
  content: "\E555"; }

.glyphicons-flash:before {
  content: "\E556"; }

.glyphicons-flash-automatic:before {
  content: "\E557"; }

.glyphicons-flash-no:before {
  content: "\E558"; }

.glyphicons-target:before {
  content: "\E559"; }

.glyphicons-marriage:before {
  content: "\E560"; }

.glyphicons-shoes:before {
  content: "\E561"; }

.glyphicons-shoes-off:before {
  content: "\E562"; }

.glyphicons-card-hearts:before {
  content: "\E563"; }

.glyphicons-card-spades:before {
  content: "\E564"; }

.glyphicons-card-diamonds:before {
  content: "\E565"; }

.glyphicons-card-clubs:before {
  content: "\E566"; }

.glyphicons-bring-forward:before {
  content: "\E567"; }

.glyphicons-bring-to-front:before {
  content: "\E568"; }

.glyphicons-send-backward:before {
  content: "\E569"; }

.glyphicons-send-to-back:before {
  content: "\E570"; }

.glyphicons-washing-machine:before {
  content: "\E571"; }

.glyphicons-dryer:before {
  content: "\E572"; }

.glyphicons-dishwasher:before {
  content: "\E573"; }

.glyphicons-oven:before {
  content: "\E574"; }

.glyphicons-hob:before {
  content: "\E575"; }

.glyphicons-microwave:before {
  content: "\E576"; }

.glyphicons-cluster:before {
  content: "\E577"; }

.glyphicons-share:before {
  content: "\E578"; }

.glyphicons-translate-alt:before {
  content: "\E579"; }

.glyphicons-translate:before {
  content: "\E580"; }

.glyphicons-directions:before {
  content: "\E581"; }

.glyphicons-directions-arrow:before {
  content: "\E582"; }

.glyphicons-finish-line:before {
  content: "\E583"; }

.glyphicons-radio:before {
  content: "\E584"; }

.glyphicons-start:before {
  content: "\E585"; }

.glyphicons-bomb:before {
  content: "\E586"; }

.glyphicons-bug:before {
  content: "\E587"; }

.glyphicons-book-open-text:before {
  content: "\E588"; }

.glyphicons-book-open:before {
  content: "\E589"; }

.glyphicons-newspaper:before {
  content: "\E590"; }

.glyphicons-map-marker:before {
  content: "\E591"; }

.glyphicons-map:before {
  content: "\E592"; }

.glyphicons-route:before {
  content: "\E593"; }

.glyphicons-nearby:before {
  content: "\E594"; }

.glyphicons-nearby-alt:before {
  content: "\E595"; }

.glyphicons-piggy-bank:before {
  content: "\E596"; }

.glyphicons-piggy-bank-coins:before {
  content: "\E597"; }

.glyphicons-sound-surround:before {
  content: "\E598"; }

.glyphicons-menu-close:before {
  content: "\E599"; }

.glyphicons-menu:before {
  content: "\E600"; }

.glyphicons-user-no:before {
  content: "\E601"; }

.glyphicons-user-lock:before {
  content: "\E602"; }

.glyphicons-user-flag:before {
  content: "\E603"; }

.glyphicons-user-star:before {
  content: "\E604"; }

.glyphicons-user-alert:before {
  content: "\E605"; }

.glyphicons-user-chat:before {
  content: "\E606"; }

.glyphicons-user-check:before {
  content: "\E607"; }

.glyphicons-square-hospital:before {
  content: "\E608"; }

.glyphicons-circle-red-cross:before {
  content: "\E609"; }

.glyphicons-star-of-life:before {
  content: "\E610"; }

.glyphicons-copy-duplicate:before {
  content: "\E611"; }

.glyphicons-scissors:before {
  content: "\E612"; }

.glyphicons-paste:before {
  content: "\E613"; }

.glyphicons-copy:before {
  content: "\E614"; }

.glyphicons-balance-scales:before {
  content: "\E615"; }

.glyphicons-court-gavel:before {
  content: "\E616"; }

.glyphicons-court-gavel-alt:before {
  content: "\E617"; }

.glyphicons-circle-hospital:before {
  content: "\E618"; }

.glyphicons-square-red-cross:before {
  content: "\E619"; }

.glyphicons-star-of-life-empty:before {
  content: "\E620"; }

.glyphicons-scale-personal:before {
  content: "\E621"; }

.glyphicons-scale-kitchen:before {
  content: "\E622"; }

.glyphicons-fireworks:before {
  content: "\E623"; }

.glyphicons-fireworks-alt:before {
  content: "\E624"; }

.glyphicons-chemistry:before {
  content: "\E625"; }

.glyphicons-chemistry-alt:before {
  content: "\E626"; }

.glyphicons-syringe-empty:before {
  content: "\E627"; }

.glyphicons-syringe:before {
  content: "\E628"; }

.glyphicons-heartbeat:before {
  content: "\E629"; }

.glyphicons-heart-broken:before {
  content: "\E630"; }

.glyphicons-circle-plus:before {
  content: "\E631"; }

.glyphicons-circle-minus:before {
  content: "\E632"; }

.glyphicons-circle-remove:before {
  content: "\E633"; }

.glyphicons-circle-check:before {
  content: "\E634"; }

.glyphicons-circle-question:before {
  content: "\E635"; }

.glyphicons-circle-info:before {
  content: "\E636"; }

.glyphicons-circle-alert:before {
  content: "\E637"; }

.glyphicons-triangle-alert:before {
  content: "\E638"; }

.glyphicons-octagon-remove-empty:before {
  content: "\E639"; }

.glyphicons-octagon-remove:before {
  content: "\E640"; }

.glyphicons-triangle-radioactive:before {
  content: "\E641"; }

.glyphicons-radioactive:before {
  content: "\E642"; }

.glyphicons-compound:before {
  content: "\E643"; }

.glyphicons-dna:before {
  content: "\E644"; }

.glyphicons-biohazard:before {
  content: "\E645"; }

.glyphicons-circle-play:before {
  content: "\E646"; }

.glyphicons-circle-down:before {
  content: "\E647"; }

.glyphicons-circle-up:before {
  content: "\E648"; }

.glyphicons-circle-left:before {
  content: "\E649"; }

.glyphicons-circle-right:before {
  content: "\E650"; }

.glyphicons-king:before {
  content: "\E651"; }

.glyphicons-queen:before {
  content: "\E652"; }

.glyphicons-rook:before {
  content: "\E653"; }

.glyphicons-bishop:before {
  content: "\E654"; }

.glyphicons-knight:before {
  content: "\E655"; }

.glyphicons-pawn:before {
  content: "\E656"; }

.glyphicons-door:before {
  content: "\E657"; }

.glyphicons-bicycle:before {
  content: "\E658"; }

.glyphicons-id:before {
  content: "\E659"; }

.glyphicons-payment:before {
  content: "\E660"; }

.glyphicons-legal-section-sign:before {
  content: "\E661"; }

.glyphicons-voicemail:before {
  content: "\E662"; }

.glyphicons-equalizer-dots:before {
  content: "\E663"; }

.glyphicons-equalizer-bars:before {
  content: "\E664"; }

.glyphicons-taxi:before {
  content: "\E665"; }

.glyphicons-transport-mixed:before {
  content: "\E666"; }

.glyphicons-metro:before {
  content: "\E667"; }

.glyphicons-car-rental:before {
  content: "\E668"; }

.glyphicons-tram:before {
  content: "\E669"; }

.glyphicons-dashboard:before {
  content: "\E670"; }

.glyphicons-mountains:before {
  content: "\E671"; }

.glyphicons-forest:before {
  content: "\E672"; }

.glyphicons-cableway:before {
  content: "\E673"; }

.glyphicons-canister:before {
  content: "\E674"; }

.glyphicons-motor-oil:before {
  content: "\E675"; }

.glyphicons-car-battery:before {
  content: "\E676"; }

.glyphicons-car-wheel:before, .document-source-icon-STOCK:before, .document-source-icon-FLEET_MANAGEMENT:before {
  content: "\E677"; }

.glyphicons-car-wheel-defect:before {
  content: "\E678"; }

.glyphicons-car-wheel-wrench:before {
  content: "\E679"; }

.glyphicons-car-wheel-wrench-alt:before {
  content: "\E680"; }

.glyphicons-suitcase-doctor:before {
  content: "\E681"; }

.glyphicons-tent:before {
  content: "\E682"; }

.glyphicons-key-rounded:before {
  content: "\E683"; }

.glyphicons-flashlight:before {
  content: "\E684"; }

.glyphicons-backpack:before {
  content: "\E685"; }

.glyphicons-watch:before {
  content: "\E686"; }

.glyphicons-watch-squared:before {
  content: "\E687"; }

.glyphicons-smart-bracelet:before {
  content: "\E688"; }

.glyphicons-lighter:before {
  content: "\E689"; }

.glyphicons-multifunction-knife:before {
  content: "\E690"; }

.glyphicons-text-underline:before {
  content: "\E691"; }

.glyphicons-font:before {
  content: "\E692"; }

.glyphicons-superscript:before {
  content: "\E693"; }

.glyphicons-subscript:before {
  content: "\E694"; }

.glyphicons-text-background:before {
  content: "\E695"; }

.glyphicons-header:before {
  content: "\E696"; }

.glyphicons-directions-sign:before {
  content: "\E697"; }

.glyphicons-barbed-wire:before {
  content: "\E698"; }

.glyphicons-tractor:before {
  content: "\E699"; }

.glyphicons-fence:before {
  content: "\E700"; }

.glyphicons-ice-cream:before {
  content: "\E701"; }

.glyphicons-ice-cream-off:before {
  content: "\E702"; }

.glyphicons-remote-control:before {
  content: "\E703"; }

.glyphicons-pills:before {
  content: "\E704"; }

.glyphicons-medicine:before {
  content: "\E705"; }

.glyphicons-park:before {
  content: "\E706"; }

.glyphicons-dog-tags:before {
  content: "\E707"; }

.glyphicons-luggage-alt:before {
  content: "\E708"; }

.glyphicons-lawn-mower:before {
  content: "\E709"; }

.glyphicons-brick-wall:before {
  content: "\E710"; }

.glyphicons-voting-urn:before {
  content: "\E711"; }

.glyphicons-government:before {
  content: "\E712"; }

.glyphicons-announcement:before {
  content: "\E713"; }

.glyphicons-dustbin:before {
  content: "\E714"; }

.glyphicons-feather:before {
  content: "\E715"; }

.glyphicons-recycling:before {
  content: "\E716"; }

.glyphicons-home-fire:before {
  content: "\E717"; }

.glyphicons-home-flood:before {
  content: "\E718"; }

.glyphicons-water:before {
  content: "\E719"; }

.glyphicons-home-for-sale:before {
  content: "\E720"; }

.glyphicons-campfire:before {
  content: "\E721"; }

.glyphicons-fireplace:before {
  content: "\E722"; }

.glyphicons-basket:before {
  content: "\E723"; }

.glyphicons-basket-in:before {
  content: "\E724"; }

.glyphicons-basket-out:before {
  content: "\E725"; }

.glyphicons-basket-checkout:before {
  content: "\E726"; }

.glyphicons-basket-check:before {
  content: "\E727"; }

.glyphicons-firefighters:before {
  content: "\E728"; }

.glyphicons-police:before {
  content: "\E729"; }

.glyphicons-ambulance:before {
  content: "\E730"; }

.glyphicons-ear:before {
  content: "\E731"; }

.glyphicons-ear-off:before {
  content: "\E732"; }

.glyphicons-theater-masks:before {
  content: "\E733"; }

.glyphicons-kettlebell:before {
  content: "\E734"; }

.glyphicons-ticket:before {
  content: "\E735"; }

.glyphicons-ticket-parking:before {
  content: "\E736"; }

.glyphicons-parking-meter:before {
  content: "\E737"; }

.glyphicons-parking:before {
  content: "\E738"; }

.glyphicons-check:before {
  content: "\E739"; }

.glyphicons-hash:before {
  content: "\E740"; }

.glyphicons-align-top:before {
  content: "\E741"; }

.glyphicons-align-bottom:before {
  content: "\E742"; }

.glyphicons-align-horizontal:before {
  content: "\E743"; }

.glyphicons-align-left:before {
  content: "\E744"; }

.glyphicons-align-vertical:before {
  content: "\E745"; }

.glyphicons-align-right:before {
  content: "\E746"; }

.glyphicons-reflect-y:before {
  content: "\E747"; }

.glyphicons-reflect-x:before {
  content: "\E748"; }

.glyphicons-resize-horizontal:before {
  content: "\E749"; }

.glyphicons-resize-vertical:before {
  content: "\E750"; }

.glyphicons-call-redirect:before {
  content: "\E751"; }

.glyphicons-call-ip:before {
  content: "\E752"; }

.glyphicons-call-record:before {
  content: "\E753"; }

.glyphicons-call-music:before {
  content: "\E754"; }

.glyphicons-call-data:before {
  content: "\E755"; }

.glyphicons-call-pause:before {
  content: "\E756"; }

.glyphicons-call-incoming:before {
  content: "\E757"; }

.glyphicons-call-outgoing:before {
  content: "\E758"; }

.glyphicons-call-video:before {
  content: "\E759"; }

.glyphicons-call-lock:before {
  content: "\E760"; }

.glyphicons-sync:before {
  content: "\E761"; }

.glyphicons-sync-alert:before {
  content: "\E762"; }

.glyphicons-sync-check:before {
  content: "\E763"; }

.glyphicons-modal-window:before {
  content: "\E764"; }

.glyphicons-gas:before {
  content: "\E765"; }

.glyphicons-waste-pipe:before {
  content: "\E766"; }

.glyphicons-waste-pipe-end:before {
  content: "\E767"; }

.glyphicons-toilet:before {
  content: "\E768"; }

.glyphicons-drinking-water:before {
  content: "\E769"; }

.glyphicons-drinking-water-off:before {
  content: "\E770"; }

.glyphicons-apple:before {
  content: "\E771"; }

.glyphicons-neighborhood:before {
  content: "\E772"; }

.glyphicons-temperature:before {
  content: "\E773"; }

.glyphicons-temperature-alert:before {
  content: "\E774"; }

.glyphicons-temperature-set:before {
  content: "\E775"; }

.glyphicons-temperature-low:before {
  content: "\E776"; }

.glyphicons-temperature-high:before {
  content: "\E777"; }

.glyphicons-tornado:before {
  content: "\E778"; }

.glyphicons-ice-lolly:before {
  content: "\E779"; }

.glyphicons-ice-lolly-eaten:before {
  content: "\E780"; }

.glyphicons-milk:before {
  content: "\E781"; }

.glyphicons-egg:before {
  content: "\E782"; }

.glyphicons-wheat:before {
  content: "\E783"; }

.glyphicons-corn:before {
  content: "\E784"; }

.glyphicons-soya:before {
  content: "\E785"; }

.glyphicons-nuts:before {
  content: "\E786"; }

.glyphicons-carrot:before {
  content: "\E787"; }

.glyphicons-meat:before {
  content: "\E788"; }

.glyphicons-seafood:before {
  content: "\E789"; }

.glyphicons-fish:before {
  content: "\E790"; }

.glyphicons-square-email:before {
  content: "\E791"; }

.glyphicons-email:before {
  content: "\E792"; }

.glyphicons-paired:before {
  content: "\E793"; }

.glyphicons-paired-off:before {
  content: "\E794"; }

.glyphicons-set:before {
  content: "\E795"; }

.glyphicons-set-down:before {
  content: "\E796"; }

.glyphicons-chevron-last-down:before {
  content: "\E797"; }

.glyphicons-chevron-last-up:before {
  content: "\E798"; }

.glyphicons-chevron-last-left:before {
  content: "\E799"; }

.glyphicons-chevron-last-right:before {
  content: "\E800"; }

.glyphicons-file-plus:before {
  content: "\E801"; }

.glyphicons-file-minus:before {
  content: "\E802"; }

.glyphicons-file-refresh:before {
  content: "\E803"; }

.glyphicons-file-lock:before {
  content: "\E804"; }

.glyphicons-file-cloud:before {
  content: "\E805"; }

.glyphicons-user-rounded:before {
  content: "\E806"; }

.glyphicons-user-squared:before {
  content: "\E807"; }

.glyphicons-drop-down:before {
  content: "\E808"; }

.glyphicons-drop-plus:before {
  content: "\E809"; }

.glyphicons-block-move:before {
  content: "\E810"; }

.glyphicons-fingerprint-scan:before {
  content: "\E811"; }

.glyphicons-fingerprint:before {
  content: "\E812"; }

.glyphicons-fingerprint-lock:before {
  content: "\E813"; }

.glyphicons-fingerprint-check:before {
  content: "\E814"; }

.glyphicons-fingerprint-remove:before {
  content: "\E815"; }

.glyphicons-satellite:before {
  content: "\E816"; }

.glyphicons-satellite-dish:before {
  content: "\E817"; }

.glyphicons-satellite-dish-alt:before {
  content: "\E818"; }

.glyphicons-robot:before {
  content: "\E819"; }

.glyphicons-radar:before {
  content: "\E820"; }

.glyphicons-battery-charging:before {
  content: "\E821"; }

.glyphicons-battery-charged:before {
  content: "\E822"; }

.glyphicons-battery-three-quarters:before {
  content: "\E823"; }

.glyphicons-battery-half:before {
  content: "\E824"; }

.glyphicons-battery-quarter:before {
  content: "\E825"; }

.glyphicons-battery-low:before {
  content: "\E826"; }

.glyphicons-arrow-thin-down:before {
  content: "\E827"; }

.glyphicons-arrow-thin-up:before {
  content: "\E828"; }

.glyphicons-arrow-thin-left:before {
  content: "\E829"; }

.glyphicons-arrow-thin-right:before {
  content: "\E830"; }

.glyphicons-male:before {
  content: "\E831"; }

.glyphicons-female:before {
  content: "\E832"; }

.glyphicons-virgin-female:before {
  content: "\E833"; }

.glyphicons-intersex:before {
  content: "\E834"; }

.glyphicons-transgender:before {
  content: "\E835"; }

.glyphicons-lesbian:before {
  content: "\E836"; }

.glyphicons-gay:before {
  content: "\E837"; }

.glyphicons-hetero:before {
  content: "\E838"; }

.glyphicons-other:before {
  content: "\E839"; }

.glyphicons-unknown:before {
  content: "\E840"; }

.glyphicons-square-plus:before {
  content: "\E841"; }

.glyphicons-square-minus:before {
  content: "\E842"; }

.glyphicons-square-remove:before {
  content: "\E843"; }

.glyphicons-square-check:before {
  content: "\E844"; }

.glyphicons-square-question:before {
  content: "\E845"; }

.glyphicons-square-info:before {
  content: "\E846"; }

.glyphicons-square-alert:before {
  content: "\E847"; }

.glyphicons-subtitles:before {
  content: "\E848"; }

.glyphicons-computer-network:before {
  content: "\E849"; }

.glyphicons-computer-network-alt:before {
  content: "\E850"; }

.glyphicons-subtitles-off:before {
  content: "\E851"; }

.glyphicons-subtitles-plus:before {
  content: "\E852"; }

.glyphicons-subtitles-minus:before {
  content: "\E853"; }

.glyphicons-audio-description-d:before {
  content: "\E854"; }

.glyphicons-audio-description:before {
  content: "\E855"; }

.glyphicons-square-play:before {
  content: "\E856"; }

.glyphicons-square-down:before {
  content: "\E857"; }

.glyphicons-square-up:before {
  content: "\E858"; }

.glyphicons-square-left:before {
  content: "\E859"; }

.glyphicons-square-right:before {
  content: "\E860"; }

.glyphicons-vr-inside:before {
  content: "\E861"; }

.glyphicons-vr:before {
  content: "\E862"; }

.glyphicons-user-vr:before {
  content: "\E863"; }

.glyphicons-user-vr-plus:before {
  content: "\E864"; }

.glyphicons-user-vr-minus:before {
  content: "\E865"; }

.glyphicons-view-full:before {
  content: "\E866"; }

.glyphicons-view-half:before {
  content: "\E867"; }

.glyphicons-puzzle:before {
  content: "\E868"; }

.glyphicons-door-open:before {
  content: "\E869"; }

.glyphicons-door-close:before {
  content: "\E870"; }

.glyphicons-package:before {
  content: "\E871"; }

.glyphicons-one-day-delivery:before {
  content: "\E872"; }

.glyphicons-forklift:before {
  content: "\E873"; }

.glyphicons-transport-trolley:before {
  content: "\E874"; }

.glyphicons-simple-trolley:before {
  content: "\E875"; }

.glyphicons-palette-package:before {
  content: "\E876"; }

.glyphicons-warehouse:before {
  content: "\E877"; }

.glyphicons-this-side-up:before {
  content: "\E878"; }

.glyphicons-terminal-empty:before {
  content: "\E879"; }

.glyphicons-terminal:before {
  content: "\E880"; }

.glyphicons-candle:before {
  content: "\E881"; }

.glyphicons-balloon:before {
  content: "\E882"; }

.glyphicons-balloons:before {
  content: "\E883"; }

.glyphicons-missile:before {
  content: "\E884"; }

.glyphicons-step-back:before {
  content: "\E885"; }

.glyphicons-step-forward:before {
  content: "\E886"; }

.glyphicons-undo:before {
  content: "\E887"; }

.glyphicons-redo:before {
  content: "\E888"; }

.glyphicons-three-dimensional:before {
  content: "\E889"; }

.glyphicons-three-dimensional-full:before {
  content: "\E890"; }

.glyphicons-factory:before {
  content: "\E891"; }

.glyphicons-factory-alt:before {
  content: "\E892"; }

.glyphicons-user-worker:before {
  content: "\E893"; }

.glyphicons-barrel:before {
  content: "\E894"; }

.glyphicons-dice-one:before {
  content: "\E895"; }

.glyphicons-dice-two:before {
  content: "\E896"; }

.glyphicons-dice-three:before {
  content: "\E897"; }

.glyphicons-dice-four:before {
  content: "\E898"; }

.glyphicons-dice-five:before {
  content: "\E899"; }

.glyphicons-dice-six:before {
  content: "\E900"; }

.glyphicons-slightly-smiling:before {
  content: "\E901"; }

.glyphicons-slightly-frowning:before {
  content: "\E902"; }

.glyphicons-pool:before {
  content: "\E903"; }

.glyphicons-tennis:before {
  content: "\E904"; }

.glyphicons-badminton:before {
  content: "\E905"; }

.glyphicons-restart:before {
  content: "\E906"; }

.glyphicons-replay:before {
  content: "\E907"; }

.glyphicons-honeycombs:before {
  content: "\E908"; }

.glyphicons-honeybee:before {
  content: "\E909"; }

.glyphicons-honey:before {
  content: "\E910"; }

.glyphicons-fan:before {
  content: "\E911"; }

.glyphicons-wind:before {
  content: "\E912"; }

.glyphicons-rechargeable:before {
  content: "\E913"; }

.glyphicons-mobile-phone-lock:before {
  content: "\E914"; }

.glyphicons-mobile-phone-check:before {
  content: "\E915"; }

.glyphicons-mobile-phone-cogwheel:before {
  content: "\E916"; }

.glyphicons-mobile-phone-alert:before {
  content: "\E917"; }

.glyphicons-power-plant-wind:before {
  content: "\E918"; }

.glyphicons-power-plant-solar:before {
  content: "\E919"; }

.glyphicons-power-plant-water:before {
  content: "\E920"; }

.glyphicons-rewind-five:before {
  content: "\E921"; }

.glyphicons-rewind-ten:before {
  content: "\E922"; }

.glyphicons-rewind-fifteen:before {
  content: "\E923"; }

.glyphicons-rewind-thirty:before {
  content: "\E924"; }

.glyphicons-forward-five:before {
  content: "\E925"; }

.glyphicons-forward-ten:before {
  content: "\E926"; }

.glyphicons-forward-fifteen:before {
  content: "\E927"; }

.glyphicons-forward-thirty:before {
  content: "\E928"; }

.glyphicons-passport:before {
  content: "\E929"; }

.glyphicons-passport-alt:before {
  content: "\E930"; }

.glyphicons-speech-bubble-question:before {
  content: "\E931"; }

.glyphicons-speech-bubble-info:before {
  content: "\E932"; }

.glyphicons-speech-bubble-alert:before {
  content: "\E933"; }

.glyphicons-reload-alt:before {
  content: "\E934"; }

.glyphicons-power-cord-plug:before {
  content: "\E935"; }

.glyphicons-power-cord-plug-off:before {
  content: "\E936"; }

.glyphicons-wireless-charging:before {
  content: "\E937"; }

.glyphicons-tv-streaming:before {
  content: "\E938"; }

.glyphicons-cheque:before {
  content: "\E939"; }

.glyphicons-cheque-off:before {
  content: "\E940"; }

.glyphicons-buildings-mixed:before {
  content: "\E941"; }

.glyphicons-buildings-city:before {
  content: "\E942"; }

.glyphicons-buildings-park:before {
  content: "\E943"; }

.glyphicons-highway:before {
  content: "\E944"; }

.glyphicons-traffic-lights:before {
  content: "\E945"; }

.glyphicons-traffic-lights-off:before {
  content: "\E946"; }

.glyphicons-circle-more:before {
  content: "\E947"; }

.glyphicons-square-more:before {
  content: "\E948"; }

.glyphicons-circle-menu:before {
  content: "\E949"; }

.glyphicons-square-menu:before {
  content: "\E950"; }

.glyphicons-list-letters:before {
  content: "\E951"; }

.glyphicons-list-numbers:before {
  content: "\E952"; }

.glyphicons-initial-letter:before {
  content: "\E953"; }

.glyphicons-brain:before {
  content: "\E954"; }

.glyphicons-brain-ai:before {
  content: "\E955"; }

.glyphicons-artificial-intelligence:before {
  content: "\E956"; }

.glyphicons-microchip:before {
  content: "\E957"; }

.glyphicons-filter-off:before {
  content: "\E958"; }

.glyphicons-book-library-search:before {
  content: "\E959"; }

.glyphicons-files-queue:before {
  content: "\E960"; }

.glyphicons-cloud-off:before {
  content: "\E961"; }

.glyphicons-trending:before {
  content: "\E962"; }

.glyphicons-disappearing:before {
  content: "\E963"; }

.glyphicons-layers:before {
  content: "\E964"; }

.glyphicons-layers-plus:before {
  content: "\E965"; }

.glyphicons-layers-minus:before {
  content: "\E966"; }

.glyphicons-layers-lock:before {
  content: "\E967"; }

.glyphicons-layers-down:before {
  content: "\E968"; }

.glyphicons-layers-up:before {
  content: "\E969"; }

.glyphicons-layers-cogwheel:before {
  content: "\E970"; }

.glyphicons-axes-three-dimensional:before {
  content: "\E971"; }

.glyphicons-axes-two-dimensional:before {
  content: "\E972"; }

.glyphicons-rulers:before {
  content: "\E973"; }

.glyphicons-spell-check:before {
  content: "\E974"; }

.glyphicons-spell-check-check:before {
  content: "\E975"; }

.glyphicons-globe-data:before {
  content: "\E976"; }

.glyphicons-map-satellite:before {
  content: "\E977"; }

.glyphicons-map-cadastral:before {
  content: "\E978"; }

.glyphicons-map-aerial:before {
  content: "\E979"; }

.glyphicons-map-tourist:before {
  content: "\E980"; }

.glyphicons-cookie:before {
  content: "\E981"; }

.glyphicons-cookie-alt:before {
  content: "\E982"; }

.glyphicons-cookies:before {
  content: "\E983"; }

.glyphicons-cash-register:before {
  content: "\E984"; }

.glyphicons-cash-register-alt:before {
  content: "\E985"; }

.glyphicons-hard-drive-no:before {
  content: "\E990"; }

.glyphicons-switch-off:before {
  content: "\E988"; }

.glyphicons-switch-on:before {
  content: "\E989"; }

.glyphicons-receipt:before {
  content: "\E986"; }

.glyphicons-invoice:before {
  content: "\E987"; }

.glyphicons-usb-device:before {
  content: "\E991"; }

.glyphicons-usb-device-lock:before {
  content: "\E992"; }

.glyphicons-usb-device-no:before {
  content: "\E993"; }

.glyphicons-usb-device-cogwheel:before {
  content: "\E994"; }

.glyphicons-usb-device-eject:before {
  content: "\E995"; }

.glyphicons-memory-card:before {
  content: "\E996"; }

.glyphicons-memory-card-lock:before {
  content: "\E997"; }

.glyphicons-memory-card-no:before {
  content: "\E998"; }

.glyphicons-memory-card-cogwheel:before {
  content: "\E999"; }

.glyphicons-memory-card-eject:before {
  content: "\E1000"; }

.glyphicons-celeriac:before {
  content: "\E1001"; }

.glyphicons-celery:before {
  content: "\E1002"; }

.glyphicons-lupin:before {
  content: "\E1003"; }

.glyphicons-mustard:before {
  content: "\E1004"; }

.glyphicons-sesame:before {
  content: "\E1005"; }

.glyphicons-peanuts:before {
  content: "\E1006"; }

.glyphicons-invoice-plus:before {
  content: "\E1007"; }

.glyphicons-invoice-minus:before {
  content: "\E1008"; }

.glyphicons-invoice-alert:before {
  content: "\E1009"; }

.glyphicons-invoice-check:before {
  content: "\E1010"; }

.glyphicons-molluscs:before {
  content: "\E1011"; }

.glyphicons-percent-sign:before {
  content: "\E1012"; }

.glyphicons-mobile-phone-scan:before {
  content: "\E1013"; }

.glyphicons-mobile-phone-nfc:before {
  content: "\E1014"; }

.glyphicons-mobile-phone-charger:before {
  content: "\E1015"; }

.glyphicons-iris-scan:before {
  content: "\E1016"; }

.glyphicons-face-scan:before {
  content: "\E1017"; }

.glyphicons-voice-scan:before {
  content: "\E1018"; }

.glyphicons-user-voice:before {
  content: "\E1019"; }

.glyphicons-head-voice:before {
  content: "\E1020"; }

.glyphicons-shadows:before {
  content: "\E1021"; }

.glyphicons-highlights:before {
  content: "\E1022"; }

.glyphicons-vignetting:before {
  content: "\E1023"; }

.glyphicons-correction-skewed:before {
  content: "\E1024"; }

.glyphicons-correction-skewed-alt:before {
  content: "\E1025"; }

.glyphicons-correction-tilted:before {
  content: "\E1026"; }

.glyphicons-correction-auto:before {
  content: "\E1027"; }

.glyphicons-safe-open:before {
  content: "\E1028"; }

.glyphicons-safe:before {
  content: "\E1029"; }

.glyphicons-safe-digital:before {
  content: "\E1030"; }

.glyphicons-stats-one-day:before {
  content: "\E1031"; }

.glyphicons-stats-bars-one-day:before {
  content: "\E1032"; }

.glyphicons-stats-circle-one-day:before {
  content: "\E1033"; }

.glyphicons-disinfection-spray:before {
  content: "\E1034"; }

.glyphicons-disinfection-spray-small:before {
  content: "\E1035"; }

.glyphicons-disinfection-soap:before {
  content: "\E1036"; }

.glyphicons-sidebar:before {
  content: "\E1037"; }

.glyphicons-sidebar-right:before {
  content: "\E1038"; }

.glyphicons-toilet-paper:before {
  content: "\E1039"; }

.glyphicons-toilet-paper-alt:before {
  content: "\E1040"; }

.glyphicons-gloves:before {
  content: "\E1041"; }

.glyphicons-tongue:before {
  content: "\E1042"; }

.glyphicons-tongue-off:before {
  content: "\E1043"; }

.glyphicons-nose:before {
  content: "\E1044"; }

.glyphicons-nose-off:before {
  content: "\E1045"; }

.glyphicons-factory-off:before {
  content: "\E1046"; }

.glyphicons-government-off:before {
  content: "\E1047"; }

.glyphicons-blackboard-off:before {
  content: "\E1048"; }

.glyphicons-cart-off:before {
  content: "\E1049"; }

.glyphicons-dumbbell-off:before {
  content: "\E1050"; }

.glyphicons-face-mask-gas-full:before {
  content: "\E1051"; }

.glyphicons-door-handle:before {
  content: "\E1052"; }

.glyphicons-cursor:before {
  content: "\E1053"; }

.glyphicons-dock:before {
  content: "\E1054"; }

.glyphicons-dock-left:before {
  content: "\E1055"; }

.glyphicons-dock-right:before {
  content: "\E1056"; }

.glyphicons-socket-b:before {
  content: "\E1057"; }

.glyphicons-socket-e:before {
  content: "\E1058"; }

.glyphicons-socket-i:before {
  content: "\E1059"; }

.glyphicons-socket-g:before {
  content: "\E1060"; }

@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url("../fonts/glyphicons-filetypes-regular2.eot");
  src: url("../fonts/glyphicons-filetypes-regular2.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-filetypes-regular2.woff2") format("woff2"), url("../fonts/glyphicons-filetypes-regular2.woff") format("woff"), url("../fonts/glyphicons-filetypes-regular2.ttf") format("truetype"), url("../fonts/glyphicons-filetypes-regular2.svg#glyphicons_filetypesregular") format("svg"); }

.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.filetypes.x05 {
  font-size: 12px; }

.filetypes.x2 {
  font-size: 48px; }

.filetypes.x3 {
  font-size: 72px; }

.filetypes.x4 {
  font-size: 96px; }

.filetypes.x5 {
  font-size: 120px; }

.filetypes.light:before {
  color: #f2f2f2; }

.filetypes.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.filetypes.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.filetypes.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.filetypes.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.filetypes.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.filetypes.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.filetypes-txt:before {
  content: "\E001"; }

.filetypes-doc:before {
  content: "\E002"; }

.filetypes-rtf:before {
  content: "\E003"; }

.filetypes-log:before {
  content: "\E004"; }

.filetypes-tex:before {
  content: "\E005"; }

.filetypes-msg:before {
  content: "\E006"; }

.filetypes-text:before {
  content: "\E007"; }

.filetypes-wpd:before {
  content: "\E008"; }

.filetypes-wps:before {
  content: "\E009"; }

.filetypes-docx:before {
  content: "\E010"; }

.filetypes-page:before {
  content: "\E011"; }

.filetypes-csv:before {
  content: "\E012"; }

.filetypes-dat:before {
  content: "\E013"; }

.filetypes-tar:before {
  content: "\E014"; }

.filetypes-xml:before {
  content: "\E015"; }

.filetypes-vcf:before {
  content: "\E016"; }

.filetypes-pps:before {
  content: "\E017"; }

.filetypes-key:before {
  content: "\E018"; }

.filetypes-ppt:before {
  content: "\E019"; }

.filetypes-pptx:before {
  content: "\E020"; }

.filetypes-sdf:before {
  content: "\E021"; }

.filetypes-gbr:before {
  content: "\E022"; }

.filetypes-ged:before {
  content: "\E023"; }

.filetypes-mp3:before {
  content: "\E024"; }

.filetypes-m4a:before {
  content: "\E025"; }

.filetypes-waw:before {
  content: "\E026"; }

.filetypes-wma:before {
  content: "\E027"; }

.filetypes-mpa:before {
  content: "\E028"; }

.filetypes-iff:before {
  content: "\E029"; }

.filetypes-aif:before {
  content: "\E030"; }

.filetypes-ra:before {
  content: "\E031"; }

.filetypes-mid:before {
  content: "\E032"; }

.filetypes-m3v:before {
  content: "\E033"; }

.filetypes-e-3gp:before {
  content: "\E034"; }

.filetypes-swf:before {
  content: "\E035"; }

.filetypes-avi:before {
  content: "\E036"; }

.filetypes-asx:before {
  content: "\E037"; }

.filetypes-mp4:before {
  content: "\E038"; }

.filetypes-e-3g2:before {
  content: "\E039"; }

.filetypes-mpg:before {
  content: "\E040"; }

.filetypes-asf:before {
  content: "\E041"; }

.filetypes-vob:before {
  content: "\E042"; }

.filetypes-wmv:before {
  content: "\E043"; }

.filetypes-mov:before {
  content: "\E044"; }

.filetypes-srt:before {
  content: "\E045"; }

.filetypes-m4v:before {
  content: "\E046"; }

.filetypes-flv:before {
  content: "\E047"; }

.filetypes-rm:before {
  content: "\E048"; }

.filetypes-png:before {
  content: "\E049"; }

.filetypes-psd:before {
  content: "\E050"; }

.filetypes-psp:before {
  content: "\E051"; }

.filetypes-jpg:before {
  content: "\E052"; }

.filetypes-tif:before {
  content: "\E053"; }

.filetypes-tiff:before {
  content: "\E054"; }

.filetypes-gif:before {
  content: "\E055"; }

.filetypes-bmp:before {
  content: "\E056"; }

.filetypes-tga:before {
  content: "\E057"; }

.filetypes-thm:before {
  content: "\E058"; }

.filetypes-yuv:before {
  content: "\E059"; }

.filetypes-dds:before {
  content: "\E060"; }

.filetypes-ai:before {
  content: "\E061"; }

.filetypes-eps:before {
  content: "\E062"; }

.filetypes-ps:before {
  content: "\E063"; }

.filetypes-svg:before {
  content: "\E064"; }

.filetypes-pdf:before {
  content: "\E065"; }

.filetypes-pct:before {
  content: "\E066"; }

.filetypes-indd:before {
  content: "\E067"; }

.filetypes-xlr:before {
  content: "\E068"; }

.filetypes-xls:before {
  content: "\E069"; }

.filetypes-xlsx:before {
  content: "\E070"; }

.filetypes-db:before {
  content: "\E071"; }

.filetypes-dbf:before {
  content: "\E072"; }

.filetypes-mdb:before {
  content: "\E073"; }

.filetypes-pdb:before {
  content: "\E074"; }

.filetypes-sql:before {
  content: "\E075"; }

.filetypes-aacd:before {
  content: "\E076"; }

.filetypes-app:before {
  content: "\E077"; }

.filetypes-exe:before {
  content: "\E078"; }

.filetypes-com:before {
  content: "\E079"; }

.filetypes-bat:before {
  content: "\E080"; }

.filetypes-apk:before {
  content: "\E081"; }

.filetypes-jar:before {
  content: "\E082"; }

.filetypes-hsf:before {
  content: "\E083"; }

.filetypes-pif:before {
  content: "\E084"; }

.filetypes-vb:before {
  content: "\E085"; }

.filetypes-cgi:before {
  content: "\E086"; }

.filetypes-css:before {
  content: "\E087"; }

.filetypes-js:before {
  content: "\E088"; }

.filetypes-php:before {
  content: "\E089"; }

.filetypes-xhtml:before {
  content: "\E090"; }

.filetypes-htm:before {
  content: "\E091"; }

.filetypes-html:before {
  content: "\E092"; }

.filetypes-asp:before {
  content: "\E093"; }

.filetypes-cer:before {
  content: "\E094"; }

.filetypes-jsp:before {
  content: "\E095"; }

.filetypes-cfm:before {
  content: "\E096"; }

.filetypes-aspx:before {
  content: "\E097"; }

.filetypes-rss:before {
  content: "\E098"; }

.filetypes-csr:before {
  content: "\E099"; }

.filetypes-less:before {
  content: "\E100"; }

.filetypes-otf:before {
  content: "\E101"; }

.filetypes-ttf:before {
  content: "\E102"; }

.filetypes-font:before {
  content: "\E103"; }

.filetypes-fnt:before {
  content: "\E104"; }

.filetypes-eot:before {
  content: "\E105"; }

.filetypes-woff:before {
  content: "\E106"; }

.filetypes-zip:before {
  content: "\E107"; }

.filetypes-zipx:before {
  content: "\E108"; }

.filetypes-rar:before {
  content: "\E109"; }

.filetypes-targ:before {
  content: "\E110"; }

.filetypes-sitx:before {
  content: "\E111"; }

.filetypes-deb:before {
  content: "\E112"; }

.filetypes-e-7z:before {
  content: "\E113"; }

.filetypes-pkg:before {
  content: "\E114"; }

.filetypes-rpm:before {
  content: "\E115"; }

.filetypes-cbr:before {
  content: "\E116"; }

.filetypes-gz:before {
  content: "\E117"; }

.filetypes-dmg:before {
  content: "\E118"; }

.filetypes-cue:before {
  content: "\E119"; }

.filetypes-bin:before {
  content: "\E120"; }

.filetypes-iso:before {
  content: "\E121"; }

.filetypes-hdf:before {
  content: "\E122"; }

.filetypes-vcd:before {
  content: "\E123"; }

.filetypes-bak:before {
  content: "\E124"; }

.filetypes-tmp:before {
  content: "\E125"; }

.filetypes-ics:before {
  content: "\E126"; }

.filetypes-msi:before {
  content: "\E127"; }

.filetypes-cfg:before {
  content: "\E128"; }

.filetypes-ini:before {
  content: "\E129"; }

.filetypes-prf:before {
  content: "\E130"; }

.filetypes-json:before {
  content: "\E131"; }

.filetypes-site:before {
  content: "\E132"; }

.filetypes-xap:before {
  content: "\E133"; }

.filetypes-api:before {
  content: "\E134"; }

.filetypes-ico:before {
  content: "\E135"; }

.filetypes-webp:before {
  content: "\E136"; }

.filetypes-bpg:before {
  content: "\E137"; }

.filetypes-flac:before {
  content: "\E138"; }

.filetypes-ogg:before {
  content: "\E139"; }

.filetypes-unknown:before {
  content: "\E140"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular2.eot");
  src: url("../fonts/glyphicons-halflings-regular2.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular2.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular2.woff") format("woff"), url("../fonts/glyphicons-halflings-regular2.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular2.svg#glyphicons_halflingsregular") format("svg"); }

.halflings, .document-source-icon-DMS_QR,
.document-source-icon-DMS_DAU_QR,
.document-source-icon-DMS_DH,
.document-source-icon-UPLOAD,
.document-source-icon-DEALER_UPLOAD,
.document-source-icon-MBLP_UPLOAD,
.document-source-icon-CMD,
.document-source-icon-IIMS,
.document-source-icon-EMAIL,
.document-source-icon-EINVOICE,
.document-source-icon-EINVOICE_PRINT,
.document-source-icon-DYSANT,
.document-source-icon-APPROVE_ME {
  position: relative;
  top: .125rem;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.halflings.x05, .x05.document-source-icon-DMS_QR,
.x05.document-source-icon-DMS_DAU_QR,
.x05.document-source-icon-DMS_DH,
.x05.document-source-icon-UPLOAD,
.x05.document-source-icon-DEALER_UPLOAD,
.x05.document-source-icon-MBLP_UPLOAD,
.x05.document-source-icon-CMD,
.x05.document-source-icon-IIMS,
.x05.document-source-icon-EMAIL,
.x05.document-source-icon-EINVOICE,
.x05.document-source-icon-EINVOICE_PRINT,
.x05.document-source-icon-DYSANT,
.x05.document-source-icon-APPROVE_ME {
  font-size: 6px; }

.halflings.x2, .x2.document-source-icon-DMS_QR,
.x2.document-source-icon-DMS_DAU_QR,
.x2.document-source-icon-DMS_DH,
.x2.document-source-icon-UPLOAD,
.x2.document-source-icon-DEALER_UPLOAD,
.x2.document-source-icon-MBLP_UPLOAD,
.x2.document-source-icon-CMD,
.x2.document-source-icon-IIMS,
.x2.document-source-icon-EMAIL,
.x2.document-source-icon-EINVOICE,
.x2.document-source-icon-EINVOICE_PRINT,
.x2.document-source-icon-DYSANT,
.x2.document-source-icon-APPROVE_ME {
  font-size: 24px; }

.halflings.x3, .x3.document-source-icon-DMS_QR,
.x3.document-source-icon-DMS_DAU_QR,
.x3.document-source-icon-DMS_DH,
.x3.document-source-icon-UPLOAD,
.x3.document-source-icon-DEALER_UPLOAD,
.x3.document-source-icon-MBLP_UPLOAD,
.x3.document-source-icon-CMD,
.x3.document-source-icon-IIMS,
.x3.document-source-icon-EMAIL,
.x3.document-source-icon-EINVOICE,
.x3.document-source-icon-EINVOICE_PRINT,
.x3.document-source-icon-DYSANT,
.x3.document-source-icon-APPROVE_ME {
  font-size: 36px; }

.halflings.x4, .x4.document-source-icon-DMS_QR,
.x4.document-source-icon-DMS_DAU_QR,
.x4.document-source-icon-DMS_DH,
.x4.document-source-icon-UPLOAD,
.x4.document-source-icon-DEALER_UPLOAD,
.x4.document-source-icon-MBLP_UPLOAD,
.x4.document-source-icon-CMD,
.x4.document-source-icon-IIMS,
.x4.document-source-icon-EMAIL,
.x4.document-source-icon-EINVOICE,
.x4.document-source-icon-EINVOICE_PRINT,
.x4.document-source-icon-DYSANT,
.x4.document-source-icon-APPROVE_ME {
  font-size: 48px; }

.halflings.x5, .x5.document-source-icon-DMS_QR,
.x5.document-source-icon-DMS_DAU_QR,
.x5.document-source-icon-DMS_DH,
.x5.document-source-icon-UPLOAD,
.x5.document-source-icon-DEALER_UPLOAD,
.x5.document-source-icon-MBLP_UPLOAD,
.x5.document-source-icon-CMD,
.x5.document-source-icon-IIMS,
.x5.document-source-icon-EMAIL,
.x5.document-source-icon-EINVOICE,
.x5.document-source-icon-EINVOICE_PRINT,
.x5.document-source-icon-DYSANT,
.x5.document-source-icon-APPROVE_ME {
  font-size: 60px; }

.halflings.x6, .x6.document-source-icon-DMS_QR,
.x6.document-source-icon-DMS_DAU_QR,
.x6.document-source-icon-DMS_DH,
.x6.document-source-icon-UPLOAD,
.x6.document-source-icon-DEALER_UPLOAD,
.x6.document-source-icon-MBLP_UPLOAD,
.x6.document-source-icon-CMD,
.x6.document-source-icon-IIMS,
.x6.document-source-icon-EMAIL,
.x6.document-source-icon-EINVOICE,
.x6.document-source-icon-EINVOICE_PRINT,
.x6.document-source-icon-DYSANT,
.x6.document-source-icon-APPROVE_ME {
  font-size: 72px; }

.halflings.x7, .x7.document-source-icon-DMS_QR,
.x7.document-source-icon-DMS_DAU_QR,
.x7.document-source-icon-DMS_DH,
.x7.document-source-icon-UPLOAD,
.x7.document-source-icon-DEALER_UPLOAD,
.x7.document-source-icon-MBLP_UPLOAD,
.x7.document-source-icon-CMD,
.x7.document-source-icon-IIMS,
.x7.document-source-icon-EMAIL,
.x7.document-source-icon-EINVOICE,
.x7.document-source-icon-EINVOICE_PRINT,
.x7.document-source-icon-DYSANT,
.x7.document-source-icon-APPROVE_ME {
  font-size: 84px; }

.halflings.x8, .x8.document-source-icon-DMS_QR,
.x8.document-source-icon-DMS_DAU_QR,
.x8.document-source-icon-DMS_DH,
.x8.document-source-icon-UPLOAD,
.x8.document-source-icon-DEALER_UPLOAD,
.x8.document-source-icon-MBLP_UPLOAD,
.x8.document-source-icon-CMD,
.x8.document-source-icon-IIMS,
.x8.document-source-icon-EMAIL,
.x8.document-source-icon-EINVOICE,
.x8.document-source-icon-EINVOICE_PRINT,
.x8.document-source-icon-DYSANT,
.x8.document-source-icon-APPROVE_ME {
  font-size: 96px; }

.halflings.light:before, .light.document-source-icon-DMS_QR:before,
.light.document-source-icon-DMS_DAU_QR:before,
.light.document-source-icon-DMS_DH:before,
.light.document-source-icon-UPLOAD:before,
.light.document-source-icon-DEALER_UPLOAD:before,
.light.document-source-icon-MBLP_UPLOAD:before,
.light.document-source-icon-CMD:before,
.light.document-source-icon-IIMS:before,
.light.document-source-icon-EMAIL:before,
.light.document-source-icon-EINVOICE:before,
.light.document-source-icon-EINVOICE_PRINT:before,
.light.document-source-icon-DYSANT:before,
.light.document-source-icon-APPROVE_ME:before {
  color: #f2f2f2; }

.halflings.drop:before, .drop.document-source-icon-DMS_QR:before,
.drop.document-source-icon-DMS_DAU_QR:before,
.drop.document-source-icon-DMS_DH:before,
.drop.document-source-icon-UPLOAD:before,
.drop.document-source-icon-DEALER_UPLOAD:before,
.drop.document-source-icon-MBLP_UPLOAD:before,
.drop.document-source-icon-CMD:before,
.drop.document-source-icon-IIMS:before,
.drop.document-source-icon-EMAIL:before,
.drop.document-source-icon-EINVOICE:before,
.drop.document-source-icon-EINVOICE_PRINT:before,
.drop.document-source-icon-DYSANT:before,
.drop.document-source-icon-APPROVE_ME:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.halflings.flip, .flip.document-source-icon-DMS_QR,
.flip.document-source-icon-DMS_DAU_QR,
.flip.document-source-icon-DMS_DH,
.flip.document-source-icon-UPLOAD,
.flip.document-source-icon-DEALER_UPLOAD,
.flip.document-source-icon-MBLP_UPLOAD,
.flip.document-source-icon-CMD,
.flip.document-source-icon-IIMS,
.flip.document-source-icon-EMAIL,
.flip.document-source-icon-EINVOICE,
.flip.document-source-icon-EINVOICE_PRINT,
.flip.document-source-icon-DYSANT,
.flip.document-source-icon-APPROVE_ME {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.halflings.flipv, .flipv.document-source-icon-DMS_QR,
.flipv.document-source-icon-DMS_DAU_QR,
.flipv.document-source-icon-DMS_DH,
.flipv.document-source-icon-UPLOAD,
.flipv.document-source-icon-DEALER_UPLOAD,
.flipv.document-source-icon-MBLP_UPLOAD,
.flipv.document-source-icon-CMD,
.flipv.document-source-icon-IIMS,
.flipv.document-source-icon-EMAIL,
.flipv.document-source-icon-EINVOICE,
.flipv.document-source-icon-EINVOICE_PRINT,
.flipv.document-source-icon-DYSANT,
.flipv.document-source-icon-APPROVE_ME {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.halflings.rotate90, .rotate90.document-source-icon-DMS_QR,
.rotate90.document-source-icon-DMS_DAU_QR,
.rotate90.document-source-icon-DMS_DH,
.rotate90.document-source-icon-UPLOAD,
.rotate90.document-source-icon-DEALER_UPLOAD,
.rotate90.document-source-icon-MBLP_UPLOAD,
.rotate90.document-source-icon-CMD,
.rotate90.document-source-icon-IIMS,
.rotate90.document-source-icon-EMAIL,
.rotate90.document-source-icon-EINVOICE,
.rotate90.document-source-icon-EINVOICE_PRINT,
.rotate90.document-source-icon-DYSANT,
.rotate90.document-source-icon-APPROVE_ME {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.halflings.rotate180, .rotate180.document-source-icon-DMS_QR,
.rotate180.document-source-icon-DMS_DAU_QR,
.rotate180.document-source-icon-DMS_DH,
.rotate180.document-source-icon-UPLOAD,
.rotate180.document-source-icon-DEALER_UPLOAD,
.rotate180.document-source-icon-MBLP_UPLOAD,
.rotate180.document-source-icon-CMD,
.rotate180.document-source-icon-IIMS,
.rotate180.document-source-icon-EMAIL,
.rotate180.document-source-icon-EINVOICE,
.rotate180.document-source-icon-EINVOICE_PRINT,
.rotate180.document-source-icon-DYSANT,
.rotate180.document-source-icon-APPROVE_ME {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.halflings.rotate270, .rotate270.document-source-icon-DMS_QR,
.rotate270.document-source-icon-DMS_DAU_QR,
.rotate270.document-source-icon-DMS_DH,
.rotate270.document-source-icon-UPLOAD,
.rotate270.document-source-icon-DEALER_UPLOAD,
.rotate270.document-source-icon-MBLP_UPLOAD,
.rotate270.document-source-icon-CMD,
.rotate270.document-source-icon-IIMS,
.rotate270.document-source-icon-EMAIL,
.rotate270.document-source-icon-EINVOICE,
.rotate270.document-source-icon-EINVOICE_PRINT,
.rotate270.document-source-icon-DYSANT,
.rotate270.document-source-icon-APPROVE_ME {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.halflings-user:before {
  content: "\E001"; }

.halflings-cogwheel:before {
  content: "\E002"; }

.halflings-envelope:before, .document-source-icon-EINVOICE:before {
  content: "\E003"; }

.halflings-camera:before {
  content: "\E004"; }

.halflings-heart:before {
  content: "\E005"; }

.halflings-print:before, .document-source-icon-EINVOICE_PRINT:before {
  content: "\E006"; }

.halflings-bin:before {
  content: "\E007"; }

.halflings-music:before {
  content: "\E008"; }

.halflings-heart-empty:before {
  content: "\E009"; }

.halflings-home:before {
  content: "\E010"; }

.halflings-magnet:before {
  content: "\E011"; }

.halflings-search:before {
  content: "\E012"; }

.halflings-pencil:before {
  content: "\E013"; }

.halflings-file:before {
  content: "\E014"; }

.halflings-picture:before {
  content: "\E015"; }

.halflings-stats:before {
  content: "\E016"; }

.halflings-stats-bars:before {
  content: "\E017"; }

.halflings-stats-circle:before {
  content: "\E018"; }

.halflings-user-group:before {
  content: "\E019"; }

.halflings-key:before {
  content: "\E020"; }

.halflings-calendar:before {
  content: "\E021"; }

.halflings-star:before, .document-source-icon-DMS_DH:before {
  content: "\E022"; }

.halflings-star-empty:before {
  content: "\E023"; }

.halflings-pulse:before {
  content: "\E024"; }

.halflings-eye:before {
  content: "\E025"; }

.halflings-eye-off:before {
  content: "\E026"; }

.halflings-clock:before {
  content: "\E027"; }

.halflings-scissors:before {
  content: "\E028"; }

.halflings-copy-duplicate:before {
  content: "\E029"; }

.halflings-paste:before {
  content: "\E030"; }

.halflings-compass:before {
  content: "\E031"; }

.halflings-paperclip:before, .document-source-icon-EMAIL:before {
  content: "\E032"; }

.halflings-power:before {
  content: "\E033"; }

.halflings-tag:before {
  content: "\E034"; }

.halflings-education:before {
  content: "\E035"; }

.halflings-ruler:before {
  content: "\E036"; }

.halflings-gift:before {
  content: "\E037"; }

.halflings-book:before {
  content: "\E038"; }

.halflings-bookmark:before {
  content: "\E039"; }

.halflings-wifi:before {
  content: "\E040"; }

.halflings-headphones:before {
  content: "\E041"; }

.halflings-triangle-alert:before {
  content: "\E042"; }

.halflings-bars:before {
  content: "\E043"; }

.halflings-retweet:before {
  content: "\E044"; }

.halflings-refresh:before {
  content: "\E045"; }

.halflings-roundabout:before {
  content: "\E046"; }

.halflings-random:before {
  content: "\E047"; }

.halflings-reload:before, .document-source-icon-REPORT-regenerate:before {
  content: "\E048"; }

.halflings-tv:before {
  content: "\E049"; }

.halflings-building:before {
  content: "\E050"; }

.halflings-contrast:before {
  content: "\E051"; }

.halflings-drop:before {
  content: "\E052"; }

.halflings-vector-path:before {
  content: "\E053"; }

.halflings-text:before {
  content: "\E054"; }

.halflings-italic:before {
  content: "\E055"; }

.halflings-bold:before {
  content: "\E056"; }

.halflings-underline:before {
  content: "\E057"; }

.halflings-strikethrough:before {
  content: "\E058"; }

.halflings-square-empty:before {
  content: "\E059"; }

.halflings-playlist:before {
  content: "\E060"; }

.halflings-paragraph-left:before {
  content: "\E061"; }

.halflings-paragraph-center:before {
  content: "\E062"; }

.halflings-paragraph-right:before {
  content: "\E063"; }

.halflings-paragraph-justify:before {
  content: "\E064"; }

.halflings-list:before {
  content: "\E065"; }

.halflings-terminal:before {
  content: "\E066"; }

.halflings-code:before {
  content: "\E067"; }

.halflings-table:before {
  content: "\E068"; }

.halflings-inbox:before {
  content: "\E069"; }

.halflings-hash:before {
  content: "\E070"; }

.halflings-adjust:before {
  content: "\E071"; }

.halflings-database:before, .document-source-icon-CMD:before {
  content: "\E072"; }

.halflings-folder:before {
  content: "\E073"; }

.halflings-square-edit:before {
  content: "\E074"; }

.halflings-square-new-window:before {
  content: "\E075"; }

.halflings-square-checkbox:before {
  content: "\E076"; }

.halflings-square-selected:before {
  content: "\E077"; }

.halflings-square-indeterminate:before {
  content: "\E078"; }

.halflings-thumbnails:before {
  content: "\E079"; }

.halflings-thumbnails-small:before {
  content: "\E080"; }

.halflings-skip-to-previous:before {
  content: "\E081"; }

.halflings-skip-to-start:before {
  content: "\E082"; }

.halflings-rewind:before {
  content: "\E083"; }

.halflings-pause:before {
  content: "\E084"; }

.halflings-play:before {
  content: "\E085"; }

.halflings-stop:before {
  content: "\E086"; }

.halflings-forward:before {
  content: "\E087"; }

.halflings-skip-to-end:before {
  content: "\E088"; }

.halflings-skip-to-next:before {
  content: "\E089"; }

.halflings-eject:before {
  content: "\E090"; }

.halflings-mobile-phone:before, .document-source-icon-APPROVE_ME:before {
  content: "\E091"; }

.halflings-mobile-phone-off:before {
  content: "\E092"; }

.halflings-video:before {
  content: "\E093"; }

.halflings-video-off:before {
  content: "\E094"; }

.halflings-bluetooth:before {
  content: "\E095"; }

.halflings-volume-off:before {
  content: "\E096"; }

.halflings-volume-down:before {
  content: "\E097"; }

.halflings-volume-up:before {
  content: "\E098"; }

.halflings-circle-plus:before {
  content: "\E099"; }

.halflings-circle-minus:before {
  content: "\E100"; }

.halflings-circle-remove:before {
  content: "\E101"; }

.halflings-circle-check:before {
  content: "\E102"; }

.halflings-circle-question:before {
  content: "\E103"; }

.halflings-circle-info:before {
  content: "\E104"; }

.halflings-circle-alert:before {
  content: "\E105"; }

.halflings-open:before, .document-source-icon-UPLOAD:before,
.document-source-icon-DEALER_UPLOAD:before,
.document-source-icon-MBLP_UPLOAD:before {
  content: "\E106"; }

.halflings-save:before {
  content: "\E107"; }

.halflings-save-as:before {
  content: "\E108"; }

.halflings-cart:before, .document-source-icon-DYSANT:before {
  content: "\E109"; }

.halflings-cart-in:before {
  content: "\E110"; }

.halflings-cart-out:before {
  content: "\E111"; }

.halflings-circle-play:before {
  content: "\E112"; }

.halflings-circle-down:before {
  content: "\E113"; }

.halflings-circle-up:before {
  content: "\E114"; }

.halflings-circle-left:before {
  content: "\E115"; }

.halflings-circle-right:before {
  content: "\E116"; }

.halflings-arrow-down:before {
  content: "\E117"; }

.halflings-arrow-up:before {
  content: "\E118"; }

.halflings-arrow-left:before {
  content: "\E119"; }

.halflings-arrow-right:before {
  content: "\E120"; }

.halflings-fullscreen-off:before {
  content: "\E121"; }

.halflings-fullscreen:before {
  content: "\E122"; }

.halflings-circle-empty:before {
  content: "\E123"; }

.halflings-circle-selected:before {
  content: "\E124"; }

.halflings-lock:before {
  content: "\E125"; }

.halflings-lock-open:before {
  content: "\E126"; }

.halflings-lock-off:before {
  content: "\E127"; }

.halflings-chevron-down:before {
  content: "\E128"; }

.halflings-chevron-up:before {
  content: "\E129"; }

.halflings-chevron-left:before {
  content: "\E130"; }

.halflings-chevron-right:before {
  content: "\E131"; }

.halflings-moon:before {
  content: "\E132"; }

.halflings-sun:before {
  content: "\E133"; }

.halflings-chat-conversation:before {
  content: "\E134"; }

.halflings-chat-message:before {
  content: "\E135"; }

.halflings-drop-off:before {
  content: "\E136"; }

.halflings-eraser:before {
  content: "\E137"; }

.halflings-anchor:before {
  content: "\E138"; }

.halflings-direction:before {
  content: "\E139"; }

.halflings-flag:before {
  content: "\E140"; }

.halflings-flag-triangle:before {
  content: "\E141"; }

.halflings-cutlery:before {
  content: "\E142"; }

.halflings-coffee-mug:before {
  content: "\E143"; }

.halflings-square-plus:before {
  content: "\E144"; }

.halflings-square-minus:before {
  content: "\E145"; }

.halflings-square-remove:before {
  content: "\E146"; }

.halflings-square-check:before {
  content: "\E147"; }

.halflings-square-question:before {
  content: "\E148"; }

.halflings-square-info:before {
  content: "\E149"; }

.halflings-square-alert:before {
  content: "\E150"; }

.halflings-square-upload:before {
  content: "\E151"; }

.halflings-square-download:before {
  content: "\E152"; }

.halflings-verify-empty:before {
  content: "\E153"; }

.halflings-verify-check:before {
  content: "\E154"; }

.halflings-no-symbol:before {
  content: "\E155"; }

.halflings-square-play:before {
  content: "\E156"; }

.halflings-square-down:before {
  content: "\E157"; }

.halflings-square-up:before {
  content: "\E158"; }

.halflings-square-left:before {
  content: "\E159"; }

.halflings-square-right:before {
  content: "\E160"; }

.halflings-wrench:before {
  content: "\E161"; }

.halflings-mic:before {
  content: "\E162"; }

.halflings-mic-off:before {
  content: "\E163"; }

.halflings-credit-card:before {
  content: "\E164"; }

.halflings-credit-card-off:before {
  content: "\E165"; }

.halflings-shield-check:before {
  content: "\E166"; }

.halflings-link:before {
  content: "\E167"; }

.halflings-link-remove:before {
  content: "\E168"; }

.halflings-bank:before {
  content: "\E169"; }

.halflings-plus:before {
  content: "\E170"; }

.halflings-minus:before {
  content: "\E171"; }

.halflings-times:before {
  content: "\E172"; }

.halflings-division:before {
  content: "\E173"; }

.halflings-equals:before {
  content: "\E174"; }

.halflings-folder-open:before {
  content: "\E175"; }

.halflings-filter:before {
  content: "\E176"; }

.halflings-hard-drive:before {
  content: "\E177"; }

.halflings-dice:before {
  content: "\E178"; }

.halflings-globe:before {
  content: "\E179"; }

.halflings-crown:before {
  content: "\E180"; }

.halflings-square-triangle-down:before {
  content: "\E181"; }

.halflings-square-triangle-up:before {
  content: "\E182"; }

.halflings-square-triangle-left:before {
  content: "\E183"; }

.halflings-square-triangle-right:before {
  content: "\E184"; }

.halflings-log-in:before {
  content: "\E185"; }

.halflings-log-out:before {
  content: "\E186"; }

.halflings-archive:before {
  content: "\E187"; }

.halflings-music-alt:before {
  content: "\E188"; }

.halflings-video-play-empty:before {
  content: "\E189"; }

.halflings-video-play:before {
  content: "\E190"; }

.halflings-bell:before {
  content: "\E191"; }

.halflings-bell-off:before {
  content: "\E192"; }

.halflings-wallet:before {
  content: "\E193"; }

.halflings-briefcase:before {
  content: "\E194"; }

.halflings-send:before {
  content: "\E195"; }

.halflings-construction-cone:before {
  content: "\E196"; }

.halflings-call:before {
  content: "\E197"; }

.halflings-sort:before {
  content: "\E198"; }

.halflings-switch:before {
  content: "\E199"; }

.halflings-exchange:before {
  content: "\E200"; }

.halflings-push-pin:before {
  content: "\E201"; }

.halflings-more:before {
  content: "\E202"; }

.halflings-more-vertical:before {
  content: "\E203"; }

.halflings-hourglass:before {
  content: "\E204"; }

.halflings-progress:before {
  content: "\E205"; }

.halflings-barcode:before {
  content: "\E206"; }

.halflings-qr-code:before, .document-source-icon-DMS_DAU_QR:before, .document-source-icon-DMS_QR:before {
  content: "\E207"; }

.halflings-star-half:before {
  content: "\E208"; }

.halflings-cloud:before {
  content: "\E209"; }

.halflings-map-marker:before {
  content: "\E210"; }

.halflings-set:before {
  content: "\E211"; }

.halflings-set-down:before {
  content: "\E212"; }

.halflings-arrow-thin-down:before {
  content: "\E213"; }

.halflings-arrow-thin-up:before {
  content: "\E214"; }

.halflings-arrow-thin-left:before {
  content: "\E215"; }

.halflings-arrow-thin-right:before {
  content: "\E216"; }

.halflings-chevron-thin-down:before {
  content: "\E217"; }

.halflings-chevron-thin-up:before {
  content: "\E218"; }

.halflings-chevron-thin-left:before {
  content: "\E219"; }

.halflings-chevron-thin-right:before {
  content: "\E220"; }

.halflings-fire:before {
  content: "\E221"; }

.halflings-chevron-last-down:before {
  content: "\E222"; }

.halflings-chevron-last-up:before {
  content: "\E223"; }

.halflings-chevron-last-left:before {
  content: "\E224"; }

.halflings-chevron-last-right:before {
  content: "\E225"; }

.halflings-menu-close:before {
  content: "\E226"; }

.halflings-menu:before {
  content: "\E227"; }

.halflings-email:before {
  content: "\E228"; }

.halflings-octagon-remove-empty:before {
  content: "\E229"; }

.halflings-octagon-remove:before {
  content: "\E230"; }

.halflings-dashboard:before {
  content: "\E231"; }

.halflings-text-underline:before {
  content: "\E232"; }

.halflings-text-background:before {
  content: "\E233"; }

.halflings-header:before {
  content: "\E234"; }

.halflings-announcement:before {
  content: "\E235"; }

.halflings-basket:before {
  content: "\E236"; }

.halflings-basket-in:before {
  content: "\E237"; }

.halflings-basket-out:before {
  content: "\E238"; }

.halflings-check:before {
  content: "\E239"; }

.halflings-computer:before {
  content: "\E240"; }

.halflings-fan:before {
  content: "\E241"; }

.halflings-flash:before {
  content: "\E242"; }

.halflings-slightly-smiling:before {
  content: "\E243"; }

.halflings-slightly-frowning:before {
  content: "\E244"; }

.halflings-reload-alt:before {
  content: "\E245"; }

.halflings-power-cord-plug:before {
  content: "\E246"; }

.halflings-power-cord-plug-off:before {
  content: "\E247"; }

.halflings-restart:before {
  content: "\E248"; }

.halflings-circle-more:before {
  content: "\E249"; }

.halflings-square-more:before {
  content: "\E250"; }

.halflings-circle-menu:before {
  content: "\E251"; }

.halflings-square-menu:before {
  content: "\E252"; }

.halflings-cloud-off:before {
  content: "\E253"; }

.halflings-layers:before {
  content: "\E254"; }

.halflings-airplane:before {
  content: "\E255"; }

.halflings-trending:before {
  content: "\E256"; }

.halflings-disappearing:before {
  content: "\E257"; }

.halflings-rulers:before {
  content: "\E258"; }

.halflings-switch-off:before {
  content: "\E259"; }

.halflings-switch-on:before {
  content: "\E260"; }

.halflings-usb-device:before {
  content: "\E261"; }

.halflings-memory-card:before {
  content: "\E262"; }

.halflings-axes-two:before {
  content: "\E263"; }

.halflings-axes-three:before {
  content: "\E264"; }

.halflings-spell-check:before {
  content: "\E265"; }

.halflings-initial-letter:before {
  content: "\E266"; }

.halflings-filter-off:before {
  content: "\E267"; }

.halflings-compound:before {
  content: "\E268"; }

.halflings-microchip:before {
  content: "\E269"; }

.halflings-satellite:before {
  content: "\E270"; }

.halflings-snowflake:before {
  content: "\E271"; }

.halflings-repeat:before {
  content: "\E272"; }

.halflings-repeat-once:before {
  content: "\E273"; }

.halflings-percent-sign:before {
  content: "\E274"; }

.halflings-fingerprint:before {
  content: "\E275"; }

.halflings-square-2d:before {
  content: "\E276"; }

.halflings-square-3d:before {
  content: "\E277"; }

.halflings-square-vr:before {
  content: "\E278"; }

.halflings-square-live:before {
  content: "\E279"; }

.halflings-dock:before {
  content: "\E280"; }

.halflings-sidebar:before {
  content: "\E281"; }

.halflings-door-handle:before {
  content: "\E282"; }

.halflings-cursor:before {
  content: "\E283"; }

.halflings-clean:before {
  content: "\E284"; }

.halflings-syringe:before {
  content: "\E285"; }

.halflings-car:before {
  content: "\E286"; }

.halflings-truck:before {
  content: "\E287"; }

.halflings-leaf:before {
  content: "\E288"; }

.halflings-pills:before {
  content: "\E289"; }

.halflings-temperature:before {
  content: "\E290"; }

.halflings-woman:before {
  content: "\E291"; }

.halflings-man:before {
  content: "\E292"; }

.halflings-man-woman-compact:before {
  content: "\E293"; }

.halflings-battery-charging:before {
  content: "\E294"; }

.halflings-battery-charged:before {
  content: "\E295"; }

.halflings-battery-three-quarters:before {
  content: "\E296"; }

.halflings-battery-half:before {
  content: "\E297"; }

.halflings-battery-quarter:before {
  content: "\E298"; }

.halflings-battery-low:before {
  content: "\E299"; }

.halflings-battery-off:before {
  content: "\E300"; }

@font-face {
  font-family: 'Glyphicons Social';
  src: url("../fonts/glyphicons-social-regular2.eot");
  src: url("../fonts/glyphicons-social-regular2.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-social-regular2.woff2") format("woff2"), url("../fonts/glyphicons-social-regular2.woff") format("woff"), url("../fonts/glyphicons-social-regular2.ttf") format("truetype"), url("../fonts/glyphicons-social-regular2.svg#glyphicons_socialregular") format("svg"); }

.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social.x05 {
  font-size: 12px; }

.social.x2 {
  font-size: 48px; }

.social.x3 {
  font-size: 72px; }

.social.x4 {
  font-size: 96px; }

.social.x5 {
  font-size: 120px; }

.social.light:before {
  color: #f2f2f2; }

.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.social-pinterest:before {
  content: "\E001"; }

.social-dropbox:before {
  content: "\E002"; }

.social-google-plus:before {
  content: "\E003"; }

.social-jolicloud:before {
  content: "\E004"; }

.social-yahoo:before {
  content: "\E005"; }

.social-blogger:before {
  content: "\E006"; }

.social-picasa:before {
  content: "\E007"; }

.social-amazon:before {
  content: "\E008"; }

.social-tumblr:before {
  content: "\E009"; }

.social-wordpress:before {
  content: "\E010"; }

.social-instapaper:before {
  content: "\E011"; }

.social-evernote:before {
  content: "\E012"; }

.social-xing:before {
  content: "\E013"; }

.social-e-mail-envelope:before {
  content: "\E014"; }

.social-dribbble:before {
  content: "\E015"; }

.social-deviantart:before {
  content: "\E016"; }

.social-read-it-later:before {
  content: "\E017"; }

.social-linked-in:before {
  content: "\E018"; }

.social-gmail:before {
  content: "\E019"; }

.social-pinboard:before {
  content: "\E020"; }

.social-behance:before {
  content: "\E021"; }

.social-github:before {
  content: "\E022"; }

.social-youtube:before {
  content: "\E023"; }

.social-open-id:before {
  content: "\E024"; }

.social-foursquare:before {
  content: "\E025"; }

.social-quora:before {
  content: "\E026"; }

.social-badoo:before {
  content: "\E027"; }

.social-spotify:before {
  content: "\E028"; }

.social-stumbleupon:before {
  content: "\E029"; }

.social-readability:before {
  content: "\E030"; }

.social-facebook:before {
  content: "\E031"; }

.social-twitter:before {
  content: "\E032"; }

.social-instagram:before {
  content: "\E033"; }

.social-posterous-spaces:before {
  content: "\E034"; }

.social-vimeo:before {
  content: "\E035"; }

.social-flickr:before {
  content: "\E036"; }

.social-last-fm:before {
  content: "\E037"; }

.social-rss:before {
  content: "\E038"; }

.social-skype:before {
  content: "\E039"; }

.social-e-mail:before {
  content: "\E040"; }

.social-vine:before {
  content: "\E041"; }

.social-myspace:before {
  content: "\E042"; }

.social-goodreads:before {
  content: "\E043"; }

.social-apple:before {
  content: "\E044"; }

.social-windows:before {
  content: "\E045"; }

.social-yelp:before {
  content: "\E046"; }

.social-playstation:before {
  content: "\E047"; }

.social-xbox:before {
  content: "\E048"; }

.social-android:before {
  content: "\E049"; }

.social-ios:before {
  content: "\E050"; }

.social-wikipedia:before {
  content: "\E051"; }

.social-pocket:before {
  content: "\E052"; }

.social-steam:before {
  content: "\E053"; }

.social-soundcloud:before {
  content: "\E054"; }

.social-slideshare:before {
  content: "\E055"; }

.social-netflix:before {
  content: "\E056"; }

.social-paypal:before {
  content: "\E057"; }

.social-google-drive:before {
  content: "\E058"; }

.social-linux-foundation:before {
  content: "\E059"; }

.social-ebay:before {
  content: "\E060"; }

.social-bitbucket:before {
  content: "\E061"; }

.social-whatsapp:before {
  content: "\E062"; }

.social-buffer:before {
  content: "\E063"; }

.social-medium:before {
  content: "\E064"; }

.social-stackoverflow:before {
  content: "\E065"; }

.social-linux:before {
  content: "\E066"; }

.social-vk:before {
  content: "\E067"; }

.social-snapchat:before {
  content: "\E068"; }

.social-etsy:before {
  content: "\E069"; }

.social-stackexchange:before {
  content: "\E070"; }

@font-face {
  font-family: 'MBCorpoATitleCond';
  src: url("../fonts/MBCorpoATitleCond-Regular-Web.eot");
  src: url("../fonts/MBCorpoATitleCond-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/MBCorpoATitleCond-Regular-Web.woff2") format("woff2"), url("../fonts/MBCorpoATitleCond-Regular-Web.woff") format("woff"), url("../fonts/MBCorpoATitleCond-Regular-Web.ttf") format("truetype"), url("../fonts/MBCorpoATitleCond-Regular-Web.svg#mbCorpoATitleCond") format("svg"); }

@font-face {
  font-family: 'MBCorpoSTextRegular';
  src: url("../fonts/MBCorpoSText-Regular-Web.eot");
  src: url("../fonts/MBCorpoSText-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/MBCorpoSText-Regular-Web.woff2") format("woff2"), url("../fonts/MBCorpoSText-Regular-Web.woff") format("woff"), url("../fonts/MBCorpoSText-Regular-Web.ttf") format("truetype"), url("../fonts/MBCorpoSText-Regular-Web.svg#mbCorpoSTextRegular") format("svg"); }

@font-face {
  font-family: "MercedesBenzIcons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MercedesBenzIcons-Flat-XS.eot") format("eot"), url("../fonts/MercedesBenzIcons-Flat-XS.eot?#iefix") format("embedded-opentype"), url("../fonts/MercedesBenzIcons-Flat-XS.ttf") format("truetype"); }

.mbico {
  position: relative;
  display: inline-block;
  font-family: 'MercedesBenzIcons';
  font-style: normal;
  font-weight: normal;
  font-size: 150%;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
 bugfix - safari font invisible in normal weight - set bold only in safari
 https://stackoverflow.com/a/25975282
 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .mbico, .dropdown-toggle::after {
      font-weight: bold !important; } } }

.mbico2 {
  position: relative;
  top: .125rem;
  display: inline-block;
  font-family: 'MercedesBenzIcons';
  font-style: normal;
  font-weight: normal;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mbico-home:before {
  content: "\E001"; }

.mbico-image:before {
  content: "\E002"; }

.mbico-archive:before {
  content: "\E003"; }

.mbico-print:before {
  content: "\E004"; }

.mbico-settings:before {
  content: "\E005"; }

.mbico-book-mark:before {
  content: "\E006"; }

.mbico-contact:before {
  content: "\E007"; }

.mbico-save:before {
  content: "\E008"; }

.mbico-rotate-l2p:before {
  content: "\E011"; }

.mbico-rotate-p2l:before {
  content: "\E012"; }

.mbico-login:before {
  content: "\E013"; }

.mbico-download:before {
  content: "\E014"; }

.mbico-upload:before {
  content: "\E015"; }

.mbico-logout:before {
  content: "\E016"; }

.mbico-add-options:before {
  content: "\E017"; }

.mbico-edit:before {
  content: "\E021"; }

.mbico-service:before {
  content: "\E022"; }

.mbico-search:before {
  content: "\E023"; }

.mbico-call:before {
  content: "\E024"; }

.mbico-light-up:before {
  content: "\E025"; }

.mbico-light-down:before {
  content: "\E026"; }

.mbico-sound-mute:before {
  content: "\E027"; }

.mbico-sound-up:before {
  content: "\E028"; }

.mbico-sount-down:before {
  content: "\E029"; }

.mbico-delete:before {
  content: "\E031"; }

.mbico-test-drive:before {
  content: "\E032"; }

.mbico-shopping-card:before {
  content: "\E033"; }

.mbico-map-dealer:before {
  content: "\E034"; }

.mbico-reload:before {
  content: "\E035"; }

.mbico-chat-1:before {
  content: "\E036"; }

.mbico-chat-2:before {
  content: "\E037"; }

.mbico-printed:before {
  content: "\E038"; }

.mbico-download-print:before {
  content: "\E039"; }

.mbico-multiple-users:before {
  content: "\E041"; }

.mbico-user:before {
  content: "\E042"; }

.mbico-deg-360:before {
  content: "\E043"; }

.mbico-movie:before {
  content: "\E044"; }

.mbico-language:before {
  content: "\E045"; }

.mbico-ranking:before {
  content: "\E046"; }

.mbico-time:before {
  content: "\E048"; }

.mbico-share:before {
  content: "\E051"; }

.mbico-menu-1:before {
  content: "\E052"; }

.mbico-music:before {
  content: "\E053"; }

.mbico-report:before {
  content: "\E054"; }

.mbico-pump-current:before {
  content: "\E055"; }

.mbico-pump-gas:before {
  content: "\E056"; }

.mbico-pump-petrol:before {
  content: "\E057"; }

.mbico-pump-power:before {
  content: "\E058"; }

.mbico-calculator:before {
  content: "\E061"; }

.mbico-engine:before {
  content: "\E062"; }

.mbico-eye:before {
  content: "\E063"; }

.mbico-tire:before {
  content: "\E064"; }

.mbico-tempo:before {
  content: "\E065"; }

.mbico-calendar:before {
  content: "\E066"; }

.mbico-menu-2:before {
  content: "\E068"; }

.mbico-leaf:before {
  content: "\E069"; }

.mbico-arrow-left-sm:before {
  content: "\E100"; }

.mbico-arrow-right-sm:before {
  content: "\E101"; }

.mbico-arrow-left-lg:before {
  content: "\E102"; }

.mbico-arrow-right-lg:before {
  content: "\E103"; }

.mbico-close-sm:before {
  content: "\E104"; }

.mbico-close-lg:before {
  content: "\E105"; }

.mbico-ok-sm:before {
  content: "\E106"; }

.mbico-ok-lg:before {
  content: "\E107"; }

.mbico-attention:before {
  content: "\E110"; }

.mbico-help:before {
  content: "\E111"; }

.mbico-info:before {
  content: "\E112"; }

.mbico-zoom-in-1:before {
  content: "\E113"; }

.mbico-zoom-out-1:before {
  content: "\E114"; }

.mbico-zoom-in-2:before {
  content: "\E115"; }

.mbico-zoom-out-2:before {
  content: "\E116"; }

.mbico-pin-map-general:before {
  content: "\E120"; }

.mbico-pin-map-mb:before {
  content: "\E121"; }

.mbico-hot-spot:before {
  content: "\E122"; }

.mbico-view-list:before {
  content: "\E123"; }

.mbico-view-gallery-1:before {
  content: "\E124"; }

.mbico-view-gallery-2:before {
  content: "\E125"; }

.mbico-view-gallery-3:before {
  content: "\E126"; }

.mbico-back:before {
  content: "\E127"; }

.mbico-media-to-start:before {
  content: "\E130"; }

.mbico-media-to-end:before {
  content: "\E131"; }

.mbico-media-forward:before {
  content: "\E132"; }

.mbico-media-back:before {
  content: "\E133"; }

.mbico-media-stop:before {
  content: "\E134"; }

.mbico-media-fullscreen-on:before {
  content: "\E135"; }

.mbico-media-fullscreen-off:before {
  content: "\E136"; }

.mbico-media-play:before {
  content: "\E137"; }

.mbico-media-pause:before {
  content: "\E138"; }

.mbico-car-mb-0:before {
  content: "\E140"; }

.mbico-car-mb-1:before {
  content: "\E141"; }

.mbico-car-mb-2:before {
  content: "\E143"; }

.mbico-car-mb-3:before {
  content: "\E144"; }

.mbico-car-mb-4:before {
  content: "\E145"; }

.mbico-car-mb-seat:before {
  content: "\E146"; }

.mbico-home-xs:before {
  content: "\E201"; }

.mbico-image-xs:before {
  content: "\E202"; }

.mbico-archive-xs:before {
  content: "\E203"; }

.mbico-print-xs:before {
  content: "\E204"; }

.mbico-settings-xs:before {
  content: "\E205"; }

.mbico-book-mark-xs:before {
  content: "\E206"; }

.mbico-contact-xs:before {
  content: "\E207"; }

.mbico-save-xs:before {
  content: "\E208"; }

.mbico-login-xs:before {
  content: "\E213"; }

.mbico-download-xs:before {
  content: "\E214"; }

.mbico-upload-xs:before {
  content: "\E215"; }

.mbico-logout-xs:before {
  content: "\E216"; }

.mbico-add-options-xs:before {
  content: "\E217"; }

.mbico-edit-xs:before {
  content: "\E221"; }

.mbico-service-xs:before {
  content: "\E222"; }

.mbico-search-xs:before {
  content: "\E223"; }

.mbico-call-xs:before {
  content: "\E224"; }

.mbico-light-up-xs:before {
  content: "\E225"; }

.mbico-light-down-xs:before {
  content: "\E226"; }

.mbico-sound-mute-xs:before {
  content: "\E227"; }

.mbico-sound-up-xs:before {
  content: "\E228"; }

.mbico-sount-down-xs:before {
  content: "\E229"; }

.mbico-test-drive-xs:before {
  content: "\E232"; }

.mbico-shopping-card-xs:before {
  content: "\E233"; }

.mbico-reload-xs:before {
  content: "\E235"; }

.mbico-chat-1-xs:before {
  content: "\E236"; }

.mbico-chat-2-xs:before {
  content: "\E237"; }

.mbico-printed-xs:before {
  content: "\E238"; }

.mbico-download-print-xs:before {
  content: "\E239"; }

.mbico-multiple-users-xs:before {
  content: "\E241"; }

.mbico-user-xs:before {
  content: "\E242"; }

.mbico-movie-xs:before {
  content: "\E244"; }

.mbico-language-xs:before {
  content: "\E245"; }

.mbico-ranking-xs:before {
  content: "\E246"; }

.mbico-time-xs:before {
  content: "\E248"; }

.mbico-share-xs:before {
  content: "\E251"; }

.mbico-menu-1-xs:before {
  content: "\E252"; }

.mbico-music-xs:before {
  content: "\E253"; }

.mbico-report-xs:before {
  content: "\E254"; }

.mbico-pump-gas-xs:before {
  content: "\E256"; }

.mbico-calculator-xs:before {
  content: "\E261"; }

.mbico-engine-xs:before {
  content: "\E262"; }

.mbico-eye-xs:before {
  content: "\E263"; }

.mbico-tire-xs:before {
  content: "\E264"; }

.mbico-tempo-xs:before {
  content: "\E265"; }

.mbico-calendar-xs:before {
  content: "\E266"; }

.mbico-menu-2-xs:before {
  content: "\E268"; }

.mbico-leaf-xs:before {
  content: "\E269"; }

.mbico-arrow-left-lg-xs:before {
  content: "\E301"; }

.mbico-arrow-right-lg-xs:before {
  content: "\E302"; }

.mbico-close-lg-xs:before {
  content: "\E303"; }

.mbico-ok-lg-xs:before {
  content: "\E305"; }

.mbico-attention-xs:before {
  content: "\E310"; }

.mbico-help-xs:before {
  content: "\E311"; }

.mbico-info-xs:before {
  content: "\E312"; }

.mbico-zoom-in-1-xs:before {
  content: "\E313"; }

.mbico-zoom-out-1-xs:before {
  content: "\E314"; }

.mbico-zoom-in-2-xs:before {
  content: "\E315"; }

.mbico-zoom-out-2-xs:before {
  content: "\E316"; }

.mbico-pin-map-general-xs:before {
  content: "\E320"; }

.mbico-hot-spot-xs:before {
  content: "\E322"; }

.mbico-view-list-xs:before {
  content: "\E323"; }

.mbico-view-gallery-1-xs:before {
  content: "\E324"; }

.mbico-view-gallery-2-xs:before {
  content: "\E325"; }

.mbico-back-xs:before {
  content: "\E327"; }

.mbico-media-to-start-xs:before {
  content: "\E330"; }

.mbico-media-to-end-xs:before {
  content: "\E331"; }

.mbico-media-forward-xs:before {
  content: "\E332"; }

.mbico-media-back-xs:before {
  content: "\E333"; }

.mbico-media-stop-xs:before {
  content: "\E334"; }

.mbico-media-fullscreen-on-xs:before {
  content: "\E335"; }

.mbico-media-fullscreen-off-xs:before {
  content: "\E336"; }

.mbico-media-play-xs:before {
  content: "\E337"; }

.mbico-media-pause-xs:before {
  content: "\E338"; }

.mbico-car-mb-0-xs:before {
  content: "\E340"; }

.mbico-car-mb-1-xs:before {
  content: "\E341"; }

.mbico-car-mb-2-xs:before {
  content: "\E343"; }

.mbico-car-mb-3-xs:before {
  content: "\E344"; }

.mbico-car-mb-4-xs:before {
  content: "\E345"; }

.mbico-car-mb-seat-xs:before {
  content: "\E346"; }

body {
  margin-bottom: 60px;
  min-height: 100%;
  background-color: #f8f8f8; }

@media (min-width: 768px) {
  body {
    margin-bottom: 40px; } }

html {
  position: relative;
  min-height: 100%; }

.main-content-wrapper {
  padding: 1rem 1rem .25rem 1rem;
  margin: 0;
  transition: all 0.25s ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .main-content-wrapper {
      transition: none; } }
#main-container.menu-active .main-content-wrapper {
  margin: 0 -250px 0 250px; }

@media (min-width: 992px) {
  #main-container.wide.menu-active .main-content-wrapper,
  #main-container .main-content-wrapper {
    margin: 0 0 0 250px; }
  #main-container.wide .main-content-wrapper,
  #main-container.menu-active .main-content-wrapper {
    margin: 0; } }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom, #494949 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  padding: .5rem;
  line-height: 1.5rem;
  vertical-align: middle;
  color: #999; }
  .footer .btn {
    padding: 0.15rem 0.5rem; }

@media (min-width: 768px) {
  .footer {
    height: 40px; } }

/* rotate animation */
.glyphicons-rotate-animation {
  -animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

TR[data-href] {
  cursor: pointer; }

.notransition {
  transition: none !important; }
  @media (prefers-reduced-motion: reduce) {
    .notransition {
      transition: none; } }
#php-iframe {
  min-height: 650px; }

.php-iframe {
  border: none;
  width: 100%; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: MBCorpoATitleCond, "Times New Roman", serif; }
  h1 > i:first-child, h2 > i:first-child, h3 > i:first-child, h4 > i:first-child, h5 > i:first-child,
  .h1 > i:first-child, .h2 > i:first-child, .h3 > i:first-child, .h4 > i:first-child, .h5 > i:first-child {
    margin-right: .5rem; }

h6,
.h6 {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif; }
  h6 > i:first-child,
  .h6 > i:first-child {
    margin-right: .5rem; }

ul.header-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.header-tabs li {
    display: inline;
    float: left;
    padding-right: 1rem; }
    ul.header-tabs li a.h4 {
      white-space: nowrap;
      text-decoration: none;
      color: #8c8c8c; }
      @media (max-width: 1199.98px) {
        ul.header-tabs li a.h4:not(.active) span {
          display: none; } }
      ul.header-tabs li a.h4.active, ul.header-tabs li a.h4:hover {
        color: #333; }
    ul.header-tabs li .dropdown.show a.h4 {
      color: #333; }
    ul.header-tabs li:not(:first-child) {
      padding-left: 1rem;
      border-left: 1px solid #ccc; }

#waitingDialog {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001; }
  #waitingDialog .spinner {
    display: block;
    background: url(../img/ajaxloader.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

body.error-page {
  background-image: linear-gradient(#000, #2e2e2e 30%, #000);
  background-repeat: no-repeat;
  color: #fff;
  margin: 3rem; }
  body.error-page .media {
    margin-bottom: 4rem; }
    body.error-page .media h1 {
      margin-bottom: 1rem; }
    body.error-page .media .media-left i {
      font-size: 7rem;
      padding: 0 2rem 0 .5rem; }
    body.error-page .media .media-body {
      font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif; }

.alert-error .media .media-left i {
  font-size: 2.25rem;
  padding-right: .75rem; }

.alert-error .media .media-body p {
  margin-bottom: 0; }

.focused {
  border: 1px solid #666;
  box-shadow: inset 0 0 0 rgba(51, 51, 51, 0.15), 0 0 10px #666;
  z-index: 101; }

.loading {
  border: 1px solid #666;
  box-shadow: inset 0 0 0 rgba(51, 51, 51, 0.15), 0 0 10px #666; }

.disabled-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #ddd;
  z-index: 100; }

/* background-colors */
body {
  counter-reset: header-counter-4; }

tr.header-with-counter th {
  border-top: none;
  vertical-align: bottom; }
  tr.header-with-counter th.head {
    counter-increment: header-counter-4;
    text-transform: uppercase !important; }
    tr.header-with-counter th.head:before {
      content: counter(header-counter-4, upper-roman) ". "; }

.text-strike-through {
  text-decoration: line-through !important; }

.countdown {
  border-radius: 0.1rem;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  padding: .375rem 1rem;
  font-size: .875rem;
  font-weight: normal;
  white-space: nowrap; }
  .countdown span {
    font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
    margin-left: .25rem;
    line-height: 1.25rem; }
  .countdown i {
    line-height: 1rem;
    font-size: 95%; }

.table .loading-mock {
  background-color: #ececec;
  line-height: 1rem;
  width: 80%;
  display: inline-block; }
  .table .loading-mock:after {
    content: "\00a0"; }

.table tr:nth-child(1n) .loading-mock {
  width: 85%; }

.table tr:nth-child(2n) .loading-mock {
  width: 75%; }

.table tr:nth-child(3n) .loading-mock {
  width: 82%; }

.table tr:nth-child(5n) .loading-mock {
  width: 77%; }

.table tr:nth-child(6n) .loading-mock {
  width: 80%; }

/*  obsługa kopiowania zawartosci komórki Ctrl + click myszki */
body.ctrl-mouse-copy .table tr:not(.space) td:not(.stop-propagation):hover, body.ctrl-mouse-copy .table tr:not(.space) th:not(.stop-propagation):hover {
  background-color: #bdedff; }

body.ctrl-mouse-copy .table tr:not(.space) td:not(.stop-propagation):hover:before, body.ctrl-mouse-copy .table tr:not(.space) th:not(.stop-propagation):hover:before {
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E030";
  z-index: 100;
  padding-right: 4px;
  padding-left: 3px;
  margin-left: -2px;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background-color: #f8f8f8;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25); }

.person-info-card {
  width: 108px; }
  .person-info-card img {
    width: 100px;
    height: 100px;
    border-radius: 54px;
    border: 1px solid #ccc;
    padding: 2px; }
  .person-info-card .img {
    border-radius: 54px;
    border: 1px solid #ccc;
    padding: 2px;
    width: 106px;
    height: 106px; }
    .person-info-card .img .img-inner {
      border-radius: 50px;
      width: 100px;
      height: 100px;
      background-color: #ececec; }
      .person-info-card .img .img-inner i {
        font-size: 300%;
        color: #666;
        vertical-align: center;
        margin-bottom: 8px; }

@media (max-width: 575.98px) {
  .person-info-card {
    width: 58px; }
    .person-info-card img {
      width: 50px;
      height: 50px; }
    .person-info-card .img {
      width: 50px;
      height: 50px; }
      .person-info-card .img .img-inner {
        width: 44px;
        height: 44px; }
        .person-info-card .img .img-inner i {
          font-size: 150%;
          margin-bottom: 4px; } }

.message-buttons {
  position: absolute;
  right: .5rem;
  bottom: -0.6rem; }
  .message-buttons a.badge-subdark.disabled {
    background-color: #b5b5b5;
    pointer-events: none; }
  .message-buttons button.badge-primary:disabled {
    background-color: #32c5fe;
    pointer-events: none; }
  .message-buttons a, .message-buttons button {
    border-radius: .5rem;
    padding: .25rem .5rem;
    border: none; }
    .message-buttons a .roll, .message-buttons button .roll {
      display: inline-block;
      max-width: 0;
      overflow: hidden;
      -webkit-transition: max-width .5s;
      transition: max-width .5s;
      white-space: nowrap; }
  .message-buttons button.badge-primary:hover {
    background-color: #016d96; }
  .message-buttons a:hover .roll {
    max-width: 70px;
    -webkit-transition: max-width .5s;
    transition: max-width .5s; }

.collapse-icon {
  position: relative;
  top: .15rem;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s, top .4s; }
  .collapse-icon:before {
    content: "\E128"; }

.collapse-hide {
  top: .125rem;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); }

.popover-max-width {
  max-width: 100%; }

body.form-signin {
  color: #fff;
  background-color: #000; }

.form-signin form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  /* Older Gecko browser */
  -ms-transform: translate(-50%, -50%);
  /* IE9+ */
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2rem 2rem 2rem;
  background-color: #000;
  opacity: .85; }
  .form-signin form .header {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem; }
  .form-signin form .form-control {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: .5rem;
    font-size: 1rem; }
  .form-signin form .form-control:focus {
    z-index: 2; }
  .form-signin form input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin form input[type="password"] {
    margin-bottom: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-signin form a {
    padding: .5rem 0;
    float: right; }

@media (max-width: 767.98px) {
  .form-change-password form {
    width: 23rem !important; } }

body.form-change-password {
  color: #fff;
  background-color: #000; }

.form-change-password form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  padding: 2rem 2rem 2rem;
  background-color: #000;
  opacity: .85; }
  .form-change-password form .header {
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem; }
  .form-change-password form .form-control {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: .5rem;
    font-size: 1rem; }
  .form-change-password form .form-control:focus {
    z-index: 2; }
  .form-change-password form input[type="password"] {
    margin-bottom: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-change-password form a {
    padding: .5rem 0;
    float: right; }

.navbar-top {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(to bottom, #494949 0%, #2f2f2f 100%);
  background-repeat: repeat-x; }
  .navbar-top .navbar-brand {
    font-size: 1.5rem;
    padding: 0;
    margin-right: 1.5rem;
    font-family: MBCorpoATitleCond, "Times New Roman", serif;
    color: #fff; }
  .navbar-top .navbar-toggler {
    margin-right: 1.5rem;
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.3); }
    .navbar-top .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-top .nav-menu .nav-item {
    font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
    margin-left: .625rem; }
    .navbar-top .nav-menu .nav-item .nav-link {
      padding: 0.45rem 0.75rem; }
    .navbar-top .nav-menu .nav-item .dropdown-menu i {
      padding-right: .5rem; }

.sidebar {
  z-index: 1;
  position: absolute;
  left: -250px;
  width: 250px;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 112px);
  transition: all 0.25s ease-out;
  background-image: linear-gradient(to bottom, #494949 0%, #161616 100%);
  background-repeat: repeat-x; }
  @media (prefers-reduced-motion: reduce) {
    .sidebar {
      transition: none; } }
  .sidebar .nav {
    flex-direction: column;
    flex-wrap: inherit; }
  .sidebar .sidebar-search {
    padding: 1rem;
    width: 250px; }
  .sidebar > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.35); }
  .sidebar .nav-level-0 > li > a,
  .sidebar .active .nav-level-1 > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
  .sidebar .nav-item > a {
    padding: .25rem 1.5rem .25rem .5rem;
    display: inline-block;
    width: 100%;
    color: #fff; }
    .sidebar .nav-item > a, .sidebar .nav-item > a .arrow {
      line-height: 1.75rem; }
    .sidebar .nav-item > a:hover, .sidebar .nav-item > a:focus, .sidebar .nav-item > a.active {
      text-decoration: none;
      color: #00adef; }
  .sidebar .nav-item > a > i:not(.arrow) {
    padding-right: .35rem;
    margin-bottom: .25rem;
    vertical-align: middle; }
  .sidebar .arrow {
    float: right;
    margin-right: -0.5rem; }
    .sidebar .arrow:before {
      content: "\E103"; }
  .sidebar .active > a > .arrow {
    margin-right: -0.75rem;
    margin-top: -0.2rem;
    transform: rotate(90deg); }
  .sidebar .nav-level-1 {
    background-image: linear-gradient(to bottom, #737373 0%, #595959 100%);
    background-repeat: repeat-x; }
  .sidebar .nav-level-2 li {
    background-color: #737373; }
  .sidebar .nav-level-2 > li:first-child > a {
    background-image: linear-gradient(to bottom, #595959 0%, #737373 30%);
    background-repeat: repeat-x; }
  .sidebar .nav-level-1 li a,
  .sidebar .nav-level-2 li a {
    padding-left: 2rem; }
  .sidebar .nav-level-3 li a {
    padding-left: 3rem; }
  .sidebar .nav-level-1 > li,
  .sidebar .nav-level-2 > li,
  .sidebar .nav-level-3 > li {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease-out; }
    @media (prefers-reduced-motion: reduce) {
      .sidebar .nav-level-1 > li,
      .sidebar .nav-level-2 > li,
      .sidebar .nav-level-3 > li {
        transition: none; } }
  .sidebar .active > .nav-level-1 > li,
  .sidebar .active > .nav-level-2 > li,
  .sidebar .active > .nav-level-3 > li {
    height: auto;
    opacity: 1; }
  .sidebar::-webkit-scrollbar {
    width: .5rem; }
  .sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 1px;
    border-radius: 1px; }
  .sidebar::-webkit-scrollbar-thumb {
    width: 8px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3); }
  .sidebar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3); }

@media (min-width: 768px) {
  .sidebar {
    height: calc(100% - 92px); } }

#main-container.menu-active .sidebar {
  left: 0; }

@media (min-width: 992px) {
  #main-container.wide.menu-active .sidebar,
  #main-container .sidebar {
    left: 0; }
  #main-container.wide .sidebar,
  #main-container.menu-active .sidebar {
    left: -250px; } }

/** tables **/
.data-table .sorting {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none; }

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

.data-table .table-responsive {
  margin-bottom: 1rem; }

.data-table table {
  margin-bottom: 0; }
  .data-table table th {
    background: 0 0; }
  .data-table table .sorting:after {
    margin-top: 2px;
    font-size: 85%;
    content: "\E211";
    float: right;
    font-family: 'Glyphicons Halflings';
    color: #ced4da; }
  .data-table table .sorting.asc:after {
    content: "\E212";
    color: #495057;
    transform: rotate(180deg); }
  .data-table table .sorting.desc:after {
    content: "\E212";
    color: #495057; }
  .data-table table th.sorting:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.075); }

.data-table .rec-info {
  white-space: nowrap; }
  .data-table .rec-info select {
    display: inline !important;
    width: auto !important; }

.data-table ul.pagination {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  margin: 0;
  white-space: nowrap; }
  .data-table ul.pagination a:hover, .data-table ul.pagination a:focus {
    text-decoration: none; }
  .data-table ul.pagination .clickable:not(.disabled) {
    cursor: pointer; }
  .data-table ul.pagination .page-item .page-link {
    background: none;
    color: #333;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #dfdfdf 100%);
    background-repeat: repeat-x; }
    .data-table ul.pagination .page-item .page-link:hover {
      background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
      background-repeat: repeat-x; }
    .data-table ul.pagination .page-item .page-link:focus, .data-table ul.pagination .page-item .page-link.focus {
      background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
      background-repeat: repeat-x; }
    .data-table ul.pagination .page-item .page-link.disabled, .data-table ul.pagination .page-item .page-link:disabled {
      border-color: white;
      background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
      background-repeat: repeat-x; }
    .data-table ul.pagination .page-item .page-link:not(:disabled):not(.disabled):active, .data-table ul.pagination .page-item .page-link:not(:disabled):not(.disabled).active, .show > .data-table ul.pagination .page-item .page-link.dropdown-toggle {
      background-image: linear-gradient(to bottom, #d8d8d8 0%, #bebebe 100%);
      background-repeat: repeat-x; }
  .data-table ul.pagination .page-item.active .page-link {
    background: none;
    color: #fff;
    background-image: linear-gradient(to bottom, #01a4e2 0%, #017fb0 100%);
    background-repeat: repeat-x; }
    .data-table ul.pagination .page-item.active .page-link:hover {
      background-image: linear-gradient(to bottom, #0183b5 0%, #015e82 100%);
      background-repeat: repeat-x; }
    .data-table ul.pagination .page-item.active .page-link:focus, .data-table ul.pagination .page-item.active .page-link.focus {
      background-image: linear-gradient(to bottom, #0183b5 0%, #015e82 100%);
      background-repeat: repeat-x; }
    .data-table ul.pagination .page-item.active .page-link.disabled, .data-table ul.pagination .page-item.active .page-link:disabled {
      border-color: #0ebbfe;
      background-image: linear-gradient(to bottom, #27c3fe 0%, #01aff2 100%);
      background-repeat: repeat-x; }
    .data-table ul.pagination .page-item.active .page-link:not(:disabled):not(.disabled):active, .data-table ul.pagination .page-item.active .page-link:not(:disabled):not(.disabled).active, .show > .data-table ul.pagination .page-item.active .page-link.dropdown-toggle {
      background-image: linear-gradient(to bottom, #0174a0 0%, #004f6d 100%);
      background-repeat: repeat-x; }

/** table-striped **/
.table-tbody-striped tbody:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05); }

.table-tbody-hover tbody:hover td[rowspan], .table-tbody-hover tr:hover td,
.table-tbody-hover tbody:hover th[rowspan], .table-tbody-hover tr:hover th {
  background: rgba(0, 0, 0, 0.075); }

.table-tbody > tbody {
  border-top: none !important; }

.table-tbody th {
  vertical-align: middle !important; }

.table .w1 {
  width: 2.2rem; }

.table .w1-ellipsis {
  max-width: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w2 {
  width: 2.9rem; }

.table .w2-ellipsis {
  max-width: 2.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w3 {
  width: 3.6rem; }

.table .w3-ellipsis {
  max-width: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w4 {
  width: 4.3rem; }

.table .w4-ellipsis {
  max-width: 4.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w5 {
  width: 5rem; }

.table .w5-ellipsis {
  max-width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w6 {
  width: 5.7rem; }

.table .w6-ellipsis {
  max-width: 5.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w7 {
  width: 6.4rem; }

.table .w7-ellipsis {
  max-width: 6.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w8 {
  width: 7.1rem; }

.table .w8-ellipsis {
  max-width: 7.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w9 {
  width: 7.8rem; }

.table .w9-ellipsis {
  max-width: 7.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w10 {
  width: 8.5rem; }

.table .w10-ellipsis {
  max-width: 8.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w11 {
  width: 9.2rem; }

.table .w11-ellipsis {
  max-width: 9.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w12 {
  width: 9.9rem; }

.table .w12-ellipsis {
  max-width: 9.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w13 {
  width: 10.6rem; }

.table .w13-ellipsis {
  max-width: 10.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w14 {
  width: 11.3rem; }

.table .w14-ellipsis {
  max-width: 11.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w15 {
  width: 12rem; }

.table .w15-ellipsis {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w16 {
  width: 12.7rem; }

.table .w16-ellipsis {
  max-width: 12.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w17 {
  width: 13.4rem; }

.table .w17-ellipsis {
  max-width: 13.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w18 {
  width: 14.1rem; }

.table .w18-ellipsis {
  max-width: 14.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w19 {
  width: 14.8rem; }

.table .w19-ellipsis {
  max-width: 14.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w20 {
  width: 15.5rem; }

.table .w20-ellipsis {
  max-width: 15.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w22 {
  width: 16.9rem; }

.table .w22-ellipsis {
  max-width: 16.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w25 {
  width: 19rem; }

.table .w25-ellipsis {
  max-width: 19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w30 {
  width: 22.5rem; }

.table .w30-ellipsis {
  max-width: 22.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w40 {
  width: 29.5rem; }

.table .w40-ellipsis {
  max-width: 29.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table .w50 {
  width: 36.5rem; }

.table .w50-ellipsis {
  max-width: 36.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.card .w1, .card-repository .w1 {
  width: 0.7rem; }

.card .w1-ellipsis, .card-repository .w1-ellipsis {
  max-width: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w2, .card-repository .w2 {
  width: 1.4rem; }

.card .w2-ellipsis, .card-repository .w2-ellipsis {
  max-width: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w3, .card-repository .w3 {
  width: 2.1rem; }

.card .w3-ellipsis, .card-repository .w3-ellipsis {
  max-width: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w4, .card-repository .w4 {
  width: 2.8rem; }

.card .w4-ellipsis, .card-repository .w4-ellipsis {
  max-width: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w5, .card-repository .w5 {
  width: 3.5rem; }

.card .w5-ellipsis, .card-repository .w5-ellipsis {
  max-width: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w6, .card-repository .w6 {
  width: 4.2rem; }

.card .w6-ellipsis, .card-repository .w6-ellipsis {
  max-width: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w7, .card-repository .w7 {
  width: 4.9rem; }

.card .w7-ellipsis, .card-repository .w7-ellipsis {
  max-width: 4.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w8, .card-repository .w8 {
  width: 5.6rem; }

.card .w8-ellipsis, .card-repository .w8-ellipsis {
  max-width: 5.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w9, .card-repository .w9 {
  width: 6.3rem; }

.card .w9-ellipsis, .card-repository .w9-ellipsis {
  max-width: 6.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w10, .card-repository .w10 {
  width: 7rem; }

.card .w10-ellipsis, .card-repository .w10-ellipsis {
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w11, .card-repository .w11 {
  width: 7.7rem; }

.card .w11-ellipsis, .card-repository .w11-ellipsis {
  max-width: 7.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w12, .card-repository .w12 {
  width: 8.4rem; }

.card .w12-ellipsis, .card-repository .w12-ellipsis {
  max-width: 8.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w13, .card-repository .w13 {
  width: 9.1rem; }

.card .w13-ellipsis, .card-repository .w13-ellipsis {
  max-width: 9.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w14, .card-repository .w14 {
  width: 9.8rem; }

.card .w14-ellipsis, .card-repository .w14-ellipsis {
  max-width: 9.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w15, .card-repository .w15 {
  width: 10.5rem; }

.card .w15-ellipsis, .card-repository .w15-ellipsis {
  max-width: 10.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w16, .card-repository .w16 {
  width: 11.2rem; }

.card .w16-ellipsis, .card-repository .w16-ellipsis {
  max-width: 11.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w17, .card-repository .w17 {
  width: 11.9rem; }

.card .w17-ellipsis, .card-repository .w17-ellipsis {
  max-width: 11.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w18, .card-repository .w18 {
  width: 12.6rem; }

.card .w18-ellipsis, .card-repository .w18-ellipsis {
  max-width: 12.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w19, .card-repository .w19 {
  width: 13.3rem; }

.card .w19-ellipsis, .card-repository .w19-ellipsis {
  max-width: 13.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w20, .card-repository .w20 {
  width: 14rem; }

.card .w20-ellipsis, .card-repository .w20-ellipsis {
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w22, .card-repository .w22 {
  width: 15.4rem; }

.card .w22-ellipsis, .card-repository .w22-ellipsis {
  max-width: 15.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w25, .card-repository .w25 {
  width: 17.5rem; }

.card .w25-ellipsis, .card-repository .w25-ellipsis {
  max-width: 17.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w30, .card-repository .w30 {
  width: 21rem; }

.card .w30-ellipsis, .card-repository .w30-ellipsis {
  max-width: 21rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w40, .card-repository .w40 {
  width: 28rem; }

.card .w40-ellipsis, .card-repository .w40-ellipsis {
  max-width: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.card .w50, .card-repository .w50 {
  width: 35rem; }

.card .w50-ellipsis, .card-repository .w50-ellipsis {
  max-width: 35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w1 {
  width: 1.3rem; }

.table-sm .w1-ellipsis {
  max-width: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w2 {
  width: 2rem; }

.table-sm .w2-ellipsis {
  max-width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w3 {
  width: 2.7rem; }

.table-sm .w3-ellipsis {
  max-width: 2.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w4 {
  width: 3.4rem; }

.table-sm .w4-ellipsis {
  max-width: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w5 {
  width: 4.1rem; }

.table-sm .w5-ellipsis {
  max-width: 4.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w6 {
  width: 4.8rem; }

.table-sm .w6-ellipsis {
  max-width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w7 {
  width: 5.5rem; }

.table-sm .w7-ellipsis {
  max-width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w8 {
  width: 6.2rem; }

.table-sm .w8-ellipsis {
  max-width: 6.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w9 {
  width: 6.9rem; }

.table-sm .w9-ellipsis {
  max-width: 6.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w10 {
  width: 7.6rem; }

.table-sm .w10-ellipsis {
  max-width: 7.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w11 {
  width: 8.3rem; }

.table-sm .w11-ellipsis {
  max-width: 8.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w12 {
  width: 9rem; }

.table-sm .w12-ellipsis {
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w13 {
  width: 9.7rem; }

.table-sm .w13-ellipsis {
  max-width: 9.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w14 {
  width: 10.4rem; }

.table-sm .w14-ellipsis {
  max-width: 10.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w15 {
  width: 11.1rem; }

.table-sm .w15-ellipsis {
  max-width: 11.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w16 {
  width: 11.8rem; }

.table-sm .w16-ellipsis {
  max-width: 11.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w17 {
  width: 12.5rem; }

.table-sm .w17-ellipsis {
  max-width: 12.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w18 {
  width: 13.2rem; }

.table-sm .w18-ellipsis {
  max-width: 13.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w19 {
  width: 13.9rem; }

.table-sm .w19-ellipsis {
  max-width: 13.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w20 {
  width: 14.6rem; }

.table-sm .w20-ellipsis {
  max-width: 14.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w22 {
  width: 16rem; }

.table-sm .w22-ellipsis {
  max-width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w25 {
  width: 18.1rem; }

.table-sm .w25-ellipsis {
  max-width: 18.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w30 {
  width: 21.6rem; }

.table-sm .w30-ellipsis {
  max-width: 21.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w40 {
  width: 28.6rem; }

.table-sm .w40-ellipsis {
  max-width: 28.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table-sm .w50 {
  width: 35.6rem; }

.table-sm .w50-ellipsis {
  max-width: 35.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.status-label, .status-label-narrow {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 95%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 10rem;
  padding: .05rem 1rem; }

.status-label-narrow-ext, .status-label-ext {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  display: flex;
  font-size: 95%;
  color: #fff;
  white-space: nowrap; }
  .status-label-narrow-ext .stat, .status-label-ext .stat {
    border-bottom-left-radius: 10rem;
    border-top-left-radius: 10rem;
    padding: .05rem .5rem .05rem 1rem;
    text-align: center; }
    .status-label-narrow-ext .stat.single, .status-label-ext .stat.single {
      padding-right: 1rem;
      border-bottom-right-radius: 10rem;
      border-top-right-radius: 10rem; }
  .status-label-narrow-ext .ext, .status-label-ext .ext {
    padding: .05rem .5rem;
    text-align: center;
    margin-left: 1px;
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    align-items: center; }

.status-label-ext {
  justify-content: space-between; }
  .status-label-ext .stat {
    width: 100%; }

.table td .status-label {
  width: 100%; }

.status-label-yellow {
  background-color: #d7cc0c; }

.status-label-blue {
  background-color: #01adef; }

.status-label-green {
  background-color: #55B055; }

.status-label-grey {
  background-color: #666; }

.status-label-red {
  background-color: #9f0002; }

.status-label-coral {
  background-color: #c6c6c6; }

.status-label-orange {
  background-color: #cb6601; }

.status-label-darker-yellow {
  background-color: #b5ac0a; }

.status-label-darker-blue {
  background-color: #0193cb; }

.status-label-darker-green {
  background-color: #479a47; }

.status-label-darker-grey {
  background-color: #545454; }

.status-label-darker-red {
  background-color: #7b0002; }

.status-label-darker-coral {
  background-color: #b4b4b4; }

.status-label-darker-orange {
  background-color: #a75401; }

.status-font-yellow {
  color: #d7cc0c; }

.status-font-blue {
  color: #01adef; }

.status-font-green {
  color: #55B055; }

.status-font-grey {
  color: #666; }

.status-font-red {
  color: #9f0002; }

.status-font-coral {
  color: #c6c6c6; }

.status-font-orange {
  color: #cb6601; }

.status-font-darker-yellow {
  color: #b5ac0a; }

.status-font-darker-blue {
  color: #0193cb; }

.status-font-darker-green {
  color: #479a47; }

.status-font-darker-grey {
  color: #545454; }

.status-font-darker-red {
  color: #7b0002; }

.status-font-darker-coral {
  color: #b4b4b4; }

.status-font-darker-orange {
  color: #a75401; }

.status-strip {
  height: 100%;
  padding: 0 !important; }

.status-strip > div {
  height: 100%;
  padding: .3rem;
  border-left-width: 10px;
  border-left-style: solid;
  box-sizing: border-box; }

.status-strip.strip-yellow > div {
  border-left-color: #d7cc0c; }

.status-strip.strip-blue > div {
  border-left-color: #01adef; }

.status-strip.strip-green > div {
  border-left-color: #55B055; }

.status-strip.strip-grey > div {
  border-left-color: #666; }

.status-strip.strip-red > div {
  border-left-color: #9f0002; }

.status-strip.strip-coral > div {
  border-left-color: #c6c6c6; }

.status-strip.strip-orange > div {
  border-left-color: #cb6601; }

.status-strip.strip-empty > div {
  border-left-color: #dee2e6; }

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

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

.table-hover tr.space {
  background: none !important; }
  .table-hover tr.space td {
    height: .75rem;
    column-span: 99;
    border-left: 1px solid transparent;
    padding: 0; }
  .table-hover tr.space:hover {
    background: none; }
  .table-hover tr.space.mini td {
    height: .5rem; }
  .table-hover tr.space.large {
    border: none !important; }
    .table-hover tr.space.large td {
      height: 1.5rem; }

.table td > div.custom-checkbox {
  min-height: auto; }

.table-schedule:not(.full) tr.short-odd {
  background-color: #f8f8f8; }
  .table-schedule:not(.full) tr.short-odd:hover {
    background-color: #f4f4f4; }

.table-schedule:not(.full) tr:not(.short) {
  display: none; }

.table-schedule:not(.full) tr.short-odd .zig-zag div.first:after {
  background: linear-gradient(45deg, #ddd 4px, transparent 0), linear-gradient(-45deg, #ddd 4px, transparent 0);
  background-color: #f8f8f8;
  background-repeat: repeat-x;
  background-size: 14px 14px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 100%; }

.table-schedule:not(.full) tr.short-odd .zig-zag div.last:after {
  background: linear-gradient(-45deg, #f8f8f8 10px, transparent 0), linear-gradient(45deg, #f8f8f8 10px, transparent 0);
  background-color: #ddd;
  background-repeat: repeat-x;
  background-size: 14px 14px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 100%; }

.table-schedule:not(.full) tr .zig-zag {
  padding: 0; }
  .table-schedule:not(.full) tr .zig-zag div.first:after {
    background: linear-gradient(-45deg, #ddd 4px, transparent 0), linear-gradient(45deg, #ddd 4px, transparent 0);
    background-color: #fff;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 14px;
    width: 100%; }
  .table-schedule:not(.full) tr .zig-zag div.last:after {
    background: linear-gradient(45deg, #fff 10px, transparent 0), linear-gradient(-45deg, #fff 10px, transparent 0);
    background-color: #ddd;
    background-repeat: repeat-x;
    background-size: 14px 14px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 14px;
    width: 100%; }
  .table-schedule:not(.full) tr .zig-zag div {
    position: relative;
    height: 14px; }

.table-schedule.full tr.full-odd {
  background-color: #f8f8f8; }
  .table-schedule.full tr.full-odd:hover {
    background-color: #f4f4f4; }

.table-schedule.full tr:not(.full) {
  display: none; }

.table-schedule.full .zig-zag {
  display: none; }

.table:not(.table-bordered) tr:last-child {
  border-bottom: 1px solid #dee2e6; }

.table-sm .custom-control.custom-checkbox {
  padding-left: 1.8rem; }

.badge-filter {
  font-weight: normal; }

select option[disabled]:first-child {
  display: none; }

select.form-control {
  padding-top: 0;
  padding-bottom: 0; }

a[data-toggle="popover"] {
  cursor: pointer; }

label:not(.form-check-inline):not(.form-check-label) {
  font-weight: bold; }

label.required-field:after {
  content: "*";
  margin-left: .15rem; }

label.double-asterisk:after {
  content: "**";
  margin-left: .15rem; }

.input-disabled {
  height: auto;
  background-color: #e9ecef;
  opacity: 1; }

.form-control-plaintext {
  width: 100%; }
  .form-control-plaintext:disabled {
    background-color: inherit; }

/* form table cell / editable table cell */
.table .form-table-cell, .table .editable-table-cell {
  white-space: nowrap !important;
  padding: .4rem; }
  .table .form-table-cell input.form-control, .table .editable-table-cell input.form-control {
    height: auto !important;
    padding: .4rem; }
  .table .form-table-cell select.form-control, .table .editable-table-cell select.form-control {
    padding: .3rem; }
  .table .form-table-cell .input-group input.form-control, .table .form-table-cell .input-group .input-group-append, .table .form-table-cell .input-group .input-group-prepend, .table .editable-table-cell .input-group input.form-control, .table .editable-table-cell .input-group .input-group-append, .table .editable-table-cell .input-group .input-group-prepend {
    padding: .3rem; }
  .table .form-table-cell .input-group select.form-control, .table .editable-table-cell .input-group select.form-control {
    padding: .2rem; }
  .table .form-table-cell .btn, .table .editable-table-cell .btn {
    padding: 0.3rem 0.75rem; }
  .table .form-table-cell select, .table .editable-table-cell select {
    height: auto !important; }

.table-sm .form-table-cell, .table-sm .editable-table-cell {
  white-space: nowrap !important;
  padding: .1rem; }
  .table-sm .form-table-cell .selectize-input, .table-sm .editable-table-cell .selectize-input {
    padding: calc(0.25rem - 2px) calc(0.5rem - 2px);
    min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px); }
  .table-sm .form-table-cell input.form-control, .table-sm .editable-table-cell input.form-control {
    height: auto !important;
    padding: 0.175rem 0; }
  .table-sm .form-table-cell select.form-control, .table-sm .editable-table-cell select.form-control {
    padding: 0.2rem 0; }
  .table-sm .form-table-cell .input-group input.form-control, .table-sm .form-table-cell .input-group .input-group-append, .table-sm .form-table-cell .input-group .input-group-prepend, .table-sm .editable-table-cell .input-group input.form-control, .table-sm .editable-table-cell .input-group .input-group-append, .table-sm .editable-table-cell .input-group .input-group-prepend {
    padding: 0.2rem 0; }
  .table-sm .form-table-cell .input-group select.form-control, .table-sm .editable-table-cell .input-group select.form-control {
    padding: 0.1rem 0; }
  .table-sm .form-table-cell .btn, .table-sm .editable-table-cell .btn {
    padding: 0.175rem 0.5rem; }
  .table-sm .form-table-cell select, .table-sm .editable-table-cell select {
    height: auto !important; }

.table-sm .btn-table-cell {
  padding: 0.05rem; }

.editable-table-cell .form-control {
  border-color: transparent;
  color: inherit; }
  .editable-table-cell .form-control, .editable-table-cell .form-control:hover {
    background-color: inherit; }
  .editable-table-cell .form-control:focus, .editable-table-cell .form-control:hover {
    color: #666;
    border-color: #ccc; }
  .editable-table-cell .form-control:focus {
    background-color: #fff; }

/** slider suwaka **/
.form-group .slider-container {
  margin: .25rem .75rem; }
  .form-group .slider-container .slider.slider-horizontal {
    width: 100%; }
    .form-group .slider-container .slider.slider-horizontal .slider-selection {
      background: #f2dede; }

/* form layouts */
/* autocomplete */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000; }

.diff-value {
  background-color: #ffffc8; }
  .diff-value:focus {
    background-color: #ffffc8; }

.form-control-modified {
  text-decoration: underline solid #333; }

.editable-label-form .editable-input {
  height: auto; }

.editable-label i.edit-ico {
  visibility: hidden; }

.editable-label:hover i.edit-ico {
  visibility: visible; }

.editable-label-form {
  display: none; }

/* select2 */
.select2-sm .select2-container .select2-selection--single {
  height: 28px; }
  .select2-sm .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    padding-left: 5px; }
  .select2-sm .select2-container .select2-selection--single .select2-selection__arrow b {
    margin-top: -1px; }

.select2-sm .select2-container .select2-selection--multiple {
  min-height: 28px; }
  .select2-sm .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 2px;
    margin-bottom: -3px; }
    .select2-sm .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      margin-top: 2px;
      margin-right: 2px;
      line-height: 1.4; }
    .select2-sm .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
      margin-top: 3px; }

.select2.select2-container {
  width: 100% !important; }

.select2-container {
  display: block; }
  .select2-container .selection {
    display: block; }
  .select2-container .select2-selection, .select2-container li, .select2-container .select2-dropdown {
    border-radius: 0.1rem !important;
    border-color: #ccc; }
  .select2-container .select2-selection--single {
    height: 35px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 32px;
      padding-left: 12px; }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      margin-top: 0; }

.select2-container--focus .select2-selection {
  border-color: #4bcdfe !important; }

/*intl-tel-input*/
.intl-tel-input {
  width: 100%; }

.form-price-label {
  display: block;
  font-family: MBCorpoATitleCond, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1; }
  .form-price-label span {
    font-size: 2.5rem;
    float: right; }
  .form-price-label::after {
    display: block;
    content: "";
    clear: both; }
  .form-price-label.small span {
    font-size: 2rem !important; }

.has-danger .invalid-feedback, .has-warning .invalid-feedback {
  display: inherit; }

.has-danger .form-control, .has-danger .select2-selection {
  border-color: #9f0002;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239f0002' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239f0002' stroke='none'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.has-danger .select2-selection {
  background-size: calc(0.75em + 0.375rem + 1.25rem) calc(0.75em + 0.375rem); }

.has-danger textarea.form-control {
  padding-right: calc(1.5em + 0.75rem) !important;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.has-danger select.form-control:not(.custom-select) {
  background-position: center right calc(0.375em + 0.1875rem + 0.75rem); }

.has-danger .custom-select {
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem) !important;
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%239f0002' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239f0002' stroke='none'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.has-danger .form-check-label {
  color: #9f0002; }

.has-warning .invalid-feedback, .has-warning .form-check-label {
  color: #ffc107; }

.has-warning .form-control {
  border-color: #ffc107; }

.has-warning .form-control-warning {
  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='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.52344rem;
  background-size: 1.04688rem 1.04688rem; }

.input-group-append .custom-select, .input-group-prepend .custom-select {
  background-color: #e9ecef; }

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none; }

.form-control.input-tick {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.custom-checkbox .custom-control-input.cross ~ .custom-control-label::before {
  border-color: #9f0002;
  background-color: #9f0002; }

.custom-checkbox .custom-control-input.cross ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M1.41 0l-1.41 1.41.72.72 1.78 1.81-1.78 1.78-.72.69 1.41 1.44.72-.72 1.81-1.81 1.78 1.81.69.72 1.44-1.44-.72-.69-1.81-1.78 1.81-1.81.72-.72-1.44-1.41-.69.72-1.78 1.78-1.81-1.78-.72-.72z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input.cross:disabled ~ .custom-control-label::before {
  background-color: rgba(159, 0, 2, 0.5); }

.btn {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  cursor: pointer; }
  .btn .halflings, .btn .document-source-icon-DMS_QR,
  .btn .document-source-icon-DMS_DAU_QR,
  .btn .document-source-icon-DMS_DH,
  .btn .document-source-icon-UPLOAD,
  .btn .document-source-icon-DEALER_UPLOAD,
  .btn .document-source-icon-MBLP_UPLOAD,
  .btn .document-source-icon-CMD,
  .btn .document-source-icon-IIMS,
  .btn .document-source-icon-EMAIL,
  .btn .document-source-icon-EINVOICE,
  .btn .document-source-icon-EINVOICE_PRINT,
  .btn .document-source-icon-DYSANT,
  .btn .document-source-icon-APPROVE_ME, .btn .glyphicons, .btn .document-source-icon-REPORT,
  .btn .document-source-icon-DMS_DAU,
  .btn .document-source-icon-DMS_RCT,
  .btn .document-source-icon-DMS_DU,
  .btn .document-source-icon-DMS_REGISTRATION,
  .btn .document-source-icon-DMS_DWR,
  .btn .document-source-icon-PIVOTAL,
  .btn .document-source-icon-SCAN,
  .btn .document-source-icon-FAX,
  .btn .document-source-icon-DEF3000,
  .btn .document-source-icon-LEO,
  .btn .document-source-icon-INTERCEPTOR,
  .btn .document-source-icon-STOCK,
  .btn .document-source-icon-FLEET_MANAGEMENT, .btn .social, .btn .filetypes {
    font-size: 95%; }

.btn .badge {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.btn-primary {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #01a4e2 0%, #017fb0 100%);
  background-repeat: repeat-x; }
  .btn-primary:hover {
    background-image: linear-gradient(to bottom, #0183b5 0%, #015e82 100%);
    background-repeat: repeat-x; }
  .btn-primary:focus, .btn-primary.focus {
    background-image: linear-gradient(to bottom, #0183b5 0%, #015e82 100%);
    background-repeat: repeat-x; }
  .btn-primary.disabled, .btn-primary:disabled {
    border-color: #0ebbfe;
    background-image: linear-gradient(to bottom, #27c3fe 0%, #01aff2 100%);
    background-repeat: repeat-x; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-image: linear-gradient(to bottom, #0174a0 0%, #004f6d 100%);
    background-repeat: repeat-x; }

.btn-secondary {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #dfdfdf 100%);
  background-repeat: repeat-x; }
  .btn-secondary:hover {
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
    background-repeat: repeat-x; }
  .btn-secondary:focus, .btn-secondary.focus {
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
    background-repeat: repeat-x; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    border-color: white;
    background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    background-repeat: repeat-x; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-image: linear-gradient(to bottom, #d8d8d8 0%, #bebebe 100%);
    background-repeat: repeat-x; }

.btn-success {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #2dbc4e 0%, #23923d 100%);
  background-repeat: repeat-x; }
  .btn-success:hover {
    background-image: linear-gradient(to bottom, #24973e 0%, #1a6d2d 100%);
    background-repeat: repeat-x; }
  .btn-success:focus, .btn-success.focus {
    background-image: linear-gradient(to bottom, #24973e 0%, #1a6d2d 100%);
    background-repeat: repeat-x; }
  .btn-success.disabled, .btn-success:disabled {
    border-color: #40d161;
    background-image: linear-gradient(to bottom, #55d672 0%, #30c853 100%);
    background-repeat: repeat-x; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background-image: linear-gradient(to bottom, #208637 0%, #165d26 100%);
    background-repeat: repeat-x; }

.btn-info {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #0cbbfe 0%, #019bd6 100%);
  background-repeat: repeat-x; }
  .btn-info:hover {
    background-image: linear-gradient(to bottom, #019edb 0%, #017aa8 100%);
    background-repeat: repeat-x; }
  .btn-info:focus, .btn-info.focus {
    background-image: linear-gradient(to bottom, #019edb 0%, #017aa8 100%);
    background-repeat: repeat-x; }
  .btn-info.disabled, .btn-info:disabled {
    border-color: #34c6fe;
    background-image: linear-gradient(to bottom, #4ecdfe 0%, #1bbffe 100%);
    background-repeat: repeat-x; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    background-image: linear-gradient(to bottom, #0190c6 0%, #016b94 100%);
    background-repeat: repeat-x; }

.btn-warning {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #ffc721 0%, #edb100 100%);
  background-repeat: repeat-x; }
  .btn-warning:hover {
    background-image: linear-gradient(to bottom, #f2b500 0%, #bf8f00 100%);
    background-repeat: repeat-x; }
  .btn-warning:focus, .btn-warning.focus {
    background-image: linear-gradient(to bottom, #f2b500 0%, #bf8f00 100%);
    background-repeat: repeat-x; }
  .btn-warning.disabled, .btn-warning:disabled {
    border-color: #ffd249;
    background-image: linear-gradient(to bottom, #ffd863 0%, #ffcb30 100%);
    background-repeat: repeat-x; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    background-image: linear-gradient(to bottom, #dda600 0%, #aa8000 100%);
    background-repeat: repeat-x; }

.btn-danger {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #b90002 0%, #860002 100%);
  background-repeat: repeat-x; }
  .btn-danger:hover {
    background-image: linear-gradient(to bottom, #8b0002 0%, #580001 100%);
    background-repeat: repeat-x; }
  .btn-danger:focus, .btn-danger.focus {
    background-image: linear-gradient(to bottom, #8b0002 0%, #580001 100%);
    background-repeat: repeat-x; }
  .btn-danger.disabled, .btn-danger:disabled {
    border-color: #e10003;
    background-image: linear-gradient(to bottom, #fb0003 0%, #c80003 100%);
    background-repeat: repeat-x; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    background-image: linear-gradient(to bottom, #760001 0%, #430001 100%);
    background-repeat: repeat-x; }

.btn-light {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #d8d8d8 100%);
  background-repeat: repeat-x; }
  .btn-light:hover {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #c1c1c1 100%);
    background-repeat: repeat-x; }
  .btn-light:focus, .btn-light.focus {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #c1c1c1 100%);
    background-repeat: repeat-x; }
  .btn-light.disabled, .btn-light:disabled {
    border-color: white;
    background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    background-repeat: repeat-x; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    background-image: linear-gradient(to bottom, #d0d0d0 0%, #b7b7b7 100%);
    background-repeat: repeat-x; }

.btn-dark {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #737373 0%, #595959 100%);
  background-repeat: repeat-x; }
  .btn-dark:hover {
    background-image: linear-gradient(to bottom, #5c5c5c 0%, #424242 100%);
    background-repeat: repeat-x; }
  .btn-dark:focus, .btn-dark.focus {
    background-image: linear-gradient(to bottom, #5c5c5c 0%, #424242 100%);
    background-repeat: repeat-x; }
  .btn-dark.disabled, .btn-dark:disabled {
    border-color: #878787;
    background-image: linear-gradient(to bottom, #949494 0%, #7a7a7a 100%);
    background-repeat: repeat-x; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    background-image: linear-gradient(to bottom, #525252 0%, #383838 100%);
    background-repeat: repeat-x; }

.btn-subdark {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #a1a1a1 0%, #878787 100%);
  background-repeat: repeat-x; }
  .btn-subdark:hover {
    background-image: linear-gradient(to bottom, #8a8a8a 0%, #707070 100%);
    background-repeat: repeat-x; }
  .btn-subdark:focus, .btn-subdark.focus {
    background-image: linear-gradient(to bottom, #8a8a8a 0%, #707070 100%);
    background-repeat: repeat-x; }
  .btn-subdark.disabled, .btn-subdark:disabled {
    border-color: #b5b5b5;
    background-image: linear-gradient(to bottom, #c2c2c2 0%, #a8a8a8 100%);
    background-repeat: repeat-x; }
  .btn-subdark:not(:disabled):not(.disabled):active, .btn-subdark:not(:disabled):not(.disabled).active, .show > .btn-subdark.dropdown-toggle {
    background-image: linear-gradient(to bottom, gray 0%, #666666 100%);
    background-repeat: repeat-x; }

.btn-darker {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #404040 0%, #262626 100%);
  background-repeat: repeat-x; }
  .btn-darker:hover {
    background-image: linear-gradient(to bottom, #292929 0%, #0f0f0f 100%);
    background-repeat: repeat-x; }
  .btn-darker:focus, .btn-darker.focus {
    background-image: linear-gradient(to bottom, #292929 0%, #0f0f0f 100%);
    background-repeat: repeat-x; }
  .btn-darker.disabled, .btn-darker:disabled {
    border-color: #545454;
    background-image: linear-gradient(to bottom, #616161 0%, #474747 100%);
    background-repeat: repeat-x; }
  .btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active, .show > .btn-darker.dropdown-toggle {
    background-image: linear-gradient(to bottom, #1f1f1f 0%, #050505 100%);
    background-repeat: repeat-x; }

.modal-footer .btn + .btn:not(.btn-block),
.btn + .btn:not(.btn-block),
.btn + .dropdown:not(.btn-block),
.dropdown + .btn:not(.btn-block),
.dropdown + .dropdown:not(.btn-block) {
  margin-left: .5rem; }

.btn-file {
  position: relative; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: none; }

.btn-group .btn + .btn:not(.dropdown-toggle):not(.dropdown-item) {
  margin-left: .1rem !important; }

.custom-switch-right {
  padding-right: 2.25rem;
  padding-left: 0; }
  .custom-switch-right .custom-control-label::after {
    right: calc(-1.25rem - 2px);
    left: auto; }
  .custom-switch-right .custom-control-label::before {
    right: -2.25rem;
    left: auto; }

.dropdown-toggle::after {
  margin: auto .3rem auto .75rem;
  line-height: 0;
  font-family: 'MercedesBenzIcons', serif;
  vertical-align: 0;
  font-size: 125%;
  content: "\E103";
  transform: rotate(90deg);
  border: none; }

.dropdown-toggle-split {
  padding-left: 1rem !important;
  margin-left: 1px !important; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.dropdown-lg .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

.dropdown-sm .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

.dropdown-item.btn {
  margin-left: 0 !important; }

.dropdown-primary .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #01a4e2 0%, #017fb0 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #0191c9;
  border-color: #0191c9; }
  .dropdown-primary .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #0183b5 0%, #015e82 100%);
    background-repeat: repeat-x; }
  .dropdown-primary .dropdown-toggle:focus, .dropdown-primary .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #0183b5 0%, #015e82 100%);
    background-repeat: repeat-x; }
  .dropdown-primary .dropdown-toggle.disabled, .dropdown-primary .dropdown-toggle:disabled {
    border-color: #0ebbfe;
    background-image: linear-gradient(to bottom, #27c3fe 0%, #01aff2 100%);
    background-repeat: repeat-x; }
  .dropdown-primary .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-primary .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-primary .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #0174a0 0%, #004f6d 100%);
    background-repeat: repeat-x; }
  .dropdown-primary .dropdown-toggle:hover {
    color: #fff;
    background-color: #0176a3;
    border-color: #016d96; }
  .dropdown-primary .dropdown-toggle:focus, .dropdown-primary .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 162, 209, 0.5); }
  .dropdown-primary .dropdown-toggle.disabled, .dropdown-primary .dropdown-toggle:disabled {
    color: #fff;
    background-color: #0191c9;
    border-color: #0191c9; }
  .dropdown-primary .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-primary .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-primary .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #016d96;
    border-color: #016389; }
    .dropdown-primary .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-primary .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-primary .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 162, 209, 0.5); }

.dropdown-primary .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #01b6fc;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-primary .dropdown-menu .dropdown-item {
    background-color: #0191c9;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #01b6fc;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-primary .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #01b6fc; }
    .dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item:focus {
      background-color: #01709b; }
    .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item.active:hover, .dropdown-primary .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #016287; }

.dropdown-secondary .dropdown-toggle {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #dfdfdf 100%);
  background-repeat: repeat-x;
  color: #333;
  background-color: #ececec;
  border-color: #ececec; }
  .dropdown-secondary .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
    background-repeat: repeat-x; }
  .dropdown-secondary .dropdown-toggle:focus, .dropdown-secondary .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
    background-repeat: repeat-x; }
  .dropdown-secondary .dropdown-toggle.disabled, .dropdown-secondary .dropdown-toggle:disabled {
    border-color: white;
    background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    background-repeat: repeat-x; }
  .dropdown-secondary .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-secondary .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-secondary .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #d8d8d8 0%, #bebebe 100%);
    background-repeat: repeat-x; }
  .dropdown-secondary .dropdown-toggle:hover {
    color: #333;
    background-color: #d9d9d9;
    border-color: lightgray; }
  .dropdown-secondary .dropdown-toggle:focus, .dropdown-secondary .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5); }
  .dropdown-secondary .dropdown-toggle.disabled, .dropdown-secondary .dropdown-toggle:disabled {
    color: #333;
    background-color: #ececec;
    border-color: #ececec; }
  .dropdown-secondary .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-secondary .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-secondary .dropdown-toggle.dropdown-toggle {
    color: #333;
    background-color: lightgray;
    border-color: #cccccc; }
    .dropdown-secondary .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-secondary .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-secondary .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5); }

.dropdown-secondary .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: white;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-secondary .dropdown-menu .dropdown-item {
    background-color: #ececec;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: white;
    border-radius: 0.1rem;
    margin: 0;
    color: #333; }
    .dropdown-secondary .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px white; }
    .dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
      background-color: #d5d5d5; }
    .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item.active:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active:focus {
      color: #333;
      background-color: #cbcbcb; }

.dropdown-success .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #2dbc4e 0%, #23923d 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .dropdown-success .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #24973e 0%, #1a6d2d 100%);
    background-repeat: repeat-x; }
  .dropdown-success .dropdown-toggle:focus, .dropdown-success .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #24973e 0%, #1a6d2d 100%);
    background-repeat: repeat-x; }
  .dropdown-success .dropdown-toggle.disabled, .dropdown-success .dropdown-toggle:disabled {
    border-color: #40d161;
    background-image: linear-gradient(to bottom, #55d672 0%, #30c853 100%);
    background-repeat: repeat-x; }
  .dropdown-success .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-success .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-success .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #208637 0%, #165d26 100%);
    background-repeat: repeat-x; }
  .dropdown-success .dropdown-toggle:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .dropdown-success .dropdown-toggle:focus, .dropdown-success .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .dropdown-success .dropdown-toggle.disabled, .dropdown-success .dropdown-toggle:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .dropdown-success .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-success .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-success .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .dropdown-success .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-success .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-success .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.dropdown-success .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #34ce57;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-success .dropdown-menu .dropdown-item {
    background-color: #28a745;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #34ce57;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-success .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #34ce57; }
    .dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item:focus {
      background-color: #1f8236; }
    .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item.active:hover, .dropdown-success .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #1b722f; }

.dropdown-info .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #0cbbfe 0%, #019bd6 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #01adef;
  border-color: #01adef; }
  .dropdown-info .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #019edb 0%, #017aa8 100%);
    background-repeat: repeat-x; }
  .dropdown-info .dropdown-toggle:focus, .dropdown-info .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #019edb 0%, #017aa8 100%);
    background-repeat: repeat-x; }
  .dropdown-info .dropdown-toggle.disabled, .dropdown-info .dropdown-toggle:disabled {
    border-color: #34c6fe;
    background-image: linear-gradient(to bottom, #4ecdfe 0%, #1bbffe 100%);
    background-repeat: repeat-x; }
  .dropdown-info .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-info .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-info .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #0190c6 0%, #016b94 100%);
    background-repeat: repeat-x; }
  .dropdown-info .dropdown-toggle:hover {
    color: #fff;
    background-color: #0191c9;
    border-color: #0188bc; }
  .dropdown-info .dropdown-toggle:focus, .dropdown-info .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 185, 241, 0.5); }
  .dropdown-info .dropdown-toggle.disabled, .dropdown-info .dropdown-toggle:disabled {
    color: #fff;
    background-color: #01adef;
    border-color: #01adef; }
  .dropdown-info .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-info .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-info .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #0188bc;
    border-color: #017fb0; }
    .dropdown-info .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-info .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-info .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(39, 185, 241, 0.5); }

.dropdown-info .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #25c2fe;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-info .dropdown-menu .dropdown-item {
    background-color: #01adef;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #25c2fe;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-info .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #25c2fe; }
    .dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item:focus {
      background-color: #018cc1; }
    .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item.active:hover, .dropdown-info .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #017dad; }

.dropdown-warning .dropdown-toggle {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #ffc721 0%, #edb100 100%);
  background-repeat: repeat-x;
  color: #333;
  background-color: #ffc107;
  border-color: #ffc107; }
  .dropdown-warning .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #f2b500 0%, #bf8f00 100%);
    background-repeat: repeat-x; }
  .dropdown-warning .dropdown-toggle:focus, .dropdown-warning .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #f2b500 0%, #bf8f00 100%);
    background-repeat: repeat-x; }
  .dropdown-warning .dropdown-toggle.disabled, .dropdown-warning .dropdown-toggle:disabled {
    border-color: #ffd249;
    background-image: linear-gradient(to bottom, #ffd863 0%, #ffcb30 100%);
    background-repeat: repeat-x; }
  .dropdown-warning .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-warning .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-warning .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #dda600 0%, #aa8000 100%);
    background-repeat: repeat-x; }
  .dropdown-warning .dropdown-toggle:hover {
    color: #333;
    background-color: #e0a800;
    border-color: #d39e00; }
  .dropdown-warning .dropdown-toggle:focus, .dropdown-warning .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, 0.5); }
  .dropdown-warning .dropdown-toggle.disabled, .dropdown-warning .dropdown-toggle:disabled {
    color: #333;
    background-color: #ffc107;
    border-color: #ffc107; }
  .dropdown-warning .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-warning .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-warning .dropdown-toggle.dropdown-toggle {
    color: #333;
    background-color: #d39e00;
    border-color: #c69500; }
    .dropdown-warning .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-warning .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-warning .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 172, 14, 0.5); }

.dropdown-warning .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #ffce3a;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-warning .dropdown-menu .dropdown-item {
    background-color: #ffc107;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #ffce3a;
    border-radius: 0.1rem;
    margin: 0;
    color: #333; }
    .dropdown-warning .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #ffce3a; }
    .dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item:focus {
      background-color: #d8a200; }
    .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item.active:hover, .dropdown-warning .dropdown-menu .dropdown-item.active:focus {
      color: #333;
      background-color: #c49300; }

.dropdown-danger .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #b90002 0%, #860002 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #9f0002;
  border-color: #9f0002; }
  .dropdown-danger .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #8b0002 0%, #580001 100%);
    background-repeat: repeat-x; }
  .dropdown-danger .dropdown-toggle:focus, .dropdown-danger .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #8b0002 0%, #580001 100%);
    background-repeat: repeat-x; }
  .dropdown-danger .dropdown-toggle.disabled, .dropdown-danger .dropdown-toggle:disabled {
    border-color: #e10003;
    background-image: linear-gradient(to bottom, #fb0003 0%, #c80003 100%);
    background-repeat: repeat-x; }
  .dropdown-danger .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-danger .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-danger .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #760001 0%, #430001 100%);
    background-repeat: repeat-x; }
  .dropdown-danger .dropdown-toggle:hover {
    color: #fff;
    background-color: #790002;
    border-color: #6c0001; }
  .dropdown-danger .dropdown-toggle:focus, .dropdown-danger .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 38, 40, 0.5); }
  .dropdown-danger .dropdown-toggle.disabled, .dropdown-danger .dropdown-toggle:disabled {
    color: #fff;
    background-color: #9f0002;
    border-color: #9f0002; }
  .dropdown-danger .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-danger .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-danger .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #6c0001;
    border-color: #5f0001; }
    .dropdown-danger .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-danger .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-danger .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(173, 38, 40, 0.5); }

.dropdown-danger .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #d20003;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-danger .dropdown-menu .dropdown-item {
    background-color: #9f0002;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #d20003;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-danger .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #d20003; }
    .dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item:focus {
      background-color: #710001; }
    .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item.active:hover, .dropdown-danger .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #5d0001; }

.dropdown-light .dropdown-toggle {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #d8d8d8 100%);
  background-repeat: repeat-x;
  color: #333;
  background-color: #e5e5e5;
  border-color: #e5e5e5; }
  .dropdown-light .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #c1c1c1 100%);
    background-repeat: repeat-x; }
  .dropdown-light .dropdown-toggle:focus, .dropdown-light .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #c1c1c1 100%);
    background-repeat: repeat-x; }
  .dropdown-light .dropdown-toggle.disabled, .dropdown-light .dropdown-toggle:disabled {
    border-color: white;
    background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    background-repeat: repeat-x; }
  .dropdown-light .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-light .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-light .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #d0d0d0 0%, #b7b7b7 100%);
    background-repeat: repeat-x; }
  .dropdown-light .dropdown-toggle:hover {
    color: #333;
    background-color: #d2d2d2;
    border-color: #cbcbcb; }
  .dropdown-light .dropdown-toggle:focus, .dropdown-light .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5); }
  .dropdown-light .dropdown-toggle.disabled, .dropdown-light .dropdown-toggle:disabled {
    color: #333;
    background-color: #e5e5e5;
    border-color: #e5e5e5; }
  .dropdown-light .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-light .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-light .dropdown-toggle.dropdown-toggle {
    color: #333;
    background-color: #cbcbcb;
    border-color: #c5c5c5; }
    .dropdown-light .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-light .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-light .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5); }

.dropdown-light .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #fefefe;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-light .dropdown-menu .dropdown-item {
    background-color: #e5e5e5;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #fefefe;
    border-radius: 0.1rem;
    margin: 0;
    color: #333; }
    .dropdown-light .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #fefefe; }
    .dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item:focus {
      background-color: #cecece; }
    .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item.active:hover, .dropdown-light .dropdown-menu .dropdown-item.active:focus {
      color: #333;
      background-color: #c4c4c4; }

.dropdown-dark .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #737373 0%, #595959 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #666;
  border-color: #666; }
  .dropdown-dark .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #5c5c5c 0%, #424242 100%);
    background-repeat: repeat-x; }
  .dropdown-dark .dropdown-toggle:focus, .dropdown-dark .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #5c5c5c 0%, #424242 100%);
    background-repeat: repeat-x; }
  .dropdown-dark .dropdown-toggle.disabled, .dropdown-dark .dropdown-toggle:disabled {
    border-color: #878787;
    background-image: linear-gradient(to bottom, #949494 0%, #7a7a7a 100%);
    background-repeat: repeat-x; }
  .dropdown-dark .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-dark .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-dark .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #525252 0%, #383838 100%);
    background-repeat: repeat-x; }
  .dropdown-dark .dropdown-toggle:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d; }
  .dropdown-dark .dropdown-toggle:focus, .dropdown-dark .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5); }
  .dropdown-dark .dropdown-toggle.disabled, .dropdown-dark .dropdown-toggle:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666; }
  .dropdown-dark .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-dark .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-dark .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #464646; }
    .dropdown-dark .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-dark .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-dark .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5); }

.dropdown-dark .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: gray;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-dark .dropdown-menu .dropdown-item {
    background-color: #666;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: gray;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-dark .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px gray; }
    .dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item:focus {
      background-color: #4f4f4f; }
    .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item.active:hover, .dropdown-dark .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #454545; }

.dropdown-subdark .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #a1a1a1 0%, #878787 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #949494;
  border-color: #949494; }
  .dropdown-subdark .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #8a8a8a 0%, #707070 100%);
    background-repeat: repeat-x; }
  .dropdown-subdark .dropdown-toggle:focus, .dropdown-subdark .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #8a8a8a 0%, #707070 100%);
    background-repeat: repeat-x; }
  .dropdown-subdark .dropdown-toggle.disabled, .dropdown-subdark .dropdown-toggle:disabled {
    border-color: #b5b5b5;
    background-image: linear-gradient(to bottom, #c2c2c2 0%, #a8a8a8 100%);
    background-repeat: repeat-x; }
  .dropdown-subdark .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-subdark .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-subdark .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, gray 0%, #666666 100%);
    background-repeat: repeat-x; }
  .dropdown-subdark .dropdown-toggle:hover {
    color: #fff;
    background-color: #818181;
    border-color: #7a7a7a; }
  .dropdown-subdark .dropdown-toggle:focus, .dropdown-subdark .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5); }
  .dropdown-subdark .dropdown-toggle.disabled, .dropdown-subdark .dropdown-toggle:disabled {
    color: #fff;
    background-color: #949494;
    border-color: #949494; }
  .dropdown-subdark .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-subdark .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-subdark .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #747474; }
    .dropdown-subdark .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-subdark .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-subdark .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5); }

.dropdown-subdark .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #adadad;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-subdark .dropdown-menu .dropdown-item {
    background-color: #949494;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #adadad;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-subdark .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #adadad; }
    .dropdown-subdark .dropdown-menu .dropdown-item:hover, .dropdown-subdark .dropdown-menu .dropdown-item:focus {
      background-color: #7d7d7d; }
    .dropdown-subdark .dropdown-menu .dropdown-item.active, .dropdown-subdark .dropdown-menu .dropdown-item.active:hover, .dropdown-subdark .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #737373; }

.dropdown-darker .dropdown-toggle {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #404040 0%, #262626 100%);
  background-repeat: repeat-x;
  color: #fff;
  background-color: #333;
  border-color: #333; }
  .dropdown-darker .dropdown-toggle:hover {
    background-image: linear-gradient(to bottom, #292929 0%, #0f0f0f 100%);
    background-repeat: repeat-x; }
  .dropdown-darker .dropdown-toggle:focus, .dropdown-darker .dropdown-toggle.focus {
    background-image: linear-gradient(to bottom, #292929 0%, #0f0f0f 100%);
    background-repeat: repeat-x; }
  .dropdown-darker .dropdown-toggle.disabled, .dropdown-darker .dropdown-toggle:disabled {
    border-color: #545454;
    background-image: linear-gradient(to bottom, #616161 0%, #474747 100%);
    background-repeat: repeat-x; }
  .dropdown-darker .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-darker .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-darker .dropdown-toggle.dropdown-toggle {
    background-image: linear-gradient(to bottom, #1f1f1f 0%, #050505 100%);
    background-repeat: repeat-x; }
  .dropdown-darker .dropdown-toggle:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .dropdown-darker .dropdown-toggle:focus, .dropdown-darker .dropdown-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }
  .dropdown-darker .dropdown-toggle.disabled, .dropdown-darker .dropdown-toggle:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  .dropdown-darker .dropdown-toggle:not(:disabled):not(.disabled):active, .dropdown-darker .dropdown-toggle:not(:disabled):not(.disabled).active, .show > .dropdown-darker .dropdown-toggle.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .dropdown-darker .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .dropdown-darker .dropdown-toggle:not(:disabled):not(.disabled).active:focus, .show > .dropdown-darker .dropdown-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.dropdown-darker .dropdown-menu {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
  background-color: #4d4d4d;
  margin: 1px 0 0;
  padding: 1px;
  border: none; }
  .dropdown-darker .dropdown-menu .dropdown-item {
    background-color: #333;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: #4d4d4d;
    border-radius: 0.1rem;
    margin: 0;
    color: #fff; }
    .dropdown-darker .dropdown-menu .dropdown-item:not(:first-child) {
      border-top: solid 1px #4d4d4d; }
    .dropdown-darker .dropdown-menu .dropdown-item:hover, .dropdown-darker .dropdown-menu .dropdown-item:focus {
      background-color: #1c1c1c; }
    .dropdown-darker .dropdown-menu .dropdown-item.active, .dropdown-darker .dropdown-menu .dropdown-item.active:hover, .dropdown-darker .dropdown-menu .dropdown-item.active:focus {
      color: #fff;
      background-color: #121212; }

/** dropdown-ellipsis **/
.dropdown-ellipsis {
  width: 100%; }
  .dropdown-ellipsis .dropdown-toggle {
    overflow: hidden;
    padding-right: 2rem;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%; }
  .dropdown-ellipsis .dropdown-toggle::after {
    position: absolute;
    right: 1rem; }
  .dropdown-ellipsis .dropdown-menu {
    overflow: hidden;
    width: 100%; }
    .dropdown-ellipsis .dropdown-menu .dropdown-item {
      overflow: hidden;
      text-overflow: ellipsis; }

.card-body > .btn-group {
  padding-top: 0.5rem; }

.card.component-unavailable, .component-unavailable.card-repository {
  background-color: #ececec;
  color: #ccc;
  border-color: #ececec; }

.heading-with-control h1, .heading-with-control h2, .heading-with-control h3, .heading-with-control h4 {
  margin-bottom: 0; }

.heading-with-control:last-child {
  margin-bottom: 0 !important; }

.card-repository {
  background-color: #f8f8f8;
  border-color: rgba(0, 0, 0, 0.125);
  min-height: 8.2rem; }
  .card-repository .card-header,
  .card-repository .card-footer {
    background-color: transparent; }

/** grid fixed-width **/
.fixed-width-row {
  max-width: 1200px; }
  .fixed-width-row .fixed-col {
    position: relative;
    float: left;
    width: 18.75rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }

a.card-btn:hover {
  text-decoration: none; }

a.card-btn .card-primary {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #01a4e2 0%, #015a7d 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-primary:hover {
    background-image: linear-gradient(to bottom, #0183b5 0%, #00394f 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-primary:focus, a.card-btn .card-primary.focus {
    background-image: linear-gradient(to bottom, #0183b5 0%, #00394f 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-primary.disabled, a.card-btn .card-primary:disabled {
    border-color: #0ebbfe;
    background-image: linear-gradient(to bottom, #27c3fe 0%, #018abf 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-primary:not(:disabled):not(.disabled):active, a.card-btn .card-primary:not(:disabled):not(.disabled).active, .show > a.card-btn .card-primary.dropdown-toggle {
    background-image: linear-gradient(to bottom, #0174a0 0%, #002a3b 100%);
    background-repeat: repeat-x; }

a.card-btn .card-secondary {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #c6c6c6 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-secondary:hover {
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #afafaf 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-secondary:focus, a.card-btn .card-secondary.focus {
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #afafaf 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-secondary.disabled, a.card-btn .card-secondary:disabled {
    border-color: white;
    background-image: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-secondary:not(:disabled):not(.disabled):active, a.card-btn .card-secondary:not(:disabled):not(.disabled).active, .show > a.card-btn .card-secondary.dropdown-toggle {
    background-image: linear-gradient(to bottom, #d8d8d8 0%, #a5a5a5 100%);
    background-repeat: repeat-x; }

a.card-btn .card-success {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #2dbc4e 0%, #19692c 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-success:hover {
    background-image: linear-gradient(to bottom, #24973e 0%, #10441c 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-success:focus, a.card-btn .card-success.focus {
    background-image: linear-gradient(to bottom, #24973e 0%, #10441c 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-success.disabled, a.card-btn .card-success:disabled {
    border-color: #40d161;
    background-image: linear-gradient(to bottom, #55d672 0%, #269f42 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-success:not(:disabled):not(.disabled):active, a.card-btn .card-success:not(:disabled):not(.disabled).active, .show > a.card-btn .card-success.dropdown-toggle {
    background-image: linear-gradient(to bottom, #208637 0%, #0c3415 100%);
    background-repeat: repeat-x; }

a.card-btn .card-info {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #0cbbfe 0%, #0176a3 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-info:hover {
    background-image: linear-gradient(to bottom, #019edb 0%, #005575 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-info:focus, a.card-btn .card-info.focus {
    background-image: linear-gradient(to bottom, #019edb 0%, #005575 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-info.disabled, a.card-btn .card-info:disabled {
    border-color: #34c6fe;
    background-image: linear-gradient(to bottom, #4ecdfe 0%, #01a6e5 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-info:not(:disabled):not(.disabled):active, a.card-btn .card-info:not(:disabled):not(.disabled).active, .show > a.card-btn .card-info.dropdown-toggle {
    background-image: linear-gradient(to bottom, #0190c6 0%, #004661 100%);
    background-repeat: repeat-x; }

a.card-btn .card-warning {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #ffc721 0%, #ba8b00 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-warning:hover {
    background-image: linear-gradient(to bottom, #f2b500 0%, #8c6900 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-warning:focus, a.card-btn .card-warning.focus {
    background-image: linear-gradient(to bottom, #f2b500 0%, #8c6900 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-warning.disabled, a.card-btn .card-warning:disabled {
    border-color: #ffd249;
    background-image: linear-gradient(to bottom, #ffd863 0%, #fcbd00 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-warning:not(:disabled):not(.disabled):active, a.card-btn .card-warning:not(:disabled):not(.disabled).active, .show > a.card-btn .card-warning.dropdown-toggle {
    background-image: linear-gradient(to bottom, #dda600 0%, #775900 100%);
    background-repeat: repeat-x; }

a.card-btn .card-danger {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #b90002 0%, #530001 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-danger:hover {
    background-image: linear-gradient(to bottom, #8b0002 0%, #250000 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-danger:focus, a.card-btn .card-danger.focus {
    background-image: linear-gradient(to bottom, #8b0002 0%, #250000 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-danger.disabled, a.card-btn .card-danger:disabled {
    border-color: #e10003;
    background-image: linear-gradient(to bottom, #fb0003 0%, #950002 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-danger:not(:disabled):not(.disabled):active, a.card-btn .card-danger:not(:disabled):not(.disabled).active, .show > a.card-btn .card-danger.dropdown-toggle {
    background-image: linear-gradient(to bottom, #760001 0%, #100000 100%);
    background-repeat: repeat-x; }

a.card-btn .card-light {
  background: none;
  color: #333;
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #bfbfbf 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-light:hover {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #a8a8a8 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-light:focus, a.card-btn .card-light.focus {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #a8a8a8 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-light.disabled, a.card-btn .card-light:disabled {
    border-color: white;
    background-image: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-light:not(:disabled):not(.disabled):active, a.card-btn .card-light:not(:disabled):not(.disabled).active, .show > a.card-btn .card-light.dropdown-toggle {
    background-image: linear-gradient(to bottom, #d0d0d0 0%, #9d9d9d 100%);
    background-repeat: repeat-x; }

a.card-btn .card-dark {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #737373 0%, #404040 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-dark:hover {
    background-image: linear-gradient(to bottom, #5c5c5c 0%, #292929 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-dark:focus, a.card-btn .card-dark.focus {
    background-image: linear-gradient(to bottom, #5c5c5c 0%, #292929 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-dark.disabled, a.card-btn .card-dark:disabled {
    border-color: #878787;
    background-image: linear-gradient(to bottom, #949494 0%, #616161 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-dark:not(:disabled):not(.disabled):active, a.card-btn .card-dark:not(:disabled):not(.disabled).active, .show > a.card-btn .card-dark.dropdown-toggle {
    background-image: linear-gradient(to bottom, #525252 0%, #1f1f1f 100%);
    background-repeat: repeat-x; }

a.card-btn .card-subdark {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #a1a1a1 0%, #6e6e6e 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-subdark:hover {
    background-image: linear-gradient(to bottom, #8a8a8a 0%, #575757 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-subdark:focus, a.card-btn .card-subdark.focus {
    background-image: linear-gradient(to bottom, #8a8a8a 0%, #575757 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-subdark.disabled, a.card-btn .card-subdark:disabled {
    border-color: #b5b5b5;
    background-image: linear-gradient(to bottom, #c2c2c2 0%, #8f8f8f 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-subdark:not(:disabled):not(.disabled):active, a.card-btn .card-subdark:not(:disabled):not(.disabled).active, .show > a.card-btn .card-subdark.dropdown-toggle {
    background-image: linear-gradient(to bottom, gray 0%, #4d4d4d 100%);
    background-repeat: repeat-x; }

a.card-btn .card-darker {
  background: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #404040 0%, #0d0d0d 100%);
  background-repeat: repeat-x; }
  a.card-btn .card-darker:hover {
    background-image: linear-gradient(to bottom, #292929 0%, black 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-darker:focus, a.card-btn .card-darker.focus {
    background-image: linear-gradient(to bottom, #292929 0%, black 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-darker.disabled, a.card-btn .card-darker:disabled {
    border-color: #545454;
    background-image: linear-gradient(to bottom, #616161 0%, #2e2e2e 100%);
    background-repeat: repeat-x; }
  a.card-btn .card-darker:not(:disabled):not(.disabled):active, a.card-btn .card-darker:not(:disabled):not(.disabled).active, .show > a.card-btn .card-darker.dropdown-toggle {
    background-image: linear-gradient(to bottom, #1f1f1f 0%, black 100%);
    background-repeat: repeat-x; }

a.card-btn .card, a.card-btn .card-repository {
  width: 100%; }
  a.card-btn .card .card-body, a.card-btn .card-repository .card-body {
    position: relative;
    height: 12rem; }
  a.card-btn .card p, a.card-btn .card-repository p {
    font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif;
    padding-right: 1rem; }
  a.card-btn .card .card-arrow, a.card-btn .card-repository .card-arrow {
    position: absolute;
    bottom: .25rem;
    right: 2.25rem;
    font-size: 250%; }

.modal {
  -webkit-overflow-scrolling: auto; }

/** modal center **/
.modal.modal-center {
  text-align: center; }

@media (min-width: 768px) {
  .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal .modal-header button.close {
  font-size: 225%;
  cursor: pointer; }

/******************************* modal full-screen ****************************/
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
     * /!\ By using this feature, you force the header and footer to be placed
     * in an absolute position. You must handle by yourself the margin of the
     * content.
     */ }

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%; }

.modal.modal-fullscreen .modal-content {
  border: none;
  border-radius: 0; }

.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */ }

.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0; }

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0; }

.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0; }

.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0; }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px; }
  .modal-xxxl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1100px; }
  .modal-xxxl {
    max-width: 1100px; } }

@media (min-width: 1560px) {
  .modal-xxxl {
    max-width: 1500px; } }

.modal-catalog-tree .modal-dialog, .modal-catalog-tree .modal-content {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* modal-left-panel */
.modal.modal-left-panel .modal-dialog {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: 0;
  max-width: 576px;
  width: 576px; }

.modal.modal-left-panel .modal-content {
  height: 100%;
  padding: 1.25rem;
  overflow: auto;
  border: none;
  border-radius: 0;
  transform: translateX(100%);
  transition: .3s ease-out; }
  .modal.modal-left-panel .modal-content .message-strip-system {
    background-color: #dee2e6;
    padding: 0.25rem; }
  .modal.modal-left-panel .modal-content .message-strip-personal {
    background-color: #01adef;
    padding: 0.25rem; }

.modal.modal-left-panel.show .modal-content {
  transform: translateX(0%); }

@media (max-width: 575.98px) {
  .modal.modal-left-panel .modal-dialog {
    left: 0;
    width: 100%; } }

.nav-pills .nav-link {
  font-family: MBCorpoSTextRegular, Arial, Helvetica, sans-serif; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-image: linear-gradient(to bottom, #01a4e2 0%, #017fb0 100%);
  background-repeat: repeat-x; }

/* tabs */
/*

.nav-tabs > li > a {
  background: $epos-nav-bg-color;
  border: 1px solid $epos-nav-border-color;
}

@include media-breakpoint-up(md){
  .nav-tabs > li:not(:first-child) > a {
    margin-left: 2px;
  }

  .nav-tabs > li:not(:last-child) > a {
    margin-right: 2px;
  }
}

.nav-tabs > li:not(.active) > a:hover {
  background: $epos-nav-active-color;
  border: 1px solid $epos-nav-border-color !important;
}
*/
/*

!* Tab Content *!
.tab-pane {
  border: 1px solid $epos-bg-coral-plain;
  border-top: none;
  padding: 1rem;
  margin-bottom: 1rem;
}
.nav-tabs {
  border-bottom: 1px solid $epos-bg-coral-plain;
}

.nav-pills, .nav-tabs {
  .nav-link {
    @extend .btn;
    @include epos-button-gradient-variant($color: $epos-color-light-std, $background: $epos-bg-coral-plain, $color-active-lighten: true);
  }

  @include epos-dropdown-gradient-variant($color: $epos-color-light-std, $background: $epos-bg-coral-plain, $line: $epos-line-white-inactive, $color-active-lighten: true);

  .nav-link.active,
  .nav-item.open .nav-link {
    $active-color: darken($epos-bg-cyan, 12.5%);
    color: $epos-color-dark-std;
    @include epos-gradient-vertical($plain-color: $active-color);
    &:hover,
    &:focus,
    &.focus {
      color: $epos-color-dark-std;
      @include epos-gradient-vertical($plain-color: darken($active-color, 13%));
    }
  }
  margin-bottom: 0.75rem;
}*/
/*  ThirdPartyLiabilityTermination */
.tplt-pdf-view {
  display: block; }

@media (min-width: 576px) {
  .tplt-pdf-view {
    width: 495px;
    height: 701px; } }

@media (min-width: 1200px) {
  .tplt-pdf-view {
    width: 452px;
    height: 640px; } }

@media (min-width: 1560px) {
  .tplt-pdf-view {
    width: 551px;
    height: 780px; } }

/*  CMSContractActivation */
.cms-activation-pdf-view a {
  width: 80px; }
  .cms-activation-pdf-view a div {
    font-size: 300%; }

.cms-activation-pdf-view iframe {
  width: 100%;
  height: 500px;
  display: block; }

@media (min-width: 576px) {
  .cms-activation-pdf-view iframe {
    height: 701px; } }

@media (min-width: 992px) {
  .cms-activation-pdf-view a {
    width: 40px; }
    .cms-activation-pdf-view a div {
      font-size: 150%; }
  .cms-activation-pdf-view iframe {
    height: 500px; } }

@media (min-width: 1200px) {
  .cms-activation-pdf-view a {
    width: 60px; }
    .cms-activation-pdf-view a div {
      font-size: 200%; }
  .cms-activation-pdf-view iframe {
    height: 750px; } }

@media (min-width: 1300px) {
  .cms-activation-pdf-view a {
    width: 80px; }
    .cms-activation-pdf-view a div {
      font-size: 300%; }
  .cms-activation-pdf-view iframe {
    height: 780px; } }

@media (min-width: 1560px) {
  .cms-activation-pdf-view iframe {
    height: 810px; } }

/* SCORING TransferToAnalysis */
.scoring-tta-pdf-view, .activation-pdf-view, .document-pdf-view {
  position: sticky;
  top: 1rem; }
  .scoring-tta-pdf-view iframe, .activation-pdf-view iframe, .document-pdf-view iframe {
    width: 100%;
    height: 500px;
    display: block; }
  @media (min-width: 576px) {
    .scoring-tta-pdf-view iframe, .activation-pdf-view iframe, .document-pdf-view iframe {
      height: 701px; } }
  @media (min-width: 992px) {
    .scoring-tta-pdf-view iframe, .activation-pdf-view iframe, .document-pdf-view iframe {
      height: 500px; } }
  @media (min-width: 1200px) {
    .scoring-tta-pdf-view iframe, .activation-pdf-view iframe, .document-pdf-view iframe {
      height: 710px; } }
  @media (min-width: 1300px) {
    .scoring-tta-pdf-view iframe, .activation-pdf-view iframe, .document-pdf-view iframe {
      height: 750px; } }
  @media (min-width: 1560px) {
    .scoring-tta-pdf-view iframe, .activation-pdf-view iframe, .document-pdf-view iframe {
      height: 860px; } }
/* entity */
.registration-plate {
  display: inline-flex;
  box-shadow: -1px -1px 0 #fff, 1px 1px 1px #ddd;
  text-shadow: -1px -1px 0 #fff, 1px 1px 0 #ddd;
  background-color: #ececec;
  vertical-align: text-top;
  line-height: .95rem;
  white-space: nowrap;
  border: 1px solid black;
  border-radius: 0.1rem; }
  .registration-plate div {
    background-color: blue;
    padding: 0 1px;
    color: #fff;
    font-size: 39%;
    line-height: .5rem;
    text-align: center;
    box-shadow: none;
    text-shadow: none; }
    .registration-plate div:before {
      display: block;
      content: '*'; }
    .registration-plate div:after {
      display: block;
      content: 'PL'; }
  .registration-plate span {
    padding: 0 .2rem;
    font-weight: bold;
    min-width: 80px;
    text-align: center; }

.commission-no, .vin {
  display: inline-flex;
  font-family: monospace, monospace;
  letter-spacing: 0.25px;
  vertical-align: text-top;
  white-space: nowrap;
  border-radius: 0.1rem;
  line-height: 1rem;
  border: 1px solid;
  margin-right: .1rem; }

.commission-no {
  box-shadow: -1px -1px 0 #fff, 1px 1px 1px #ddd;
  text-shadow: -1px -1px 0 #fff, 1px 1px 0 #ddd;
  background-color: #ececec;
  border-color: #999; }
  .commission-no span {
    margin-left: 4px;
    margin-right: 4px; }

.vin {
  box-shadow: -1px -1px 0 #ececec, 1px 1px 1px #ddd;
  text-shadow: -1px -1px 0 #999, 1px 1px 0 #333;
  background-color: gray;
  border-color: #666;
  color: #fff; }
  .vin div {
    padding-left: 1px;
    padding-right: 1px;
    color: #fff;
    font-size: 50%; }
    .vin div:before {
      content: "\2022"; }

ul.icon-list {
  list-style-type: none; }
  ul.icon-list li i {
    margin: 0 .5rem 0 -1.5rem; }

/* insurance */
.insurance-ico-number {
  position: absolute;
  top: 6px;
  right: 0;
  color: black;
  font-weight: bold;
  font-size: 10px; }

/* requirements */
.requirement-level-1 {
  font-weight: bold;
  background-color: #f8f8f8; }

/* document source */
.document-source-icon-DMS, .document-source-icon-DMS_COD {
  font-family: "Lucida Sans", Arial;
  font-style: normal;
  font-weight: bold; }
  .document-source-icon-DMS:before, .document-source-icon-DMS_COD:before {
    content: "@"; }

.document-source-icon-BIK_KI {
  font-family: "Lucida Sans", Arial, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 65%;
  bottom: 2px;
  position: relative; }
  .document-source-icon-BIK_KI:before {
    content: "BIK"; }

.document-source-icon-KRS {
  font-family: "Lucida Sans", Arial, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 65%;
  bottom: 2px;
  position: relative; }
  .document-source-icon-KRS:before {
    content: "KRS"; }

.document-source-icon-CEIDG {
  font-family: "Lucida Sans", Arial, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 65%;
  bottom: 2px;
  position: relative; }
  .document-source-icon-CEIDG:before {
    content: "CEIDG"; }

.document-source-icon-DEMO_VEHICLE_FINANCING {
  font-family: "Lucida Sans", Arial, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 65%;
  bottom: 2px;
  position: relative; }
  .document-source-icon-DEMO_VEHICLE_FINANCING:before {
    content: "DEMO"; }

#catalog-tree-modal .modal-body {
  padding: 0;
  margin: 1rem; }

#catalog-tree-modal ul {
  padding-left: 1.45rem; }

#catalog-tree-modal ul.catalog-tree-container {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  padding: 0;
  margin-bottom: 0; }
  #catalog-tree-modal ul.catalog-tree-container li {
    list-style-type: none; }
    #catalog-tree-modal ul.catalog-tree-container li i {
      padding-right: .5rem; }
    #catalog-tree-modal ul.catalog-tree-container li label {
      font-weight: normal; }
    #catalog-tree-modal ul.catalog-tree-container li .custom-control {
      display: inline-block; }

.component-info-sing {
  font-size: 55%;
  top: 1px;
  padding-left: .1rem;
  color: #ccc; }

.dms-mobile-scan-view a {
  width: 40px; }
  .dms-mobile-scan-view a div {
    font-size: 150%; }

.dms-mobile-scan-view iframe {
  width: 100%;
  height: 500px;
  display: block; }

@media (min-width: 576px) {
  .dms-mobile-scan-view iframe {
    height: 701px; } }

@media (min-width: 992px) {
  .dms-mobile-scan-view iframe {
    height: 701px; } }

@media (min-width: 1200px) {
  .dms-mobile-scan-view iframe {
    height: 750px; } }

@media (min-width: 1300px) {
  .dms-mobile-scan-view iframe {
    height: 780px; } }

@media (min-width: 1560px) {
  .dms-mobile-scan-view iframe {
    height: 810px; } }

.irs {
  height: 50px; }

.irs-with-grid {
  height: 62px; }

.irs-line {
  height: 8px;
  top: 30px;
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  border: 1px solid #c6c6c6;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 8px;
  top: 30px;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  background-image: linear-gradient(to bottom, #d8d8d8 0%, #bebebe 100%);
  background-repeat: repeat-x; }

.irs-bar-edge {
  height: 8px;
  top: 30px;
  width: 14px;
  border: 1px solid #a5a5a5;
  border-right: 0;
  background-image: linear-gradient(to bottom, #d8d8d8 0%, #bebebe 100%);
  background-repeat: repeat-x;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-slider {
  top: 23px;
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  background: #ececec;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #dfdfdf 100%);
  background-repeat: repeat-x;
  border-radius: 21px;
  -moz-border-radius: 21px;
  cursor: pointer; }

.irs-slider.state_hover, .irs-slider:hover {
  background-image: linear-gradient(to bottom, #ececec 0%, lightgray 100%);
  background-repeat: repeat-x; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ddd; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #01adef;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 23px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #01adef; }

.irs-grid-text {
  bottom: 2px;
  color: #999; }

.irs-disabled {
  opacity: 0.5; }

/*# sourceMappingURL=../../../../../../../style.css.map */