/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger-darker {
  color: #610016 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-danger-darker:hover, a.text-danger-darker:focus {
  color: #140005 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-disabled {
  color: #6c757d !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-disabled:hover, a.text-disabled:focus {
  color: #494f54 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-body {
  background-color: #dadada !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-body:hover, a.bg-body:focus,
button.bg-body:hover,
button.bg-body:focus {
  background-color: #c1c1c1 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-header-oben {
  background-color: #fff !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-header-oben:hover, a.bg-header-oben:focus,
button.bg-header-oben:hover,
button.bg-header-oben:focus {
  background-color: #e6e6e6 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-header-unten {
  background-color: #3b3b3b !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-header-unten:hover, a.bg-header-unten:focus,
button.bg-header-unten:hover,
button.bg-header-unten:focus {
  background-color: #222222 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-footer {
  background-color: #63646b !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-footer:hover, a.bg-footer:focus,
button.bg-footer:hover,
button.bg-footer:focus {
  background-color: #4a4b51 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-danger-lighter {
  background-color: #ff6185 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-danger-lighter:hover, a.bg-danger-lighter:focus,
button.bg-danger-lighter:hover,
button.bg-danger-lighter:focus {
  background-color: #ff2e5e !important; }

/* line 63, application/src/main/webapp/resources/scss/vit/_main_dependent.scss */
.btn-standard {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-standard:hover {
    color: #fff;
    background-color: #282828;
    border-color: #222222; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-standard:focus, .btn-standard.focus {
    color: #fff;
    background-color: #282828;
    border-color: #222222;
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-standard.disabled, .btn-standard:disabled {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-standard:not(:disabled):not(.disabled):active, .btn-standard:not(:disabled):not(.disabled).active,
  .show > .btn-standard.dropdown-toggle {
    color: #fff;
    background-color: #222222;
    border-color: #1b1b1b; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-standard:not(:disabled):not(.disabled):active:focus, .btn-standard:not(:disabled):not(.disabled).active:focus,
    .show > .btn-standard.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }

/* line 63, application/src/main/webapp/resources/scss/vit/_main_dependent.scss */
.btn-standard-zwei {
  color: #fff;
  background-color: #228c30;
  border-color: #228c30; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-standard-zwei:hover {
    color: #fff;
    background-color: #1b6d25;
    border-color: #186322; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-standard-zwei:focus, .btn-standard-zwei.focus {
    color: #fff;
    background-color: #1b6d25;
    border-color: #186322;
    box-shadow: 0 0 0 0.2rem rgba(67, 157, 79, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-standard-zwei.disabled, .btn-standard-zwei:disabled {
    color: #fff;
    background-color: #228c30;
    border-color: #228c30; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-standard-zwei:not(:disabled):not(.disabled):active, .btn-standard-zwei:not(:disabled):not(.disabled).active,
  .show > .btn-standard-zwei.dropdown-toggle {
    color: #fff;
    background-color: #186322;
    border-color: #16591e; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-standard-zwei:not(:disabled):not(.disabled):active:focus, .btn-standard-zwei:not(:disabled):not(.disabled).active:focus,
    .show > .btn-standard-zwei.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(67, 157, 79, 0.5); }

/* line 69, application/src/main/webapp/resources/scss/vit/_main_dependent.scss */
.btn-outline-standard {
  color: #3b3b3b;
  border-color: #3b3b3b; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-standard:hover {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-standard:focus, .btn-outline-standard.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-standard.disabled, .btn-outline-standard:disabled {
    color: #3b3b3b;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-standard:not(:disabled):not(.disabled):active, .btn-outline-standard:not(:disabled):not(.disabled).active,
  .show > .btn-outline-standard.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-standard:not(:disabled):not(.disabled):active:focus, .btn-outline-standard:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-standard.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5); }

/* line 69, application/src/main/webapp/resources/scss/vit/_main_dependent.scss */
.btn-outline-standard-zwei {
  color: #228c30;
  border-color: #228c30; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-standard-zwei:hover {
    color: #fff;
    background-color: #228c30;
    border-color: #228c30; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-standard-zwei:focus, .btn-outline-standard-zwei.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-standard-zwei.disabled, .btn-outline-standard-zwei:disabled {
    color: #228c30;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-standard-zwei:not(:disabled):not(.disabled):active, .btn-outline-standard-zwei:not(:disabled):not(.disabled).active,
  .show > .btn-outline-standard-zwei.dropdown-toggle {
    color: #fff;
    background-color: #228c30;
    border-color: #228c30; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-standard-zwei:not(:disabled):not(.disabled):active:focus, .btn-outline-standard-zwei:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-standard-zwei.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.5); }

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 2, application/src/main/webapp/resources/scss/bootstrap/_root.scss */
: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;
  --black: #000000;
  --primary: #3b3b3b;
  --secondary: #228c30;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #E00034;
  --light: #f8f9fa;
  --dark: #343a40;
  --lighter: #dadada;
  --tertiary: #63646b;
  --breakpoint-xs: 0;
  --breakpoint-ms: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 19, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 25, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 46, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3b3b3b;
  text-align: left;
  background-color: #fff; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

/* line 76, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 92, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 101, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 114, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 123, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 129, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 136, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 143, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
dt {
  font-weight: 700; }

/* line 147, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 152, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 156, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 161, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
small {
  font-size: 80%; }

/* line 170, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 178, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
sub {
  bottom: -.25em; }

/* line 179, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
sup {
  top: -.5em; }

/* line 186, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
a {
  color: #000000;
  text-decoration: none;
  background-color: transparent; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a:hover {
    color: #E00034;
    text-decoration: underline; }

/* line 202, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

/* line 217, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 225, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 242, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 252, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 257, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 269, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 273, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 281, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
th {
  text-align: inherit; }

/* line 292, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 301, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button {
  border-radius: 0; }

/* line 310, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 315, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 326, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button,
input {
  overflow: visible; }

/* line 331, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button,
select {
  text-transform: none; }

/* line 339, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer; }

/* line 346, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
select {
  word-wrap: normal; }

/* line 354, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 367, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

/* line 374, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 382, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 389, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 395, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 410, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
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; }
  @media (max-width: 1200px) {
    /* line 410, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

/* line 422, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 427, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 432, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 445, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 454, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 463, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
output {
  display: inline-block; }

/* line 467, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 472, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
template {
  display: none; }

/* line 478, application/src/main/webapp/resources/scss/bootstrap/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    /* line 16, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    /* line 17, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

/* line 18, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    /* line 18, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

/* line 19, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    /* line 19, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 21, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 23, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 29, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    /* line 29, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    /* line 34, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    /* line 39, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

/* line 44, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    /* line 44, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 67, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 84, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 89, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 92, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block; }
  /* line 95, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

/* line 106, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 112, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 117, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  /* line 122, application/src/main/webapp/resources/scss/bootstrap/_type.scss */
  .blockquote-footer::before {
    content: "\2014\00A0"; }

/* line 8, application/src/main/webapp/resources/scss/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; }

/* line 29, application/src/main/webapp/resources/scss/bootstrap/_images.scss */
.figure {
  display: inline-block; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 2, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  /* line 8, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
  a > code {
    color: inherit; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

/* line 31, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
    .container {
      max-width: 450px; } }
  @media (min-width: 576px) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
    .container {
      max-width: 1140px; } }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
.container-fluid, .container-ms, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 480px) {
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
  .container, .container-ms {
    max-width: 450px; } }

@media (min-width: 576px) {
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
  .container, .container-ms, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
  .container, .container-ms, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
  .container, .container-ms, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
  .container, .container-ms, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

/* line 53, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 59, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/_grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 8, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms,
.col-ms-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 61, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1; }

/* line 63, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 480px) {
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-ms-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-ms-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-ms-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-ms-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-ms-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-ms-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-ms-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 61, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-first {
    order: -1; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-last {
    order: 13; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-0 {
    order: 0; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-1 {
    order: 1; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-2 {
    order: 2; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-3 {
    order: 3; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-4 {
    order: 4; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-5 {
    order: 5; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-6 {
    order: 6; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-7 {
    order: 7; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-8 {
    order: 8; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-9 {
    order: 9; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-10 {
    order: 10; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-11 {
    order: 11; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-ms-12 {
    order: 12; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-0 {
    margin-left: 0; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-1 {
    margin-left: 8.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-2 {
    margin-left: 16.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-3 {
    margin-left: 25%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-4 {
    margin-left: 33.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-5 {
    margin-left: 41.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-6 {
    margin-left: 50%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-7 {
    margin-left: 58.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-8 {
    margin-left: 66.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-9 {
    margin-left: 75%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-10 {
    margin-left: 83.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-ms-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 61, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 61, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 61, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 61, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11; }
  /* line 66, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6; }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  /* line 54, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/* line 62, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 75, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8c8c8; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #999999; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #bbbbbb; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #bbbbbb; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c1dfc5; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8cc393; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #b0d6b5; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b0d6b5; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f6b8c6; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ef7a95; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f3a1b4; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f3a1b4; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-lighter,
.table-lighter > th,
.table-lighter > td {
  background-color: whitesmoke; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody + tbody {
  border-color: #ececec; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-lighter:hover {
  background-color: #e8e8e8; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-lighter:hover > td,
  .table-hover .table-lighter:hover > th {
    background-color: #e8e8e8; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #d3d4d6; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #aeaeb2; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-tertiary:hover {
  background-color: #c6c7ca; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #c6c7ca; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_table-row.scss */
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

/* line 114, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

/* line 122, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 130, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40; }
  /* line 134, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  /* line 140, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-dark.table-bordered {
    border: 0; }
  /* line 145, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 479.98px) {
  /* line 171, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-responsive-ms {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
    .table-responsive-ms > .table-bordered {
      border: 0; } }

@media (max-width: 575.98px) {
  /* line 171, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  /* line 171, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  /* line 171, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  /* line 171, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 179, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
    .table-responsive-xl > .table-bordered {
      border: 0; } }

/* line 171, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  /* line 179, application/src/main/webapp/resources/scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-control {
      transition: none; } }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #57d668;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  /* line 54, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 84, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 97, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 105, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 112, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 125, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  /* line 137, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

/* line 152, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 160, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 170, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 176, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 185, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 189, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 199, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  /* line 205, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/* line 217, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 223, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  /* line 229, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

/* line 235, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 239, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  /* line 246, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

/* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9); }

/* line 69, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 87, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .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); }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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); }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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); }
  /* line 113, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .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); }

/* line 122, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

/* line 126, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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; }

/* line 135, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  /* line 138, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

/* line 144, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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; }

/* line 151, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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); }

/* line 155, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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; }

/* line 165, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 170, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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); }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E00034; }

/* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(224, 0, 52, 0.9); }

/* line 69, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E00034;
  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='%23E00034' 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='%23E00034' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 87, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #E00034;
    box-shadow: 0 0 0 0.2rem rgba(224, 0, 52, 0.25); }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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); }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E00034;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") 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='%23E00034' 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='%23E00034' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  /* line 113, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #E00034;
    box-shadow: 0 0 0 0.2rem rgba(224, 0, 52, 0.25); }

/* line 122, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E00034; }

/* line 126, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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; }

/* line 135, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E00034; }
  /* line 138, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #E00034; }

/* line 144, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff144b;
  background-color: #ff144b; }

/* line 151, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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(224, 0, 52, 0.25); }

/* line 155, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.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: #E00034; }

/* line 165, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E00034; }

/* line 170, application/src/main/webapp/resources/scss/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E00034;
  box-shadow: 0 0 0 0.2rem rgba(224, 0, 52, 0.25); }

/* line 275, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  /* line 283, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    /* line 289, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    /* line 297, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    /* line 306, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 313, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .form-control-plaintext {
      display: inline-block; }
    /* line 317, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    /* line 324, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    /* line 331, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    /* line 339, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    /* line 343, application/src/main/webapp/resources/scss/bootstrap/_forms.scss */
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #3b3b3b;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    /* line 7, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
    .btn {
      transition: none; } }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn:hover {
    color: #3b3b3b;
    text-decoration: none; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
  .btn.disabled, .btn:disabled {
    opacity: 0.35; }
  /* line 40, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-primary:hover {
    color: #fff;
    background-color: #282828;
    border-color: #222222; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #282828;
    border-color: #222222;
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #222222;
    border-color: #1b1b1b; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(88, 88, 88, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #228c30;
  border-color: #228c30; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-secondary:hover {
    color: #fff;
    background-color: #1b6d25;
    border-color: #186322; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #1b6d25;
    border-color: #186322;
    box-shadow: 0 0 0 0.2rem rgba(67, 157, 79, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #228c30;
    border-color: #228c30; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #186322;
    border-color: #16591e; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(67, 157, 79, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .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; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(58, 176, 195, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(222, 170, 12, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #E00034;
  border-color: #E00034; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-danger:hover {
    color: #fff;
    background-color: #ba002b;
    border-color: #ad0028; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ba002b;
    border-color: #ad0028;
    box-shadow: 0 0 0 0.2rem rgba(229, 38, 82, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E00034;
    border-color: #E00034; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ad0028;
    border-color: #a00025; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(229, 38, 82, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(216, 217, 219, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-lighter {
  color: #212529;
  background-color: #dadada;
  border-color: #dadada; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-lighter:hover {
    color: #212529;
    background-color: #c7c7c7;
    border-color: #c1c1c1; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-lighter:focus, .btn-lighter.focus {
    color: #212529;
    background-color: #c7c7c7;
    border-color: #c1c1c1;
    box-shadow: 0 0 0 0.2rem rgba(190, 191, 191, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-lighter.disabled, .btn-lighter:disabled {
    color: #212529;
    background-color: #dadada;
    border-color: #dadada; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-lighter:not(:disabled):not(.disabled):active, .btn-lighter:not(:disabled):not(.disabled).active,
  .show > .btn-lighter.dropdown-toggle {
    color: #212529;
    background-color: #c1c1c1;
    border-color: #bababa; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-lighter:not(:disabled):not(.disabled):active:focus, .btn-lighter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(190, 191, 191, 0.5); }

/* line 66, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-tertiary {
  color: #fff;
  background-color: #63646b;
  border-color: #63646b; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-tertiary:hover {
    color: #fff;
    background-color: #515157;
    border-color: #4a4b51; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #fff;
    background-color: #515157;
    border-color: #4a4b51;
    box-shadow: 0 0 0 0.2rem rgba(122, 123, 129, 0.5); }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #63646b;
    border-color: #63646b; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #4a4b51;
    border-color: #44454a; }
    /* line 53, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(122, 123, 129, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #3b3b3b;
  border-color: #3b3b3b; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3b3b3b;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .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: #3b3b3b;
    border-color: #3b3b3b; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(59, 59, 59, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #228c30;
  border-color: #228c30; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #228c30;
    border-color: #228c30; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #228c30;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #228c30;
    border-color: #228c30; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(34, 140, 48, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .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; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #E00034;
  border-color: #E00034; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E00034;
    border-color: #E00034; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 0, 52, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #E00034;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .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: #E00034;
    border-color: #E00034; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .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(224, 0, 52, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-lighter {
  color: #dadada;
  border-color: #dadada; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-lighter:hover {
    color: #212529;
    background-color: #dadada;
    border-color: #dadada; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-lighter:focus, .btn-outline-lighter.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-lighter.disabled, .btn-outline-lighter:disabled {
    color: #dadada;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-lighter:not(:disabled):not(.disabled):active, .btn-outline-lighter:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lighter.dropdown-toggle {
    color: #212529;
    background-color: #dadada;
    border-color: #dadada; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5); }

/* line 72, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-outline-tertiary {
  color: #63646b;
  border-color: #63646b; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #63646b;
    border-color: #63646b; }
  /* line 74, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 100, 107, 0.5); }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #63646b;
    background-color: transparent; }
  /* line 85, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #63646b;
    border-color: #63646b; }
    /* line 92, application/src/main/webapp/resources/scss/bootstrap/mixins/_buttons.scss */
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(99, 100, 107, 0.5); }

/* line 83, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .btn-link:hover {
    color: #E00034;
    text-decoration: underline; }
  /* line 93, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  /* line 98, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

/* line 112, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

/* line 116, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

/* line 125, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }
  /* line 130, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

/* line 139, application/src/main/webapp/resources/scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    /* line 1, application/src/main/webapp/resources/scss/bootstrap/_transitions.scss */
    .fade {
      transition: none; } }
  /* line 4, application/src/main/webapp/resources/scss/bootstrap/_transitions.scss */
  .fade:not(.show) {
    opacity: 0; }

/* line 10, application/src/main/webapp/resources/scss/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 15, application/src/main/webapp/resources/scss/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 15, application/src/main/webapp/resources/scss/bootstrap/_transitions.scss */
    .collapsing {
      transition: none; } }

/* line 2, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 9, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap; }
  /* line 30, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
  .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; }
  /* line 58, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
  .dropdown-toggle:empty::after {
    margin-left: 0; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

/* line 42, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 480px) {
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-ms-left {
    right: auto;
    left: 0; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-ms-right {
    right: 0;
    left: auto; } }

@media (min-width: 576px) {
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

/* line 57, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 30, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.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; }

/* line 58, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 70, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 30, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.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; }

/* line 58, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 80, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 87, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 30, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 49, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.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; }

/* line 58, application/src/main/webapp/resources/scss/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 97, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 106, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 116, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 123, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.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; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .dropdown-item:hover, .dropdown-item:focus {
    color: #E00034;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 154, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3b3b3b; }
  /* line 161, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

/* line 173, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block; }

/* line 178, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 188, application/src/main/webapp/resources/scss/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    /* line 19, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
    .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; }

/* line 28, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .btn-toolbar .input-group {
    width: auto; }

/* line 40, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 69, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  /* line 73, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

/* line 84, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 89, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 111, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  /* line 116, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  /* line 121, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

/* line 152, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  /* line 156, application/src/main/webapp/resources/scss/bootstrap/_button-group.scss */
  .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; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    /* line 24, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
    .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; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  /* line 51, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

/* line 68, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex; }
  /* line 75, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    /* line 79, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  /* line 84, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .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; }

/* line 92, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 93, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px; }

/* line 101, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  /* line 117, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

/* line 129, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

/* line 134, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 146, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

/* line 151, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 163, application/src/main/webapp/resources/scss/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 10, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 22, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  /* line 30, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3b3b3b;
    background-color: #3b3b3b; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
  /* line 46, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #57d668; }
  /* line 50, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #949494;
    border-color: #949494; }
  /* line 60, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    /* line 63, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

/* line 74, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  /* line 82, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  /* line 97, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

/* line 120, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

/* line 126, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3b3b3b;
  background-color: #3b3b3b; }

/* line 131, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 137, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5); }

/* line 140, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5); }

/* line 151, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 157, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 163, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(59, 59, 59, 0.5); }

/* line 174, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem; }
  /* line 178, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  /* line 186, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      /* line 186, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
      .custom-switch .custom-control-label::after {
        transition: none; } }
  /* line 199, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  /* line 206, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(59, 59, 59, 0.5); }

/* line 219, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none; }
  /* line 236, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-select:focus {
    border-color: #57d668;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
    /* line 246, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  /* line 257, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  /* line 264, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  /* line 270, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-select::-ms-expand {
    display: none; }
  /* line 275, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

/* line 281, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

/* line 289, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 302, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

/* line 310, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  /* line 318, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #57d668;
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
  /* line 324, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  /* line 330, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  /* line 335, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

/* line 340, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.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: #495057;
  background-color: #fff;
  border: 1px solid #ced4da; }
  /* line 357, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit; }

/* line 381, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  /* line 388, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range:focus {
    outline: none; }
    /* line 393, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
    /* line 394, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
    /* line 395, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }
  /* line 398, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-moz-focus-outer {
    border: 0; }
  /* line 402, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3b3b3b;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      /* line 402, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    /* line 413, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb:active {
      background-color: #949494; }
  /* line 418, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  /* line 429, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3b3b3b;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      /* line 429, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
      .custom-range::-moz-range-thumb {
        transition: none; } }
    /* line 439, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-range::-moz-range-thumb:active {
      background-color: #949494; }
  /* line 444, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  /* line 455, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #3b3b3b;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      /* line 455, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
      .custom-range::-ms-thumb {
        transition: none; } }
    /* line 468, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-range::-ms-thumb:active {
      background-color: #949494; }
  /* line 473, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  /* line 484, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  /* line 489, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }
  /* line 496, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  /* line 500, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  /* line 504, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  /* line 508, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  /* line 512, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

/* line 518, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
.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) {
    /* line 518, application/src/main/webapp/resources/scss/bootstrap/_custom-forms.scss */
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  /* line 38, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    /* line 50, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  /* line 57, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  /* line 64, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

/* line 82, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3b3b3b; }

/* line 95, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 102, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 115, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 118, application/src/main/webapp/resources/scss/bootstrap/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 18, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar .container, .navbar .container-fluid, .navbar .container-ms, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

/* line 52, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

/* line 71, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 78, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  /* line 83, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

/* line 94, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 109, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 118, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

/* line 133, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.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: 479.98px) {
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-ms > .container,
  .navbar-expand-ms > .container-fluid,
  .navbar-expand-ms > .container-ms,
  .navbar-expand-ms > .container-sm,
  .navbar-expand-ms > .container-md,
  .navbar-expand-ms > .container-lg,
  .navbar-expand-ms > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 480px) {
  /* line 150, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-ms {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 173, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-ms .navbar-nav {
      flex-direction: row; }
      /* line 176, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-ms .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 180, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-ms .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 187, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-ms > .container,
    .navbar-expand-ms > .container-fluid,
    .navbar-expand-ms > .container-ms,
    .navbar-expand-ms > .container-sm,
    .navbar-expand-ms > .container-md,
    .navbar-expand-ms > .container-lg,
    .navbar-expand-ms > .container-xl {
      flex-wrap: nowrap; }
    /* line 202, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-ms .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 209, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-ms .navbar-toggler {
      display: none; } }

@media (max-width: 575.98px) {
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-ms,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  /* line 150, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 173, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      /* line 176, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 180, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 187, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-ms,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    /* line 202, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 209, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-ms,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 150, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 173, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      /* line 176, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 180, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 187, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-ms,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    /* line 202, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 209, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-ms,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  /* line 150, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 173, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      /* line 176, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 180, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 187, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-ms,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    /* line 202, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 209, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-ms,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  /* line 150, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 173, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      /* line 176, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 180, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 187, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-ms,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    /* line 202, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 209, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

/* line 150, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-ms,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  /* line 173, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    /* line 176, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    /* line 180, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  /* line 187, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-ms,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  /* line 202, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  /* line 209, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none; }

/* line 224, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

/* line 233, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  /* line 240, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

/* line 245, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.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); }

/* line 253, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 258, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 262, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  /* line 264, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

/* line 276, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

/* line 285, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  /* line 292, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

/* line 297, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.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; }

/* line 305, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 310, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 314, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  /* line 316, application/src/main/webapp/resources/scss/bootstrap/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #fff; }
    /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    /* line 26, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
    .card > .list-group:first-child {
      border-top-width: 0; }
    /* line 31, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
    .card > .list-group:last-child {
      border-bottom-width: 0; }

/* line 38, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

/* line 49, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 53, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 58, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none; }

/* line 67, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 76, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.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); }
  /* line 88, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

/* line 94, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.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); }

/* line 110, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 117, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 123, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 132, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

/* line 153, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 152, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    /* line 163, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

/* line 181, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 178, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    /* line 190, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      /* line 195, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; } }

/* line 242, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  /* line 241, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    /* line 252, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

/* line 265, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden; }
  /* line 268, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0; }
  /* line 277, application/src/main/webapp/resources/scss/bootstrap/_card.scss */
  .accordion > .card > .card-header {
    margin-bottom: -1px; }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  display: flex; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    /* line 19, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/_breadcrumb.scss */
  .breadcrumb-item.active {
    color: #6c757d; }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.25); }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0; }

/* line 46, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b; }

/* line 53, application/src/main/webapp/resources/scss/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.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;
  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) {
    /* line 6, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
    .badge {
      transition: none; } }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  /* line 25, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
  .badge:empty {
    display: none; }

/* line 31, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 40, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #3b3b3b; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #222222; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #228c30; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #186322; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 140, 48, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #E00034; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ad0028; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 0, 52, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-lighter {
  color: #212529;
  background-color: #dadada; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-lighter:hover, a.badge-lighter:focus {
    color: #212529;
    background-color: #c1c1c1; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-lighter:focus, a.badge-lighter.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5); }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/_badge.scss */
.badge-tertiary {
  color: #fff;
  background-color: #63646b; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  a.badge-tertiary:hover, a.badge-tertiary:focus {
    color: #fff;
    background-color: #4a4b51; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/mixins/_badge.scss */
  a.badge-tertiary:focus, a.badge-tertiary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(99, 100, 107, 0.5); }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef; }
  @media (min-width: 576px) {
    /* line 1, application/src/main/webapp/resources/scss/bootstrap/_jumbotron.scss */
    .jumbotron {
      padding: 4rem 2rem; } }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700; }

/* line 29, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-primary {
  color: #1f1f1f;
  background-color: #d8d8d8;
  border-color: #c8c8c8; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-primary hr {
    border-top-color: #bbbbbb; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-primary .alert-link {
    color: #060606; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-secondary {
  color: #124919;
  background-color: #d3e8d6;
  border-color: #c1dfc5; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-secondary hr {
    border-top-color: #b0d6b5; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-secondary .alert-link {
    color: #08200b; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #b1dfbb; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #0b2e13; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #abdde5; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #062c33; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #533f03; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-danger {
  color: #74001b;
  background-color: #f9ccd6;
  border-color: #f6b8c6; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #f3a1b4; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #41000f; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-light hr {
    border-top-color: #ececf6; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-light .alert-link {
    color: #686868; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-dark .alert-link {
    color: #040505; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-lighter {
  color: #717171;
  background-color: #f8f8f8;
  border-color: whitesmoke; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-lighter hr {
    border-top-color: #e8e8e8; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-lighter .alert-link {
    color: #585858; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/_alert.scss */
.alert-tertiary {
  color: #333438;
  background-color: #e0e0e1;
  border-color: #d3d4d6; }
  /* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-tertiary hr {
    border-top-color: #c6c7ca; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/mixins/_alert.scss */
  .alert-tertiary .alert-link {
    color: #1b1b1d; }

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

/* line 9, application/src/main/webapp/resources/scss/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3b3b3b;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    /* line 20, application/src/main/webapp/resources/scss/bootstrap/_progress.scss */
    .progress-bar {
      transition: none; } }

/* line 32, application/src/main/webapp/resources/scss/bootstrap/_progress.scss */
.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; }

/* line 38, application/src/main/webapp/resources/scss/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    /* line 38, application/src/main/webapp/resources/scss/bootstrap/_progress.scss */
    .progress-bar-animated {
      animation: none; } }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/_media.scss */
.media-body {
  flex: 1; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 21, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 62, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  /* line 70, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }
  /* line 77, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    /* line 80, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

/* line 96, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row; }
  /* line 110, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  /* line 114, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    /* line 118, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 480px) {
  /* line 96, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal-ms {
    flex-direction: row; }
    /* line 110, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-ms > .list-group-item.active {
      margin-top: 0; }
    /* line 114, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-ms > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      /* line 118, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
      .list-group-horizontal-ms > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 576px) {
  /* line 96, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row; }
    /* line 110, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    /* line 114, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      /* line 118, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  /* line 96, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row; }
    /* line 110, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    /* line 114, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      /* line 118, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  /* line 96, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row; }
    /* line 110, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    /* line 114, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      /* line 118, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  /* line 96, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row; }
    /* line 110, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    /* line 114, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      /* line 118, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

/* line 137, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }
  /* line 140, application/src/main/webapp/resources/scss/bootstrap/_list-group.scss */
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #1f1f1f;
  background-color: #c8c8c8; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1f1f1f;
    background-color: #bbbbbb; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #124919;
  background-color: #c1dfc5; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #124919;
    background-color: #b0d6b5; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #124919;
    border-color: #124919; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #74001b;
  background-color: #f6b8c6; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #74001b;
    background-color: #f3a1b4; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #74001b;
    border-color: #74001b; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-lighter {
  color: #717171;
  background-color: whitesmoke; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-lighter.list-group-item-action:hover, .list-group-item-lighter.list-group-item-action:focus {
    color: #717171;
    background-color: #e8e8e8; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-lighter.list-group-item-action.active {
    color: #fff;
    background-color: #717171;
    border-color: #717171; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
.list-group-item-tertiary {
  color: #333438;
  background-color: #d3d4d6; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #333438;
    background-color: #c6c7ca; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/mixins/_list-group.scss */
  .list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #333438;
    border-color: #333438; }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    /* line 1, application/src/main/webapp/resources/scss/bootstrap/_close.scss */
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .close:hover {
    color: #000;
    text-decoration: none; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

/* line 29, application/src/main/webapp/resources/scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

/* line 38, application/src/main/webapp/resources/scss/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none; }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
.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; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
  .toast.showing {
    opacity: 1; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
  .toast.show {
    display: block;
    opacity: 1; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
  .toast.hide {
    display: none; }

/* line 32, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
.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); }

/* line 42, application/src/main/webapp/resources/scss/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

/* line 18, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 36, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  /* line 44, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      /* line 44, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
      .modal.fade .modal-dialog {
        transition: none; } }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal.show .modal-dialog {
    transform: none; }
  /* line 53, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

/* line 58, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  /* line 62, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  /* line 67, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  /* line 72, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

/* line 77, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  /* line 83, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  /* line 91, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    /* line 96, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    /* line 100, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

/* line 107, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.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);
  outline: 0; }

/* line 125, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  /* line 135, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0; }
  /* line 136, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-backdrop.show {
    opacity: 0.5; }

/* line 141, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  /* line 149, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

/* line 157, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 164, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 173, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6; }
  /* line 186, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-footer > * {
    margin: 0.25rem; }

/* line 192, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 203, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  /* line 208, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    /* line 211, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  /* line 216, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    /* line 219, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  /* line 229, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  /* line 233, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  /* line 240, application/src/main/webapp/resources/scss/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px; } }

/* line 2, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
.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.875rem;
  word-wrap: break-word;
  opacity: 0; }
  /* line 15, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
  .tooltip.show {
    opacity: 0.9; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    /* line 23, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 32, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    /* line 38, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
    .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; }

/* line 46, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 54, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
    .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; }

/* line 62, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  /* line 65, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    /* line 68, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
    .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; }

/* line 76, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 84, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
    .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; }

/* line 108, application/src/main/webapp/resources/scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000; }

/* line 1, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    /* line 27, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 38, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    /* line 44, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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); }
    /* line 50, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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; }

/* line 58, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  /* line 61, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    /* line 67, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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); }
    /* line 73, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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; }

/* line 81, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  /* line 84, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    /* line 87, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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); }
    /* line 93, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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; }
  /* line 101, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .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; }

/* line 113, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  /* line 116, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    /* line 122, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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); }
    /* line 128, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
    .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; }

/* line 153, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  /* line 162, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
  .popover-header:empty {
    display: none; }

/* line 167, application/src/main/webapp/resources/scss/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 18, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y; }

/* line 22, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 2, application/src/main/webapp/resources/scss/bootstrap/mixins/_clearfix.scss */
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

/* line 29, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.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) {
    /* line 29, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
    .carousel-item {
      transition: none; } }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

/* line 50, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

/* line 61, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

/* line 67, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.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; }

/* line 74, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    /* line 74, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

/* line 87, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.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) {
    /* line 87, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
  .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; }

/* line 111, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0; }

/* line 117, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0; }

/* line 125, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

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

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

/* line 145, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.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; }
  /* line 159, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
  .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) {
      /* line 159, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
      .carousel-indicators li {
        transition: none; } }
  /* line 177, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    opacity: 1; }

/* line 187, application/src/main/webapp/resources/scss/bootstrap/_carousel.scss */
.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); } }

/* line 9, application/src/main/webapp/resources/scss/bootstrap/_spinners.scss */
.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; }

/* line 21, application/src/main/webapp/resources/scss/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

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

/* line 41, application/src/main/webapp/resources/scss/bootstrap/_spinners.scss */
.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; }

/* line 53, application/src/main/webapp/resources/scss/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 3, application/src/main/webapp/resources/scss/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #3b3b3b !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #222222 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #228c30 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #186322 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #E00034 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ad0028 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-lighter {
  background-color: #dadada !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-lighter:hover, a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #c1c1c1 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_background-variant.scss */
.bg-tertiary {
  background-color: #63646b !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #4a4b51 !important; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 10, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 15, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #3b3b3b !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #228c30 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #E00034 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-lighter {
  border-color: #dadada !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-tertiary {
  border-color: #63646b !important; }

/* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important; }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 61, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 69, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 73, application/src/main/webapp/resources/scss/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 2, application/src/main/webapp/resources/scss/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 480px) {
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-none {
    display: none !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-inline {
    display: inline !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-inline-block {
    display: inline-block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-block {
    display: block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-table {
    display: table !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-table-row {
    display: table-row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-table-cell {
    display: table-cell !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-flex {
    display: flex !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-ms-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 576px) {
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }

/* line 3, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  /* line 10, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
  .embed-responsive::before {
    display: block;
    content: ""; }
  /* line 15, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
  .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; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 21, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 27, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 28, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 29, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 42, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 44, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 48, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 49, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 480px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-row {
    flex-direction: row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-column {
    flex-direction: column !important; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-wrap {
    flex-wrap: wrap !important; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-fill {
    flex: 1 1 auto !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-ms-start {
    justify-content: flex-start !important; }
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-ms-end {
    justify-content: flex-end !important; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-ms-center {
    justify-content: center !important; }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-ms-between {
    justify-content: space-between !important; }
  /* line 29, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-ms-around {
    justify-content: space-around !important; }
  /* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-ms-start {
    align-items: flex-start !important; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-ms-end {
    align-items: flex-end !important; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-ms-center {
    align-items: center !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-ms-baseline {
    align-items: baseline !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-ms-stretch {
    align-items: stretch !important; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-ms-start {
    align-content: flex-start !important; }
  /* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-ms-end {
    align-content: flex-end !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-ms-center {
    align-content: center !important; }
  /* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-ms-between {
    align-content: space-between !important; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-ms-around {
    align-content: space-around !important; }
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-ms-stretch {
    align-content: stretch !important; }
  /* line 44, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-ms-auto {
    align-self: auto !important; }
  /* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-ms-start {
    align-self: flex-start !important; }
  /* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-ms-end {
    align-self: flex-end !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-ms-center {
    align-self: center !important; }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-ms-baseline {
    align-self: baseline !important; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-ms-stretch {
    align-self: stretch !important; } }

@media (min-width: 576px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }
  /* line 29, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }
  /* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }
  /* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important; }
  /* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }
  /* line 44, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }
  /* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }
  /* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important; }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }
  /* line 29, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }
  /* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }
  /* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important; }
  /* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }
  /* line 44, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }
  /* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }
  /* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important; }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }
  /* line 29, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }
  /* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }
  /* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important; }
  /* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }
  /* line 44, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }
  /* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }
  /* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important; }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important; }
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  /* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  /* line 27, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }
  /* line 28, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }
  /* line 29, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }
  /* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }
  /* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }
  /* line 33, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }
  /* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }
  /* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important; }
  /* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }
  /* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }
  /* line 42, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }
  /* line 44, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }
  /* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }
  /* line 46, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important; }
  /* line 48, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important; }

/* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important; }

/* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important; }

@media (min-width: 480px) {
  /* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-ms-left {
    float: left !important; }
  /* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-ms-right {
    float: right !important; }
  /* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-ms-none {
    float: none !important; } }

@media (min-width: 576px) {
  /* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important; }
  /* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important; }
  /* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  /* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important; }
  /* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important; }
  /* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  /* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important; }
  /* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important; }
  /* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  /* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important; }
  /* line 8, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important; }
  /* line 9, application/src/main/webapp/resources/scss/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important; } }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important; }

/* line 10, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 18, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  /* line 26, application/src/main/webapp/resources/scss/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 25, application/src/main/webapp/resources/scss/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 3, application/src/main/webapp/resources/scss/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 4, application/src/main/webapp/resources/scss/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 5, application/src/main/webapp/resources/scss/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 19, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important; }

/* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 60, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 64, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 68, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 480px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-0 {
    margin: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-0,
  .my-ms-0 {
    margin-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-0,
  .mx-ms-0 {
    margin-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-0,
  .my-ms-0 {
    margin-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-0,
  .mx-ms-0 {
    margin-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-1 {
    margin: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-1,
  .my-ms-1 {
    margin-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-1,
  .mx-ms-1 {
    margin-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-1,
  .my-ms-1 {
    margin-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-1,
  .mx-ms-1 {
    margin-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-2 {
    margin: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-2,
  .my-ms-2 {
    margin-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-2,
  .mx-ms-2 {
    margin-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-2,
  .my-ms-2 {
    margin-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-2,
  .mx-ms-2 {
    margin-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-3 {
    margin: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-3,
  .my-ms-3 {
    margin-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-3,
  .mx-ms-3 {
    margin-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-3,
  .my-ms-3 {
    margin-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-3,
  .mx-ms-3 {
    margin-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-4 {
    margin: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-4,
  .my-ms-4 {
    margin-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-4,
  .mx-ms-4 {
    margin-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-4,
  .my-ms-4 {
    margin-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-4,
  .mx-ms-4 {
    margin-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-5 {
    margin: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-5,
  .my-ms-5 {
    margin-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-5,
  .mx-ms-5 {
    margin-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-5,
  .my-ms-5 {
    margin-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-5,
  .mx-ms-5 {
    margin-left: 3rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-ms-0 {
    padding: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-ms-0,
  .py-ms-0 {
    padding-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-ms-0,
  .px-ms-0 {
    padding-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-ms-0,
  .py-ms-0 {
    padding-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-ms-0,
  .px-ms-0 {
    padding-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-ms-1 {
    padding: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-ms-1,
  .py-ms-1 {
    padding-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-ms-1,
  .px-ms-1 {
    padding-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-ms-1,
  .py-ms-1 {
    padding-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-ms-1,
  .px-ms-1 {
    padding-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-ms-2 {
    padding: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-ms-2,
  .py-ms-2 {
    padding-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-ms-2,
  .px-ms-2 {
    padding-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-ms-2,
  .py-ms-2 {
    padding-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-ms-2,
  .px-ms-2 {
    padding-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-ms-3 {
    padding: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-ms-3,
  .py-ms-3 {
    padding-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-ms-3,
  .px-ms-3 {
    padding-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-ms-3,
  .py-ms-3 {
    padding-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-ms-3,
  .px-ms-3 {
    padding-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-ms-4 {
    padding: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-ms-4,
  .py-ms-4 {
    padding-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-ms-4,
  .px-ms-4 {
    padding-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-ms-4,
  .py-ms-4 {
    padding-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-ms-4,
  .px-ms-4 {
    padding-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-ms-5 {
    padding: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-ms-5,
  .py-ms-5 {
    padding-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-ms-5,
  .px-ms-5 {
    padding-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-ms-5,
  .py-ms-5 {
    padding-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-ms-5,
  .px-ms-5 {
    padding-left: 3rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-n1 {
    margin: -0.25rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-n1,
  .my-ms-n1 {
    margin-top: -0.25rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-n1,
  .mx-ms-n1 {
    margin-right: -0.25rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-n1,
  .my-ms-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-n1,
  .mx-ms-n1 {
    margin-left: -0.25rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-n2 {
    margin: -0.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-n2,
  .my-ms-n2 {
    margin-top: -0.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-n2,
  .mx-ms-n2 {
    margin-right: -0.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-n2,
  .my-ms-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-n2,
  .mx-ms-n2 {
    margin-left: -0.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-n3 {
    margin: -1rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-n3,
  .my-ms-n3 {
    margin-top: -1rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-n3,
  .mx-ms-n3 {
    margin-right: -1rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-n3,
  .my-ms-n3 {
    margin-bottom: -1rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-n3,
  .mx-ms-n3 {
    margin-left: -1rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-n4 {
    margin: -1.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-n4,
  .my-ms-n4 {
    margin-top: -1.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-n4,
  .mx-ms-n4 {
    margin-right: -1.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-n4,
  .my-ms-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-n4,
  .mx-ms-n4 {
    margin-left: -1.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-n5 {
    margin: -3rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-n5,
  .my-ms-n5 {
    margin-top: -3rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-n5,
  .mx-ms-n5 {
    margin-right: -3rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-n5,
  .my-ms-n5 {
    margin-bottom: -3rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-n5,
  .mx-ms-n5 {
    margin-left: -3rem !important; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-ms-auto {
    margin: auto !important; }
  /* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-ms-auto,
  .my-ms-auto {
    margin-top: auto !important; }
  /* line 60, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-ms-auto,
  .mx-ms-auto {
    margin-right: auto !important; }
  /* line 64, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-ms-auto,
  .my-ms-auto {
    margin-bottom: auto !important; }
  /* line 68, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-ms-auto,
  .mx-ms-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important; }
  /* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  /* line 60, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  /* line 64, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  /* line 68, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important; }
  /* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  /* line 60, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  /* line 64, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  /* line 68, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important; }
  /* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  /* line 60, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  /* line 64, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  /* line 68, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  /* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important; }
  /* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  /* line 16, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  /* line 20, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important; }
  /* line 35, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  /* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  /* line 43, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  /* line 47, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  /* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important; }
  /* line 56, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  /* line 60, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  /* line 64, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  /* line 68, application/src/main/webapp/resources/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important; }

/* line 12, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important; }

/* line 13, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 14, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important; }

/* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important; }

/* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 480px) {
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-ms-left {
    text-align: left !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-ms-right {
    text-align: right !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-ms-center {
    text-align: center !important; } }

@media (min-width: 576px) {
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  /* line 22, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important; }
  /* line 23, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important; } }

/* line 30, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 31, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 32, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 36, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 37, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 38, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 39, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 40, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 41, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important; }

/* line 45, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #3b3b3b !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #151515 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #228c30 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #134e1b !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #E00034 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #940022 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-lighter {
  color: #dadada !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-lighter:hover, a.text-lighter:focus {
  color: #b4b4b4 !important; }

/* line 6, application/src/main/webapp/resources/scss/bootstrap/mixins/_text-emphasis.scss */
.text-tertiary {
  color: #63646b !important; }

/* line 17, application/src/main/webapp/resources/scss/bootstrap/mixins/_hover.scss */
a.text-tertiary:hover, a.text-tertiary:focus {
  color: #3e3f43 !important; }

/* line 51, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-body {
  color: #3b3b3b !important; }

/* line 52, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important; }

/* line 54, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 55, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 59, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 63, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 65, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-break {
  word-wrap: break-word !important; }

/* line 71, application/src/main/webapp/resources/scss/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important; }

/* line 7, application/src/main/webapp/resources/scss/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important; }

/* line 11, application/src/main/webapp/resources/scss/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 13, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  /* line 24, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline; }
  /* line 34, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /* line 49, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important; }
  /* line 52, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  /* line 63, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  thead {
    display: table-header-group; }
  /* line 67, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 72, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 79, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  /* line 92, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  body {
    min-width: 992px !important; }
  /* line 95, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .container {
    min-width: 992px !important; }
  /* line 100, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .navbar {
    display: none; }
  /* line 103, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000; }
  /* line 107, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 110, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }
  /* line 117, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  /* line 123, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .table-dark {
    color: inherit; }
    /* line 126, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  /* line 134, application/src/main/webapp/resources/scss/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* line 5, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
html,
body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #f7f6f6;
  font-family: "Source Sans Pro", Arial, sans-serif; }

/* line 17, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
.navbar .input-group .search-input {
  font-size: 1.200rem; }

/* line 22, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
#page-content {
  flex: 1 0 auto;
  min-height:69vh;
  background: #fff; }
  /* line 25, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  #page-content #content {
    height: 100%; }
  /* line 28, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  #page-content .container {
    background: #ffffff; }
  /* line 31, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  #page-content .btn {
    text-transform: uppercase; }

/* line 35, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
#sticky-footer {
  flex-shrink: unset; }
  /* line 37, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  #sticky-footer .container {
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0px; }
    /* line 42, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
    #sticky-footer .container .vit-logo {
      padding-bottom: 10px;
      padding-right: 10px; 
      max-height: 50px;
      max-width: 50px;
      }

/* line 48, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
.breadcrumb {
  background: #F8F9FA; }
  /* line 50, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  .breadcrumb .active {
    color: #ff6185; }

/* line 55, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
.form-control:focus {
  border-color: #228c30;
  box-shadow: 0 0 0 0.1rem #57d668; }

/* line 59, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
.col-form-label {
  text-align: right; }
  /* line 61, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  .col-form-label:after {
    content: ':'; }

/* line 66, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
.modal-dialog .modal-header {
  background-color: #3b3b3b;
  color: #fff;
  text-transform: uppercase; }
  /* line 70, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
  .modal-dialog .modal-header .close {
    color: #fff;
    text-transform: uppercase; }

/* line 76, application/src/main/webapp/resources/scss/vit/_dashboard.scss */
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px 0 0 3px; }

/* line 1, application/src/main/webapp/resources/scss/vit/_modal.scss */
.hilfeknopf {
  position: absolute;
  border-radius: 25px;
  margin-top: -9px;
  right: -7px;
  border: 0;
  background-color: #008E9B;
  width: 25px;
  text-align: center;
  color: white; }

/* line 13, application/src/main/webapp/resources/scss/vit/_modal.scss */
.hilfeknopf:hover {
  text-decoration: none;
  color: white;
  background-color: #006b75; }

/* line 19, application/src/main/webapp/resources/scss/vit/_modal.scss */
.dialog .modal {
  display: block; }

/* line 23, application/src/main/webapp/resources/scss/vit/_modal.scss */
.checkbox-11px {
  margin-top: 11px; }

/* line 27, application/src/main/webapp/resources/scss/vit/_modal.scss */
select {
  height: 100%; }

/* line 31, application/src/main/webapp/resources/scss/vit/_modal.scss */
.width-800 {
  max-width: none;
  width: 800px; }

/*!
 * Font Awesome Free 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_core.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/* line 5, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

/* line 11, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-xs {
  font-size: .75em; }

/* line 15, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-sm {
  font-size: .875em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-1x {
  font-size: 1em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-6x {
  font-size: 6em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-7x {
  font-size: 7em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-8x {
  font-size: 8em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-9x {
  font-size: 9em; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_larger.scss */
.fa-10x {
  font-size: 10em; }

/* line 3, application/src/main/webapp/resources/fonts/fontawesome/scss/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em; }

/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  /* line 9, application/src/main/webapp/resources/fonts/fontawesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 12, application/src/main/webapp/resources/fonts/fontawesome/scss/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

/* line 10, application/src/main/webapp/resources/fonts/fontawesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 11, application/src/main/webapp/resources/fonts/fontawesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 18, application/src/main/webapp/resources/fonts/fontawesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

/* line 19, application/src/main/webapp/resources/fonts/fontawesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear; }

/* line 8, application/src/main/webapp/resources/fonts/fontawesome/scss/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

/* line 5, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

/* line 6, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

/* line 8, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

/* line 9, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

/* line 10, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

/* line 16, application/src/main/webapp/resources/fonts/fontawesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

/* line 13, application/src/main/webapp/resources/fonts/fontawesome/scss/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

/* line 21, application/src/main/webapp/resources/fonts/fontawesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 25, application/src/main/webapp/resources/fonts/fontawesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 29, application/src/main/webapp/resources/fonts/fontawesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 5, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368"; }

/* line 6, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-accusoft:before {
  content: "\f369"; }

/* line 7, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 8, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-address-card:before {
  content: "\f2bb"; }

/* line 9, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 10, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 11, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-adversal:before {
  content: "\f36a"; }

/* line 12, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b"; }

/* line 13, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-algolia:before {
  content: "\f36c"; }

/* line 14, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 15, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 16, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 17, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 18, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 19, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c"; }

/* line 20, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 21, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 22, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-amilia:before {
  content: "\f36d"; }

/* line 23, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 24, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 25, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 26, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 27, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 28, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 29, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 30, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 31, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 32, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 33, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 34, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e"; }

/* line 35, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-angular:before {
  content: "\f420"; }

/* line 36, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-app-store:before {
  content: "\f36f"; }

/* line 37, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370"; }

/* line 38, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-apper:before {
  content: "\f371"; }

/* line 39, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 40, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-apple-pay:before {
  content: "\f415"; }

/* line 41, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 42, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

/* line 43, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

/* line 44, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

/* line 45, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

/* line 46, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 47, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 48, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 49, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 50, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 51, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 52, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 53, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 54, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 55, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337"; }

/* line 56, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338"; }

/* line 57, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 58, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 59, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372"; }

/* line 60, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 61, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-audible:before {
  content: "\f373"; }

/* line 62, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 63, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c"; }

/* line 64, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-avianex:before {
  content: "\f374"; }

/* line 65, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-aviato:before {
  content: "\f421"; }

/* line 66, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-aws:before {
  content: "\f375"; }

/* line 67, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 68, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 69, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 70, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 71, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 72, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bars:before {
  content: "\f0c9"; }

/* line 73, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bath:before {
  content: "\f2cd"; }

/* line 74, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-battery-empty:before {
  content: "\f244"; }

/* line 75, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-battery-full:before {
  content: "\f240"; }

/* line 76, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-battery-half:before {
  content: "\f242"; }

/* line 77, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 78, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 79, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bed:before {
  content: "\f236"; }

/* line 80, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 81, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 82, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 83, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 84, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 85, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 86, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bimobject:before {
  content: "\f378"; }

/* line 87, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 88, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 89, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 90, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bitcoin:before {
  content: "\f379"; }

/* line 91, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bity:before {
  content: "\f37a"; }

/* line 92, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 93, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-blackberry:before {
  content: "\f37b"; }

/* line 94, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 95, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-blogger:before {
  content: "\f37c"; }

/* line 96, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d"; }

/* line 97, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 98, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 99, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 100, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bolt:before {
  content: "\f0e7"; }

/* line 101, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 102, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 103, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 104, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 105, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 106, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-btc:before {
  content: "\f15a"; }

/* line 107, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 108, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 109, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 110, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 111, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f"; }

/* line 112, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 113, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 114, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 115, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calendar:before {
  content: "\f133"; }

/* line 116, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073"; }

/* line 117, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calendar-check:before {
  content: "\f274"; }

/* line 118, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272"; }

/* line 119, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271"; }

/* line 120, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-calendar-times:before {
  content: "\f273"; }

/* line 121, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 122, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 123, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-car:before {
  content: "\f1b9"; }

/* line 124, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 125, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 126, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 127, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150"; }

/* line 128, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191"; }

/* line 129, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152"; }

/* line 130, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151"; }

/* line 131, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 132, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 133, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 134, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d"; }

/* line 135, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 136, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416"; }

/* line 137, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 138, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 139, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 140, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 141, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 142, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 143, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 144, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-centercode:before {
  content: "\f380"; }

/* line 145, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 146, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe"; }

/* line 147, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chart-bar:before {
  content: "\f080"; }

/* line 148, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chart-line:before {
  content: "\f201"; }

/* line 149, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chart-pie:before {
  content: "\f200"; }

/* line 150, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 151, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 152, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 153, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 154, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 155, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 156, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 157, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 158, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 159, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 160, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 161, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 162, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 163, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 164, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce"; }

/* line 165, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-clipboard:before {
  content: "\f328"; }

/* line 166, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-clock:before {
  content: "\f017"; }

/* line 167, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 168, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a"; }

/* line 169, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 170, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381"; }

/* line 171, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382"; }

/* line 172, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cloudscale:before {
  content: "\f383"; }

/* line 173, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384"; }

/* line 174, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cloudversify:before {
  content: "\f385"; }

/* line 175, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 176, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-code-branch:before {
  content: "\f126"; }

/* line 177, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 178, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 179, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 180, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cog:before {
  content: "\f013"; }

/* line 181, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cogs:before {
  content: "\f085"; }

/* line 182, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 183, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 184, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a"; }

/* line 185, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 186, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 187, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 188, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 189, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 190, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-copy:before {
  content: "\f0c5"; }

/* line 191, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 192, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cpanel:before {
  content: "\f388"; }

/* line 193, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 194, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 195, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 196, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 197, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 198, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b"; }

/* line 199, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 200, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 201, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cut:before {
  content: "\f0c4"; }

/* line 202, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c"; }

/* line 203, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d"; }

/* line 204, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 205, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 206, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-deaf:before {
  content: "\f2a4"; }

/* line 207, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 208, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-deploydog:before {
  content: "\f38e"; }

/* line 209, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-deskpro:before {
  content: "\f38f"; }

/* line 210, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 211, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 212, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 213, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391"; }

/* line 214, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-discord:before {
  content: "\f392"; }

/* line 215, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-discourse:before {
  content: "\f393"; }

/* line 216, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dochub:before {
  content: "\f394"; }

/* line 217, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-docker:before {
  content: "\f395"; }

/* line 218, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155"; }

/* line 219, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dot-circle:before {
  content: "\f192"; }

/* line 220, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 221, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-draft2digital:before {
  content: "\f396"; }

/* line 222, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 223, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397"; }

/* line 224, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 225, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 226, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-dyalog:before {
  content: "\f399"; }

/* line 227, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a"; }

/* line 228, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 229, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-edit:before {
  content: "\f044"; }

/* line 230, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 231, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-elementor:before {
  content: "\f430"; }

/* line 232, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 233, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 234, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ember:before {
  content: "\f423"; }

/* line 235, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-empire:before {
  content: "\f1d1"; }

/* line 236, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 237, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 238, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 239, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 240, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 241, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-erlang:before {
  content: "\f39d"; }

/* line 242, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ethereum:before {
  content: "\f42e"; }

/* line 243, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 244, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-euro-sign:before {
  content: "\f153"; }

/* line 245, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362"; }

/* line 246, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 247, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 248, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 249, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 250, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e"; }

/* line 251, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 252, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d"; }

/* line 253, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360"; }

/* line 254, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 255, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb"; }

/* line 256, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 257, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-facebook:before {
  content: "\f09a"; }

/* line 258, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e"; }

/* line 259, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f"; }

/* line 260, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 261, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 262, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 263, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 264, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 265, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 266, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 267, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-alt:before {
  content: "\f15c"; }

/* line 268, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6"; }

/* line 269, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7"; }

/* line 270, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-code:before {
  content: "\f1c9"; }

/* line 271, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3"; }

/* line 272, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-image:before {
  content: "\f1c5"; }

/* line 273, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1"; }

/* line 274, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4"; }

/* line 275, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-video:before {
  content: "\f1c8"; }

/* line 276, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-file-word:before {
  content: "\f1c2"; }

/* line 277, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 278, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 279, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 280, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 281, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 282, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 283, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1"; }

/* line 284, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 285, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 286, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 287, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 288, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fly:before {
  content: "\f417"; }

/* line 289, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 290, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 291, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 292, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 293, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c"; }

/* line 294, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425"; }

/* line 295, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 296, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2"; }

/* line 297, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 298, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

/* line 299, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 300, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 301, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 302, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 303, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4"; }

/* line 304, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-frown:before {
  content: "\f119"; }

/* line 305, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-futbol:before {
  content: "\f1e3"; }

/* line 306, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 307, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gavel:before {
  content: "\f0e3"; }

/* line 308, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gem:before {
  content: "\f3a5"; }

/* line 309, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 310, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 311, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 312, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 313, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 314, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 315, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 316, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 317, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 318, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 319, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6"; }

/* line 320, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 321, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gitter:before {
  content: "\f426"; }

/* line 322, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-glass-martini:before {
  content: "\f000"; }

/* line 323, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 324, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 325, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 326, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gofore:before {
  content: "\f3a7"; }

/* line 327, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8"; }

/* line 328, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9"; }

/* line 329, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 330, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa"; }

/* line 331, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google-play:before {
  content: "\f3ab"; }

/* line 332, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3"; }

/* line 333, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5"; }

/* line 334, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 335, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 336, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 337, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gratipay:before {
  content: "\f184"; }

/* line 338, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-grav:before {
  content: "\f2d6"; }

/* line 339, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac"; }

/* line 340, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-grunt:before {
  content: "\f3ad"; }

/* line 341, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-gulp:before {
  content: "\f3ae"; }

/* line 342, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 343, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 344, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af"; }

/* line 345, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258"; }

/* line 346, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-paper:before {
  content: "\f256"; }

/* line 347, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b"; }

/* line 348, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7"; }

/* line 349, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5"; }

/* line 350, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4"; }

/* line 351, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6"; }

/* line 352, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a"; }

/* line 353, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-rock:before {
  content: "\f255"; }

/* line 354, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257"; }

/* line 355, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hand-spock:before {
  content: "\f259"; }

/* line 356, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-handshake:before {
  content: "\f2b5"; }

/* line 357, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 358, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hdd:before {
  content: "\f0a0"; }

/* line 359, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-heading:before {
  content: "\f1dc"; }

/* line 360, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 361, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 362, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 363, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0"; }

/* line 364, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 365, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 366, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hooli:before {
  content: "\f427"; }

/* line 367, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hospital:before {
  content: "\f0f8"; }

/* line 368, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1"; }

/* line 369, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 370, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 371, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 372, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 373, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 374, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 375, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2"; }

/* line 376, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 377, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 378, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-id-card:before {
  content: "\f2c2"; }

/* line 379, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-image:before {
  content: "\f03e"; }

/* line 380, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-images:before {
  content: "\f302"; }

/* line 381, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 382, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 383, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 384, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 385, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 386, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 387, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 388, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 389, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 390, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 391, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-itunes:before {
  content: "\f3b4"; }

/* line 392, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5"; }

/* line 393, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6"; }

/* line 394, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-joget:before {
  content: "\f3b7"; }

/* line 395, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 396, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-js:before {
  content: "\f3b8"; }

/* line 397, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-js-square:before {
  content: "\f3b9"; }

/* line 398, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 399, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 400, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-keyboard:before {
  content: "\f11c"; }

/* line 401, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba"; }

/* line 402, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb"; }

/* line 403, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc"; }

/* line 404, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-korvue:before {
  content: "\f42f"; }

/* line 405, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 406, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 407, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-laravel:before {
  content: "\f3bd"; }

/* line 408, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 409, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 410, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 411, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 412, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lemon:before {
  content: "\f094"; }

/* line 413, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-less:before {
  content: "\f41d"; }

/* line 414, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be"; }

/* line 415, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf"; }

/* line 416, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 417, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb"; }

/* line 418, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-line:before {
  content: "\f3c0"; }

/* line 419, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-link:before {
  content: "\f0c1"; }

/* line 420, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f08c"; }

/* line 421, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1"; }

/* line 422, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-linode:before {
  content: "\f2b8"; }

/* line 423, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 424, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lira-sign:before {
  content: "\f195"; }

/* line 425, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 426, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 427, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 428, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 429, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 430, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 431, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1"; }

/* line 432, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309"; }

/* line 433, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

/* line 434, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

/* line 435, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

/* line 436, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 437, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-lyft:before {
  content: "\f3c3"; }

/* line 438, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-magento:before {
  content: "\f3c4"; }

/* line 439, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 440, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 441, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 442, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-map:before {
  content: "\f279"; }

/* line 443, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 444, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5"; }

/* line 445, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 446, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 447, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 448, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 449, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 450, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 451, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 452, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 453, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-medapps:before {
  content: "\f3c6"; }

/* line 454, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 455, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7"; }

/* line 456, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 457, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-medrt:before {
  content: "\f3c8"; }

/* line 458, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 459, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-meh:before {
  content: "\f11a"; }

/* line 460, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 461, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-microchip:before {
  content: "\f2db"; }

/* line 462, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 463, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 464, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca"; }

/* line 465, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 466, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 467, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 468, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mix:before {
  content: "\f3cb"; }

/* line 469, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 470, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc"; }

/* line 471, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mobile:before {
  content: "\f10b"; }

/* line 472, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd"; }

/* line 473, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 474, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-monero:before {
  content: "\f3d0"; }

/* line 475, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1"; }

/* line 476, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-moon:before {
  content: "\f186"; }

/* line 477, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 478, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 479, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 480, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-napster:before {
  content: "\f3d2"; }

/* line 481, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 482, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea"; }

/* line 483, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418"; }

/* line 484, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-node:before {
  content: "\f419"; }

/* line 485, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-node-js:before {
  content: "\f3d3"; }

/* line 486, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-npm:before {
  content: "\f3d4"; }

/* line 487, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ns8:before {
  content: "\f3d5"; }

/* line 488, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6"; }

/* line 489, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 490, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 491, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 492, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 493, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 494, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 495, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 496, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 497, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-osi:before {
  content: "\f41a"; }

/* line 498, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-outdent:before {
  content: "\f03b"; }

/* line 499, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-page4:before {
  content: "\f3d7"; }

/* line 500, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 501, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 502, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-palfed:before {
  content: "\f3d8"; }

/* line 503, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 504, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 505, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 506, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paste:before {
  content: "\f0ea"; }

/* line 507, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-patreon:before {
  content: "\f3d9"; }

/* line 508, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 509, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 510, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 511, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 512, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pen-square:before {
  content: "\f14b"; }

/* line 513, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303"; }

/* line 514, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 515, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-periscope:before {
  content: "\f3da"; }

/* line 516, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-phabricator:before {
  content: "\f3db"; }

/* line 517, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc"; }

/* line 518, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 519, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 520, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0"; }

/* line 521, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 522, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 523, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 524, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 525, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 526, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 527, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 528, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 529, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 530, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-playstation:before {
  content: "\f3df"; }

/* line 531, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 532, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 533, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 534, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 535, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 536, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pound-sign:before {
  content: "\f154"; }

/* line 537, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 538, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 539, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 540, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-pushed:before {
  content: "\f3e1"; }

/* line 541, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 542, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-python:before {
  content: "\f3e2"; }

/* line 543, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 544, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 545, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 546, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 547, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-quora:before {
  content: "\f2c4"; }

/* line 548, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 549, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 550, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 551, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 552, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-react:before {
  content: "\f41b"; }

/* line 553, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rebel:before {
  content: "\f1d0"; }

/* line 554, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 555, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-red-river:before {
  content: "\f3e3"; }

/* line 556, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 557, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 558, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 559, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-redo:before {
  content: "\f01e"; }

/* line 560, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9"; }

/* line 561, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 562, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rendact:before {
  content: "\f3e4"; }

/* line 563, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 564, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-reply:before {
  content: "\f3e5"; }

/* line 565, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-reply-all:before {
  content: "\f122"; }

/* line 566, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-replyd:before {
  content: "\f3e6"; }

/* line 567, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-resolving:before {
  content: "\f3e7"; }

/* line 568, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 569, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 570, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 571, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8"; }

/* line 572, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9"; }

/* line 573, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 574, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 575, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158"; }

/* line 576, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156"; }

/* line 577, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 578, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sass:before {
  content: "\f41e"; }

/* line 579, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-save:before {
  content: "\f0c7"; }

/* line 580, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-schlix:before {
  content: "\f3ea"; }

/* line 581, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 582, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 583, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 584, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 585, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb"; }

/* line 586, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sellcast:before {
  content: "\f2da"; }

/* line 587, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 588, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-server:before {
  content: "\f233"; }

/* line 589, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec"; }

/* line 590, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-share:before {
  content: "\f064"; }

/* line 591, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 592, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 593, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 594, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b"; }

/* line 595, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed"; }

/* line 596, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 597, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 598, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 599, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 600, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 601, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-shower:before {
  content: "\f2cc"; }

/* line 602, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6"; }

/* line 603, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 604, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5"; }

/* line 605, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 606, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 607, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee"; }

/* line 608, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 609, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 610, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 611, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 612, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef"; }

/* line 613, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de"; }

/* line 614, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 615, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-smile:before {
  content: "\f118"; }

/* line 616, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 617, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 618, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 619, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc"; }

/* line 620, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort:before {
  content: "\f0dc"; }

/* line 621, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d"; }

/* line 622, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e"; }

/* line 623, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160"; }

/* line 624, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161"; }

/* line 625, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd"; }

/* line 626, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162"; }

/* line 627, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163"; }

/* line 628, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sort-up:before {
  content: "\f0de"; }

/* line 629, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 630, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 631, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-speakap:before {
  content: "\f3f3"; }

/* line 632, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 633, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 634, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 635, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 636, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 637, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 638, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 639, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5"; }

/* line 640, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 641, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 642, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6"; }

/* line 643, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 644, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 645, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 646, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7"; }

/* line 647, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 648, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 649, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 650, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2"; }

/* line 651, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-strava:before {
  content: "\f428"; }

/* line 652, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 653, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 654, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stripe:before {
  content: "\f429"; }

/* line 655, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a"; }

/* line 656, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8"; }

/* line 657, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 658, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 659, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 660, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 661, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 662, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sun:before {
  content: "\f185"; }

/* line 663, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 664, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 665, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-supple:before {
  content: "\f3f9"; }

/* line 666, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sync:before {
  content: "\f021"; }

/* line 667, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1"; }

/* line 668, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 669, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 670, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa"; }

/* line 671, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd"; }

/* line 672, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 673, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 674, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 675, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-taxi:before {
  content: "\f1ba"; }

/* line 676, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 677, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe"; }

/* line 678, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 679, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 680, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 681, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 682, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 683, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 684, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 685, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 686, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 687, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 688, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 689, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 690, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 691, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 692, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 693, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d"; }

/* line 694, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff"; }

/* line 695, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-times:before {
  content: "\f00d"; }

/* line 696, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 697, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 698, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 699, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 700, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 701, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-train:before {
  content: "\f238"; }

/* line 702, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-transgender:before {
  content: "\f224"; }

/* line 703, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 704, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 705, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed"; }

/* line 706, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 707, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 708, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 709, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 710, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 711, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 712, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 713, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 714, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-tv:before {
  content: "\f26c"; }

/* line 715, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 716, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 717, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 718, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-typo3:before {
  content: "\f42b"; }

/* line 719, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-uber:before {
  content: "\f402"; }

/* line 720, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-uikit:before {
  content: "\f403"; }

/* line 721, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 722, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 723, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-undo:before {
  content: "\f0e2"; }

/* line 724, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea"; }

/* line 725, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-uniregistry:before {
  content: "\f404"; }

/* line 726, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 727, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-university:before {
  content: "\f19c"; }

/* line 728, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-unlink:before {
  content: "\f127"; }

/* line 729, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 730, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 731, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-untappd:before {
  content: "\f405"; }

/* line 732, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 733, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 734, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 735, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 736, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 737, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 738, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 739, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 740, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-users:before {
  content: "\f0c0"; }

/* line 741, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-ussunnah:before {
  content: "\f407"; }

/* line 742, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5"; }

/* line 743, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-utensils:before {
  content: "\f2e7"; }

/* line 744, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vaadin:before {
  content: "\f408"; }

/* line 745, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 746, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 747, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 748, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 749, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 750, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 751, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-viber:before {
  content: "\f409"; }

/* line 752, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-video:before {
  content: "\f03d"; }

/* line 753, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vimeo:before {
  content: "\f40a"; }

/* line 754, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 755, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d"; }

/* line 756, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 757, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 758, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vnv:before {
  content: "\f40b"; }

/* line 759, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 760, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 761, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 762, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-vuejs:before {
  content: "\f41f"; }

/* line 763, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 764, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-weixin:before {
  content: "\f1d7"; }

/* line 765, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 766, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c"; }

/* line 767, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 768, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-whmcs:before {
  content: "\f40d"; }

/* line 769, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 770, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 771, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-window-close:before {
  content: "\f410"; }

/* line 772, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 773, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 774, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 775, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 776, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-won-sign:before {
  content: "\f159"; }

/* line 777, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 778, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411"; }

/* line 779, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 780, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 781, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 782, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 783, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-xbox:before {
  content: "\f412"; }

/* line 784, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 785, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 786, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 787, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 788, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-yandex:before {
  content: "\f413"; }

/* line 789, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-yandex-international:before {
  content: "\f414"; }

/* line 790, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 791, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-yen-sign:before {
  content: "\f157"; }

/* line 792, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 793, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 794, application/src/main/webapp/resources/fonts/fontawesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f431"; }

/* line 4, application/src/main/webapp/resources/fonts/fontawesome/scss/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 48, application/src/main/webapp/resources/fonts/fontawesome/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

/* line 19, application/src/main/webapp/resources/fonts/fontawesome/scss/fa-solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/webfonts/fa-regular-400.eot");
  src: url("../fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

/* line 19, application/src/main/webapp/resources/fonts/fontawesome/scss/fa-regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

/* line 19, application/src/main/webapp/resources/fonts/fontawesome/scss/fa-brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands'; }

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesign/fonts/materialdesignicons-webfont.eot?v=2.1.19");
  src: url("../fonts/materialdesign/fonts/materialdesignicons-webfont.eot?#iefix&v=2.1.19") format("embedded-opentype"), url("../fonts/materialdesign/fonts/materialdesignicons-webfont.woff2?v=2.1.19") format("woff2"), url("../fonts/materialdesign/fonts/materialdesignicons-webfont.woff?v=2.1.19") format("woff"), url("../fonts/materialdesign/fonts/materialdesignicons-webfont.ttf?v=2.1.19") format("truetype"), url("../fonts/materialdesign/fonts/materialdesignicons-webfont.svg?v=2.1.19#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 1, application/src/main/webapp/resources/fonts/materialdesign/scss/_core.scss */
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-access-point:before {
  content: "\F002"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-access-point-network:before {
  content: "\F003"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account:before {
  content: "\F004"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-alert:before {
  content: "\F005"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-box:before {
  content: "\F006"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-box-outline:before {
  content: "\F007"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-card-details:before {
  content: "\F5D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-check:before {
  content: "\F008"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-circle:before {
  content: "\F009"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-convert:before {
  content: "\F00A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-edit:before {
  content: "\F6BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-key:before {
  content: "\F00B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-location:before {
  content: "\F00C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-minus:before {
  content: "\F00D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-multiple:before {
  content: "\F00E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-multiple-minus:before {
  content: "\F5D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-multiple-outline:before {
  content: "\F00F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-multiple-plus:before {
  content: "\F010"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-multiple-plus-outline:before {
  content: "\F7FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-network:before {
  content: "\F011"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-off:before {
  content: "\F012"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-outline:before {
  content: "\F013"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-plus:before {
  content: "\F014"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-plus-outline:before {
  content: "\F800"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-remove:before {
  content: "\F015"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-search:before {
  content: "\F016"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-settings:before {
  content: "\F630"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-settings-variant:before {
  content: "\F631"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-star:before {
  content: "\F017"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-account-switch:before {
  content: "\F019"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-adjust:before {
  content: "\F01A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-air-conditioner:before {
  content: "\F01B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-airballoon:before {
  content: "\F01C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-airplane:before {
  content: "\F01D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-airplane-landing:before {
  content: "\F5D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-airplane-off:before {
  content: "\F01E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-airplane-takeoff:before {
  content: "\F5D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-airplay:before {
  content: "\F01F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm:before {
  content: "\F020"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-bell:before {
  content: "\F78D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-check:before {
  content: "\F021"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-light:before {
  content: "\F78E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-multiple:before {
  content: "\F022"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-off:before {
  content: "\F023"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-plus:before {
  content: "\F024"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alarm-snooze:before {
  content: "\F68D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-album:before {
  content: "\F025"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert:before {
  content: "\F026"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-box:before {
  content: "\F027"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-circle:before {
  content: "\F028"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-circle-outline:before {
  content: "\F5D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-decagram:before {
  content: "\F6BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-octagon:before {
  content: "\F029"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-octagram:before {
  content: "\F766"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alert-outline:before {
  content: "\F02A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-all-inclusive:before {
  content: "\F6BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-allo:before {
  content: "\F801"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alpha:before {
  content: "\F02B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-alphabetical:before {
  content: "\F02C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-altimeter:before {
  content: "\F5D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-amazon:before {
  content: "\F02D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-amazon-clouddrive:before {
  content: "\F02E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ambulance:before {
  content: "\F02F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-amplifier:before {
  content: "\F030"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-anchor:before {
  content: "\F031"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-android:before {
  content: "\F032"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-android-debug-bridge:before {
  content: "\F033"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-android-head:before {
  content: "\F78F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-android-studio:before {
  content: "\F034"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-angular:before {
  content: "\F6B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-angularjs:before {
  content: "\F6BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-animation:before {
  content: "\F5D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple:before {
  content: "\F035"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-finder:before {
  content: "\F036"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-ios:before {
  content: "\F037"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-keyboard-caps:before {
  content: "\F632"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-keyboard-command:before {
  content: "\F633"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-keyboard-control:before {
  content: "\F634"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-keyboard-option:before {
  content: "\F635"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-keyboard-shift:before {
  content: "\F636"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-mobileme:before {
  content: "\F038"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apple-safari:before {
  content: "\F039"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-application:before {
  content: "\F614"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-approval:before {
  content: "\F790"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-apps:before {
  content: "\F03B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-archive:before {
  content: "\F03C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrange-bring-forward:before {
  content: "\F03D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrange-bring-to-front:before {
  content: "\F03E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrange-send-backward:before {
  content: "\F03F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrange-send-to-back:before {
  content: "\F040"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-all:before {
  content: "\F041"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-bottom-left:before {
  content: "\F042"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-bottom-right:before {
  content: "\F043"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-collapse:before {
  content: "\F615"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-collapse-all:before {
  content: "\F044"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-collapse-down:before {
  content: "\F791"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-collapse-left:before {
  content: "\F792"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-collapse-right:before {
  content: "\F793"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-collapse-up:before {
  content: "\F794"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down:before {
  content: "\F045"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-bold:before {
  content: "\F72D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-bold-box:before {
  content: "\F72E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-bold-box-outline:before {
  content: "\F72F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-bold-circle:before {
  content: "\F047"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-box:before {
  content: "\F6BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-drop-circle:before {
  content: "\F04A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-down-thick:before {
  content: "\F046"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-expand:before {
  content: "\F616"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-expand-all:before {
  content: "\F04C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-expand-down:before {
  content: "\F795"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-expand-left:before {
  content: "\F796"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-expand-right:before {
  content: "\F797"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-expand-up:before {
  content: "\F798"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left:before {
  content: "\F04D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-bold:before {
  content: "\F730"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-bold-box:before {
  content: "\F731"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-bold-box-outline:before {
  content: "\F732"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-bold-circle:before {
  content: "\F04F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-box:before {
  content: "\F6C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-drop-circle:before {
  content: "\F052"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-left-thick:before {
  content: "\F04E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right:before {
  content: "\F054"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-bold:before {
  content: "\F733"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-bold-box:before {
  content: "\F734"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-bold-box-outline:before {
  content: "\F735"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-bold-circle:before {
  content: "\F056"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-box:before {
  content: "\F6C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-drop-circle:before {
  content: "\F059"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-right-thick:before {
  content: "\F055"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-top-left:before {
  content: "\F05B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-top-right:before {
  content: "\F05C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up:before {
  content: "\F05D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-bold:before {
  content: "\F736"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-bold-box:before {
  content: "\F737"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-bold-box-outline:before {
  content: "\F738"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-bold-circle:before {
  content: "\F05F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-box:before {
  content: "\F6C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-drop-circle:before {
  content: "\F062"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-arrow-up-thick:before {
  content: "\F05E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-artist:before {
  content: "\F802"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-assistant:before {
  content: "\F064"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-asterisk:before {
  content: "\F6C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-at:before {
  content: "\F065"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-atlassian:before {
  content: "\F803"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-atom:before {
  content: "\F767"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-attachment:before {
  content: "\F066"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-audiobook:before {
  content: "\F067"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-auto-fix:before {
  content: "\F068"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-auto-upload:before {
  content: "\F069"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-autorenew:before {
  content: "\F06A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-av-timer:before {
  content: "\F06B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-azure:before {
  content: "\F804"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-baby:before {
  content: "\F06C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-baby-buggy:before {
  content: "\F68E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-backburger:before {
  content: "\F06D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-backspace:before {
  content: "\F06E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-backup-restore:before {
  content: "\F06F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bandcamp:before {
  content: "\F674"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bank:before {
  content: "\F070"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-barcode:before {
  content: "\F071"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-barcode-scan:before {
  content: "\F072"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-barley:before {
  content: "\F073"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-barrel:before {
  content: "\F074"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-basecamp:before {
  content: "\F075"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-basket:before {
  content: "\F076"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-basket-fill:before {
  content: "\F077"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-basket-unfill:before {
  content: "\F078"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-basketball:before {
  content: "\F805"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery:before {
  content: "\F079"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-10:before {
  content: "\F07A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-20:before {
  content: "\F07B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-30:before {
  content: "\F07C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-40:before {
  content: "\F07D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-50:before {
  content: "\F07E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-60:before {
  content: "\F07F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-70:before {
  content: "\F080"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-80:before {
  content: "\F081"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-90:before {
  content: "\F082"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-alert:before {
  content: "\F083"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging:before {
  content: "\F084"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-100:before {
  content: "\F085"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-20:before {
  content: "\F086"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-30:before {
  content: "\F087"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-40:before {
  content: "\F088"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-60:before {
  content: "\F089"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-80:before {
  content: "\F08A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-90:before {
  content: "\F08B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless:before {
  content: "\F806"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-10:before {
  content: "\F807"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-20:before {
  content: "\F808"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-30:before {
  content: "\F809"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-40:before {
  content: "\F80A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-50:before {
  content: "\F80B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-60:before {
  content: "\F80C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-70:before {
  content: "\F80D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-80:before {
  content: "\F80E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-90:before {
  content: "\F80F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-alert:before {
  content: "\F810"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-charging-wireless-outline:before {
  content: "\F811"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-minus:before {
  content: "\F08C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-negative:before {
  content: "\F08D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-outline:before {
  content: "\F08E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-plus:before {
  content: "\F08F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-positive:before {
  content: "\F090"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-battery-unknown:before {
  content: "\F091"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-beach:before {
  content: "\F092"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-beaker:before {
  content: "\F68F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-beats:before {
  content: "\F097"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-beer:before {
  content: "\F098"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-behance:before {
  content: "\F099"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell:before {
  content: "\F09A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell-off:before {
  content: "\F09B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell-outline:before {
  content: "\F09C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell-plus:before {
  content: "\F09D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell-ring:before {
  content: "\F09E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell-ring-outline:before {
  content: "\F09F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bell-sleep:before {
  content: "\F0A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-beta:before {
  content: "\F0A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bible:before {
  content: "\F0A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bike:before {
  content: "\F0A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bing:before {
  content: "\F0A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-binoculars:before {
  content: "\F0A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bio:before {
  content: "\F0A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-biohazard:before {
  content: "\F0A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bitbucket:before {
  content: "\F0A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bitcoin:before {
  content: "\F812"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-black-mesa:before {
  content: "\F0A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blackberry:before {
  content: "\F0AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blender:before {
  content: "\F0AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blinds:before {
  content: "\F0AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-block-helper:before {
  content: "\F0AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blogger:before {
  content: "\F0AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bluetooth:before {
  content: "\F0AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bluetooth-audio:before {
  content: "\F0B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bluetooth-connect:before {
  content: "\F0B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bluetooth-off:before {
  content: "\F0B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bluetooth-settings:before {
  content: "\F0B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bluetooth-transfer:before {
  content: "\F0B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blur:before {
  content: "\F0B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blur-linear:before {
  content: "\F0B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blur-off:before {
  content: "\F0B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blur-radial:before {
  content: "\F0B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bomb:before {
  content: "\F690"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bomb-off:before {
  content: "\F6C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bone:before {
  content: "\F0B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book:before {
  content: "\F0BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-minus:before {
  content: "\F5D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-multiple:before {
  content: "\F0BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-multiple-variant:before {
  content: "\F0BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-open:before {
  content: "\F0BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-open-page-variant:before {
  content: "\F5DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-open-variant:before {
  content: "\F0BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-plus:before {
  content: "\F5DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-secure:before {
  content: "\F799"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-unsecure:before {
  content: "\F79A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-book-variant:before {
  content: "\F0BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark:before {
  content: "\F0C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark-check:before {
  content: "\F0C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark-music:before {
  content: "\F0C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark-outline:before {
  content: "\F0C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark-plus:before {
  content: "\F0C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark-plus-outline:before {
  content: "\F0C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bookmark-remove:before {
  content: "\F0C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-boombox:before {
  content: "\F5DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bootstrap:before {
  content: "\F6C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-all:before {
  content: "\F0C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-bottom:before {
  content: "\F0C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-color:before {
  content: "\F0C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-horizontal:before {
  content: "\F0CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-inside:before {
  content: "\F0CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-left:before {
  content: "\F0CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-none:before {
  content: "\F0CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-outside:before {
  content: "\F0CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-right:before {
  content: "\F0CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-style:before {
  content: "\F0D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-top:before {
  content: "\F0D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-border-vertical:before {
  content: "\F0D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bow-tie:before {
  content: "\F677"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bowl:before {
  content: "\F617"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bowling:before {
  content: "\F0D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-box:before {
  content: "\F0D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-box-cutter:before {
  content: "\F0D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-box-shadow:before {
  content: "\F637"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bridge:before {
  content: "\F618"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-briefcase:before {
  content: "\F0D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-briefcase-check:before {
  content: "\F0D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-briefcase-download:before {
  content: "\F0D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-briefcase-outline:before {
  content: "\F813"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-briefcase-upload:before {
  content: "\F0D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-1:before {
  content: "\F0DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-2:before {
  content: "\F0DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-3:before {
  content: "\F0DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-4:before {
  content: "\F0DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-5:before {
  content: "\F0DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-6:before {
  content: "\F0DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-7:before {
  content: "\F0E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brightness-auto:before {
  content: "\F0E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-broom:before {
  content: "\F0E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-brush:before {
  content: "\F0E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-buffer:before {
  content: "\F619"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bug:before {
  content: "\F0E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bulletin-board:before {
  content: "\F0E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bullhorn:before {
  content: "\F0E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bullseye:before {
  content: "\F5DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bus:before {
  content: "\F0E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bus-articulated-end:before {
  content: "\F79B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bus-articulated-front:before {
  content: "\F79C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bus-double-decker:before {
  content: "\F79D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bus-school:before {
  content: "\F79E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-bus-side:before {
  content: "\F79F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cached:before {
  content: "\F0E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cake:before {
  content: "\F0E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cake-layered:before {
  content: "\F0EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cake-variant:before {
  content: "\F0EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calculator:before {
  content: "\F0EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar:before {
  content: "\F0ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-blank:before {
  content: "\F0EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-check:before {
  content: "\F0EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-clock:before {
  content: "\F0F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-multiple:before {
  content: "\F0F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-multiple-check:before {
  content: "\F0F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-plus:before {
  content: "\F0F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-question:before {
  content: "\F691"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-range:before {
  content: "\F678"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-remove:before {
  content: "\F0F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-text:before {
  content: "\F0F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-calendar-today:before {
  content: "\F0F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-call-made:before {
  content: "\F0F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-call-merge:before {
  content: "\F0F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-call-missed:before {
  content: "\F0F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-call-received:before {
  content: "\F0FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-call-split:before {
  content: "\F0FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camcorder:before {
  content: "\F0FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camcorder-box:before {
  content: "\F0FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camcorder-box-off:before {
  content: "\F0FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camcorder-off:before {
  content: "\F0FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera:before {
  content: "\F100"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-burst:before {
  content: "\F692"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-enhance:before {
  content: "\F101"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-front:before {
  content: "\F102"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-front-variant:before {
  content: "\F103"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-gopro:before {
  content: "\F7A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-iris:before {
  content: "\F104"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-metering-center:before {
  content: "\F7A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-metering-matrix:before {
  content: "\F7A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-metering-partial:before {
  content: "\F7A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-metering-spot:before {
  content: "\F7A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-off:before {
  content: "\F5DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-party-mode:before {
  content: "\F105"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-rear:before {
  content: "\F106"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-rear-variant:before {
  content: "\F107"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-switch:before {
  content: "\F108"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-camera-timer:before {
  content: "\F109"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cancel:before {
  content: "\F739"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-candle:before {
  content: "\F5E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-candycane:before {
  content: "\F10A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cannabis:before {
  content: "\F7A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car:before {
  content: "\F10B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-battery:before {
  content: "\F10C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-connected:before {
  content: "\F10D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-convertible:before {
  content: "\F7A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-estate:before {
  content: "\F7A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-hatchback:before {
  content: "\F7A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-pickup:before {
  content: "\F7A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-side:before {
  content: "\F7AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-sports:before {
  content: "\F7AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-car-wash:before {
  content: "\F10E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-caravan:before {
  content: "\F7AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cards:before {
  content: "\F638"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cards-outline:before {
  content: "\F639"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cards-playing-outline:before {
  content: "\F63A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cards-variant:before {
  content: "\F6C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-carrot:before {
  content: "\F10F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cart:before {
  content: "\F110"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cart-off:before {
  content: "\F66B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cart-outline:before {
  content: "\F111"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cart-plus:before {
  content: "\F112"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-case-sensitive-alt:before {
  content: "\F113"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cash:before {
  content: "\F114"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cash-100:before {
  content: "\F115"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cash-multiple:before {
  content: "\F116"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cash-usd:before {
  content: "\F117"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cast:before {
  content: "\F118"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cast-connected:before {
  content: "\F119"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cast-off:before {
  content: "\F789"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-castle:before {
  content: "\F11A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cat:before {
  content: "\F11B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cctv:before {
  content: "\F7AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ceiling-light:before {
  content: "\F768"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone:before {
  content: "\F11C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-android:before {
  content: "\F11D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-basic:before {
  content: "\F11E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-dock:before {
  content: "\F11F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-iphone:before {
  content: "\F120"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-link:before {
  content: "\F121"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-link-off:before {
  content: "\F122"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-settings:before {
  content: "\F123"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cellphone-wireless:before {
  content: "\F814"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-certificate:before {
  content: "\F124"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chair-school:before {
  content: "\F125"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-arc:before {
  content: "\F126"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-areaspline:before {
  content: "\F127"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-bar:before {
  content: "\F128"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-bar-stacked:before {
  content: "\F769"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-bubble:before {
  content: "\F5E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-donut:before {
  content: "\F7AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-donut-variant:before {
  content: "\F7AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-gantt:before {
  content: "\F66C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-histogram:before {
  content: "\F129"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-line:before {
  content: "\F12A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-line-stacked:before {
  content: "\F76A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-line-variant:before {
  content: "\F7B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-pie:before {
  content: "\F12B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chart-timeline:before {
  content: "\F66E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-check:before {
  content: "\F12C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-check-all:before {
  content: "\F12D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-check-circle:before {
  content: "\F5E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-check-circle-outline:before {
  content: "\F5E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-blank:before {
  content: "\F12E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-blank-circle:before {
  content: "\F12F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-blank-circle-outline:before {
  content: "\F130"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-blank-outline:before {
  content: "\F131"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-marked:before {
  content: "\F132"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-marked-circle:before {
  content: "\F133"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-marked-circle-outline:before {
  content: "\F134"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-marked-outline:before {
  content: "\F135"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-blank:before {
  content: "\F136"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-blank-circle:before {
  content: "\F63B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\F63C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-blank-outline:before {
  content: "\F137"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-marked:before {
  content: "\F138"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-marked-circle:before {
  content: "\F63D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\F63E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkbox-multiple-marked-outline:before {
  content: "\F139"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-checkerboard:before {
  content: "\F13A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chemical-weapon:before {
  content: "\F13B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-double-down:before {
  content: "\F13C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-double-left:before {
  content: "\F13D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-double-right:before {
  content: "\F13E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-double-up:before {
  content: "\F13F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-down:before {
  content: "\F140"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-left:before {
  content: "\F141"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-right:before {
  content: "\F142"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chevron-up:before {
  content: "\F143"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chili-hot:before {
  content: "\F7B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chili-medium:before {
  content: "\F7B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chili-mild:before {
  content: "\F7B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-chip:before {
  content: "\F61A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-church:before {
  content: "\F144"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-circle:before {
  content: "\F764"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-circle-outline:before {
  content: "\F765"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cisco-webex:before {
  content: "\F145"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-city:before {
  content: "\F146"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard:before {
  content: "\F147"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-account:before {
  content: "\F148"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-alert:before {
  content: "\F149"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-arrow-down:before {
  content: "\F14A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-arrow-left:before {
  content: "\F14B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-check:before {
  content: "\F14C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-flow:before {
  content: "\F6C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-outline:before {
  content: "\F14D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-plus:before {
  content: "\F750"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clipboard-text:before {
  content: "\F14E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clippy:before {
  content: "\F14F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock:before {
  content: "\F150"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock-alert:before {
  content: "\F5CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock-end:before {
  content: "\F151"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock-fast:before {
  content: "\F152"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock-in:before {
  content: "\F153"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock-out:before {
  content: "\F154"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clock-start:before {
  content: "\F155"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close:before {
  content: "\F156"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-box:before {
  content: "\F157"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-box-outline:before {
  content: "\F158"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-circle:before {
  content: "\F159"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-circle-outline:before {
  content: "\F15A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-network:before {
  content: "\F15B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-octagon:before {
  content: "\F15C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-octagon-outline:before {
  content: "\F15D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-close-outline:before {
  content: "\F6C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-closed-caption:before {
  content: "\F15E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud:before {
  content: "\F15F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-braces:before {
  content: "\F7B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-check:before {
  content: "\F160"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-circle:before {
  content: "\F161"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-download:before {
  content: "\F162"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-off-outline:before {
  content: "\F164"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-outline:before {
  content: "\F163"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-print:before {
  content: "\F165"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-print-outline:before {
  content: "\F166"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-sync:before {
  content: "\F63F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-tags:before {
  content: "\F7B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cloud-upload:before {
  content: "\F167"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-clover:before {
  content: "\F815"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-array:before {
  content: "\F168"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-braces:before {
  content: "\F169"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-brackets:before {
  content: "\F16A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-equal:before {
  content: "\F16B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-greater-than:before {
  content: "\F16C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-greater-than-or-equal:before {
  content: "\F16D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-less-than:before {
  content: "\F16E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-less-than-or-equal:before {
  content: "\F16F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-not-equal:before {
  content: "\F170"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-not-equal-variant:before {
  content: "\F171"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-parentheses:before {
  content: "\F172"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-string:before {
  content: "\F173"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-tags:before {
  content: "\F174"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-code-tags-check:before {
  content: "\F693"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-codepen:before {
  content: "\F175"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-coffee:before {
  content: "\F176"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-coffee-outline:before {
  content: "\F6C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-coffee-to-go:before {
  content: "\F177"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-coin:before {
  content: "\F178"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-coins:before {
  content: "\F694"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-collage:before {
  content: "\F640"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-color-helper:before {
  content: "\F179"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment:before {
  content: "\F17A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-account:before {
  content: "\F17B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-account-outline:before {
  content: "\F17C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-alert:before {
  content: "\F17D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-alert-outline:before {
  content: "\F17E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-check:before {
  content: "\F17F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-check-outline:before {
  content: "\F180"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-multiple-outline:before {
  content: "\F181"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-outline:before {
  content: "\F182"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-plus-outline:before {
  content: "\F183"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-processing:before {
  content: "\F184"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-processing-outline:before {
  content: "\F185"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-question:before {
  content: "\F816"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-question-outline:before {
  content: "\F186"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-remove:before {
  content: "\F5DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-remove-outline:before {
  content: "\F187"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-text:before {
  content: "\F188"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-comment-text-outline:before {
  content: "\F189"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-compare:before {
  content: "\F18A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-compass:before {
  content: "\F18B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-compass-outline:before {
  content: "\F18C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-console:before {
  content: "\F18D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-console-line:before {
  content: "\F7B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-contact-mail:before {
  content: "\F18E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-contacts:before {
  content: "\F6CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-copy:before {
  content: "\F18F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-cut:before {
  content: "\F190"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-duplicate:before {
  content: "\F191"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-paste:before {
  content: "\F192"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-save:before {
  content: "\F193"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-save-all:before {
  content: "\F194"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-save-outline:before {
  content: "\F817"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-content-save-settings:before {
  content: "\F61B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-contrast:before {
  content: "\F195"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-contrast-box:before {
  content: "\F196"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-contrast-circle:before {
  content: "\F197"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cookie:before {
  content: "\F198"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-copyright:before {
  content: "\F5E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-corn:before {
  content: "\F7B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-counter:before {
  content: "\F199"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cow:before {
  content: "\F19A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-creation:before {
  content: "\F1C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-credit-card:before {
  content: "\F19B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-credit-card-multiple:before {
  content: "\F19C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-credit-card-off:before {
  content: "\F5E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-credit-card-plus:before {
  content: "\F675"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-credit-card-scan:before {
  content: "\F19D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crop:before {
  content: "\F19E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crop-free:before {
  content: "\F19F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crop-landscape:before {
  content: "\F1A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crop-portrait:before {
  content: "\F1A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crop-rotate:before {
  content: "\F695"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crop-square:before {
  content: "\F1A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crosshairs:before {
  content: "\F1A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crosshairs-gps:before {
  content: "\F1A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-crown:before {
  content: "\F1A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cube:before {
  content: "\F1A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cube-outline:before {
  content: "\F1A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cube-send:before {
  content: "\F1A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cube-unfolded:before {
  content: "\F1A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cup:before {
  content: "\F1AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cup-off:before {
  content: "\F5E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cup-water:before {
  content: "\F1AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-btc:before {
  content: "\F1AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-chf:before {
  content: "\F7B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-cny:before {
  content: "\F7B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-eth:before {
  content: "\F7BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-eur:before {
  content: "\F1AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-gbp:before {
  content: "\F1AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-inr:before {
  content: "\F1AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-jpy:before {
  content: "\F7BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-krw:before {
  content: "\F7BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-ngn:before {
  content: "\F1B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-rub:before {
  content: "\F1B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-sign:before {
  content: "\F7BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-try:before {
  content: "\F1B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-twd:before {
  content: "\F7BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-usd:before {
  content: "\F1B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-currency-usd-off:before {
  content: "\F679"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cursor-default:before {
  content: "\F1B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cursor-default-outline:before {
  content: "\F1B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cursor-move:before {
  content: "\F1B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cursor-pointer:before {
  content: "\F1B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-cursor-text:before {
  content: "\F5E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-database:before {
  content: "\F1B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-database-minus:before {
  content: "\F1B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-database-plus:before {
  content: "\F1BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-debug-step-into:before {
  content: "\F1BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-debug-step-out:before {
  content: "\F1BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-debug-step-over:before {
  content: "\F1BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-decagram:before {
  content: "\F76B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-decagram-outline:before {
  content: "\F76C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-decimal-decrease:before {
  content: "\F1BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-decimal-increase:before {
  content: "\F1BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete:before {
  content: "\F1C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete-circle:before {
  content: "\F682"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete-empty:before {
  content: "\F6CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete-forever:before {
  content: "\F5E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete-restore:before {
  content: "\F818"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete-sweep:before {
  content: "\F5E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delete-variant:before {
  content: "\F1C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-delta:before {
  content: "\F1C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-deskphone:before {
  content: "\F1C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-desktop-classic:before {
  content: "\F7BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-desktop-mac:before {
  content: "\F1C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-desktop-tower:before {
  content: "\F1C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-details:before {
  content: "\F1C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-developer-board:before {
  content: "\F696"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-deviantart:before {
  content: "\F1C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dialpad:before {
  content: "\F61C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-diamond:before {
  content: "\F1C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-1:before {
  content: "\F1CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-2:before {
  content: "\F1CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-3:before {
  content: "\F1CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-4:before {
  content: "\F1CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-5:before {
  content: "\F1CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-6:before {
  content: "\F1CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-d10:before {
  content: "\F76E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-d20:before {
  content: "\F5EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-d4:before {
  content: "\F5EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-d6:before {
  content: "\F5EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-d8:before {
  content: "\F5ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dice-multiple:before {
  content: "\F76D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dictionary:before {
  content: "\F61D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dip-switch:before {
  content: "\F7C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-directions:before {
  content: "\F1D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-directions-fork:before {
  content: "\F641"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-discord:before {
  content: "\F66F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-disk:before {
  content: "\F5EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-disk-alert:before {
  content: "\F1D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-disqus:before {
  content: "\F1D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-disqus-outline:before {
  content: "\F1D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-division:before {
  content: "\F1D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-division-box:before {
  content: "\F1D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dna:before {
  content: "\F683"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dns:before {
  content: "\F1D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-do-not-disturb:before {
  content: "\F697"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-do-not-disturb-off:before {
  content: "\F698"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dolby:before {
  content: "\F6B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-domain:before {
  content: "\F1D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-donkey:before {
  content: "\F7C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-door:before {
  content: "\F819"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-door-closed:before {
  content: "\F81A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-door-open:before {
  content: "\F81B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dots-horizontal:before {
  content: "\F1D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dots-horizontal-circle:before {
  content: "\F7C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dots-vertical:before {
  content: "\F1D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dots-vertical-circle:before {
  content: "\F7C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-douban:before {
  content: "\F699"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-download:before {
  content: "\F1DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-download-network:before {
  content: "\F6F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drag:before {
  content: "\F1DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drag-horizontal:before {
  content: "\F1DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drag-vertical:before {
  content: "\F1DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drawing:before {
  content: "\F1DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drawing-box:before {
  content: "\F1DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dribbble:before {
  content: "\F1E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dribbble-box:before {
  content: "\F1E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drone:before {
  content: "\F1E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dropbox:before {
  content: "\F1E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-drupal:before {
  content: "\F1E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-duck:before {
  content: "\F1E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-dumbbell:before {
  content: "\F1E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ear-hearing:before {
  content: "\F7C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-earth:before {
  content: "\F1E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-earth-box:before {
  content: "\F6CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-earth-box-off:before {
  content: "\F6CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-earth-off:before {
  content: "\F1E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-edge:before {
  content: "\F1E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eject:before {
  content: "\F1EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-elephant:before {
  content: "\F7C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-elevation-decline:before {
  content: "\F1EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-elevation-rise:before {
  content: "\F1EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-elevator:before {
  content: "\F1ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email:before {
  content: "\F1EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email-alert:before {
  content: "\F6CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email-open:before {
  content: "\F1EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email-open-outline:before {
  content: "\F5EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email-outline:before {
  content: "\F1F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email-secure:before {
  content: "\F1F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-email-variant:before {
  content: "\F5F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emby:before {
  content: "\F6B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon:before {
  content: "\F1F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-cool:before {
  content: "\F1F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-dead:before {
  content: "\F69A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-devil:before {
  content: "\F1F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-excited:before {
  content: "\F69B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-happy:before {
  content: "\F1F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-neutral:before {
  content: "\F1F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-poop:before {
  content: "\F1F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-sad:before {
  content: "\F1F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-emoticon-tongue:before {
  content: "\F1F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-engine:before {
  content: "\F1FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-engine-outline:before {
  content: "\F1FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-equal:before {
  content: "\F1FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-equal-box:before {
  content: "\F1FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eraser:before {
  content: "\F1FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eraser-variant:before {
  content: "\F642"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-escalator:before {
  content: "\F1FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ethernet:before {
  content: "\F200"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ethernet-cable:before {
  content: "\F201"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ethernet-cable-off:before {
  content: "\F202"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-etsy:before {
  content: "\F203"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ev-station:before {
  content: "\F5F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eventbrite:before {
  content: "\F7C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-evernote:before {
  content: "\F204"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-exclamation:before {
  content: "\F205"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-exit-to-app:before {
  content: "\F206"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-export:before {
  content: "\F207"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eye:before {
  content: "\F208"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eye-off:before {
  content: "\F209"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eye-off-outline:before {
  content: "\F6D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eye-outline:before {
  content: "\F6CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eyedropper:before {
  content: "\F20A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-eyedropper-variant:before {
  content: "\F20B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-face:before {
  content: "\F643"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-face-profile:before {
  content: "\F644"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-facebook:before {
  content: "\F20C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-facebook-box:before {
  content: "\F20D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-facebook-messenger:before {
  content: "\F20E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-factory:before {
  content: "\F20F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fan:before {
  content: "\F210"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fan-off:before {
  content: "\F81C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fast-forward:before {
  content: "\F211"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fast-forward-outline:before {
  content: "\F6D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fax:before {
  content: "\F212"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-feather:before {
  content: "\F6D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ferry:before {
  content: "\F213"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file:before {
  content: "\F214"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-account:before {
  content: "\F73A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-chart:before {
  content: "\F215"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-check:before {
  content: "\F216"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-cloud:before {
  content: "\F217"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-delimited:before {
  content: "\F218"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-document:before {
  content: "\F219"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-document-box:before {
  content: "\F21A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-excel:before {
  content: "\F21B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-excel-box:before {
  content: "\F21C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-export:before {
  content: "\F21D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-find:before {
  content: "\F21E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-hidden:before {
  content: "\F613"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-image:before {
  content: "\F21F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-import:before {
  content: "\F220"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-lock:before {
  content: "\F221"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-multiple:before {
  content: "\F222"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-music:before {
  content: "\F223"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-outline:before {
  content: "\F224"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-pdf:before {
  content: "\F225"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-pdf-box:before {
  content: "\F226"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-percent:before {
  content: "\F81D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-plus:before {
  content: "\F751"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-powerpoint:before {
  content: "\F227"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-powerpoint-box:before {
  content: "\F228"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-presentation-box:before {
  content: "\F229"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-restore:before {
  content: "\F670"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-send:before {
  content: "\F22A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-tree:before {
  content: "\F645"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-video:before {
  content: "\F22B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-word:before {
  content: "\F22C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-word-box:before {
  content: "\F22D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-file-xml:before {
  content: "\F22E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-film:before {
  content: "\F22F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filmstrip:before {
  content: "\F230"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filmstrip-off:before {
  content: "\F231"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filter:before {
  content: "\F232"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filter-outline:before {
  content: "\F233"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filter-remove:before {
  content: "\F234"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filter-remove-outline:before {
  content: "\F235"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-filter-variant:before {
  content: "\F236"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-finance:before {
  content: "\F81E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-find-replace:before {
  content: "\F6D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fingerprint:before {
  content: "\F237"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fire:before {
  content: "\F238"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-firefox:before {
  content: "\F239"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fish:before {
  content: "\F23A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flag:before {
  content: "\F23B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flag-checkered:before {
  content: "\F23C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flag-outline:before {
  content: "\F23D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flag-triangle:before {
  content: "\F23F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flag-variant:before {
  content: "\F240"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flag-variant-outline:before {
  content: "\F23E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flash:before {
  content: "\F241"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flash-auto:before {
  content: "\F242"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flash-circle:before {
  content: "\F81F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flash-off:before {
  content: "\F243"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flash-outline:before {
  content: "\F6D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flash-red-eye:before {
  content: "\F67A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flashlight:before {
  content: "\F244"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flashlight-off:before {
  content: "\F245"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flask:before {
  content: "\F093"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flask-empty:before {
  content: "\F094"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flask-empty-outline:before {
  content: "\F095"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flask-outline:before {
  content: "\F096"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flattr:before {
  content: "\F246"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flip-to-back:before {
  content: "\F247"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flip-to-front:before {
  content: "\F248"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-floor-plan:before {
  content: "\F820"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-floppy:before {
  content: "\F249"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-flower:before {
  content: "\F24A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder:before {
  content: "\F24B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-account:before {
  content: "\F24C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-download:before {
  content: "\F24D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-google-drive:before {
  content: "\F24E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-image:before {
  content: "\F24F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-lock:before {
  content: "\F250"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-lock-open:before {
  content: "\F251"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-move:before {
  content: "\F252"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-multiple:before {
  content: "\F253"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-multiple-image:before {
  content: "\F254"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-multiple-outline:before {
  content: "\F255"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-open:before {
  content: "\F76F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-outline:before {
  content: "\F256"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-plus:before {
  content: "\F257"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-remove:before {
  content: "\F258"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-star:before {
  content: "\F69C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-folder-upload:before {
  content: "\F259"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-font-awesome:before {
  content: "\F03A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-food:before {
  content: "\F25A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-food-apple:before {
  content: "\F25B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-food-croissant:before {
  content: "\F7C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-food-fork-drink:before {
  content: "\F5F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-food-off:before {
  content: "\F5F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-food-variant:before {
  content: "\F25C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-football:before {
  content: "\F25D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-football-australian:before {
  content: "\F25E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-football-helmet:before {
  content: "\F25F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-forklift:before {
  content: "\F7C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-bottom:before {
  content: "\F752"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-center:before {
  content: "\F260"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-justify:before {
  content: "\F261"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-left:before {
  content: "\F262"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-middle:before {
  content: "\F753"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-right:before {
  content: "\F263"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-align-top:before {
  content: "\F754"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-annotation-plus:before {
  content: "\F646"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-bold:before {
  content: "\F264"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-clear:before {
  content: "\F265"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-color-fill:before {
  content: "\F266"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-color-text:before {
  content: "\F69D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-float-center:before {
  content: "\F267"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-float-left:before {
  content: "\F268"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-float-none:before {
  content: "\F269"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-float-right:before {
  content: "\F26A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-font:before {
  content: "\F6D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-1:before {
  content: "\F26B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-2:before {
  content: "\F26C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-3:before {
  content: "\F26D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-4:before {
  content: "\F26E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-5:before {
  content: "\F26F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-6:before {
  content: "\F270"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-decrease:before {
  content: "\F271"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-equal:before {
  content: "\F272"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-increase:before {
  content: "\F273"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-header-pound:before {
  content: "\F274"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-horizontal-align-center:before {
  content: "\F61E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-horizontal-align-left:before {
  content: "\F61F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-horizontal-align-right:before {
  content: "\F620"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-indent-decrease:before {
  content: "\F275"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-indent-increase:before {
  content: "\F276"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-italic:before {
  content: "\F277"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-line-spacing:before {
  content: "\F278"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-line-style:before {
  content: "\F5C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-line-weight:before {
  content: "\F5C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-list-bulleted:before {
  content: "\F279"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-list-bulleted-type:before {
  content: "\F27A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-list-checks:before {
  content: "\F755"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-list-numbers:before {
  content: "\F27B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-page-break:before {
  content: "\F6D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-paint:before {
  content: "\F27C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-paragraph:before {
  content: "\F27D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-pilcrow:before {
  content: "\F6D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-quote-close:before {
  content: "\F27E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-quote-open:before {
  content: "\F756"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-rotate-90:before {
  content: "\F6A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-section:before {
  content: "\F69E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-size:before {
  content: "\F27F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-strikethrough:before {
  content: "\F280"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-strikethrough-variant:before {
  content: "\F281"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-subscript:before {
  content: "\F282"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-superscript:before {
  content: "\F283"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-text:before {
  content: "\F284"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-textdirection-l-to-r:before {
  content: "\F285"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-textdirection-r-to-l:before {
  content: "\F286"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-title:before {
  content: "\F5F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-underline:before {
  content: "\F287"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-vertical-align-bottom:before {
  content: "\F621"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-vertical-align-center:before {
  content: "\F622"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-vertical-align-top:before {
  content: "\F623"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-wrap-inline:before {
  content: "\F288"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-wrap-square:before {
  content: "\F289"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-wrap-tight:before {
  content: "\F28A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-format-wrap-top-bottom:before {
  content: "\F28B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-forum:before {
  content: "\F28C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-forum-outline:before {
  content: "\F821"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-forward:before {
  content: "\F28D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-foursquare:before {
  content: "\F28E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fridge:before {
  content: "\F28F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fridge-filled:before {
  content: "\F290"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fridge-filled-bottom:before {
  content: "\F291"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fridge-filled-top:before {
  content: "\F292"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fuel:before {
  content: "\F7C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fullscreen:before {
  content: "\F293"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-fullscreen-exit:before {
  content: "\F294"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-function:before {
  content: "\F295"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gamepad:before {
  content: "\F296"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gamepad-variant:before {
  content: "\F297"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-garage:before {
  content: "\F6D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-garage-open:before {
  content: "\F6D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gas-cylinder:before {
  content: "\F647"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gas-station:before {
  content: "\F298"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gate:before {
  content: "\F299"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gauge:before {
  content: "\F29A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gavel:before {
  content: "\F29B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gender-female:before {
  content: "\F29C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gender-male:before {
  content: "\F29D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gender-male-female:before {
  content: "\F29E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gender-transgender:before {
  content: "\F29F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture:before {
  content: "\F7CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-double-tap:before {
  content: "\F73B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-swipe-down:before {
  content: "\F73C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-swipe-left:before {
  content: "\F73D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-swipe-right:before {
  content: "\F73E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-swipe-up:before {
  content: "\F73F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-tap:before {
  content: "\F740"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-two-double-tap:before {
  content: "\F741"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gesture-two-tap:before {
  content: "\F742"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ghost:before {
  content: "\F2A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gift:before {
  content: "\F2A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-git:before {
  content: "\F2A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-github-box:before {
  content: "\F2A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-github-circle:before {
  content: "\F2A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-github-face:before {
  content: "\F6DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-glass-flute:before {
  content: "\F2A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-glass-mug:before {
  content: "\F2A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-glass-stange:before {
  content: "\F2A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-glass-tulip:before {
  content: "\F2A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-glassdoor:before {
  content: "\F2A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-glasses:before {
  content: "\F2AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gmail:before {
  content: "\F2AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gnome:before {
  content: "\F2AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-golf:before {
  content: "\F822"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gondola:before {
  content: "\F685"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google:before {
  content: "\F2AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-analytics:before {
  content: "\F7CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-assistant:before {
  content: "\F7CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-cardboard:before {
  content: "\F2AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-chrome:before {
  content: "\F2AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-circles:before {
  content: "\F2B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-circles-communities:before {
  content: "\F2B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-circles-extended:before {
  content: "\F2B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-circles-group:before {
  content: "\F2B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-controller:before {
  content: "\F2B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-controller-off:before {
  content: "\F2B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-drive:before {
  content: "\F2B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-earth:before {
  content: "\F2B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-glass:before {
  content: "\F2B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-home:before {
  content: "\F823"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-keep:before {
  content: "\F6DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-maps:before {
  content: "\F5F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-nearby:before {
  content: "\F2B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-pages:before {
  content: "\F2BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-photos:before {
  content: "\F6DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-physical-web:before {
  content: "\F2BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-play:before {
  content: "\F2BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-plus:before {
  content: "\F2BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-plus-box:before {
  content: "\F2BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-translate:before {
  content: "\F2BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-google-wallet:before {
  content: "\F2C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-gradient:before {
  content: "\F69F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-grease-pencil:before {
  content: "\F648"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-grid:before {
  content: "\F2C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-grid-large:before {
  content: "\F757"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-grid-off:before {
  content: "\F2C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-group:before {
  content: "\F2C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-guitar-acoustic:before {
  content: "\F770"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-guitar-electric:before {
  content: "\F2C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-guitar-pick:before {
  content: "\F2C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-guitar-pick-outline:before {
  content: "\F2C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-guy-fawkes-mask:before {
  content: "\F824"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hackernews:before {
  content: "\F624"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hamburger:before {
  content: "\F684"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hand-pointing-right:before {
  content: "\F2C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hanger:before {
  content: "\F2C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hangouts:before {
  content: "\F2C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-harddisk:before {
  content: "\F2CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headphones:before {
  content: "\F2CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headphones-box:before {
  content: "\F2CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headphones-off:before {
  content: "\F7CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headphones-settings:before {
  content: "\F2CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headset:before {
  content: "\F2CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headset-dock:before {
  content: "\F2CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-headset-off:before {
  content: "\F2D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart:before {
  content: "\F2D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-box:before {
  content: "\F2D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-box-outline:before {
  content: "\F2D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-broken:before {
  content: "\F2D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-half:before {
  content: "\F6DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-half-full:before {
  content: "\F6DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-half-outline:before {
  content: "\F6DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-off:before {
  content: "\F758"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-outline:before {
  content: "\F2D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-heart-pulse:before {
  content: "\F5F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-help:before {
  content: "\F2D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-help-box:before {
  content: "\F78A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-help-circle:before {
  content: "\F2D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-help-circle-outline:before {
  content: "\F625"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-help-network:before {
  content: "\F6F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hexagon:before {
  content: "\F2D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hexagon-multiple:before {
  content: "\F6E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hexagon-outline:before {
  content: "\F2D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-high-definition:before {
  content: "\F7CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-highway:before {
  content: "\F5F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-history:before {
  content: "\F2DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hololens:before {
  content: "\F2DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home:before {
  content: "\F2DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-account:before {
  content: "\F825"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-assistant:before {
  content: "\F7CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-automation:before {
  content: "\F7D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-circle:before {
  content: "\F7D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-heart:before {
  content: "\F826"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-map-marker:before {
  content: "\F5F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-modern:before {
  content: "\F2DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-outline:before {
  content: "\F6A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-home-variant:before {
  content: "\F2DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hook:before {
  content: "\F6E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hook-off:before {
  content: "\F6E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hops:before {
  content: "\F2DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hospital:before {
  content: "\F2E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hospital-building:before {
  content: "\F2E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hospital-marker:before {
  content: "\F2E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hot-tub:before {
  content: "\F827"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hotel:before {
  content: "\F2E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-houzz:before {
  content: "\F2E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-houzz-box:before {
  content: "\F2E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-hulu:before {
  content: "\F828"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human:before {
  content: "\F2E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-child:before {
  content: "\F2E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-female:before {
  content: "\F649"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-greeting:before {
  content: "\F64A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-handsdown:before {
  content: "\F64B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-handsup:before {
  content: "\F64C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-male:before {
  content: "\F64D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-male-female:before {
  content: "\F2E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-human-pregnant:before {
  content: "\F5CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-humble-bundle:before {
  content: "\F743"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ice-cream:before {
  content: "\F829"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image:before {
  content: "\F2E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-album:before {
  content: "\F2EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-area:before {
  content: "\F2EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-area-close:before {
  content: "\F2EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-broken:before {
  content: "\F2ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-broken-variant:before {
  content: "\F2EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter:before {
  content: "\F2EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-black-white:before {
  content: "\F2F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-center-focus:before {
  content: "\F2F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-center-focus-weak:before {
  content: "\F2F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-drama:before {
  content: "\F2F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-frames:before {
  content: "\F2F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-hdr:before {
  content: "\F2F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-none:before {
  content: "\F2F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-tilt-shift:before {
  content: "\F2F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-filter-vintage:before {
  content: "\F2F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-multiple:before {
  content: "\F2F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-image-off:before {
  content: "\F82A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-import:before {
  content: "\F2FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-inbox:before {
  content: "\F686"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-inbox-arrow-down:before {
  content: "\F2FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-inbox-arrow-up:before {
  content: "\F3D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-incognito:before {
  content: "\F5F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-infinity:before {
  content: "\F6E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-information:before {
  content: "\F2FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-information-outline:before {
  content: "\F2FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-information-variant:before {
  content: "\F64E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-instagram:before {
  content: "\F2FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-instapaper:before {
  content: "\F2FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-internet-explorer:before {
  content: "\F300"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-invert-colors:before {
  content: "\F301"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-itunes:before {
  content: "\F676"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-jeepney:before {
  content: "\F302"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-jira:before {
  content: "\F303"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-jsfiddle:before {
  content: "\F304"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-json:before {
  content: "\F626"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-karate:before {
  content: "\F82B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keg:before {
  content: "\F305"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-kettle:before {
  content: "\F5FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-key:before {
  content: "\F306"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-key-change:before {
  content: "\F307"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-key-minus:before {
  content: "\F308"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-key-plus:before {
  content: "\F309"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-key-remove:before {
  content: "\F30A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-key-variant:before {
  content: "\F30B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard:before {
  content: "\F30C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-backspace:before {
  content: "\F30D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-caps:before {
  content: "\F30E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-close:before {
  content: "\F30F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-off:before {
  content: "\F310"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-return:before {
  content: "\F311"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-tab:before {
  content: "\F312"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-keyboard-variant:before {
  content: "\F313"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-kickstarter:before {
  content: "\F744"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-kodi:before {
  content: "\F314"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-label:before {
  content: "\F315"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-label-outline:before {
  content: "\F316"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ladybug:before {
  content: "\F82C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lambda:before {
  content: "\F627"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lamp:before {
  content: "\F6B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lan:before {
  content: "\F317"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lan-connect:before {
  content: "\F318"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lan-disconnect:before {
  content: "\F319"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lan-pending:before {
  content: "\F31A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-c:before {
  content: "\F671"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-cpp:before {
  content: "\F672"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-csharp:before {
  content: "\F31B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-css3:before {
  content: "\F31C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-go:before {
  content: "\F7D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-html5:before {
  content: "\F31D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-javascript:before {
  content: "\F31E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-php:before {
  content: "\F31F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-python:before {
  content: "\F320"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-python-text:before {
  content: "\F321"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-r:before {
  content: "\F7D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-swift:before {
  content: "\F6E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-language-typescript:before {
  content: "\F6E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-laptop:before {
  content: "\F322"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-laptop-chromebook:before {
  content: "\F323"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-laptop-mac:before {
  content: "\F324"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-laptop-off:before {
  content: "\F6E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-laptop-windows:before {
  content: "\F325"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lastfm:before {
  content: "\F326"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lastpass:before {
  content: "\F446"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-launch:before {
  content: "\F327"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lava-lamp:before {
  content: "\F7D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-layers:before {
  content: "\F328"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-layers-off:before {
  content: "\F329"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lead-pencil:before {
  content: "\F64F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-leaf:before {
  content: "\F32A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-off:before {
  content: "\F32B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-on:before {
  content: "\F32C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-outline:before {
  content: "\F32D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-strip:before {
  content: "\F7D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-variant-off:before {
  content: "\F32E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-variant-on:before {
  content: "\F32F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-led-variant-outline:before {
  content: "\F330"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-library:before {
  content: "\F331"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-library-books:before {
  content: "\F332"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-library-music:before {
  content: "\F333"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-library-plus:before {
  content: "\F334"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lightbulb:before {
  content: "\F335"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lightbulb-on:before {
  content: "\F6E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lightbulb-on-outline:before {
  content: "\F6E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lightbulb-outline:before {
  content: "\F336"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-link:before {
  content: "\F337"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-link-off:before {
  content: "\F338"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-link-variant:before {
  content: "\F339"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-link-variant-off:before {
  content: "\F33A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-linkedin:before {
  content: "\F33B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-linkedin-box:before {
  content: "\F33C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-linux:before {
  content: "\F33D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-loading:before {
  content: "\F771"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock:before {
  content: "\F33E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock-open:before {
  content: "\F33F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock-open-outline:before {
  content: "\F340"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock-outline:before {
  content: "\F341"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock-pattern:before {
  content: "\F6E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock-plus:before {
  content: "\F5FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lock-reset:before {
  content: "\F772"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-locker:before {
  content: "\F7D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-locker-multiple:before {
  content: "\F7D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-login:before {
  content: "\F342"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-login-variant:before {
  content: "\F5FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-logout:before {
  content: "\F343"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-logout-variant:before {
  content: "\F5FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-looks:before {
  content: "\F344"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-loop:before {
  content: "\F6EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-loupe:before {
  content: "\F345"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-lumx:before {
  content: "\F346"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnet:before {
  content: "\F347"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnet-on:before {
  content: "\F348"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnify:before {
  content: "\F349"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnify-minus:before {
  content: "\F34A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnify-minus-outline:before {
  content: "\F6EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnify-plus:before {
  content: "\F34B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-magnify-plus-outline:before {
  content: "\F6EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mail-ru:before {
  content: "\F34C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mailbox:before {
  content: "\F6ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map:before {
  content: "\F34D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker:before {
  content: "\F34E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-circle:before {
  content: "\F34F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-minus:before {
  content: "\F650"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-multiple:before {
  content: "\F350"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-off:before {
  content: "\F351"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-outline:before {
  content: "\F7D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-plus:before {
  content: "\F651"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-map-marker-radius:before {
  content: "\F352"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-margin:before {
  content: "\F353"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-markdown:before {
  content: "\F354"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-marker:before {
  content: "\F652"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-marker-check:before {
  content: "\F355"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-martini:before {
  content: "\F356"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-material-ui:before {
  content: "\F357"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-math-compass:before {
  content: "\F358"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-matrix:before {
  content: "\F628"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-maxcdn:before {
  content: "\F359"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-medical-bag:before {
  content: "\F6EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-medium:before {
  content: "\F35A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-memory:before {
  content: "\F35B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu:before {
  content: "\F35C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu-down:before {
  content: "\F35D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu-down-outline:before {
  content: "\F6B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu-left:before {
  content: "\F35E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu-right:before {
  content: "\F35F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu-up:before {
  content: "\F360"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-menu-up-outline:before {
  content: "\F6B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message:before {
  content: "\F361"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-alert:before {
  content: "\F362"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-bulleted:before {
  content: "\F6A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-bulleted-off:before {
  content: "\F6A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-draw:before {
  content: "\F363"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-image:before {
  content: "\F364"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-outline:before {
  content: "\F365"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-plus:before {
  content: "\F653"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-processing:before {
  content: "\F366"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-reply:before {
  content: "\F367"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-reply-text:before {
  content: "\F368"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-settings:before {
  content: "\F6EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-settings-variant:before {
  content: "\F6F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-text:before {
  content: "\F369"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-text-outline:before {
  content: "\F36A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-message-video:before {
  content: "\F36B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-meteor:before {
  content: "\F629"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-metronome:before {
  content: "\F7D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-metronome-tick:before {
  content: "\F7DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-micro-sd:before {
  content: "\F7DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microphone:before {
  content: "\F36C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microphone-off:before {
  content: "\F36D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microphone-outline:before {
  content: "\F36E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microphone-settings:before {
  content: "\F36F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microphone-variant:before {
  content: "\F370"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microphone-variant-off:before {
  content: "\F371"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microscope:before {
  content: "\F654"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-microsoft:before {
  content: "\F372"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minecraft:before {
  content: "\F373"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minus:before {
  content: "\F374"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minus-box:before {
  content: "\F375"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minus-box-outline:before {
  content: "\F6F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minus-circle:before {
  content: "\F376"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minus-circle-outline:before {
  content: "\F377"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-minus-network:before {
  content: "\F378"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mixcloud:before {
  content: "\F62A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mixer:before {
  content: "\F7DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-monitor:before {
  content: "\F379"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-monitor-multiple:before {
  content: "\F37A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-more:before {
  content: "\F37B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-motorbike:before {
  content: "\F37C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mouse:before {
  content: "\F37D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mouse-off:before {
  content: "\F37E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mouse-variant:before {
  content: "\F37F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mouse-variant-off:before {
  content: "\F380"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-move-resize:before {
  content: "\F655"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-move-resize-variant:before {
  content: "\F656"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-movie:before {
  content: "\F381"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-movie-roll:before {
  content: "\F7DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-multiplication:before {
  content: "\F382"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-multiplication-box:before {
  content: "\F383"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mushroom:before {
  content: "\F7DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-mushroom-outline:before {
  content: "\F7DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music:before {
  content: "\F759"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-box:before {
  content: "\F384"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-box-outline:before {
  content: "\F385"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-circle:before {
  content: "\F386"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note:before {
  content: "\F387"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-bluetooth:before {
  content: "\F5FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-bluetooth-off:before {
  content: "\F5FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-eighth:before {
  content: "\F388"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-half:before {
  content: "\F389"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-off:before {
  content: "\F38A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-quarter:before {
  content: "\F38B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-sixteenth:before {
  content: "\F38C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-note-whole:before {
  content: "\F38D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-music-off:before {
  content: "\F75A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nature:before {
  content: "\F38E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nature-people:before {
  content: "\F38F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-navigation:before {
  content: "\F390"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-near-me:before {
  content: "\F5CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-needle:before {
  content: "\F391"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nest-protect:before {
  content: "\F392"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nest-thermostat:before {
  content: "\F393"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-netflix:before {
  content: "\F745"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-network:before {
  content: "\F6F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-new-box:before {
  content: "\F394"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-newspaper:before {
  content: "\F395"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nfc:before {
  content: "\F396"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nfc-tap:before {
  content: "\F397"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nfc-variant:before {
  content: "\F398"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ninja:before {
  content: "\F773"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nintendo-switch:before {
  content: "\F7E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nodejs:before {
  content: "\F399"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note:before {
  content: "\F39A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note-multiple:before {
  content: "\F6B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note-multiple-outline:before {
  content: "\F6B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note-outline:before {
  content: "\F39B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note-plus:before {
  content: "\F39C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note-plus-outline:before {
  content: "\F39D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-note-text:before {
  content: "\F39E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-notebook:before {
  content: "\F82D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-notification-clear-all:before {
  content: "\F39F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-npm:before {
  content: "\F6F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nuke:before {
  content: "\F6A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-null:before {
  content: "\F7E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric:before {
  content: "\F3A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-0-box:before {
  content: "\F3A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-0-box-outline:before {
  content: "\F3A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-1-box:before {
  content: "\F3A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-1-box-outline:before {
  content: "\F3A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-2-box:before {
  content: "\F3A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-2-box-outline:before {
  content: "\F3A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-3-box:before {
  content: "\F3AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-3-box-outline:before {
  content: "\F3AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-4-box:before {
  content: "\F3AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-4-box-outline:before {
  content: "\F3AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-5-box:before {
  content: "\F3B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-5-box-outline:before {
  content: "\F3B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-6-box:before {
  content: "\F3B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-6-box-outline:before {
  content: "\F3B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-7-box:before {
  content: "\F3B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-7-box-outline:before {
  content: "\F3B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-8-box:before {
  content: "\F3B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-8-box-outline:before {
  content: "\F3BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-9-box:before {
  content: "\F3BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-9-box-outline:before {
  content: "\F3BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-9-plus-box:before {
  content: "\F3BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nut:before {
  content: "\F6F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-nutrition:before {
  content: "\F3C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-oar:before {
  content: "\F67B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-octagon:before {
  content: "\F3C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-octagon-outline:before {
  content: "\F3C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-octagram:before {
  content: "\F6F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-octagram-outline:before {
  content: "\F774"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-odnoklassniki:before {
  content: "\F3C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-office:before {
  content: "\F3C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-oil:before {
  content: "\F3C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-oil-temperature:before {
  content: "\F3C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-omega:before {
  content: "\F3C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-onedrive:before {
  content: "\F3CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-onenote:before {
  content: "\F746"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-opacity:before {
  content: "\F5CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-open-in-app:before {
  content: "\F3CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-open-in-new:before {
  content: "\F3CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-openid:before {
  content: "\F3CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-opera:before {
  content: "\F3CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-orbit:before {
  content: "\F018"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ornament:before {
  content: "\F3CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ornament-variant:before {
  content: "\F3D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-owl:before {
  content: "\F3D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-package:before {
  content: "\F3D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-package-down:before {
  content: "\F3D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-package-up:before {
  content: "\F3D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-package-variant:before {
  content: "\F3D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-package-variant-closed:before {
  content: "\F3D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-first:before {
  content: "\F600"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-last:before {
  content: "\F601"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-layout-body:before {
  content: "\F6F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-layout-footer:before {
  content: "\F6FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-layout-header:before {
  content: "\F6FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-layout-sidebar-left:before {
  content: "\F6FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-page-layout-sidebar-right:before {
  content: "\F6FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-palette:before {
  content: "\F3D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-palette-advanced:before {
  content: "\F3D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-panda:before {
  content: "\F3DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pandora:before {
  content: "\F3DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-panorama:before {
  content: "\F3DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-panorama-fisheye:before {
  content: "\F3DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-panorama-horizontal:before {
  content: "\F3DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-panorama-vertical:before {
  content: "\F3DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-panorama-wide-angle:before {
  content: "\F3E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-paper-cut-vertical:before {
  content: "\F3E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-paperclip:before {
  content: "\F3E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-parking:before {
  content: "\F3E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-passport:before {
  content: "\F7E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pause:before {
  content: "\F3E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pause-circle:before {
  content: "\F3E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pause-circle-outline:before {
  content: "\F3E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pause-octagon:before {
  content: "\F3E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pause-octagon-outline:before {
  content: "\F3E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-paw:before {
  content: "\F3E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-paw-off:before {
  content: "\F657"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pen:before {
  content: "\F3EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil:before {
  content: "\F3EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil-box:before {
  content: "\F3EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil-box-outline:before {
  content: "\F3ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil-circle:before {
  content: "\F6FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil-circle-outline:before {
  content: "\F775"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil-lock:before {
  content: "\F3EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pencil-off:before {
  content: "\F3EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pentagon:before {
  content: "\F6FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pentagon-outline:before {
  content: "\F700"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-percent:before {
  content: "\F3F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-periodic-table-co2:before {
  content: "\F7E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-periscope:before {
  content: "\F747"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pharmacy:before {
  content: "\F3F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone:before {
  content: "\F3F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-bluetooth:before {
  content: "\F3F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-classic:before {
  content: "\F602"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-forward:before {
  content: "\F3F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-hangup:before {
  content: "\F3F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-in-talk:before {
  content: "\F3F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-incoming:before {
  content: "\F3F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-locked:before {
  content: "\F3F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-log:before {
  content: "\F3F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-minus:before {
  content: "\F658"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-missed:before {
  content: "\F3FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-outgoing:before {
  content: "\F3FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-paused:before {
  content: "\F3FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-plus:before {
  content: "\F659"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-return:before {
  content: "\F82E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-settings:before {
  content: "\F3FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-phone-voip:before {
  content: "\F3FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pi:before {
  content: "\F3FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pi-box:before {
  content: "\F400"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-piano:before {
  content: "\F67C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pig:before {
  content: "\F401"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pill:before {
  content: "\F402"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pillar:before {
  content: "\F701"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pin:before {
  content: "\F403"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pin-off:before {
  content: "\F404"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pine-tree:before {
  content: "\F405"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pine-tree-box:before {
  content: "\F406"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pinterest:before {
  content: "\F407"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pinterest-box:before {
  content: "\F408"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pipe:before {
  content: "\F7E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pipe-disconnected:before {
  content: "\F7E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pistol:before {
  content: "\F702"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pizza:before {
  content: "\F409"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plane-shield:before {
  content: "\F6BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-play:before {
  content: "\F40A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-play-box-outline:before {
  content: "\F40B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-play-circle:before {
  content: "\F40C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-play-circle-outline:before {
  content: "\F40D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-play-pause:before {
  content: "\F40E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-play-protected-content:before {
  content: "\F40F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-playlist-check:before {
  content: "\F5C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-playlist-minus:before {
  content: "\F410"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-playlist-play:before {
  content: "\F411"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-playlist-plus:before {
  content: "\F412"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-playlist-remove:before {
  content: "\F413"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-playstation:before {
  content: "\F414"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plex:before {
  content: "\F6B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus:before {
  content: "\F415"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-box:before {
  content: "\F416"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-box-outline:before {
  content: "\F703"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-circle:before {
  content: "\F417"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-circle-multiple-outline:before {
  content: "\F418"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-circle-outline:before {
  content: "\F419"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-network:before {
  content: "\F41A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-one:before {
  content: "\F41B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-plus-outline:before {
  content: "\F704"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pocket:before {
  content: "\F41C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pokeball:before {
  content: "\F41D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-poker-chip:before {
  content: "\F82F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-polaroid:before {
  content: "\F41E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-poll:before {
  content: "\F41F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-poll-box:before {
  content: "\F420"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-polymer:before {
  content: "\F421"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pool:before {
  content: "\F606"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-popcorn:before {
  content: "\F422"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pot:before {
  content: "\F65A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pot-mix:before {
  content: "\F65B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pound:before {
  content: "\F423"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pound-box:before {
  content: "\F424"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power:before {
  content: "\F425"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-plug:before {
  content: "\F6A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-plug-off:before {
  content: "\F6A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-settings:before {
  content: "\F426"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-socket:before {
  content: "\F427"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-socket-eu:before {
  content: "\F7E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-socket-uk:before {
  content: "\F7E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-power-socket-us:before {
  content: "\F7E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-prescription:before {
  content: "\F705"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-presentation:before {
  content: "\F428"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-presentation-play:before {
  content: "\F429"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-printer:before {
  content: "\F42A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-printer-3d:before {
  content: "\F42B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-printer-alert:before {
  content: "\F42C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-printer-settings:before {
  content: "\F706"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-priority-high:before {
  content: "\F603"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-priority-low:before {
  content: "\F604"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-professional-hexagon:before {
  content: "\F42D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-projector:before {
  content: "\F42E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-projector-screen:before {
  content: "\F42F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-publish:before {
  content: "\F6A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-pulse:before {
  content: "\F430"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-puzzle:before {
  content: "\F431"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-qqchat:before {
  content: "\F605"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-qrcode:before {
  content: "\F432"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-qrcode-scan:before {
  content: "\F433"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-quadcopter:before {
  content: "\F434"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-quality-high:before {
  content: "\F435"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-quicktime:before {
  content: "\F436"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radar:before {
  content: "\F437"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radiator:before {
  content: "\F438"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radio:before {
  content: "\F439"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radio-handheld:before {
  content: "\F43A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radio-tower:before {
  content: "\F43B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radioactive:before {
  content: "\F43C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radiobox-blank:before {
  content: "\F43D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-radiobox-marked:before {
  content: "\F43E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-raspberrypi:before {
  content: "\F43F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ray-end:before {
  content: "\F440"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ray-end-arrow:before {
  content: "\F441"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ray-start:before {
  content: "\F442"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ray-start-arrow:before {
  content: "\F443"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ray-start-end:before {
  content: "\F444"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ray-vertex:before {
  content: "\F445"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-react:before {
  content: "\F707"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-read:before {
  content: "\F447"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-receipt:before {
  content: "\F449"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-record:before {
  content: "\F44A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-record-rec:before {
  content: "\F44B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-recycle:before {
  content: "\F44C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reddit:before {
  content: "\F44D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-redo:before {
  content: "\F44E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-redo-variant:before {
  content: "\F44F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-refresh:before {
  content: "\F450"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-regex:before {
  content: "\F451"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-relative-scale:before {
  content: "\F452"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reload:before {
  content: "\F453"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-remote:before {
  content: "\F454"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rename-box:before {
  content: "\F455"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reorder-horizontal:before {
  content: "\F687"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reorder-vertical:before {
  content: "\F688"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-repeat:before {
  content: "\F456"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-repeat-off:before {
  content: "\F457"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-repeat-once:before {
  content: "\F458"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-replay:before {
  content: "\F459"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reply:before {
  content: "\F45A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reply-all:before {
  content: "\F45B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-reproduction:before {
  content: "\F45C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-resize-bottom-right:before {
  content: "\F45D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-responsive:before {
  content: "\F45E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-restart:before {
  content: "\F708"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-restore:before {
  content: "\F6A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rewind:before {
  content: "\F45F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rewind-outline:before {
  content: "\F709"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rhombus:before {
  content: "\F70A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rhombus-outline:before {
  content: "\F70B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ribbon:before {
  content: "\F460"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rice:before {
  content: "\F7E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ring:before {
  content: "\F7EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-road:before {
  content: "\F461"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-road-variant:before {
  content: "\F462"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-robot:before {
  content: "\F6A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rocket:before {
  content: "\F463"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-roomba:before {
  content: "\F70C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rotate-3d:before {
  content: "\F464"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rotate-left:before {
  content: "\F465"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rotate-left-variant:before {
  content: "\F466"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rotate-right:before {
  content: "\F467"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rotate-right-variant:before {
  content: "\F468"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rounded-corner:before {
  content: "\F607"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-router-wireless:before {
  content: "\F469"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-routes:before {
  content: "\F46A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rowing:before {
  content: "\F608"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rss:before {
  content: "\F46B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-rss-box:before {
  content: "\F46C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ruler:before {
  content: "\F46D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-run:before {
  content: "\F70D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-run-fast:before {
  content: "\F46E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sale:before {
  content: "\F46F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sass:before {
  content: "\F7EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-satellite:before {
  content: "\F470"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-satellite-variant:before {
  content: "\F471"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-saxophone:before {
  content: "\F609"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-scale:before {
  content: "\F472"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-scale-balance:before {
  content: "\F5D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-scale-bathroom:before {
  content: "\F473"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-scanner:before {
  content: "\F6AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-school:before {
  content: "\F474"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-screen-rotation:before {
  content: "\F475"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-screen-rotation-lock:before {
  content: "\F476"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-screwdriver:before {
  content: "\F477"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-script:before {
  content: "\F478"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sd:before {
  content: "\F479"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seal:before {
  content: "\F47A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-search-web:before {
  content: "\F70E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-flat:before {
  content: "\F47B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-flat-angled:before {
  content: "\F47C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-individual-suite:before {
  content: "\F47D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-legroom-extra:before {
  content: "\F47E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-legroom-normal:before {
  content: "\F47F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-legroom-reduced:before {
  content: "\F480"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-recline-extra:before {
  content: "\F481"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-seat-recline-normal:before {
  content: "\F482"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-security:before {
  content: "\F483"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-security-home:before {
  content: "\F689"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-security-network:before {
  content: "\F484"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-select:before {
  content: "\F485"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-select-all:before {
  content: "\F486"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-select-inverse:before {
  content: "\F487"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-select-off:before {
  content: "\F488"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-selection:before {
  content: "\F489"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-selection-off:before {
  content: "\F776"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-send:before {
  content: "\F48A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-send-secure:before {
  content: "\F7EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-serial-port:before {
  content: "\F65C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server:before {
  content: "\F48B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-minus:before {
  content: "\F48C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-network:before {
  content: "\F48D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-network-off:before {
  content: "\F48E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-off:before {
  content: "\F48F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-plus:before {
  content: "\F490"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-remove:before {
  content: "\F491"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-server-security:before {
  content: "\F492"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-all:before {
  content: "\F777"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-center:before {
  content: "\F778"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-center-right:before {
  content: "\F779"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-left:before {
  content: "\F77A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-left-center:before {
  content: "\F77B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-left-right:before {
  content: "\F77C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-none:before {
  content: "\F77D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-set-right:before {
  content: "\F77E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-settings:before {
  content: "\F493"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-settings-box:before {
  content: "\F494"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape:before {
  content: "\F830"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape-circle-plus:before {
  content: "\F65D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape-outline:before {
  content: "\F831"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape-plus:before {
  content: "\F495"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape-polygon-plus:before {
  content: "\F65E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape-rectangle-plus:before {
  content: "\F65F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shape-square-plus:before {
  content: "\F660"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-share:before {
  content: "\F496"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-share-variant:before {
  content: "\F497"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shield:before {
  content: "\F498"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shield-half-full:before {
  content: "\F77F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shield-outline:before {
  content: "\F499"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ship-wheel:before {
  content: "\F832"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shopping:before {
  content: "\F49A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shopping-music:before {
  content: "\F49B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shovel:before {
  content: "\F70F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shovel-off:before {
  content: "\F710"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shredder:before {
  content: "\F49C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shuffle:before {
  content: "\F49D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shuffle-disabled:before {
  content: "\F49E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-shuffle-variant:before {
  content: "\F49F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sigma:before {
  content: "\F4A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sigma-lower:before {
  content: "\F62B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sign-caution:before {
  content: "\F4A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sign-direction:before {
  content: "\F780"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sign-text:before {
  content: "\F781"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal:before {
  content: "\F4A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-2g:before {
  content: "\F711"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-3g:before {
  content: "\F712"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-4g:before {
  content: "\F713"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-hspa:before {
  content: "\F714"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-hspa-plus:before {
  content: "\F715"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-off:before {
  content: "\F782"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-signal-variant:before {
  content: "\F60A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-silverware:before {
  content: "\F4A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-silverware-fork:before {
  content: "\F4A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-silverware-spoon:before {
  content: "\F4A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-silverware-variant:before {
  content: "\F4A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sim:before {
  content: "\F4A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sim-alert:before {
  content: "\F4A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sim-off:before {
  content: "\F4A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sitemap:before {
  content: "\F4AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-backward:before {
  content: "\F4AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-forward:before {
  content: "\F4AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-next:before {
  content: "\F4AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-next-circle:before {
  content: "\F661"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-next-circle-outline:before {
  content: "\F662"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-previous:before {
  content: "\F4AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-previous-circle:before {
  content: "\F663"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skip-previous-circle-outline:before {
  content: "\F664"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skull:before {
  content: "\F68B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skype:before {
  content: "\F4AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-skype-business:before {
  content: "\F4B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-slack:before {
  content: "\F4B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sleep:before {
  content: "\F4B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sleep-off:before {
  content: "\F4B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-smoking:before {
  content: "\F4B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-smoking-off:before {
  content: "\F4B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-snapchat:before {
  content: "\F4B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-snowflake:before {
  content: "\F716"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-snowman:before {
  content: "\F4B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-soccer:before {
  content: "\F4B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-soccer-field:before {
  content: "\F833"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sofa:before {
  content: "\F4B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-solid:before {
  content: "\F68C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sort:before {
  content: "\F4BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sort-alphabetical:before {
  content: "\F4BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sort-ascending:before {
  content: "\F4BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sort-descending:before {
  content: "\F4BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sort-numeric:before {
  content: "\F4BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sort-variant:before {
  content: "\F4BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-soundcloud:before {
  content: "\F4C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-branch:before {
  content: "\F62C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit:before {
  content: "\F717"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit-end:before {
  content: "\F718"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit-end-local:before {
  content: "\F719"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit-local:before {
  content: "\F71A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit-next-local:before {
  content: "\F71B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit-start:before {
  content: "\F71C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-commit-start-next-local:before {
  content: "\F71D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-fork:before {
  content: "\F4C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-merge:before {
  content: "\F62D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-source-pull:before {
  content: "\F4C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-soy-sauce:before {
  content: "\F7ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-speaker:before {
  content: "\F4C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-speaker-off:before {
  content: "\F4C4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-speaker-wireless:before {
  content: "\F71E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-speedometer:before {
  content: "\F4C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-spellcheck:before {
  content: "\F4C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-spotify:before {
  content: "\F4C7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-spotlight:before {
  content: "\F4C8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-spotlight-beam:before {
  content: "\F4C9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-spray:before {
  content: "\F665"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-square:before {
  content: "\F763"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-square-inc:before {
  content: "\F4CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-square-inc-cash:before {
  content: "\F4CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-square-outline:before {
  content: "\F762"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-square-root:before {
  content: "\F783"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stack-overflow:before {
  content: "\F4CC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stackexchange:before {
  content: "\F60B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stadium:before {
  content: "\F71F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stairs:before {
  content: "\F4CD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-standard-definition:before {
  content: "\F7EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-star:before {
  content: "\F4CE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-star-circle:before {
  content: "\F4CF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-star-half:before {
  content: "\F4D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-star-off:before {
  content: "\F4D1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-star-outline:before {
  content: "\F4D2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-steam:before {
  content: "\F4D3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-steering:before {
  content: "\F4D4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-step-backward:before {
  content: "\F4D5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-step-backward-2:before {
  content: "\F4D6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-step-forward:before {
  content: "\F4D7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-step-forward-2:before {
  content: "\F4D8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stethoscope:before {
  content: "\F4D9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sticker:before {
  content: "\F5D0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sticker-emoji:before {
  content: "\F784"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stocking:before {
  content: "\F4DA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stop:before {
  content: "\F4DB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stop-circle:before {
  content: "\F666"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stop-circle-outline:before {
  content: "\F667"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-store:before {
  content: "\F4DC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-store-24-hour:before {
  content: "\F4DD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-stove:before {
  content: "\F4DE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-subdirectory-arrow-left:before {
  content: "\F60C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-subdirectory-arrow-right:before {
  content: "\F60D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-subway:before {
  content: "\F6AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-subway-variant:before {
  content: "\F4DF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-summit:before {
  content: "\F785"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sunglasses:before {
  content: "\F4E0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-surround-sound:before {
  content: "\F5C5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-surround-sound-2-0:before {
  content: "\F7EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-surround-sound-3-1:before {
  content: "\F7F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-surround-sound-5-1:before {
  content: "\F7F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-surround-sound-7-1:before {
  content: "\F7F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-svg:before {
  content: "\F720"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-swap-horizontal:before {
  content: "\F4E1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-swap-vertical:before {
  content: "\F4E2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-swim:before {
  content: "\F4E3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-switch:before {
  content: "\F4E4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sword:before {
  content: "\F4E5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sword-cross:before {
  content: "\F786"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sync:before {
  content: "\F4E6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sync-alert:before {
  content: "\F4E7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-sync-off:before {
  content: "\F4E8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tab:before {
  content: "\F4E9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tab-plus:before {
  content: "\F75B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tab-unselected:before {
  content: "\F4EA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table:before {
  content: "\F4EB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-column:before {
  content: "\F834"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-column-plus-after:before {
  content: "\F4EC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-column-plus-before:before {
  content: "\F4ED"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-column-remove:before {
  content: "\F4EE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-column-width:before {
  content: "\F4EF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-edit:before {
  content: "\F4F0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-large:before {
  content: "\F4F1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-of-contents:before {
  content: "\F835"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-row:before {
  content: "\F836"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-row-height:before {
  content: "\F4F2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-row-plus-after:before {
  content: "\F4F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-row-plus-before:before {
  content: "\F4F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-row-remove:before {
  content: "\F4F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-table-settings:before {
  content: "\F837"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tablet:before {
  content: "\F4F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tablet-android:before {
  content: "\F4F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tablet-ipad:before {
  content: "\F4F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-taco:before {
  content: "\F761"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag:before {
  content: "\F4F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-faces:before {
  content: "\F4FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-heart:before {
  content: "\F68A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-multiple:before {
  content: "\F4FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-outline:before {
  content: "\F4FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-plus:before {
  content: "\F721"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-remove:before {
  content: "\F722"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tag-text-outline:before {
  content: "\F4FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-target:before {
  content: "\F4FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-taxi:before {
  content: "\F4FF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-teamviewer:before {
  content: "\F500"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-telegram:before {
  content: "\F501"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-television:before {
  content: "\F502"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-television-box:before {
  content: "\F838"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-television-classic:before {
  content: "\F7F3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-television-classic-off:before {
  content: "\F839"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-television-guide:before {
  content: "\F503"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-television-off:before {
  content: "\F83A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-temperature-celsius:before {
  content: "\F504"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-temperature-fahrenheit:before {
  content: "\F505"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-temperature-kelvin:before {
  content: "\F506"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tennis:before {
  content: "\F507"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tent:before {
  content: "\F508"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-terrain:before {
  content: "\F509"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-test-tube:before {
  content: "\F668"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-text-shadow:before {
  content: "\F669"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-text-to-speech:before {
  content: "\F50A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-text-to-speech-off:before {
  content: "\F50B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-textbox:before {
  content: "\F60E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-textbox-password:before {
  content: "\F7F4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-texture:before {
  content: "\F50C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-theater:before {
  content: "\F50D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-theme-light-dark:before {
  content: "\F50E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thermometer:before {
  content: "\F50F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thermometer-lines:before {
  content: "\F510"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thought-bubble:before {
  content: "\F7F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thought-bubble-outline:before {
  content: "\F7F6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thumb-down:before {
  content: "\F511"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thumb-down-outline:before {
  content: "\F512"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thumb-up:before {
  content: "\F513"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thumb-up-outline:before {
  content: "\F514"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-thumbs-up-down:before {
  content: "\F515"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ticket:before {
  content: "\F516"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ticket-account:before {
  content: "\F517"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ticket-confirmation:before {
  content: "\F518"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ticket-percent:before {
  content: "\F723"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tie:before {
  content: "\F519"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tilde:before {
  content: "\F724"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timelapse:before {
  content: "\F51A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer:before {
  content: "\F51B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer-10:before {
  content: "\F51C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer-3:before {
  content: "\F51D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer-off:before {
  content: "\F51E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer-sand:before {
  content: "\F51F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer-sand-empty:before {
  content: "\F6AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timer-sand-full:before {
  content: "\F78B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-timetable:before {
  content: "\F520"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-toggle-switch:before {
  content: "\F521"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-toggle-switch-off:before {
  content: "\F522"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooltip:before {
  content: "\F523"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooltip-edit:before {
  content: "\F524"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooltip-image:before {
  content: "\F525"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooltip-outline:before {
  content: "\F526"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooltip-outline-plus:before {
  content: "\F527"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooltip-text:before {
  content: "\F528"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tooth:before {
  content: "\F529"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tor:before {
  content: "\F52A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tower-beach:before {
  content: "\F680"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tower-fire:before {
  content: "\F681"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-towing:before {
  content: "\F83B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trackpad:before {
  content: "\F7F7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-traffic-light:before {
  content: "\F52B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-train:before {
  content: "\F52C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tram:before {
  content: "\F52D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-transcribe:before {
  content: "\F52E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-transcribe-close:before {
  content: "\F52F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-transfer:before {
  content: "\F530"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-transit-transfer:before {
  content: "\F6AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-translate:before {
  content: "\F5CA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-treasure-chest:before {
  content: "\F725"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tree:before {
  content: "\F531"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trello:before {
  content: "\F532"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trending-down:before {
  content: "\F533"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trending-neutral:before {
  content: "\F534"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trending-up:before {
  content: "\F535"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-triangle:before {
  content: "\F536"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-triangle-outline:before {
  content: "\F537"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trophy:before {
  content: "\F538"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trophy-award:before {
  content: "\F539"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trophy-outline:before {
  content: "\F53A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trophy-variant:before {
  content: "\F53B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-trophy-variant-outline:before {
  content: "\F53C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-truck:before {
  content: "\F53D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-truck-delivery:before {
  content: "\F53E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-truck-fast:before {
  content: "\F787"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-truck-trailer:before {
  content: "\F726"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tshirt-crew:before {
  content: "\F53F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tshirt-v:before {
  content: "\F540"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tumblr:before {
  content: "\F541"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tumblr-reblog:before {
  content: "\F542"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tune:before {
  content: "\F62E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-tune-vertical:before {
  content: "\F66A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-twitch:before {
  content: "\F543"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-twitter:before {
  content: "\F544"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-twitter-box:before {
  content: "\F545"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-twitter-circle:before {
  content: "\F546"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-twitter-retweet:before {
  content: "\F547"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-uber:before {
  content: "\F748"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ubuntu:before {
  content: "\F548"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ultra-high-definition:before {
  content: "\F7F8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-umbraco:before {
  content: "\F549"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-umbrella:before {
  content: "\F54A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-umbrella-outline:before {
  content: "\F54B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-undo:before {
  content: "\F54C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-undo-variant:before {
  content: "\F54D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-unfold-less-horizontal:before {
  content: "\F54E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-unfold-less-vertical:before {
  content: "\F75F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-unfold-more-horizontal:before {
  content: "\F54F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-unfold-more-vertical:before {
  content: "\F760"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-ungroup:before {
  content: "\F550"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-unity:before {
  content: "\F6AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-untappd:before {
  content: "\F551"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-update:before {
  content: "\F6AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-upload:before {
  content: "\F552"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-upload-multiple:before {
  content: "\F83C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-upload-network:before {
  content: "\F6F5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-usb:before {
  content: "\F553"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-van-passenger:before {
  content: "\F7F9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-van-utility:before {
  content: "\F7FA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vanish:before {
  content: "\F7FB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-arrange-above:before {
  content: "\F554"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-arrange-below:before {
  content: "\F555"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-circle:before {
  content: "\F556"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-circle-variant:before {
  content: "\F557"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-combine:before {
  content: "\F558"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-curve:before {
  content: "\F559"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-difference:before {
  content: "\F55A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-difference-ab:before {
  content: "\F55B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-difference-ba:before {
  content: "\F55C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-intersection:before {
  content: "\F55D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-line:before {
  content: "\F55E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-point:before {
  content: "\F55F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-polygon:before {
  content: "\F560"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-polyline:before {
  content: "\F561"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-radius:before {
  content: "\F749"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-rectangle:before {
  content: "\F5C6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-selection:before {
  content: "\F562"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-square:before {
  content: "\F001"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-triangle:before {
  content: "\F563"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vector-union:before {
  content: "\F564"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-venmo:before {
  content: "\F578"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-verified:before {
  content: "\F565"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vibrate:before {
  content: "\F566"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video:before {
  content: "\F567"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-3d:before {
  content: "\F7FC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-4k-box:before {
  content: "\F83D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-input-antenna:before {
  content: "\F83E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-input-component:before {
  content: "\F83F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-input-hdmi:before {
  content: "\F840"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-input-svideo:before {
  content: "\F841"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-off:before {
  content: "\F568"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-video-switch:before {
  content: "\F569"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-agenda:before {
  content: "\F56A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-array:before {
  content: "\F56B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-carousel:before {
  content: "\F56C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-column:before {
  content: "\F56D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-dashboard:before {
  content: "\F56E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-dashboard-variant:before {
  content: "\F842"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-day:before {
  content: "\F56F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-grid:before {
  content: "\F570"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-headline:before {
  content: "\F571"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-list:before {
  content: "\F572"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-module:before {
  content: "\F573"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-parallel:before {
  content: "\F727"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-quilt:before {
  content: "\F574"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-sequential:before {
  content: "\F728"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-stream:before {
  content: "\F575"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-view-week:before {
  content: "\F576"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vimeo:before {
  content: "\F577"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-violin:before {
  content: "\F60F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-visualstudio:before {
  content: "\F610"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vk:before {
  content: "\F579"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vk-box:before {
  content: "\F57A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vk-circle:before {
  content: "\F57B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vlc:before {
  content: "\F57C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-voice:before {
  content: "\F5CB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-voicemail:before {
  content: "\F57D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-high:before {
  content: "\F57E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-low:before {
  content: "\F57F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-medium:before {
  content: "\F580"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-minus:before {
  content: "\F75D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-mute:before {
  content: "\F75E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-off:before {
  content: "\F581"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-volume-plus:before {
  content: "\F75C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vpn:before {
  content: "\F582"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-vuejs:before {
  content: "\F843"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-walk:before {
  content: "\F583"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wall:before {
  content: "\F7FD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wallet:before {
  content: "\F584"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wallet-giftcard:before {
  content: "\F585"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wallet-membership:before {
  content: "\F586"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wallet-travel:before {
  content: "\F587"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wan:before {
  content: "\F588"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-washing-machine:before {
  content: "\F729"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-watch:before {
  content: "\F589"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-watch-export:before {
  content: "\F58A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-watch-import:before {
  content: "\F58B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-watch-vibrate:before {
  content: "\F6B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-water:before {
  content: "\F58C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-water-off:before {
  content: "\F58D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-water-percent:before {
  content: "\F58E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-water-pump:before {
  content: "\F58F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-watermark:before {
  content: "\F612"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-waves:before {
  content: "\F78C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-cloudy:before {
  content: "\F590"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-fog:before {
  content: "\F591"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-hail:before {
  content: "\F592"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-lightning:before {
  content: "\F593"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-lightning-rainy:before {
  content: "\F67D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-night:before {
  content: "\F594"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-partlycloudy:before {
  content: "\F595"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-pouring:before {
  content: "\F596"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-rainy:before {
  content: "\F597"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-snowy:before {
  content: "\F598"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-snowy-rainy:before {
  content: "\F67E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-sunny:before {
  content: "\F599"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-sunset:before {
  content: "\F59A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-sunset-down:before {
  content: "\F59B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-sunset-up:before {
  content: "\F59C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-windy:before {
  content: "\F59D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weather-windy-variant:before {
  content: "\F59E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-web:before {
  content: "\F59F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-webcam:before {
  content: "\F5A0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-webhook:before {
  content: "\F62F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-webpack:before {
  content: "\F72A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wechat:before {
  content: "\F611"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weight:before {
  content: "\F5A1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-weight-kilogram:before {
  content: "\F5A2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-whatsapp:before {
  content: "\F5A3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wheelchair-accessibility:before {
  content: "\F5A4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-white-balance-auto:before {
  content: "\F5A5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-white-balance-incandescent:before {
  content: "\F5A6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-white-balance-iridescent:before {
  content: "\F5A7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-white-balance-sunny:before {
  content: "\F5A8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-widgets:before {
  content: "\F72B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wifi:before {
  content: "\F5A9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wifi-off:before {
  content: "\F5AA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wii:before {
  content: "\F5AB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wiiu:before {
  content: "\F72C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wikipedia:before {
  content: "\F5AC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-window-close:before {
  content: "\F5AD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-window-closed:before {
  content: "\F5AE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-window-maximize:before {
  content: "\F5AF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-window-minimize:before {
  content: "\F5B0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-window-open:before {
  content: "\F5B1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-window-restore:before {
  content: "\F5B2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-windows:before {
  content: "\F5B3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wordpress:before {
  content: "\F5B4"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-worker:before {
  content: "\F5B5"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wrap:before {
  content: "\F5B6"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wrench:before {
  content: "\F5B7"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-wunderlist:before {
  content: "\F5B8"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xamarin:before {
  content: "\F844"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xamarin-outline:before {
  content: "\F845"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xaml:before {
  content: "\F673"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox:before {
  content: "\F5B9"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller:before {
  content: "\F5BA"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-battery-alert:before {
  content: "\F74A"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-battery-empty:before {
  content: "\F74B"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-battery-full:before {
  content: "\F74C"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-battery-low:before {
  content: "\F74D"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-battery-medium:before {
  content: "\F74E"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-battery-unknown:before {
  content: "\F74F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xbox-controller-off:before {
  content: "\F5BB"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xda:before {
  content: "\F5BC"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xing:before {
  content: "\F5BD"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xing-box:before {
  content: "\F5BE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xing-circle:before {
  content: "\F5BF"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xml:before {
  content: "\F5C0"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-xmpp:before {
  content: "\F7FE"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-yammer:before {
  content: "\F788"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-yeast:before {
  content: "\F5C1"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-yelp:before {
  content: "\F5C2"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-yin-yang:before {
  content: "\F67F"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-youtube-creator-studio:before {
  content: "\F846"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-youtube-gaming:before {
  content: "\F847"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-youtube-play:before {
  content: "\F5C3"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-youtube-tv:before {
  content: "\F448"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-zip-box:before {
  content: "\F5C4"; }

/* line 7, application/src/main/webapp/resources/fonts/materialdesign/scss/_icons.scss */
.mdi-blank:before {
  content: "\F68C";
  visibility: hidden; }

/* line 4, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px; }

/* line 4, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px; }

/* line 4, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px; }

/* line 4, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px; }

/* line 12, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54); }

/* line 15, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26); }

/* line 20, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-light:before {
  color: white; }

/* line 23, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-45:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-135:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-225:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

/* line 30, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */ }
  /* line 31, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
  .mdi-rotate-315:before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }

/* line 54, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* line 60, application/src/main/webapp/resources/fonts/materialdesign/scss/_extras.scss */
.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

/* line 2, application/src/main/webapp/resources/fonts/materialdesign/scss/_animated.scss */
.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear; }

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/*# sourceMappingURL=../../../../../target/main.css.map */
