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

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

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0078d7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #004d8b;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .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(108, 117, 125, 0.5); }

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .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(23, 162, 184, 0.5); }

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .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(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .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(248, 249, 250, 0.5); }

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .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(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #0078d7;
  background-color: transparent; }
  .btn-link:hover {
    color: #004d8b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0078d7;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #004d8b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

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

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

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

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

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

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

.media-body {
  flex: 1; }

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
@keyframes ms-slideRightIn10 {
  from {
    transform: translate3d(-10px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideRightIn20 {
  from {
    transform: translate3d(-20px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideRightIn40 {
  from {
    transform: translate3d(-40px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideRightIn400 {
  from {
    transform: translate3d(-400px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideRightOut40 {
  from {
    transform: translate3d(0px, 0px, 0px); }
  to {
    transform: translate3d(40px, 0px, 0px); } }

@keyframes ms-slideRightOut400 {
  from {
    transform: translate3d(0, 0px, 0px); }
  to {
    transform: translate3d(400px, 0px, 0px); } }

@keyframes ms-slideLeftIn10 {
  from {
    transform: translate3d(10px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideLeftIn20 {
  from {
    transform: translate3d(20px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideLeftIn40 {
  from {
    transform: translate3d(40px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideLeftIn400 {
  from {
    transform: translate3d(400px, 0px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideLeftOut40 {
  from {
    transform: translate3d(0, 0px, 0px); }
  to {
    transform: translate3d(-40px, 0px, 0px); } }

@keyframes ms-slideLeftOut400 {
  from {
    transform: translate3d(0, 0px, 0px); }
  to {
    transform: translate3d(-400px, 0px, 0px); } }

@keyframes ms-slideUpIn10 {
  from {
    transform: translate3d(0px, 10px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideUpIn20 {
  from {
    transform: translate3d(0px, 20px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideDownIn10 {
  from {
    transform: translate3d(0px, -10px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideDownIn20 {
  from {
    transform: translate3d(0px, -20px, 0px); }
  to {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes ms-slideUpOut10 {
  from {
    transform: translate3d(0px, 0, 0px); }
  to {
    transform: translate3d(0px, -10px, 0px); } }

@keyframes ms-slideUpOut20 {
  from {
    transform: translate3d(0px, 0, 0px); }
  to {
    transform: translate3d(0px, -20px, 0px); } }

@keyframes ms-slideDownOut10 {
  from {
    transform: translate3d(0px, 0, 0px); }
  to {
    transform: translate3d(0px, 10px, 0px); } }

@keyframes ms-slideDownOut20 {
  from {
    transform: translate3d(0px, 0, 0px); }
  to {
    transform: translate3d(0px, 20px, 0px); } }

@keyframes ms-scaleUp100 {
  from {
    transform: scale3d(0.98, 0.98, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes ms-scaleUp103 {
  from {
    transform: scale3d(1, 1, 1); }
  to {
    transform: scale3d(1.03, 1.03, 1); } }

@keyframes ms-scaleDown98 {
  from {
    transform: scale3d(1, 1, 1); }
  to {
    transform: scale3d(0.98, 0.98, 1); } }

@keyframes ms-scaleDown100 {
  from {
    transform: scale3d(1.03, 1.03, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes ms-fadeIn {
  from {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); }
  to {
    opacity: 1; } }

@keyframes ms-fadeOut {
  from {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); }
  to {
    opacity: 0; } }

@keyframes ms-rotate90 {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(90deg); } }

@keyframes ms-rotateN90 {
  from {
    transform: rotateZ(90deg); }
  to {
    transform: rotateZ(0deg); } }

[dir='ltr'] .ms-slideRightIn10 {
  animation-name: ms-fadeIn, ms-slideRightIn10;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideRightIn10 {
      animation: none; } }

[dir='rtl'] .ms-slideRightIn10 {
  animation-name: ms-fadeIn, ms-slideLeftIn10;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideRightIn10 {
      animation: none; } }

[dir='ltr'] .ms-slideRightIn20 {
  animation-name: ms-fadeIn, ms-slideRightIn20;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideRightIn20 {
      animation: none; } }

[dir='rtl'] .ms-slideRightIn20 {
  animation-name: ms-fadeIn, ms-slideLeftIn20;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideRightIn20 {
      animation: none; } }

[dir='ltr'] .ms-slideRightIn40 {
  animation-name: ms-fadeIn, ms-slideRightIn40;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideRightIn40 {
      animation: none; } }

[dir='rtl'] .ms-slideRightIn40 {
  animation-name: ms-fadeIn, ms-slideLeftIn40;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideRightIn40 {
      animation: none; } }

[dir='ltr'] .ms-slideRightIn400 {
  animation-name: ms-fadeIn, ms-slideRightIn400;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideRightIn400 {
      animation: none; } }

[dir='rtl'] .ms-slideRightIn400 {
  animation-name: ms-fadeIn, ms-slideLeftIn400;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideRightIn400 {
      animation: none; } }

[dir='ltr'] .ms-slideRightOut40 {
  animation-name: ms-fadeOut, ms-slideRightOut40;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideRightOut40 {
      animation: none; } }

[dir='rtl'] .ms-slideRightOut40 {
  animation-name: ms-fadeOut, ms-slideLeftOut40;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideRightOut40 {
      animation: none; } }

[dir='ltr'] .ms-slideRightOut400 {
  animation-name: ms-fadeOut, ms-slideRightOut400;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideRightOut400 {
      animation: none; } }

[dir='rtl'] .ms-slideRightOut400 {
  animation-name: ms-fadeOut, ms-slideLeftOut400;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideRightOut400 {
      animation: none; } }

[dir='ltr'] .ms-slideLeftIn10 {
  animation-name: ms-fadeIn, ms-slideLeftIn10;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideLeftIn10 {
      animation: none; } }

[dir='rtl'] .ms-slideLeftIn10 {
  animation-name: ms-fadeIn, ms-slideRightIn10;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideLeftIn10 {
      animation: none; } }

[dir='ltr'] .ms-slideLeftIn20 {
  animation-name: ms-fadeIn, ms-slideLeftIn20;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideLeftIn20 {
      animation: none; } }

[dir='rtl'] .ms-slideLeftIn20 {
  animation-name: ms-fadeIn, ms-slideRightIn20;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideLeftIn20 {
      animation: none; } }

[dir='ltr'] .ms-slideLeftIn40 {
  animation-name: ms-fadeIn, ms-slideLeftIn40;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideLeftIn40 {
      animation: none; } }

[dir='rtl'] .ms-slideLeftIn40 {
  animation-name: ms-fadeIn, ms-slideRightIn40;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideLeftIn40 {
      animation: none; } }

[dir='ltr'] .ms-slideLeftIn400 {
  animation-name: ms-fadeIn, ms-slideLeftIn400;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideLeftIn400 {
      animation: none; } }

[dir='rtl'] .ms-slideLeftIn400 {
  animation-name: ms-fadeIn, ms-slideRightIn400;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideLeftIn400 {
      animation: none; } }

[dir='ltr'] .ms-slideLeftOut40 {
  animation-name: ms-fadeOut, ms-slideLeftOut40;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideLeftOut40 {
      animation: none; } }

[dir='rtl'] .ms-slideLeftOut40 {
  animation-name: ms-fadeOut, ms-slideRightOut40;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideLeftOut40 {
      animation: none; } }

[dir='ltr'] .ms-slideLeftOut400 {
  animation-name: ms-fadeOut, ms-slideLeftOut400;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-slideLeftOut400 {
      animation: none; } }

[dir='rtl'] .ms-slideLeftOut400 {
  animation-name: ms-fadeOut, ms-slideRightOut400;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-slideLeftOut400 {
      animation: none; } }

.ms-slideUpIn10 {
  animation-name: ms-fadeIn, ms-slideUpIn10;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideUpIn10 {
      animation: none; } }

.ms-slideUpIn20 {
  animation-name: ms-fadeIn, ms-slideUpIn20;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideUpIn20 {
      animation: none; } }

.ms-slideDownIn10 {
  animation-name: ms-fadeIn, ms-slideDownIn10;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideDownIn10 {
      animation: none; } }

.ms-slideDownIn20 {
  animation-name: ms-fadeIn, ms-slideDownIn20;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideDownIn20 {
      animation: none; } }

.ms-slideUpOut10 {
  animation-name: ms-fadeOut, ms-slideUpOut10;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideUpOut10 {
      animation: none; } }

.ms-slideUpOut20 {
  animation-name: ms-fadeOut, ms-slideUpOut20;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideUpOut20 {
      animation: none; } }

.ms-slideDownOut10 {
  animation-name: ms-fadeOut, ms-slideDownOut10;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideDownOut10 {
      animation: none; } }

.ms-slideDownOut20 {
  animation-name: ms-fadeOut, ms-slideDownOut20;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-slideDownOut20 {
      animation: none; } }

.ms-scaleUpIn100 {
  animation-name: ms-fadeIn, ms-scaleUp100;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-scaleUpIn100 {
      animation: none; } }

.ms-scaleUpOut103 {
  animation-name: ms-fadeOut, ms-scaleUp103;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-scaleUpOut103 {
      animation: none; } }

.ms-scaleDownOut98 {
  animation-name: ms-fadeOut, ms-scaleDown98;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-scaleDownOut98 {
      animation: none; } }

.ms-scaleDownIn100 {
  animation-name: ms-fadeIn, ms-scaleDown100;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-scaleDownIn100 {
      animation: none; } }

.ms-fadeIn100 {
  animation-name: ms-fadeIn;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeIn100 {
      animation: none; } }

.ms-fadeIn200 {
  animation-name: ms-fadeIn;
  animation-duration: 0.267s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeIn200 {
      animation: none; } }

.ms-fadeIn400 {
  animation-name: ms-fadeIn;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeIn400 {
      animation: none; } }

.ms-fadeIn500 {
  animation-name: ms-fadeIn;
  animation-duration: 0.467s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeIn500 {
      animation: none; } }

.ms-fadeOut100 {
  animation-name: ms-fadeOut;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeOut100 {
      animation: none; } }

.ms-fadeOut200 {
  animation-name: ms-fadeOut;
  animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeOut200 {
      animation: none; } }

.ms-fadeOut400 {
  animation-name: ms-fadeOut;
  animation-duration: 0.367s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeOut400 {
      animation: none; } }

.ms-fadeOut500 {
  animation-name: ms-fadeOut;
  animation-duration: 0.467s;
  animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    .ms-fadeOut500 {
      animation: none; } }

.ms-expandCollapse100 {
  transition: height 0.1s cubic-bezier(0.1, 0.25, 0.75, 0.9); }
  @media (prefers-reduced-motion: reduce) {
    .ms-expandCollapse100 {
      transition: none; } }

.ms-expandCollapse200 {
  transition: height 0.167s cubic-bezier(0.1, 0.25, 0.75, 0.9); }
  @media (prefers-reduced-motion: reduce) {
    .ms-expandCollapse200 {
      transition: none; } }

.ms-expandCollapse400 {
  transition: height 0.367s cubic-bezier(0.1, 0.25, 0.75, 0.9); }
  @media (prefers-reduced-motion: reduce) {
    .ms-expandCollapse400 {
      transition: none; } }

.ms-delay100 {
  animation-delay: 0.167s; }

.ms-delay200 {
  animation-delay: 0.267s; }

[dir='ltr'] .ms-rotate90deg {
  animation-name: ms-rotate90;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-rotate90deg {
      animation: none; } }

[dir='rtl'] .ms-rotate90deg {
  animation-name: ms-rotateN90;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-rotate90deg {
      animation: none; } }

[dir='ltr'] .ms-rotateN90deg {
  animation-name: ms-rotateN90;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='ltr'] .ms-rotateN90deg {
      animation: none; } }

[dir='rtl'] .ms-rotateN90deg {
  animation-name: ms-rotate90;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both; }
  @media (prefers-reduced-motion: reduce) {
    [dir='rtl'] .ms-rotateN90deg {
      animation: none; } }

.ms-BrandIcon--access.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png); }

.ms-BrandIcon--access.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png); }

.ms-BrandIcon--access.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png); }

.ms-BrandIcon--excel.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png); }

.ms-BrandIcon--excel.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png); }

.ms-BrandIcon--excel.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png); }

.ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png); }

.ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png); }

.ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png); }

.ms-BrandIcon--office.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png); }

.ms-BrandIcon--office.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png); }

.ms-BrandIcon--office.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png); }

.ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png); }

.ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png); }

.ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png); }

.ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png); }

.ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png); }

.ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png); }

.ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png); }

.ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png); }

.ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png); }

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png); }

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png); }

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png); }

.ms-BrandIcon--project.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png); }

.ms-BrandIcon--project.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png); }

.ms-BrandIcon--project.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png); }

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png); }

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png); }

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png); }

.ms-BrandIcon--visio.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png); }

.ms-BrandIcon--visio.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png); }

.ms-BrandIcon--visio.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png); }

.ms-BrandIcon--word.ms-BrandIcon--icon16 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png); }

.ms-BrandIcon--word.ms-BrandIcon--icon48 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png); }

.ms-BrandIcon--word.ms-BrandIcon--icon96 {
  background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png); }

.ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/accdb.png); }

.ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/accdb.png); }

.ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/accdb.png); }

.ms-BrandIcon--archive.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/archive.png); }

.ms-BrandIcon--archive.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/archive.png); }

.ms-BrandIcon--archive.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/archive.png); }

.ms-BrandIcon--audio.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/audio.png); }

.ms-BrandIcon--audio.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/audio.png); }

.ms-BrandIcon--audio.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/audio.png); }

.ms-BrandIcon--code.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/code.png); }

.ms-BrandIcon--code.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/code.png); }

.ms-BrandIcon--code.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/code.png); }

.ms-BrandIcon--csv.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/csv.png); }

.ms-BrandIcon--csv.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/csv.png); }

.ms-BrandIcon--csv.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/csv.png); }

.ms-BrandIcon--docset.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/docset.png); }

.ms-BrandIcon--docset.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/docset.png); }

.ms-BrandIcon--docset.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/docset.png); }

.ms-BrandIcon--docx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/docx.png); }

.ms-BrandIcon--docx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/docx.png); }

.ms-BrandIcon--docx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/docx.png); }

.ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/dotx.png); }

.ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/dotx.png); }

.ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/dotx.png); }

.ms-BrandIcon--email.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/email.png); }

.ms-BrandIcon--email.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/email.png); }

.ms-BrandIcon--email.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/email.png); }

.ms-BrandIcon--exe.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/exe.png); }

.ms-BrandIcon--exe.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/exe.png); }

.ms-BrandIcon--exe.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/exe.png); }

.ms-BrandIcon--folder.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/folder.png); }

.ms-BrandIcon--folder.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/folder.png); }

.ms-BrandIcon--folder.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/folder.png); }

.ms-BrandIcon--font.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/font.png); }

.ms-BrandIcon--font.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/font.png); }

.ms-BrandIcon--font.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/font.png); }

.ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/genericfile.png); }

.ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/genericfile.png); }

.ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/genericfile.png); }

.ms-BrandIcon--html.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/html.png); }

.ms-BrandIcon--html.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/html.png); }

.ms-BrandIcon--html.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/html.png); }

.ms-BrandIcon--link.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/link.png); }

.ms-BrandIcon--link.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/link.png); }

.ms-BrandIcon--link.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/link.png); }

.ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/listitem.png); }

.ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/listitem.png); }

.ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/listitem.png); }

.ms-BrandIcon--model.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/model.png); }

.ms-BrandIcon--model.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/model.png); }

.ms-BrandIcon--model.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/model.png); }

.ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/mpp.png); }

.ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/mpp.png); }

.ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/mpp.png); }

.ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/mpt.png); }

.ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/mpt.png); }

.ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/mpt.png); }

.ms-BrandIcon--odp.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/odp.png); }

.ms-BrandIcon--odp.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/odp.png); }

.ms-BrandIcon--odp.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/odp.png); }

.ms-BrandIcon--ods.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/ods.png); }

.ms-BrandIcon--ods.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/ods.png); }

.ms-BrandIcon--ods.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/ods.png); }

.ms-BrandIcon--odt.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/odt.png); }

.ms-BrandIcon--odt.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/odt.png); }

.ms-BrandIcon--odt.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/odt.png); }

.ms-BrandIcon--one.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/one.png); }

.ms-BrandIcon--one.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/one.png); }

.ms-BrandIcon--one.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/one.png); }

.ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/onetoc.png); }

.ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/onetoc.png); }

.ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/onetoc.png); }

.ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/pdf.png); }

.ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/pdf.png); }

.ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/pdf.png); }

.ms-BrandIcon--photo.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/photo.png); }

.ms-BrandIcon--photo.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/photo.png); }

.ms-BrandIcon--photo.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/photo.png); }

.ms-BrandIcon--potx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/potx.png); }

.ms-BrandIcon--potx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/potx.png); }

.ms-BrandIcon--potx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/potx.png); }

.ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/ppsx.png); }

.ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/ppsx.png); }

.ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/ppsx.png); }

.ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/pptx.png); }

.ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/pptx.png); }

.ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/pptx.png); }

.ms-BrandIcon--pub.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/pub.png); }

.ms-BrandIcon--pub.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/pub.png); }

.ms-BrandIcon--pub.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/pub.png); }

.ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/rtf.png); }

.ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/rtf.png); }

.ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/rtf.png); }

.ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/sharedfolder.png); }

.ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/sharedfolder.png); }

.ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/sharedfolder.png); }

.ms-BrandIcon--spo.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/spo.png); }

.ms-BrandIcon--spo.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/spo.png); }

.ms-BrandIcon--spo.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/spo.png); }

.ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/sysfile.png); }

.ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/sysfile.png); }

.ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/sysfile.png); }

.ms-BrandIcon--txt.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/txt.png); }

.ms-BrandIcon--txt.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/txt.png); }

.ms-BrandIcon--txt.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/txt.png); }

.ms-BrandIcon--vector.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/vector.png); }

.ms-BrandIcon--vector.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/vector.png); }

.ms-BrandIcon--vector.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/vector.png); }

.ms-BrandIcon--video.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/video.png); }

.ms-BrandIcon--video.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/video.png); }

.ms-BrandIcon--video.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/video.png); }

.ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/vsdx.png); }

.ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/vsdx.png); }

.ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/vsdx.png); }

.ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/vssx.png); }

.ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/vssx.png); }

.ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/vssx.png); }

.ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/vstx.png); }

.ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/vstx.png); }

.ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/vstx.png); }

.ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/xlsx.png); }

.ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/xlsx.png); }

.ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/xlsx.png); }

.ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/xltx.png); }

.ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/xltx.png); }

.ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/xltx.png); }

.ms-BrandIcon--xml.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/xml.png); }

.ms-BrandIcon--xml.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/xml.png); }

.ms-BrandIcon--xml.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/xml.png); }

.ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/xsn.png); }

.ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/xsn.png); }

.ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/xsn.png); }

.ms-BrandIcon--zip.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/zip.png); }

.ms-BrandIcon--zip.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/zip.png); }

.ms-BrandIcon--zip.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/zip.png); }

.ms-BrandIcon--icon16 {
  background-size: 100% 100%;
  width: 16px;
  height: 16px; }

.ms-BrandIcon--icon48 {
  background-size: 100% 100%;
  width: 48px;
  height: 48px; }

.ms-BrandIcon--icon96 {
  background-size: 100% 100%;
  width: 96px;
  height: 96px; }

@media only screen and (min-resolution: 144dpi) {
  .ms-BrandIcon--access.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png); }
  .ms-BrandIcon--access.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png); }
  .ms-BrandIcon--access.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/accdb.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/accdb.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/accdb.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/archive.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/archive.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/archive.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/audio.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/audio.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/audio.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/code.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/code.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/code.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/csv.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/csv.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/csv.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/docset.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/docset.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/docset.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/docx.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/docx.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/docx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/dotx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/dotx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/dotx.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/email.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/email.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/email.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/exe.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/exe.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/exe.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/folder.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/folder.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/folder.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/font.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/font.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/font.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/genericfile.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/genericfile.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/genericfile.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/html.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/html.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/html.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/link.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/link.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/link.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/listitem.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/listitem.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/listitem.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/model.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/model.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/model.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/mpp.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/mpp.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/mpp.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/mpt.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/mpt.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/mpt.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/odp.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/odp.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/odp.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/ods.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/ods.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/ods.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/odt.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/odt.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/odt.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/one.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/one.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/one.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/onetoc.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/onetoc.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/onetoc.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/pdf.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/pdf.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/pdf.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/photo.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/photo.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/photo.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/potx.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/potx.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/potx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/ppsx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/ppsx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/ppsx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/pptx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/pptx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/pptx.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/pub.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/pub.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/pub.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/rtf.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/rtf.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/rtf.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/sharedfolder.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/sharedfolder.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/sharedfolder.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/spo.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/spo.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/spo.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/sysfile.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/sysfile.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/sysfile.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/txt.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/txt.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/txt.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/vector.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/vector.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/vector.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/video.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/video.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/video.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/vsdx.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/vsdx.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/vsdx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/vssx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/vssx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/vssx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/vstx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/vstx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/vstx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/xlsx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/xlsx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/xlsx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/xltx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/xltx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/xltx.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/xml.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/xml.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/xml.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/xsn.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/xsn.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/xsn.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/zip.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/zip.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/zip.png); } }

@media only screen and (min-resolution: 192dpi) {
  .ms-BrandIcon--access.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png); }
  .ms-BrandIcon--access.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png); }
  .ms-BrandIcon--access.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/accdb.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/accdb.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/accdb.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/archive.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/archive.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/archive.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/audio.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/audio.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/audio.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/code.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/code.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/code.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/csv.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/csv.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/csv.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/docset.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/docset.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/docset.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/docx.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/docx.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/docx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/dotx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/dotx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/dotx.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/email.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/email.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/email.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/exe.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/exe.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/exe.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/folder.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/folder.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/folder.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/font.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/font.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/font.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/genericfile.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/genericfile.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/genericfile.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/html.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/html.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/html.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/link.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/link.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/link.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/listitem.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/listitem.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/listitem.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/model.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/model.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/model.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/mpp.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/mpp.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/mpp.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/mpt.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/mpt.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/mpt.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/odp.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/odp.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/odp.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/ods.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/ods.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/ods.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/odt.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/odt.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/odt.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/one.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/one.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/one.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/onetoc.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/onetoc.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/onetoc.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/pdf.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/pdf.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/pdf.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/photo.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/photo.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/photo.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/potx.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/potx.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/potx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/ppsx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/ppsx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/ppsx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/pptx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/pptx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/pptx.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/pub.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/pub.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/pub.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/rtf.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/rtf.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/rtf.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/sharedfolder.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/sharedfolder.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/sharedfolder.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/spo.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/spo.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/spo.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/sysfile.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/sysfile.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/sysfile.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/txt.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/txt.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/txt.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/vector.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/vector.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/vector.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/video.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/video.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/video.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/vsdx.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/vsdx.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/vsdx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/vssx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/vssx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/vssx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/vstx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/vstx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/vstx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/xlsx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/xlsx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/xlsx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/xltx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/xltx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/xltx.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/xml.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/xml.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/xml.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/xsn.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/xsn.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/xsn.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/zip.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/zip.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/zip.png); } }

@media only screen and (min-resolution: 288dpi) {
  .ms-BrandIcon--access.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png); }
  .ms-BrandIcon--access.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png); }
  .ms-BrandIcon--access.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png); }
  .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png); }
  .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png); }
  .ms-BrandIcon--office.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png); }
  .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png); }
  .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png); }
  .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png); }
  .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png); }
  .ms-BrandIcon--project.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png); }
  .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png); }
  .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png); }
  .ms-BrandIcon--word.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/accdb.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/accdb.png); }
  .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/accdb.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/archive.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/archive.png); }
  .ms-BrandIcon--archive.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/archive.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/audio.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/audio.png); }
  .ms-BrandIcon--audio.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/audio.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/code.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/code.png); }
  .ms-BrandIcon--code.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/code.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/csv.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/csv.png); }
  .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/csv.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/docset.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/docset.png); }
  .ms-BrandIcon--docset.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/docset.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/docx.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/docx.png); }
  .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/docx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/dotx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/dotx.png); }
  .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/dotx.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/email.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/email.png); }
  .ms-BrandIcon--email.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/email.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/exe.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/exe.png); }
  .ms-BrandIcon--exe.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/exe.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/folder.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/folder.png); }
  .ms-BrandIcon--folder.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/folder.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/font.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/font.png); }
  .ms-BrandIcon--font.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/font.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/genericfile.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/genericfile.png); }
  .ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/genericfile.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/html.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/html.png); }
  .ms-BrandIcon--html.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/html.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/link.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/link.png); }
  .ms-BrandIcon--link.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/link.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/listitem.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/listitem.png); }
  .ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/listitem.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/model.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/model.png); }
  .ms-BrandIcon--model.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/model.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/mpp.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/mpp.png); }
  .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/mpp.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/mpt.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/mpt.png); }
  .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/mpt.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/odp.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/odp.png); }
  .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/odp.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/ods.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/ods.png); }
  .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/ods.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/odt.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/odt.png); }
  .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/odt.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/one.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/one.png); }
  .ms-BrandIcon--one.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/one.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/onetoc.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/onetoc.png); }
  .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/onetoc.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/pdf.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/pdf.png); }
  .ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/pdf.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/photo.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/photo.png); }
  .ms-BrandIcon--photo.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/photo.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/potx.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/potx.png); }
  .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/potx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/ppsx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/ppsx.png); }
  .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/ppsx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/pptx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/pptx.png); }
  .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/pptx.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/pub.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/pub.png); }
  .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/pub.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/rtf.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/rtf.png); }
  .ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/rtf.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/sharedfolder.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/sharedfolder.png); }
  .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/sharedfolder.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/spo.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/spo.png); }
  .ms-BrandIcon--spo.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/spo.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/sysfile.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/sysfile.png); }
  .ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/sysfile.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/txt.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/txt.png); }
  .ms-BrandIcon--txt.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/txt.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/vector.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/vector.png); }
  .ms-BrandIcon--vector.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/vector.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/video.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/video.png); }
  .ms-BrandIcon--video.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/video.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/vsdx.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/vsdx.png); }
  .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/vsdx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/vssx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/vssx.png); }
  .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/vssx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/vstx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/vstx.png); }
  .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/vstx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/xlsx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/xlsx.png); }
  .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/xlsx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/xltx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/xltx.png); }
  .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/xltx.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/xml.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/xml.png); }
  .ms-BrandIcon--xml.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/xml.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/xsn.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/xsn.png); }
  .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/xsn.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/zip.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/zip.png); }
  .ms-BrandIcon--zip.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/zip.png); } }

.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/one.png); }

.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/one.png); }

.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/one.png); }

.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16/xlsx.png); }

.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48/xlsx.png); }

.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
  background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96/xlsx.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/one.png); }
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/one.png); }
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/one.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_1.5x/xlsx.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_1.5x/xlsx.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_1.5x/xlsx.png); } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/one.png); }
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/one.png); }
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/one.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_2x/xlsx.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_2x/xlsx.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_2x/xlsx.png); } }

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/one.png); }
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/one.png); }
  .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/one.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/16_3x/xlsx.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/48_3x/xlsx.png); }
  .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
    background-image: url(https://spoprod-a.akamaihd.net/files/fabric/assets/item-types/96_3x/xlsx.png); } }

.ms-bgColor-themeDark,
.ms-bgColor-themeDark--hover:hover {
  background-color: #005a9e; }

.ms-bgColor-themeDarkAlt,
.ms-bgColor-themeDarkAlt--hover:hover {
  background-color: #106ebe; }

.ms-bgColor-themeDarker,
.ms-bgColor-themeDarker--hover:hover {
  background-color: #004578; }

.ms-bgColor-themePrimary,
.ms-bgColor-themePrimary--hover:hover {
  background-color: #0078d4; }

.ms-bgColor-themeSecondary,
.ms-bgColor-themeSecondary--hover:hover {
  background-color: #2b88d8; }

.ms-bgColor-themeTertiary,
.ms-bgColor-themeTertiary--hover:hover {
  background-color: #71afe5; }

.ms-bgColor-themeLight,
.ms-bgColor-themeLight--hover:hover {
  background-color: #c7e0f4; }

.ms-bgColor-themeLighter,
.ms-bgColor-themeLighter--hover:hover {
  background-color: #deecf9; }

.ms-bgColor-themeLighterAlt,
.ms-bgColor-themeLighterAlt--hover:hover {
  background-color: #eff6fc; }

.ms-bgColor-black,
.ms-bgColor-black--hover:hover {
  background-color: #000000; }

.ms-bgColor-neutralDark,
.ms-bgColor-neutralDark--hover:hover {
  background-color: #212121; }

.ms-bgColor-neutralPrimary,
.ms-bgColor-neutralPrimary--hover:hover {
  background-color: #333333; }

.ms-bgColor-neutralPrimaryAlt,
.ms-bgColor-neutralPrimaryAlt--hover:hover {
  background-color: #3C3C3C; }

.ms-bgColor-neutralSecondary,
.ms-bgColor-neutralSecondary--hover:hover {
  background-color: #666666; }

.ms-bgColor-neutralSecondaryAlt,
.ms-bgColor-neutralSecondaryAlt--hover:hover {
  background-color: #767676; }

.ms-bgColor-neutralTertiary,
.ms-bgColor-neutralTertiary--hover:hover {
  background-color: #a6a6a6; }

.ms-bgColor-neutralTertiaryAlt,
.ms-bgColor-neutralTertiaryAlt--hover:hover {
  background-color: #c8c8c8; }

.ms-bgColor-neutralQuaternary,
.ms-bgColor-neutralQuaternary--hover:hover {
  background-color: #d0d0d0; }

.ms-bgColor-neutralQuaternaryAlt,
.ms-bgColor-neutralQuaternaryAlt--hover:hover {
  background-color: #dadada; }

.ms-bgColor-neutralLight,
.ms-bgColor-neutralLight--hover:hover {
  background-color: #eaeaea; }

.ms-bgColor-neutralLighter,
.ms-bgColor-neutralLighter--hover:hover {
  background-color: #f4f4f4; }

.ms-bgColor-neutralLighterAlt,
.ms-bgColor-neutralLighterAlt--hover:hover {
  background-color: #f8f8f8; }

.ms-bgColor-white,
.ms-bgColor-white--hover:hover {
  background-color: #ffffff; }

.ms-bgColor-yellow,
.ms-bgColor-yellow--hover:hover {
  background-color: #ffb900; }

.ms-bgColor-yellowLight,
.ms-bgColor-yellowLight--hover:hover {
  background-color: #fff100; }

.ms-bgColor-orange,
.ms-bgColor-orange--hover:hover {
  background-color: #d83b01; }

.ms-bgColor-orangeLight,
.ms-bgColor-orangeLight--hover:hover {
  background-color: #ea4300; }

.ms-bgColor-orangeLighter,
.ms-bgColor-orangeLighter--hover:hover {
  background-color: #ff8c00; }

.ms-bgColor-redDark,
.ms-bgColor-redDark--hover:hover {
  background-color: #a80000; }

.ms-bgColor-red,
.ms-bgColor-red--hover:hover {
  background-color: #e81123; }

.ms-bgColor-magentaDark,
.ms-bgColor-magentaDark--hover:hover {
  background-color: #5c005c; }

.ms-bgColor-magenta,
.ms-bgColor-magenta--hover:hover {
  background-color: #b4009e; }

.ms-bgColor-magentaLight,
.ms-bgColor-magentaLight--hover:hover {
  background-color: #e3008c; }

.ms-bgColor-purpleDark,
.ms-bgColor-purpleDark--hover:hover {
  background-color: #32145a; }

.ms-bgColor-purple,
.ms-bgColor-purple--hover:hover {
  background-color: #5c2d91; }

.ms-bgColor-purpleLight,
.ms-bgColor-purpleLight--hover:hover {
  background-color: #b4a0ff; }

.ms-bgColor-blueDark,
.ms-bgColor-blueDark--hover:hover {
  background-color: #002050; }

.ms-bgColor-blueMid,
.ms-bgColor-blueMid--hover:hover {
  background-color: #00188f; }

.ms-bgColor-blue,
.ms-bgColor-blue--hover:hover {
  background-color: #0078d7; }

.ms-bgColor-blueLight,
.ms-bgColor-blueLight--hover:hover {
  background-color: #00bcf2; }

.ms-bgColor-tealDark,
.ms-bgColor-tealDark--hover:hover {
  background-color: #004b50; }

.ms-bgColor-teal,
.ms-bgColor-teal--hover:hover {
  background-color: #008272; }

.ms-bgColor-tealLight,
.ms-bgColor-tealLight--hover:hover {
  background-color: #00b294; }

.ms-bgColor-greenDark,
.ms-bgColor-greenDark--hover:hover {
  background-color: #004b1c; }

.ms-bgColor-green,
.ms-bgColor-green--hover:hover {
  background-color: #107c10; }

.ms-bgColor-greenLight,
.ms-bgColor-greenLight--hover:hover {
  background-color: #bad80a; }

.ms-bgColor-info,
.ms-bgColor-info--hover:hover {
  background-color: #f4f4f4; }

.ms-bgColor-success,
.ms-bgColor-success--hover:hover {
  background-color: #dff6dd; }

.ms-bgColor-severeWarning,
.ms-bgColor-severeWarning--hover:hover {
  background-color: #fed9cc; }

.ms-bgColor-warning,
.ms-bgColor-warning--hover:hover {
  background-color: #fff4ce; }

.ms-bgColor-error,
.ms-bgColor-error--hover:hover {
  background-color: #fde7e9; }

.ms-borderColor-themeDark,
.ms-borderColor-themeDark--hover:hover {
  border-color: #005a9e; }

.ms-borderColor-themeDarkAlt,
.ms-borderColor-themeDarkAlt--hover:hover {
  border-color: #106ebe; }

.ms-borderColor-themeDarker,
.ms-borderColor-themeDarker--hover:hover {
  border-color: #004578; }

.ms-borderColor-themePrimary,
.ms-borderColor-themePrimary--hover:hover {
  border-color: #0078d4; }

.ms-borderColor-themeSecondary,
.ms-borderColor-themeSecondary--hover:hover {
  border-color: #2b88d8; }

.ms-borderColor-themeTertiary,
.ms-borderColor-themeTertiary--hover:hover {
  border-color: #71afe5; }

.ms-borderColor-themeLight,
.ms-borderColor-themeLight--hover:hover {
  border-color: #c7e0f4; }

.ms-borderColor-themeLighter,
.ms-borderColor-themeLighter--hover:hover {
  border-color: #deecf9; }

.ms-borderColor-themeLighterAlt,
.ms-borderColor-themeLighterAlt--hover:hover {
  border-color: #eff6fc; }

.ms-borderColor-black,
.ms-borderColor-black--hover:hover {
  border-color: #000000; }

.ms-borderColor-neutralDark,
.ms-borderColor-neutralDark--hover:hover {
  border-color: #212121; }

.ms-borderColor-neutralPrimary,
.ms-borderColor-neutralPrimary--hover:hover {
  border-color: #333333; }

.ms-borderColor-neutralPrimaryAlt,
.ms-borderColor-neutralPrimaryAlt--hover:hover {
  border-color: #3C3C3C; }

.ms-borderColor-neutralSecondary,
.ms-borderColor-neutralSecondary--hover:hover {
  border-color: #666666; }

.ms-borderColor-neutralSecondaryAlt,
.ms-borderColor-neutralSecondaryAlt--hover:hover {
  border-color: #767676; }

.ms-borderColor-neutralTertiary,
.ms-borderColor-neutralTertiary--hover:hover {
  border-color: #a6a6a6; }

.ms-borderColor-neutralTertiaryAlt,
.ms-borderColor-neutralTertiaryAlt--hover:hover {
  border-color: #c8c8c8; }

.ms-borderColor-neutralQuaternary,
.ms-borderColor-neutralQuaternary--hover:hover {
  border-color: #d0d0d0; }

.ms-borderColor-neutralQuaternaryAlt,
.ms-borderColor-neutralQuaternaryAlt--hover:hover {
  border-color: #dadada; }

.ms-borderColor-neutralLight,
.ms-borderColor-neutralLight--hover:hover {
  border-color: #eaeaea; }

.ms-borderColor-neutralLighter,
.ms-borderColor-neutralLighter--hover:hover {
  border-color: #f4f4f4; }

.ms-borderColor-neutralLighterAlt,
.ms-borderColor-neutralLighterAlt--hover:hover {
  border-color: #f8f8f8; }

.ms-borderColor-white,
.ms-borderColor-white--hover:hover {
  border-color: #ffffff; }

.ms-borderColor-yellow,
.ms-borderColor-yellow--hover:hover {
  border-color: #ffb900; }

.ms-borderColor-yellowLight,
.ms-borderColor-yellowLight--hover:hover {
  border-color: #fff100; }

.ms-borderColor-orange,
.ms-borderColor-orange--hover:hover {
  border-color: #d83b01; }

.ms-borderColor-orangeLight,
.ms-borderColor-orangeLight--hover:hover {
  border-color: #ea4300; }

.ms-borderColor-orangeLighter,
.ms-borderColor-orangeLighter--hover:hover {
  border-color: #ff8c00; }

.ms-borderColor-redDark,
.ms-borderColor-redDark--hover:hover {
  border-color: #a80000; }

.ms-borderColor-red,
.ms-borderColor-red--hover:hover {
  border-color: #e81123; }

.ms-borderColor-magentaDark,
.ms-borderColor-magentaDark--hover:hover {
  border-color: #5c005c; }

.ms-borderColor-magenta,
.ms-borderColor-magenta--hover:hover {
  border-color: #b4009e; }

.ms-borderColor-magentaLight,
.ms-borderColor-magentaLight--hover:hover {
  border-color: #e3008c; }

.ms-borderColor-purpleDark,
.ms-borderColor-purpleDark--hover:hover {
  border-color: #32145a; }

.ms-borderColor-purple,
.ms-borderColor-purple--hover:hover {
  border-color: #5c2d91; }

.ms-borderColor-purpleLight,
.ms-borderColor-purpleLight--hover:hover {
  border-color: #b4a0ff; }

.ms-borderColor-blueDark,
.ms-borderColor-blueDark--hover:hover {
  border-color: #002050; }

.ms-borderColor-blueMid,
.ms-borderColor-blueMid--hover:hover {
  border-color: #00188f; }

.ms-borderColor-blue,
.ms-borderColor-blue--hover:hover {
  border-color: #0078d7; }

.ms-borderColor-blueLight,
.ms-borderColor-blueLight--hover:hover {
  border-color: #00bcf2; }

.ms-borderColor-tealDark,
.ms-borderColor-tealDark--hover:hover {
  border-color: #004b50; }

.ms-borderColor-teal,
.ms-borderColor-teal--hover:hover {
  border-color: #008272; }

.ms-borderColor-tealLight,
.ms-borderColor-tealLight--hover:hover {
  border-color: #00b294; }

.ms-borderColor-greenDark,
.ms-borderColor-greenDark--hover:hover {
  border-color: #004b1c; }

.ms-borderColor-green,
.ms-borderColor-green--hover:hover {
  border-color: #107c10; }

.ms-borderColor-greenLight,
.ms-borderColor-greenLight--hover:hover {
  border-color: #bad80a; }

@font-face {
  font-family: "Leelawadee UI Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Leelawadee UI Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Leelawadee UI Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Leelawadee UI Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Leelawadee UI Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Arabic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Arabic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Arabic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Arabic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Arabic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Cyrillic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Cyrillic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Cyrillic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Cyrillic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Cyrillic)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (East European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (East European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (East European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (East European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (East European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Greek)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Greek)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Greek)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Greek)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Greek)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Hebrew)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Hebrew)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Hebrew)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Hebrew)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Hebrew)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Vietnamese)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Vietnamese)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Vietnamese)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Vietnamese)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (Vietnamese)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Selawik Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Selawik Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Selawik Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Selawik Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Selawik Web";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Leelawadee UI Web';
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Leelawadee UI Web';
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

.ms-font-su {
  font-size: 42px;
  font-weight: 100; }

.ms-font-xxl {
  font-size: 28px;
  font-weight: 100; }

.ms-font-xl-plus {
  font-size: 24px;
  font-weight: 100; }

.ms-font-xl {
  font-size: 21px;
  font-weight: 100; }

.ms-font-l {
  font-size: 17px;
  font-weight: 300; }

.ms-font-m-plus {
  font-size: 15px;
  font-weight: 400; }

.ms-font-m {
  font-size: 14px;
  font-weight: 400; }

.ms-font-s-plus {
  font-size: 13px;
  font-weight: 400; }

.ms-font-s {
  font-size: 12px;
  font-weight: 400; }

.ms-font-xs {
  font-size: 11px;
  font-weight: 400; }

.ms-font-mi {
  font-size: 10px;
  font-weight: 600; }

.ms-fontWeight-light {
  font-weight: 100; }

.ms-fontWeight-semilight {
  font-weight: 300; }

.ms-fontWeight-regular {
  font-weight: 400; }

.ms-fontWeight-semibold {
  font-weight: 600; }

.ms-fontWeight-bold {
  font-weight: 700; }

.ms-fontSize-su {
  font-size: 42px; }

.ms-fontSize-xxl {
  font-size: 28px; }

.ms-fontSize-xlPlus {
  font-size: 24px; }

.ms-fontSize-xl {
  font-size: 21px; }

.ms-fontSize-l {
  font-size: 17px; }

.ms-fontSize-mPlus {
  font-size: 15px; }

.ms-fontSize-m {
  font-size: 14px; }

.ms-fontSize-sPlus {
  font-size: 13px; }

.ms-fontSize-s {
  font-size: 12px; }

.ms-fontSize-xs {
  font-size: 11px; }

.ms-fontSize-mi {
  font-size: 10px; }

.ms-fontColor-themeDarker,
.ms-fontColor-themeDarker--hover:hover {
  color: #004578; }

.ms-fontColor-themeDark,
.ms-fontColor-themeDark--hover:hover {
  color: #005a9e; }

.ms-fontColor-themeDarkAlt,
.ms-fontColor-themeDarkAlt--hover:hover {
  color: #106ebe; }

.ms-fontColor-themePrimary,
.ms-fontColor-themePrimary--hover:hover {
  color: #0078d4; }

.ms-fontColor-themeSecondary,
.ms-fontColor-themeSecondary--hover:hover {
  color: #2b88d8; }

.ms-fontColor-themeTertiary,
.ms-fontColor-themeTertiary--hover:hover {
  color: #71afe5; }

.ms-fontColor-themeLight,
.ms-fontColor-themeLight--hover:hover {
  color: #c7e0f4; }

.ms-fontColor-themeLighter,
.ms-fontColor-themeLighter--hover:hover {
  color: #deecf9; }

.ms-fontColor-themeLighterAlt,
.ms-fontColor-themeLighterAlt--hover:hover {
  color: #eff6fc; }

.ms-fontColor-black,
.ms-fontColor-black--hover:hover {
  color: #000000; }

.ms-fontColor-neutralDark,
.ms-fontColor-neutralDark--hover:hover {
  color: #212121; }

.ms-fontColor-neutralPrimary,
.ms-fontColor-neutralPrimary--hover:hover {
  color: #333333; }

.ms-fontColor-neutralPrimaryAlt,
.ms-fontColor-neutralPrimaryAlt--hover:hover {
  color: #3C3C3C; }

.ms-fontColor-neutralSecondary,
.ms-fontColor-neutralSecondary--hover:hover {
  color: #666666; }

.ms-fontColor-neutralSecondaryAlt,
.ms-fontColor-neutralSecondaryAlt--hover:hover {
  color: #767676; }

.ms-fontColor-neutralTertiary,
.ms-fontColor-neutralTertiary--hover:hover {
  color: #a6a6a6; }

.ms-fontColor-neutralTertiaryAlt,
.ms-fontColor-neutralTertiaryAlt--hover:hover {
  color: #c8c8c8; }

.ms-fontColor-neutralQuaternary,
.ms-fontColor-neutralQuaternary--hover:hover {
  color: #d0d0d0; }

.ms-fontColor-neutralQuaternaryAlt,
.ms-fontColor-neutralQuaternaryAlt--hover:hover {
  color: #dadada; }

.ms-fontColor-neutralLight,
.ms-fontColor-neutralLight--hover:hover {
  color: #eaeaea; }

.ms-fontColor-neutralLighter,
.ms-fontColor-neutralLighter--hover:hover {
  color: #f4f4f4; }

.ms-fontColor-neutralLighterAlt,
.ms-fontColor-neutralLighterAlt--hover:hover {
  color: #f8f8f8; }

.ms-fontColor-white,
.ms-fontColor-white--hover:hover {
  color: #ffffff; }

.ms-fontColor-yellow,
.ms-fontColor-yellow--hover:hover {
  color: #ffb900; }

.ms-fontColor-yellowLight,
.ms-fontColor-yellowLight--hover:hover {
  color: #fff100; }

.ms-fontColor-orange,
.ms-fontColor-orange--hover:hover {
  color: #d83b01; }

.ms-fontColor-orangeLight,
.ms-fontColor-orangeLight--hover:hover {
  color: #ea4300; }

.ms-fontColor-orangeLighter,
.ms-fontColor-orangeLighter--hover:hover {
  color: #ff8c00; }

.ms-fontColor-redDark,
.ms-fontColor-redDark--hover:hover {
  color: #a80000; }

.ms-fontColor-red,
.ms-fontColor-red--hover:hover {
  color: #e81123; }

.ms-fontColor-magentaDark,
.ms-fontColor-magentaDark--hover:hover {
  color: #5c005c; }

.ms-fontColor-magenta,
.ms-fontColor-magenta--hover:hover {
  color: #b4009e; }

.ms-fontColor-magentaLight,
.ms-fontColor-magentaLight--hover:hover {
  color: #e3008c; }

.ms-fontColor-purpleDark,
.ms-fontColor-purpleDark--hover:hover {
  color: #32145a; }

.ms-fontColor-purple,
.ms-fontColor-purple--hover:hover {
  color: #5c2d91; }

.ms-fontColor-purpleLight,
.ms-fontColor-purpleLight--hover:hover {
  color: #b4a0ff; }

.ms-fontColor-blueDark,
.ms-fontColor-blueDark--hover:hover {
  color: #002050; }

.ms-fontColor-blueMid,
.ms-fontColor-blueMid--hover:hover {
  color: #00188f; }

.ms-fontColor-blue,
.ms-fontColor-blue--hover:hover {
  color: #0078d7; }

.ms-fontColor-blueLight,
.ms-fontColor-blueLight--hover:hover {
  color: #00bcf2; }

.ms-fontColor-tealDark,
.ms-fontColor-tealDark--hover:hover {
  color: #004b50; }

.ms-fontColor-teal,
.ms-fontColor-teal--hover:hover {
  color: #008272; }

.ms-fontColor-tealLight,
.ms-fontColor-tealLight--hover:hover {
  color: #00b294; }

.ms-fontColor-greenDark,
.ms-fontColor-greenDark--hover:hover {
  color: #004b1c; }

.ms-fontColor-green,
.ms-fontColor-green--hover:hover {
  color: #107c10; }

.ms-fontColor-greenLight,
.ms-fontColor-greenLight--hover:hover {
  color: #bad80a; }

.ms-fontColor-info,
.ms-fontColor-info--hover:hover {
  color: #767676; }

.ms-fontColor-success,
.ms-fontColor-success--hover:hover {
  color: #107c10; }

.ms-fontColor-alert,
.ms-fontColor-alert--hover:hover {
  color: #d83b01; }

.ms-fontColor-warning,
.ms-fontColor-warning--hover:hover {
  color: #767676; }

.ms-fontColor-severeWarning,
.ms-fontColor-severeWarning--hover:hover {
  color: #d83b01; }

.ms-fontColor-error,
.ms-fontColor-error--hover:hover {
  color: #a80000; }

.ms-Grid {
  box-sizing: border-box;
  *zoom: 1;
  padding: 0 8px; }
  .ms-Grid::before, .ms-Grid::after {
    display: table;
    content: '';
    line-height: 0; }
  .ms-Grid::after {
    clear: both; }

.ms-Grid-row {
  margin: 0 -8px;
  box-sizing: border-box;
  *zoom: 1; }
  .ms-Grid-row::before, .ms-Grid-row::after {
    display: table;
    content: '';
    line-height: 0; }
  .ms-Grid-row::after {
    clear: both; }

.ms-Grid-col {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box; }
  [dir='ltr'] .ms-Grid-col {
    float: left; }
  [dir='rtl'] .ms-Grid-col {
    float: right; }
  .ms-Grid-col .ms-Grid {
    padding: 0; }

/*
  Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
*/
@font-face {
  font-family: "FabricMDL2Icons";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.68.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.68.woff") format("woff"), url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.68.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.ms-Icon {
  display: inline-block;
  font-family: "FabricMDL2Icons";
  font-style: normal;
  font-weight: normal;
  speak: none; }

.ms-Icon--circle {
  margin: 0 0.5em 0 0;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  width: 1em;
  height: 1em;
  padding: 0;
  text-align: left; }
  [dir='rtl'] .ms-Icon--circle {
    margin: 0 0 0 0.5em; }
  .ms-Icon--circle::before, .ms-Icon--circle::after {
    line-height: 1;
    font-size: inherit; }
  .ms-Icon--circle::before {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: absolute; }
  .ms-Icon--circle::after {
    content: '\e000';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(2);
    transform-origin: 50% 50%;
    z-index: 0; }

.ms-Icon--xs {
  font-size: 10px; }

.ms-Icon--s {
  font-size: 12px; }

.ms-Icon--m {
  font-size: 16px; }

.ms-Icon--l {
  font-size: 20px; }

.ms-Icon--12PointStar::before {
  content: ""; }

.ms-Icon--6PointStar::before {
  content: ""; }

.ms-Icon--AADLogo::before {
  content: ""; }

.ms-Icon--Accept::before {
  content: ""; }

.ms-Icon--AccessLogo::before {
  content: ""; }

.ms-Icon--AccessLogoFill::before {
  content: ""; }

.ms-Icon--AccountManagement::before {
  content: ""; }

.ms-Icon--Accounts::before {
  content: ""; }

.ms-Icon--ActivateOrders::before {
  content: ""; }

.ms-Icon--ActivityFeed::before {
  content: ""; }

.ms-Icon--Add::before {
  content: ""; }

.ms-Icon--AddBookmark::before {
  content: ""; }

.ms-Icon--AddEvent::before {
  content: ""; }

.ms-Icon--AddFavorite::before {
  content: ""; }

.ms-Icon--AddFavoriteFill::before {
  content: ""; }

.ms-Icon--AddFriend::before {
  content: ""; }

.ms-Icon--AddGroup::before {
  content: ""; }

.ms-Icon--AddNotes::before {
  content: ""; }

.ms-Icon--AddOnlineMeeting::before {
  content: ""; }

.ms-Icon--AddPhone::before {
  content: ""; }

.ms-Icon--AddTo::before {
  content: ""; }

.ms-Icon--Admin::before {
  content: ""; }

.ms-Icon--AdminALogo32::before {
  content: ""; }

.ms-Icon--AdminALogoFill32::before {
  content: ""; }

.ms-Icon--AdminALogoInverse32::before {
  content: ""; }

.ms-Icon--AdminCLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminDLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminELogoInverse32::before {
  content: ""; }

.ms-Icon--AdminLLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminMLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminOLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminPLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminSLogoInverse32::before {
  content: ""; }

.ms-Icon--AdminYLogoInverse32::before {
  content: ""; }

.ms-Icon--Airplane::before {
  content: ""; }

.ms-Icon--AirplaneSolid::before {
  content: ""; }

.ms-Icon--AirTickets::before {
  content: ""; }

.ms-Icon--AlarmClock::before {
  content: ""; }

.ms-Icon--Album::before {
  content: ""; }

.ms-Icon--AlbumRemove::before {
  content: ""; }

.ms-Icon--AlertSolid::before {
  content: ""; }

.ms-Icon--AlignCenter::before {
  content: ""; }

.ms-Icon--AlignHorizontalCenter::before {
  content: ""; }

.ms-Icon--AlignHorizontalLeft::before {
  content: ""; }

.ms-Icon--AlignHorizontalRight::before {
  content: ""; }

.ms-Icon--AlignJustify::before {
  content: ""; }

.ms-Icon--AlignLeft::before {
  content: ""; }

.ms-Icon--AlignRight::before {
  content: ""; }

.ms-Icon--AlignVerticalBottom::before {
  content: ""; }

.ms-Icon--AlignVerticalCenter::before {
  content: ""; }

.ms-Icon--AlignVerticalTop::before {
  content: ""; }

[dir='ltr'] .ms-Icon--AllApps::before {
  content: ""; }

[dir='rtl'] .ms-Icon--AllApps::before {
  content: ""; }

[dir='ltr'] .ms-Icon--AllAppsMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--AllAppsMirrored::before {
  content: ""; }

.ms-Icon--AnalyticsLogo::before {
  content: ""; }

.ms-Icon--AnalyticsQuery::before {
  content: ""; }

.ms-Icon--AnalyticsReport::before {
  content: ""; }

.ms-Icon--AnalyticsView::before {
  content: ""; }

.ms-Icon--AnchorLock::before {
  content: ""; }

.ms-Icon--Annotation::before {
  content: ""; }

.ms-Icon--AppIconDefault::before {
  content: ""; }

.ms-Icon--Archive::before {
  content: ""; }

.ms-Icon--AreaChart::before {
  content: ""; }

.ms-Icon--ArrangeBringForward::before {
  content: ""; }

.ms-Icon--ArrangeBringToFront::before {
  content: ""; }

.ms-Icon--ArrangeByFrom::before {
  content: ""; }

.ms-Icon--ArrangeSendBackward::before {
  content: ""; }

.ms-Icon--ArrangeSendToBack::before {
  content: ""; }

.ms-Icon--Arrivals::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ArrowDownRight8::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ArrowDownRight8::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ArrowDownRightMirrored8::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ArrowDownRightMirrored8::before {
  content: ""; }

.ms-Icon--ArrowTallDownLeft::before {
  content: ""; }

.ms-Icon--ArrowTallDownRight::before {
  content: ""; }

.ms-Icon--ArrowTallUpLeft::before {
  content: ""; }

.ms-Icon--ArrowTallUpRight::before {
  content: ""; }

.ms-Icon--ArrowUpRight::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ArrowUpRight8::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ArrowUpRight8::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ArrowUpRightMirrored8::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ArrowUpRightMirrored8::before {
  content: ""; }

.ms-Icon--Articles::before {
  content: ""; }

.ms-Icon--Ascending::before {
  content: ""; }

.ms-Icon--AspectRatio::before {
  content: ""; }

.ms-Icon--AssessmentGroup::before {
  content: ""; }

.ms-Icon--AssessmentGroupTemplate::before {
  content: ""; }

.ms-Icon--AssetLibrary::before {
  content: ""; }

.ms-Icon--Assign::before {
  content: ""; }

.ms-Icon--Asterisk::before {
  content: ""; }

.ms-Icon--AsteriskSolid::before {
  content: ""; }

.ms-Icon--ATPLogo::before {
  content: ""; }

.ms-Icon--Attach::before {
  content: ""; }

.ms-Icon--AustralianRules::before {
  content: ""; }

.ms-Icon--AutoEnhanceOff::before {
  content: ""; }

.ms-Icon--AutoEnhanceOn::before {
  content: ""; }

.ms-Icon--AutoFillTemplate::before {
  content: ""; }

.ms-Icon--AutoHeight::before {
  content: ""; }

.ms-Icon--AutoRacing::before {
  content: ""; }

.ms-Icon--AwayStatus::before {
  content: ""; }

.ms-Icon--AzureAPIManagement::before {
  content: ""; }

.ms-Icon--AzureKeyVault::before {
  content: ""; }

.ms-Icon--AzureLogo::before {
  content: ""; }

.ms-Icon--AzureServiceEndpoint::before {
  content: ""; }

.ms-Icon--Back::before {
  content: ""; }

.ms-Icon--BackgroundColor::before {
  content: ""; }

.ms-Icon--Backlog::before {
  content: ""; }

.ms-Icon--BacklogBoard::before {
  content: ""; }

.ms-Icon--BackToWindow::before {
  content: ""; }

.ms-Icon--Badge::before {
  content: ""; }

.ms-Icon--Balloons::before {
  content: ""; }

.ms-Icon--BankSolid::before {
  content: ""; }

.ms-Icon--BarChart4::before {
  content: ""; }

.ms-Icon--BarChartHorizontal::before {
  content: ""; }

.ms-Icon--BarChartVertical::before {
  content: ""; }

.ms-Icon--Baseball::before {
  content: ""; }

.ms-Icon--BeerMug::before {
  content: ""; }

.ms-Icon--BIDashboard::before {
  content: ""; }

.ms-Icon--BidiLtr::before {
  content: ""; }

.ms-Icon--BidiRtl::before {
  content: ""; }

.ms-Icon--BingLogo::before {
  content: ""; }

.ms-Icon--BirthdayCake::before {
  content: ""; }

.ms-Icon--BlockContact::before {
  content: ""; }

.ms-Icon--Blocked::before {
  content: ""; }

.ms-Icon--Blocked12::before {
  content: ""; }

.ms-Icon--Blocked2::before {
  content: ""; }

.ms-Icon--BlockedSite::before {
  content: ""; }

.ms-Icon--BlockedSolid::before {
  content: ""; }

.ms-Icon--BlowingSnow::before {
  content: ""; }

.ms-Icon--Blur::before {
  content: ""; }

.ms-Icon--Boards::before {
  content: ""; }

.ms-Icon--Bold::before {
  content: ""; }

.ms-Icon--BookingsLogo::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Bookmarks::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Bookmarks::before {
  content: ""; }

[dir='ltr'] .ms-Icon--BookmarksMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--BookmarksMirrored::before {
  content: ""; }

.ms-Icon--BorderDash::before {
  content: ""; }

.ms-Icon--BorderDot::before {
  content: ""; }

.ms-Icon--BoxAdditionSolid::before {
  content: ""; }

.ms-Icon--BoxCheckmarkSolid::before {
  content: ""; }

.ms-Icon--BoxMultiplySolid::before {
  content: ""; }

.ms-Icon--BoxPlaySolid::before {
  content: ""; }

.ms-Icon--BoxSubtractSolid::before {
  content: ""; }

.ms-Icon--BranchCommit::before {
  content: ""; }

.ms-Icon--BranchCompare::before {
  content: ""; }

.ms-Icon--BranchFork::before {
  content: ""; }

.ms-Icon--BranchFork2::before {
  content: ""; }

.ms-Icon--BranchLocked::before {
  content: ""; }

.ms-Icon--BranchMerge::before {
  content: ""; }

.ms-Icon--BranchPullRequest::before {
  content: ""; }

.ms-Icon--BranchSearch::before {
  content: ""; }

.ms-Icon--BranchShelveset::before {
  content: ""; }

.ms-Icon--Breadcrumb::before {
  content: ""; }

.ms-Icon--Breakfast::before {
  content: ""; }

.ms-Icon--Brightness::before {
  content: ""; }

.ms-Icon--Broom::before {
  content: ""; }

.ms-Icon--BrowserScreenShot::before {
  content: ""; }

.ms-Icon--BrowserTab::before {
  content: ""; }

.ms-Icon--BrowserTabScreenshot::before {
  content: ""; }

.ms-Icon--Brunch::before {
  content: ""; }

.ms-Icon--BucketColor::before {
  content: ""; }

.ms-Icon--BucketColorFill::before {
  content: ""; }

.ms-Icon--BufferTimeAfter::before {
  content: ""; }

.ms-Icon--BufferTimeBefore::before {
  content: ""; }

.ms-Icon--BufferTimeBoth::before {
  content: ""; }

.ms-Icon--Bug::before {
  content: ""; }

.ms-Icon--BugSolid::before {
  content: ""; }

.ms-Icon--Build::before {
  content: ""; }

.ms-Icon--BuildIssue::before {
  content: ""; }

.ms-Icon--BuildQueue::before {
  content: ""; }

.ms-Icon--BuildQueueNew::before {
  content: ""; }

.ms-Icon--BulkUpload::before {
  content: ""; }

[dir='ltr'] .ms-Icon--BulletedList2::before {
  content: ""; }

[dir='rtl'] .ms-Icon--BulletedList2::before {
  content: ""; }

[dir='ltr'] .ms-Icon--BulletedList2Mirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--BulletedList2Mirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--BulletedList::before {
  content: ""; }

[dir='rtl'] .ms-Icon--BulletedList::before {
  content: ""; }

[dir='ltr'] .ms-Icon--BulletedListMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--BulletedListMirrored::before {
  content: ""; }

.ms-Icon--Bullseye::before {
  content: ""; }

.ms-Icon--Bus::before {
  content: ""; }

.ms-Icon--BusinessCenterLogo::before {
  content: ""; }

.ms-Icon--BusinessHoursSign::before {
  content: ""; }

.ms-Icon--BusSolid::before {
  content: ""; }

.ms-Icon--Cafe::before {
  content: ""; }

.ms-Icon--Cake::before {
  content: ""; }

.ms-Icon--Calculator::before {
  content: ""; }

.ms-Icon--CalculatorAddition::before {
  content: ""; }

.ms-Icon--CalculatorEqualTo::before {
  content: ""; }

.ms-Icon--CalculatorMultiply::before {
  content: ""; }

.ms-Icon--CalculatorNotEqualTo::before {
  content: ""; }

.ms-Icon--CalculatorSubtract::before {
  content: ""; }

.ms-Icon--CalendarAgenda::before {
  content: ""; }

.ms-Icon--CalendarDay::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Calendar::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Calendar::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CalendarMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CalendarMirrored::before {
  content: ""; }

.ms-Icon--CalendarReply::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CalendarSettings::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CalendarSettings::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CalendarSettingsMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CalendarSettingsMirrored::before {
  content: ""; }

.ms-Icon--CalendarWeek::before {
  content: ""; }

.ms-Icon--CalendarWorkWeek::before {
  content: ""; }

.ms-Icon--CaloriesAdd::before {
  content: ""; }

.ms-Icon--Camera::before {
  content: ""; }

.ms-Icon--Cancel::before {
  content: ""; }

.ms-Icon--CannedChat::before {
  content: ""; }

.ms-Icon--Car::before {
  content: ""; }

.ms-Icon--CaretBottomLeftCenter8::before {
  content: ""; }

.ms-Icon--CaretBottomLeftSolid8::before {
  content: ""; }

.ms-Icon--CaretBottomRightCenter8::before {
  content: ""; }

.ms-Icon--CaretBottomRightSolid8::before {
  content: ""; }

.ms-Icon--CaretDown8::before {
  content: ""; }

.ms-Icon--CaretDownSolid8::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CaretHollow::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CaretHollow::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CaretHollowMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CaretHollowMirrored::before {
  content: ""; }

.ms-Icon--CaretLeft8::before {
  content: ""; }

.ms-Icon--CaretLeftSolid8::before {
  content: ""; }

.ms-Icon--CaretRight::before {
  content: ""; }

.ms-Icon--CaretRight8::before {
  content: ""; }

.ms-Icon--CaretRightSolid8::before {
  content: ""; }

.ms-Icon--CaretSolid16::before {
  content: ""; }

.ms-Icon--CaretSolidDown::before {
  content: ""; }

.ms-Icon--CaretSolidLeft::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CaretSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CaretSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CaretSolidMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CaretSolidMirrored::before {
  content: ""; }

.ms-Icon--CaretSolidRight::before {
  content: ""; }

.ms-Icon--CaretSolidUp::before {
  content: ""; }

.ms-Icon--CaretTopLeftCenter8::before {
  content: ""; }

.ms-Icon--CaretTopLeftSolid8::before {
  content: ""; }

.ms-Icon--CaretTopRightCenter8::before {
  content: ""; }

.ms-Icon--CaretTopRightSolid8::before {
  content: ""; }

.ms-Icon--CaretUp8::before {
  content: ""; }

.ms-Icon--CaretUpSolid8::before {
  content: ""; }

.ms-Icon--Cat::before {
  content: ""; }

.ms-Icon--CellPhone::before {
  content: ""; }

.ms-Icon--Certificate::before {
  content: ""; }

.ms-Icon--CertifiedDatabase::before {
  content: ""; }

.ms-Icon--Chart::before {
  content: ""; }

.ms-Icon--ChartSeries::before {
  content: ""; }

.ms-Icon--ChartXAngle::before {
  content: ""; }

.ms-Icon--ChartYAngle::before {
  content: ""; }

.ms-Icon--Chat::before {
  content: ""; }

.ms-Icon--ChatInviteFriend::before {
  content: ""; }

.ms-Icon--ChatSolid::before {
  content: ""; }

.ms-Icon--Checkbox::before {
  content: ""; }

.ms-Icon--CheckboxComposite::before {
  content: ""; }

.ms-Icon--CheckboxCompositeReversed::before {
  content: ""; }

.ms-Icon--CheckboxIndeterminate::before {
  content: ""; }

.ms-Icon--CheckedOutByOther12::before {
  content: ""; }

.ms-Icon--CheckedOutByYou12::before {
  content: ""; }

.ms-Icon--CheckList::before {
  content: ""; }

.ms-Icon--CheckMark::before {
  content: ""; }

.ms-Icon--ChevronDown::before {
  content: ""; }

.ms-Icon--ChevronDownEnd6::before {
  content: ""; }

.ms-Icon--ChevronDownMed::before {
  content: ""; }

.ms-Icon--ChevronDownSmall::before {
  content: ""; }

.ms-Icon--ChevronFold10::before {
  content: ""; }

.ms-Icon--ChevronLeft::before {
  content: ""; }

.ms-Icon--ChevronLeftEnd6::before {
  content: ""; }

.ms-Icon--ChevronLeftMed::before {
  content: ""; }

.ms-Icon--ChevronLeftSmall::before {
  content: ""; }

.ms-Icon--ChevronRight::before {
  content: ""; }

.ms-Icon--ChevronRightEnd6::before {
  content: ""; }

.ms-Icon--ChevronRightMed::before {
  content: ""; }

.ms-Icon--ChevronRightSmall::before {
  content: ""; }

.ms-Icon--ChevronUnfold10::before {
  content: ""; }

.ms-Icon--ChevronUp::before {
  content: ""; }

.ms-Icon--ChevronUpEnd6::before {
  content: ""; }

.ms-Icon--ChevronUpMed::before {
  content: ""; }

.ms-Icon--ChevronUpSmall::before {
  content: ""; }

.ms-Icon--Chopsticks::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ChromeBack::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ChromeBack::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ChromeBackMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ChromeBackMirrored::before {
  content: ""; }

.ms-Icon--ChromeClose::before {
  content: ""; }

.ms-Icon--ChromeMinimize::before {
  content: ""; }

.ms-Icon--CircleAddition::before {
  content: ""; }

.ms-Icon--CircleAdditionSolid::before {
  content: ""; }

.ms-Icon--CircleFill::before {
  content: ""; }

.ms-Icon--CircleHalfFull::before {
  content: ""; }

.ms-Icon--CirclePause::before {
  content: ""; }

.ms-Icon--CirclePauseSolid::before {
  content: ""; }

.ms-Icon--CirclePlus::before {
  content: ""; }

.ms-Icon--CircleRing::before {
  content: ""; }

.ms-Icon--CircleShapeSolid::before {
  content: ""; }

.ms-Icon--CircleStop::before {
  content: ""; }

.ms-Icon--CircleStopSolid::before {
  content: ""; }

.ms-Icon--CityNext::before {
  content: ""; }

.ms-Icon--ClassNotebookLogo16::before {
  content: ""; }

.ms-Icon--ClassNotebookLogo32::before {
  content: ""; }

.ms-Icon--ClassNotebookLogoFill16::before {
  content: ""; }

.ms-Icon--ClassNotebookLogoFill32::before {
  content: ""; }

.ms-Icon--ClassNotebookLogoInverse::before {
  content: ""; }

.ms-Icon--ClassNotebookLogoInverse16::before {
  content: ""; }

.ms-Icon--ClassNotebookLogoInverse32::before {
  content: ""; }

.ms-Icon--ClassroomLogo::before {
  content: ""; }

.ms-Icon--Clear::before {
  content: ""; }

.ms-Icon--ClearFilter::before {
  content: ""; }

.ms-Icon--ClearFormatting::before {
  content: ""; }

.ms-Icon--ClearNight::before {
  content: ""; }

.ms-Icon--ClipboardSolid::before {
  content: ""; }

.ms-Icon--Clock::before {
  content: ""; }

.ms-Icon--CloneToDesktop::before {
  content: ""; }

.ms-Icon--ClosedCaption::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ClosePane::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ClosePane::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ClosePaneMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ClosePaneMirrored::before {
  content: ""; }

.ms-Icon--Cloud::before {
  content: ""; }

.ms-Icon--CloudAdd::before {
  content: ""; }

.ms-Icon--CloudDownload::before {
  content: ""; }

.ms-Icon--CloudUpload::before {
  content: ""; }

.ms-Icon--CloudWeather::before {
  content: ""; }

.ms-Icon--Cloudy::before {
  content: ""; }

.ms-Icon--Cocktails::before {
  content: ""; }

.ms-Icon--Code::before {
  content: ""; }

.ms-Icon--CodeEdit::before {
  content: ""; }

.ms-Icon--Coffee::before {
  content: ""; }

.ms-Icon--CoffeeScript::before {
  content: ""; }

.ms-Icon--CollapseContent::before {
  content: ""; }

.ms-Icon--CollapseContentSingle::before {
  content: ""; }

.ms-Icon--CollapseMenu::before {
  content: ""; }

.ms-Icon--CollegeFootball::before {
  content: ""; }

.ms-Icon--CollegeHoops::before {
  content: ""; }

.ms-Icon--Color::before {
  content: ""; }

.ms-Icon--ColorSolid::before {
  content: ""; }

.ms-Icon--ColumnLeftTwoThirds::before {
  content: ""; }

.ms-Icon--ColumnLeftTwoThirdsEdit::before {
  content: ""; }

.ms-Icon--ColumnOptions::before {
  content: ""; }

.ms-Icon--ColumnRightTwoThirds::before {
  content: ""; }

.ms-Icon--ColumnRightTwoThirdsEdit::before {
  content: ""; }

.ms-Icon--Combine::before {
  content: ""; }

.ms-Icon--Combobox::before {
  content: ""; }

.ms-Icon--CommandPrompt::before {
  content: ""; }

.ms-Icon--Comment::before {
  content: ""; }

.ms-Icon--CommentAdd::before {
  content: ""; }

.ms-Icon--CommentNext::before {
  content: ""; }

.ms-Icon--CommentPrevious::before {
  content: ""; }

.ms-Icon--CommentUrgent::before {
  content: ""; }

.ms-Icon--Commitments::before {
  content: ""; }

.ms-Icon--Communications::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CompanyDirectory::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CompanyDirectory::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CompanyDirectoryMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CompanyDirectoryMirrored::before {
  content: ""; }

.ms-Icon--CompassNW::before {
  content: ""; }

.ms-Icon--Completed::before {
  content: ""; }

.ms-Icon--CompletedSolid::before {
  content: ""; }

.ms-Icon--ConfigurationSolid::before {
  content: ""; }

.ms-Icon--ConnectContacts::before {
  content: ""; }

.ms-Icon--ConstructionCone::before {
  content: ""; }

.ms-Icon--ConstructionConeSolid::before {
  content: ""; }

.ms-Icon--Contact::before {
  content: ""; }

.ms-Icon--ContactCard::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ContactCardSettings::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ContactCardSettings::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ContactCardSettingsMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ContactCardSettingsMirrored::before {
  content: ""; }

.ms-Icon--ContactInfo::before {
  content: ""; }

.ms-Icon--ContactLink::before {
  content: ""; }

.ms-Icon--ContextMenu::before {
  content: ""; }

.ms-Icon--Contrast::before {
  content: ""; }

.ms-Icon--Copy::before {
  content: ""; }

.ms-Icon--Cotton::before {
  content: ""; }

.ms-Icon--CPlusPlus::before {
  content: ""; }

.ms-Icon--CPlusPlusLanguage::before {
  content: ""; }

.ms-Icon--CreateMailRule::before {
  content: ""; }

.ms-Icon--Cricket::before {
  content: ""; }

.ms-Icon--CRMReport::before {
  content: ""; }

.ms-Icon--Crop::before {
  content: ""; }

.ms-Icon--Crown::before {
  content: ""; }

.ms-Icon--CrownSolid::before {
  content: ""; }

.ms-Icon--CSharp::before {
  content: ""; }

.ms-Icon--CSharpLanguage::before {
  content: ""; }

.ms-Icon--CSS::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CustomList::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CustomList::before {
  content: ""; }

[dir='ltr'] .ms-Icon--CustomListMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--CustomListMirrored::before {
  content: ""; }

.ms-Icon--Cut::before {
  content: ""; }

.ms-Icon--Cycling::before {
  content: ""; }

.ms-Icon--DashboardAdd::before {
  content: ""; }

.ms-Icon--Database::before {
  content: ""; }

.ms-Icon--DataConnectionLibrary::before {
  content: ""; }

.ms-Icon--DateTime2::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DateTime::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DateTime::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DateTimeMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DateTimeMirrored::before {
  content: ""; }

.ms-Icon--DeactivateOrders::before {
  content: ""; }

.ms-Icon--DecisionSolid::before {
  content: ""; }

.ms-Icon--DeclineCall::before {
  content: ""; }

.ms-Icon--DecreaseIndentLegacy::before {
  content: ""; }

.ms-Icon--DefaultRatio::before {
  content: ""; }

.ms-Icon--DefectSolid::before {
  content: ""; }

.ms-Icon--Delete::before {
  content: ""; }

.ms-Icon--DeleteColumns::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DeleteRows::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DeleteRows::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DeleteRowsMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DeleteRowsMirrored::before {
  content: ""; }

.ms-Icon--DeleteTable::before {
  content: ""; }

.ms-Icon--DeliveryTruck::before {
  content: ""; }

.ms-Icon--DelveAnalytics::before {
  content: ""; }

.ms-Icon--DelveAnalyticsLogo::before {
  content: ""; }

.ms-Icon--DelveLogo::before {
  content: ""; }

.ms-Icon--DelveLogoFill::before {
  content: ""; }

.ms-Icon--DelveLogoInverse::before {
  content: ""; }

.ms-Icon--Deploy::before {
  content: ""; }

.ms-Icon--Descending::before {
  content: ""; }

.ms-Icon--Design::before {
  content: ""; }

.ms-Icon--DesktopScreenshot::before {
  content: ""; }

.ms-Icon--DeveloperTools::before {
  content: ""; }

.ms-Icon--Devices3::before {
  content: ""; }

.ms-Icon--Devices4::before {
  content: ""; }

.ms-Icon--Diagnostic::before {
  content: ""; }

.ms-Icon--Dialpad::before {
  content: ""; }

.ms-Icon--DiamondSolid::before {
  content: ""; }

.ms-Icon--Dictionary::before {
  content: ""; }

.ms-Icon--DictionaryRemove::before {
  content: ""; }

.ms-Icon--DietPlanNotebook::before {
  content: ""; }

.ms-Icon--DiffInline::before {
  content: ""; }

.ms-Icon--DiffSideBySide::before {
  content: ""; }

.ms-Icon--DisableUpdates::before {
  content: ""; }

.ms-Icon--Dislike::before {
  content: ""; }

.ms-Icon--DislikeSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DockLeft::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DockLeft::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DockLeftMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DockLeftMirrored::before {
  content: ""; }

.ms-Icon--DockRight::before {
  content: ""; }

.ms-Icon--DocLibrary::before {
  content: ""; }

.ms-Icon--DocsLogoInverse::before {
  content: ""; }

.ms-Icon--Document::before {
  content: ""; }

.ms-Icon--DocumentApproval::before {
  content: ""; }

.ms-Icon--Documentation::before {
  content: ""; }

.ms-Icon--DocumentManagement::before {
  content: ""; }

.ms-Icon--DocumentReply::before {
  content: ""; }

.ms-Icon--DocumentSearch::before {
  content: ""; }

.ms-Icon--DocumentSet::before {
  content: ""; }

.ms-Icon--DOM::before {
  content: ""; }

.ms-Icon--DonutChart::before {
  content: ""; }

.ms-Icon--Door::before {
  content: ""; }

.ms-Icon--DoubleBookmark::before {
  content: ""; }

.ms-Icon--DoubleChevronDown::before {
  content: ""; }

.ms-Icon--DoubleChevronDown12::before {
  content: ""; }

.ms-Icon--DoubleChevronDown8::before {
  content: ""; }

.ms-Icon--DoubleChevronLeft::before {
  content: ""; }

.ms-Icon--DoubleChevronLeft12::before {
  content: ""; }

.ms-Icon--DoubleChevronLeft8::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DoubleChevronLeftMed::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DoubleChevronLeftMed::before {
  content: ""; }

[dir='ltr'] .ms-Icon--DoubleChevronLeftMedMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--DoubleChevronLeftMedMirrored::before {
  content: ""; }

.ms-Icon--DoubleChevronRight::before {
  content: ""; }

.ms-Icon--DoubleChevronRight12::before {
  content: ""; }

.ms-Icon--DoubleChevronRight8::before {
  content: ""; }

.ms-Icon--DoubleChevronUp::before {
  content: ""; }

.ms-Icon--DoubleChevronUp12::before {
  content: ""; }

.ms-Icon--DoubleChevronUp8::before {
  content: ""; }

.ms-Icon--DoubleColumn::before {
  content: ""; }

.ms-Icon--DoubleColumnEdit::before {
  content: ""; }

.ms-Icon--Down::before {
  content: ""; }

.ms-Icon--Download::before {
  content: ""; }

.ms-Icon--DownloadDocument::before {
  content: ""; }

.ms-Icon--DragObject::before {
  content: ""; }

.ms-Icon--DrillDown::before {
  content: ""; }

.ms-Icon--DrillDownSolid::before {
  content: ""; }

.ms-Icon--DrillExpand::before {
  content: ""; }

.ms-Icon--DrillShow::before {
  content: ""; }

.ms-Icon--DrillThrough::before {
  content: ""; }

.ms-Icon--DRM::before {
  content: ""; }

.ms-Icon--Drop::before {
  content: ""; }

.ms-Icon--Dropdown::before {
  content: ""; }

.ms-Icon--DropShapeSolid::before {
  content: ""; }

.ms-Icon--Duststorm::before {
  content: ""; }

.ms-Icon--Dynamics365Logo::before {
  content: ""; }

.ms-Icon--DynamicSMBLogo::before {
  content: ""; }

.ms-Icon--EatDrink::before {
  content: ""; }

.ms-Icon--EdgeLogo::before {
  content: ""; }

.ms-Icon--EditContact::before {
  content: ""; }

.ms-Icon--EditMail::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Edit::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Edit::before {
  content: ""; }

[dir='ltr'] .ms-Icon--EditMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--EditMirrored::before {
  content: ""; }

.ms-Icon--EditNote::before {
  content: ""; }

.ms-Icon--EditPhoto::before {
  content: ""; }

[dir='ltr'] .ms-Icon--EditSolid12::before {
  content: ""; }

[dir='rtl'] .ms-Icon--EditSolid12::before {
  content: ""; }

[dir='ltr'] .ms-Icon--EditSolidMirrored12::before {
  content: ""; }

[dir='rtl'] .ms-Icon--EditSolidMirrored12::before {
  content: ""; }

.ms-Icon--EditStyle::before {
  content: ""; }

.ms-Icon--Education::before {
  content: ""; }

.ms-Icon--Ellipse::before {
  content: ""; }

.ms-Icon--Embed::before {
  content: ""; }

.ms-Icon--EMI::before {
  content: ""; }

.ms-Icon--Emoji::before {
  content: ""; }

.ms-Icon--Emoji2::before {
  content: ""; }

.ms-Icon--EmojiDisappointed::before {
  content: ""; }

.ms-Icon--EmojiNeutral::before {
  content: ""; }

.ms-Icon--EmojiTabSymbols::before {
  content: ""; }

.ms-Icon--EmptyRecycleBin::before {
  content: ""; }

.ms-Icon--Encryption::before {
  content: ""; }

.ms-Icon--EngineeringGroup::before {
  content: ""; }

.ms-Icon--EntryDecline::before {
  content: ""; }

.ms-Icon--EntryView::before {
  content: ""; }

.ms-Icon--Equalizer::before {
  content: ""; }

.ms-Icon--EraseTool::before {
  content: ""; }

.ms-Icon--Error::before {
  content: ""; }

.ms-Icon--ErrorBadge::before {
  content: ""; }

.ms-Icon--Event::before {
  content: ""; }

.ms-Icon--EventAccepted::before {
  content: ""; }

.ms-Icon--EventDate::before {
  content: ""; }

.ms-Icon--EventDeclined::before {
  content: ""; }

.ms-Icon--EventInfo::before {
  content: ""; }

[dir='ltr'] .ms-Icon--EventTentative::before {
  content: ""; }

[dir='rtl'] .ms-Icon--EventTentative::before {
  content: ""; }

[dir='ltr'] .ms-Icon--EventTentativeMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--EventTentativeMirrored::before {
  content: ""; }

.ms-Icon--ExcelDocument::before {
  content: ""; }

.ms-Icon--ExcelLogo::before {
  content: ""; }

.ms-Icon--ExcelLogo16::before {
  content: ""; }

.ms-Icon--ExcelLogoFill::before {
  content: ""; }

.ms-Icon--ExcelLogoFill16::before {
  content: ""; }

.ms-Icon--ExcelLogoInverse::before {
  content: ""; }

.ms-Icon--ExcelLogoInverse16::before {
  content: ""; }

.ms-Icon--ExchangeLogo::before {
  content: ""; }

.ms-Icon--ExchangeLogoFill::before {
  content: ""; }

.ms-Icon--ExchangeLogoInverse::before {
  content: ""; }

.ms-Icon--ExerciseTracker::before {
  content: ""; }

.ms-Icon--ExpandMenu::before {
  content: ""; }

.ms-Icon--ExploreContent::before {
  content: ""; }

.ms-Icon--ExploreContentSingle::before {
  content: ""; }

.ms-Icon--ExploreData::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Export::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Export::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ExportMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ExportMirrored::before {
  content: ""; }

.ms-Icon--ExternalBuild::before {
  content: ""; }

.ms-Icon--ExternalGit::before {
  content: ""; }

.ms-Icon--ExternalTFVC::before {
  content: ""; }

.ms-Icon--ExternalXAML::before {
  content: ""; }

.ms-Icon--F12DevTools::before {
  content: ""; }

.ms-Icon--FabricAssetLibrary::before {
  content: ""; }

.ms-Icon--FabricDataConnectionLibrary::before {
  content: ""; }

.ms-Icon--FabricDocLibrary::before {
  content: ""; }

.ms-Icon--FabricFolder::before {
  content: ""; }

.ms-Icon--FabricFolderFill::before {
  content: ""; }

.ms-Icon--FabricFolderSearch::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FabricFormLibrary::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FabricFormLibrary::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FabricFormLibraryMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FabricFormLibraryMirrored::before {
  content: ""; }

.ms-Icon--FabricMovetoFolder::before {
  content: ""; }

.ms-Icon--FabricNewFolder::before {
  content: ""; }

.ms-Icon--FabricOpenFolderHorizontal::before {
  content: ""; }

.ms-Icon--FabricPictureLibrary::before {
  content: ""; }

.ms-Icon--FabricPublicFolder::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FabricReportLibrary::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FabricReportLibrary::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FabricReportLibraryMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FabricReportLibraryMirrored::before {
  content: ""; }

.ms-Icon--FabricSyncFolder::before {
  content: ""; }

.ms-Icon--FabricUnsyncFolder::before {
  content: ""; }

.ms-Icon--Family::before {
  content: ""; }

.ms-Icon--FangBody::before {
  content: ""; }

.ms-Icon--FastForward::before {
  content: ""; }

.ms-Icon--FastMode::before {
  content: ""; }

.ms-Icon--Favicon::before {
  content: ""; }

.ms-Icon--FavoriteList::before {
  content: ""; }

.ms-Icon--FavoriteStar::before {
  content: ""; }

.ms-Icon--FavoriteStarFill::before {
  content: ""; }

.ms-Icon--Fax::before {
  content: ""; }

.ms-Icon--Feedback::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FeedbackRequestSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FeedbackRequestSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FeedbackRequestMirroredSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FeedbackRequestMirroredSolid::before {
  content: ""; }

.ms-Icon--FeedbackResponseSolid::before {
  content: ""; }

.ms-Icon--Ferry::before {
  content: ""; }

.ms-Icon--FerrySolid::before {
  content: ""; }

.ms-Icon--FieldChanged::before {
  content: ""; }

.ms-Icon--FieldEmpty::before {
  content: ""; }

.ms-Icon--FieldFilled::before {
  content: ""; }

.ms-Icon--FieldNotChanged::before {
  content: ""; }

.ms-Icon--FieldReadOnly::before {
  content: ""; }

.ms-Icon--FieldRequired::before {
  content: ""; }

.ms-Icon--FileASPX::before {
  content: ""; }

.ms-Icon--FileBug::before {
  content: ""; }

.ms-Icon--FileCode::before {
  content: ""; }

.ms-Icon--FileComment::before {
  content: ""; }

.ms-Icon--FileCSS::before {
  content: ""; }

.ms-Icon--FileHTML::before {
  content: ""; }

.ms-Icon--FileImage::before {
  content: ""; }

.ms-Icon--FileJAVA::before {
  content: ""; }

.ms-Icon--FileLess::before {
  content: ""; }

.ms-Icon--FilePDB::before {
  content: ""; }

.ms-Icon--FileSass::before {
  content: ""; }

.ms-Icon--FileSQL::before {
  content: ""; }

.ms-Icon--FileSymlink::before {
  content: ""; }

.ms-Icon--FileTemplate::before {
  content: ""; }

.ms-Icon--FileTypeSolution::before {
  content: ""; }

.ms-Icon--FileYML::before {
  content: ""; }

.ms-Icon--Filter::before {
  content: ""; }

.ms-Icon--Filters::before {
  content: ""; }

.ms-Icon--FilterSolid::before {
  content: ""; }

.ms-Icon--FiltersSolid::before {
  content: ""; }

.ms-Icon--Financial::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FinancialSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FinancialSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FinancialMirroredSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FinancialMirroredSolid::before {
  content: ""; }

.ms-Icon--Fingerprint::before {
  content: ""; }

.ms-Icon--FiveTileGrid::before {
  content: ""; }

.ms-Icon--Flag::before {
  content: ""; }

.ms-Icon--FlameSolid::before {
  content: ""; }

.ms-Icon--FlickDown::before {
  content: ""; }

.ms-Icon--FlickLeft::before {
  content: ""; }

.ms-Icon--FlickRight::before {
  content: ""; }

.ms-Icon--FlickUp::before {
  content: ""; }

.ms-Icon--Flow::before {
  content: ""; }

.ms-Icon--FocalPoint::before {
  content: ""; }

.ms-Icon--Fog::before {
  content: ""; }

.ms-Icon--Folder::before {
  content: ""; }

.ms-Icon--FolderFill::before {
  content: ""; }

.ms-Icon--FolderHorizontal::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FolderList::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FolderList::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FolderListMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FolderListMirrored::before {
  content: ""; }

.ms-Icon--FolderOpen::before {
  content: ""; }

.ms-Icon--FolderQuery::before {
  content: ""; }

.ms-Icon--FolderSearch::before {
  content: ""; }

.ms-Icon--FollowUser::before {
  content: ""; }

.ms-Icon--Font::before {
  content: ""; }

.ms-Icon--FontColor::before {
  content: ""; }

.ms-Icon--FontColorA::before {
  content: ""; }

.ms-Icon--FontColorSwatch::before {
  content: ""; }

.ms-Icon--FontDecrease::before {
  content: ""; }

.ms-Icon--FontIncrease::before {
  content: ""; }

.ms-Icon--FontSize::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FormLibrary::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FormLibrary::before {
  content: ""; }

[dir='ltr'] .ms-Icon--FormLibraryMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--FormLibraryMirrored::before {
  content: ""; }

.ms-Icon--Forward::before {
  content: ""; }

.ms-Icon--ForwardEvent::before {
  content: ""; }

.ms-Icon--Freezing::before {
  content: ""; }

.ms-Icon--Frigid::before {
  content: ""; }

.ms-Icon--FSharp::before {
  content: ""; }

.ms-Icon--FSharpLanguage::before {
  content: ""; }

.ms-Icon--FullCircleMask::before {
  content: ""; }

.ms-Icon--FullHistory::before {
  content: ""; }

.ms-Icon--FullScreen::before {
  content: ""; }

.ms-Icon--FullWidth::before {
  content: ""; }

.ms-Icon--FullWidthEdit::before {
  content: ""; }

.ms-Icon--FunctionalManagerDashboard::before {
  content: ""; }

.ms-Icon--GallatinLogo::before {
  content: ""; }

.ms-Icon--Generate::before {
  content: ""; }

.ms-Icon--GenericScan::before {
  content: ""; }

.ms-Icon--Giftbox::before {
  content: ""; }

.ms-Icon--GiftboxOpen::before {
  content: ""; }

.ms-Icon--GiftBoxSolid::before {
  content: ""; }

.ms-Icon--GiftCard::before {
  content: ""; }

.ms-Icon--GitFork::before {
  content: ""; }

.ms-Icon--GitGraph::before {
  content: ""; }

.ms-Icon--Glasses::before {
  content: ""; }

.ms-Icon--Glimmer::before {
  content: ""; }

.ms-Icon--GlobalNavButton::before {
  content: ""; }

.ms-Icon--Globe::before {
  content: ""; }

.ms-Icon--Globe2::before {
  content: ""; }

.ms-Icon--GlobeFavorite::before {
  content: ""; }

.ms-Icon--Golf::before {
  content: ""; }

.ms-Icon--GotoToday::before {
  content: ""; }

.ms-Icon--GridViewLarge::before {
  content: ""; }

.ms-Icon--GridViewMedium::before {
  content: ""; }

.ms-Icon--GridViewSmall::before {
  content: ""; }

.ms-Icon--GripperBarHorizontal::before {
  content: ""; }

.ms-Icon--GripperBarVertical::before {
  content: ""; }

.ms-Icon--GripperTool::before {
  content: ""; }

.ms-Icon--Group::before {
  content: ""; }

.ms-Icon--GroupedAscending::before {
  content: ""; }

.ms-Icon--GroupedDescending::before {
  content: ""; }

.ms-Icon--GroupedList::before {
  content: ""; }

.ms-Icon--GroupObject::before {
  content: ""; }

.ms-Icon--GUID::before {
  content: ""; }

.ms-Icon--Guitar::before {
  content: ""; }

.ms-Icon--HailDay::before {
  content: ""; }

.ms-Icon--HailNight::before {
  content: ""; }

.ms-Icon--HalfAlpha::before {
  content: ""; }

.ms-Icon--HalfCircle::before {
  content: ""; }

.ms-Icon--HandsFree::before {
  content: ""; }

.ms-Icon--Handwriting::before {
  content: ""; }

.ms-Icon--HardDrive::before {
  content: ""; }

.ms-Icon--HardDriveGroup::before {
  content: ""; }

.ms-Icon--HardDriveLock::before {
  content: ""; }

.ms-Icon--HardDriveUnlock::before {
  content: ""; }

.ms-Icon--Header1::before {
  content: ""; }

.ms-Icon--Header2::before {
  content: ""; }

.ms-Icon--Header3::before {
  content: ""; }

.ms-Icon--Header4::before {
  content: ""; }

.ms-Icon--Headset::before {
  content: ""; }

.ms-Icon--HeadsetSolid::before {
  content: ""; }

.ms-Icon--Health::before {
  content: ""; }

.ms-Icon--HealthSolid::before {
  content: ""; }

.ms-Icon--Heart::before {
  content: ""; }

.ms-Icon--HeartBroken::before {
  content: ""; }

.ms-Icon--HeartFill::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Help::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Help::before {
  content: ""; }

[dir='ltr'] .ms-Icon--HelpMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--HelpMirrored::before {
  content: ""; }

.ms-Icon--Hexagon::before {
  content: ""; }

.ms-Icon--Hide::before {
  content: ""; }

.ms-Icon--Hide2::before {
  content: ""; }

.ms-Icon--Highlight::before {
  content: ""; }

.ms-Icon--HighlightMappedShapes::before {
  content: ""; }

.ms-Icon--HintText::before {
  content: ""; }

.ms-Icon--History::before {
  content: ""; }

.ms-Icon--Home::before {
  content: ""; }

.ms-Icon--HomeSolid::before {
  content: ""; }

.ms-Icon--HorizontalDistributeCenter::before {
  content: ""; }

.ms-Icon--Hospital::before {
  content: ""; }

.ms-Icon--Hotel::before {
  content: ""; }

.ms-Icon--HourGlass::before {
  content: ""; }

.ms-Icon--IconSetsFlag::before {
  content: ""; }

.ms-Icon--IDBadge::before {
  content: ""; }

.ms-Icon--ImageCrosshair::before {
  content: ""; }

.ms-Icon--ImageDiff::before {
  content: ""; }

.ms-Icon--ImagePixel::before {
  content: ""; }

.ms-Icon--ImageSearch::before {
  content: ""; }

.ms-Icon--Important::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Import::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Import::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ImportMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ImportMirrored::before {
  content: ""; }

.ms-Icon--Inbox::before {
  content: ""; }

.ms-Icon--InboxCheck::before {
  content: ""; }

.ms-Icon--IncidentTriangle::before {
  content: ""; }

.ms-Icon--IncreaseIndentLegacy::before {
  content: ""; }

.ms-Icon--Info::before {
  content: ""; }

.ms-Icon--Info2::before {
  content: ""; }

.ms-Icon--InfoSolid::before {
  content: ""; }

.ms-Icon--InsertColumnsLeft::before {
  content: ""; }

.ms-Icon--InsertColumnsRight::before {
  content: ""; }

.ms-Icon--InsertRowsAbove::before {
  content: ""; }

.ms-Icon--InsertRowsBelow::before {
  content: ""; }

.ms-Icon--InsertSignatureLine::before {
  content: ""; }

.ms-Icon--InsertTextBox::before {
  content: ""; }

.ms-Icon--InstallToDrive::before {
  content: ""; }

.ms-Icon--InternetSharing::before {
  content: ""; }

[dir='ltr'] .ms-Icon--IRMForward::before {
  content: ""; }

[dir='rtl'] .ms-Icon--IRMForward::before {
  content: ""; }

[dir='ltr'] .ms-Icon--IRMForwardMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--IRMForwardMirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--IRMReply::before {
  content: ""; }

[dir='rtl'] .ms-Icon--IRMReply::before {
  content: ""; }

[dir='ltr'] .ms-Icon--IRMReplyMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--IRMReplyMirrored::before {
  content: ""; }

.ms-Icon--IssueSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--IssueTracking::before {
  content: ""; }

[dir='rtl'] .ms-Icon--IssueTracking::before {
  content: ""; }

[dir='ltr'] .ms-Icon--IssueTrackingMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--IssueTrackingMirrored::before {
  content: ""; }

.ms-Icon--Italic::before {
  content: ""; }

.ms-Icon--JavaScriptLanguage::before {
  content: ""; }

.ms-Icon--JoinOnlineMeeting::before {
  content: ""; }

.ms-Icon--JS::before {
  content: ""; }

.ms-Icon--KaizalaLogo::before {
  content: ""; }

.ms-Icon--Label::before {
  content: ""; }

.ms-Icon--LadybugSolid::before {
  content: ""; }

.ms-Icon--Lamp::before {
  content: ""; }

.ms-Icon--LandscapeOrientation::before {
  content: ""; }

.ms-Icon--LaptopSecure::before {
  content: ""; }

.ms-Icon--LaptopSelected::before {
  content: ""; }

.ms-Icon--LargeGrid::before {
  content: ""; }

.ms-Icon--Leave::before {
  content: ""; }

.ms-Icon--Library::before {
  content: ""; }

.ms-Icon--Lifesaver::before {
  content: ""; }

.ms-Icon--LifesaverLock::before {
  content: ""; }

.ms-Icon--Light::before {
  content: ""; }

.ms-Icon--Lightbulb::before {
  content: ""; }

.ms-Icon--LightningBolt::before {
  content: ""; }

.ms-Icon--LightWeight::before {
  content: ""; }

.ms-Icon--Like::before {
  content: ""; }

.ms-Icon--LikeSolid::before {
  content: ""; }

.ms-Icon--Line::before {
  content: ""; }

.ms-Icon--LineChart::before {
  content: ""; }

.ms-Icon--LineSpacing::before {
  content: ""; }

.ms-Icon--LineStyle::before {
  content: ""; }

.ms-Icon--LineThickness::before {
  content: ""; }

.ms-Icon--Link::before {
  content: ""; }

.ms-Icon--LinkedInLogo::before {
  content: ""; }

[dir='ltr'] .ms-Icon--List::before {
  content: ""; }

[dir='rtl'] .ms-Icon--List::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ListMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ListMirrored::before {
  content: ""; }

.ms-Icon--LocaleLanguage::before {
  content: ""; }

.ms-Icon--Location::before {
  content: ""; }

.ms-Icon--LocationCircle::before {
  content: ""; }

.ms-Icon--LocationDot::before {
  content: ""; }

.ms-Icon--LocationFill::before {
  content: ""; }

.ms-Icon--LocationOutline::before {
  content: ""; }

.ms-Icon--Lock::before {
  content: ""; }

.ms-Icon--LockSolid::before {
  content: ""; }

.ms-Icon--LogRemove::before {
  content: ""; }

.ms-Icon--LookupEntities::before {
  content: ""; }

.ms-Icon--LowerBrightness::before {
  content: ""; }

.ms-Icon--LyncLogo::before {
  content: ""; }

.ms-Icon--Mail::before {
  content: ""; }

.ms-Icon--MailAlert::before {
  content: ""; }

.ms-Icon--MailCheck::before {
  content: ""; }

.ms-Icon--MailFill::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailForward::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailForward::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailForwardMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailForwardMirrored::before {
  content: ""; }

.ms-Icon--MailLowImportance::before {
  content: ""; }

.ms-Icon--MailPause::before {
  content: ""; }

.ms-Icon--MailReminder::before {
  content: ""; }

.ms-Icon--MailRepeat::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailReplyAll::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailReplyAll::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailReplyAllMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailReplyAllMirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailReply::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailReply::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailReplyMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailReplyMirrored::before {
  content: ""; }

.ms-Icon--MailSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailTentative::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailTentative::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MailTentativeMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MailTentativeMirrored::before {
  content: ""; }

.ms-Icon--MailUndelivered::before {
  content: ""; }

.ms-Icon--ManagerSelfService::before {
  content: ""; }

.ms-Icon--MapDirections::before {
  content: ""; }

.ms-Icon--MapPin::before {
  content: ""; }

.ms-Icon--MapPinSolid::before {
  content: ""; }

.ms-Icon--MarkDownLanguage::before {
  content: ""; }

.ms-Icon--Market::before {
  content: ""; }

.ms-Icon--MarketDown::before {
  content: ""; }

.ms-Icon--MasterDatabase::before {
  content: ""; }

.ms-Icon--MaximumValue::before {
  content: ""; }

.ms-Icon--Medal::before {
  content: ""; }

.ms-Icon--MediaAdd::before {
  content: ""; }

.ms-Icon--Medical::before {
  content: ""; }

.ms-Icon--Megaphone::before {
  content: ""; }

.ms-Icon--MegaphoneSolid::before {
  content: ""; }

.ms-Icon--Memo::before {
  content: ""; }

.ms-Icon--Merge::before {
  content: ""; }

.ms-Icon--MergeDuplicate::before {
  content: ""; }

.ms-Icon--Message::before {
  content: ""; }

.ms-Icon--MessageFill::before {
  content: ""; }

.ms-Icon--MicOff::before {
  content: ""; }

.ms-Icon--Microphone::before {
  content: ""; }

.ms-Icon--MicrosoftFlowLogo::before {
  content: ""; }

.ms-Icon--MicrosoftStaffhubLogo::before {
  content: ""; }

.ms-Icon--MiniContract::before {
  content: ""; }

.ms-Icon--MiniExpand::before {
  content: ""; }

.ms-Icon--MiniLink::before {
  content: ""; }

.ms-Icon--MinimumValue::before {
  content: ""; }

.ms-Icon--MobileReport::before {
  content: ""; }

.ms-Icon--MobileSelected::before {
  content: ""; }

.ms-Icon--Money::before {
  content: ""; }

.ms-Icon--More::before {
  content: ""; }

.ms-Icon--MoreSports::before {
  content: ""; }

.ms-Icon--MoreVertical::before {
  content: ""; }

.ms-Icon--Move::before {
  content: ""; }

.ms-Icon--Movers::before {
  content: ""; }

.ms-Icon--MoveToFolder::before {
  content: ""; }

.ms-Icon--MSNLogo::before {
  content: ""; }

.ms-Icon--MSNVideos::before {
  content: ""; }

.ms-Icon--MSNVideosSolid::before {
  content: ""; }

.ms-Icon--MTMLogo::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MultiSelect::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MultiSelect::before {
  content: ""; }

[dir='ltr'] .ms-Icon--MultiSelectMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--MultiSelectMirrored::before {
  content: ""; }

.ms-Icon--MusicInCollection::before {
  content: ""; }

.ms-Icon--MusicInCollectionFill::before {
  content: ""; }

.ms-Icon--MusicNote::before {
  content: ""; }

.ms-Icon--MyMoviesTV::before {
  content: ""; }

.ms-Icon--Nav2DMapView::before {
  content: ""; }

[dir='ltr'] .ms-Icon--NavigateBack::before {
  content: ""; }

[dir='rtl'] .ms-Icon--NavigateBack::before {
  content: ""; }

[dir='ltr'] .ms-Icon--NavigateBackMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--NavigateBackMirrored::before {
  content: ""; }

.ms-Icon--NavigateExternalInline::before {
  content: ""; }

[dir='ltr'] .ms-Icon--NavigateForward::before {
  content: ""; }

[dir='rtl'] .ms-Icon--NavigateForward::before {
  content: ""; }

[dir='ltr'] .ms-Icon--NavigateForwardMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--NavigateForwardMirrored::before {
  content: ""; }

.ms-Icon--NavigationFlipper::before {
  content: ""; }

.ms-Icon--NetworkTower::before {
  content: ""; }

.ms-Icon--NewAnalyticsQuery::before {
  content: ""; }

.ms-Icon--NewFolder::before {
  content: ""; }

.ms-Icon--News::before {
  content: ""; }

.ms-Icon--NewsSearch::before {
  content: ""; }

.ms-Icon--NewTeamProject::before {
  content: ""; }

.ms-Icon--Next::before {
  content: ""; }

.ms-Icon--NonprofitLogo32::before {
  content: ""; }

.ms-Icon--NormalWeight::before {
  content: ""; }

.ms-Icon--NoteForward::before {
  content: ""; }

.ms-Icon--NotePinned::before {
  content: ""; }

.ms-Icon--NoteReply::before {
  content: ""; }

.ms-Icon--NotExecuted::before {
  content: ""; }

.ms-Icon--NotImpactedSolid::before {
  content: ""; }

.ms-Icon--NugetLogo::before {
  content: ""; }

.ms-Icon--NumberedList::before {
  content: ""; }

.ms-Icon--NumberField::before {
  content: ""; }

.ms-Icon--NumberSequence::before {
  content: ""; }

.ms-Icon--Octagon::before {
  content: ""; }

.ms-Icon--OEM::before {
  content: ""; }

.ms-Icon--OfficeAddinsLogo::before {
  content: ""; }

.ms-Icon--OfficeAssistantLogo::before {
  content: ""; }

.ms-Icon--OfficeFormsLogo::before {
  content: ""; }

.ms-Icon--OfficeFormsLogo16::before {
  content: ""; }

.ms-Icon--OfficeFormsLogo24::before {
  content: ""; }

.ms-Icon--OfficeFormsLogoFill::before {
  content: ""; }

.ms-Icon--OfficeFormsLogoFill16::before {
  content: ""; }

.ms-Icon--OfficeFormsLogoFill24::before {
  content: ""; }

.ms-Icon--OfficeFormsLogoInverse::before {
  content: ""; }

.ms-Icon--OfficeFormsLogoInverse16::before {
  content: ""; }

.ms-Icon--OfficeFormsLogoInverse24::before {
  content: ""; }

.ms-Icon--OfficeLogo::before {
  content: ""; }

.ms-Icon--OfficeStoreLogo::before {
  content: ""; }

.ms-Icon--OfficeVideoLogo::before {
  content: ""; }

.ms-Icon--OfficeVideoLogoFill::before {
  content: ""; }

.ms-Icon--OfficeVideoLogoInverse::before {
  content: ""; }

.ms-Icon--OfflineOneDriveParachute::before {
  content: ""; }

.ms-Icon--OfflineOneDriveParachuteDisabled::before {
  content: ""; }

.ms-Icon--OfflineStorageSolid::before {
  content: ""; }

.ms-Icon--OneDrive::before {
  content: ""; }

.ms-Icon--OneDriveAdd::before {
  content: ""; }

.ms-Icon--OneDriveFolder16::before {
  content: ""; }

.ms-Icon--OneNoteEduLogoInverse::before {
  content: ""; }

.ms-Icon--OneNoteLogo::before {
  content: ""; }

.ms-Icon--OneNoteLogo16::before {
  content: ""; }

.ms-Icon--OneNoteLogoFill::before {
  content: ""; }

.ms-Icon--OneNoteLogoFill16::before {
  content: ""; }

.ms-Icon--OneNoteLogoInverse::before {
  content: ""; }

.ms-Icon--OneNoteLogoInverse16::before {
  content: ""; }

.ms-Icon--OpenFile::before {
  content: ""; }

.ms-Icon--OpenFolderHorizontal::before {
  content: ""; }

.ms-Icon--OpenInNewWindow::before {
  content: ""; }

[dir='ltr'] .ms-Icon--OpenPane::before {
  content: ""; }

[dir='rtl'] .ms-Icon--OpenPane::before {
  content: ""; }

[dir='ltr'] .ms-Icon--OpenPaneMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--OpenPaneMirrored::before {
  content: ""; }

.ms-Icon--OpenSource::before {
  content: ""; }

.ms-Icon--Org::before {
  content: ""; }

.ms-Icon--Orientation::before {
  content: ""; }

.ms-Icon--OutlookLogo::before {
  content: ""; }

.ms-Icon--OutlookLogo16::before {
  content: ""; }

.ms-Icon--OutlookLogoFill::before {
  content: ""; }

.ms-Icon--OutlookLogoFill16::before {
  content: ""; }

.ms-Icon--OutlookLogoInverse::before {
  content: ""; }

.ms-Icon--OutlookLogoInverse16::before {
  content: ""; }

.ms-Icon--OutOfOffice::before {
  content: ""; }

.ms-Icon--Package::before {
  content: ""; }

.ms-Icon--Packages::before {
  content: ""; }

.ms-Icon--Padding::before {
  content: ""; }

.ms-Icon--PaddingBottom::before {
  content: ""; }

.ms-Icon--PaddingLeft::before {
  content: ""; }

.ms-Icon--PaddingRight::before {
  content: ""; }

.ms-Icon--PaddingTop::before {
  content: ""; }

.ms-Icon--Page::before {
  content: ""; }

.ms-Icon--PageAdd::before {
  content: ""; }

.ms-Icon--PageCheckedin::before {
  content: ""; }

.ms-Icon--PageCheckedOut::before {
  content: ""; }

.ms-Icon--PageEdit::before {
  content: ""; }

.ms-Icon--PageLeft::before {
  content: ""; }

[dir='ltr'] .ms-Icon--PageListSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--PageListSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--PageListMirroredSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--PageListMirroredSolid::before {
  content: ""; }

.ms-Icon--PageLock::before {
  content: ""; }

.ms-Icon--PageRemove::before {
  content: ""; }

.ms-Icon--PageRight::before {
  content: ""; }

.ms-Icon--PageSolid::before {
  content: ""; }

.ms-Icon--PanoIndicator::before {
  content: ""; }

.ms-Icon--Parachute::before {
  content: ""; }

.ms-Icon--ParachuteSolid::before {
  content: ""; }

.ms-Icon--Parameter::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ParkingLocation::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ParkingLocation::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ParkingLocationMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ParkingLocationMirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ParkingSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ParkingSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ParkingMirroredSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ParkingMirroredSolid::before {
  content: ""; }

.ms-Icon--PartlyCloudyDay::before {
  content: ""; }

.ms-Icon--PartlyCloudyNight::before {
  content: ""; }

.ms-Icon--PartyLeader::before {
  content: ""; }

.ms-Icon--Paste::before {
  content: ""; }

.ms-Icon--PasteAsCode::before {
  content: ""; }

.ms-Icon--PasteAsText::before {
  content: ""; }

.ms-Icon--Pause::before {
  content: ""; }

.ms-Icon--PaymentCard::before {
  content: ""; }

.ms-Icon--PC1::before {
  content: ""; }

.ms-Icon--PDF::before {
  content: ""; }

.ms-Icon--PencilReply::before {
  content: ""; }

.ms-Icon--Pentagon::before {
  content: ""; }

.ms-Icon--People::before {
  content: ""; }

.ms-Icon--PeopleAdd::before {
  content: ""; }

.ms-Icon--PeopleAlert::before {
  content: ""; }

.ms-Icon--PeopleBlock::before {
  content: ""; }

.ms-Icon--PeoplePause::before {
  content: ""; }

.ms-Icon--PeopleRepeat::before {
  content: ""; }

.ms-Icon--Permissions::before {
  content: ""; }

.ms-Icon--PermissionsSolid::before {
  content: ""; }

.ms-Icon--Personalize::before {
  content: ""; }

.ms-Icon--Phishing::before {
  content: ""; }

.ms-Icon--Phone::before {
  content: ""; }

.ms-Icon--Photo2::before {
  content: ""; }

.ms-Icon--Photo2Add::before {
  content: ""; }

.ms-Icon--Photo2Remove::before {
  content: ""; }

.ms-Icon--PhotoCollection::before {
  content: ""; }

.ms-Icon--Picture::before {
  content: ""; }

.ms-Icon--PictureCenter::before {
  content: ""; }

.ms-Icon--PictureFill::before {
  content: ""; }

.ms-Icon--PictureLibrary::before {
  content: ""; }

.ms-Icon--PicturePosition::before {
  content: ""; }

.ms-Icon--PictureStretch::before {
  content: ""; }

.ms-Icon--PictureTile::before {
  content: ""; }

.ms-Icon--PieDouble::before {
  content: ""; }

.ms-Icon--PieSingle::before {
  content: ""; }

.ms-Icon--PieSingleSolid::before {
  content: ""; }

.ms-Icon--Pill::before {
  content: ""; }

.ms-Icon--Pin::before {
  content: ""; }

.ms-Icon--Pinned::before {
  content: ""; }

.ms-Icon--PinnedFill::before {
  content: ""; }

.ms-Icon--PivotChart::before {
  content: ""; }

.ms-Icon--PlannerLogo::before {
  content: ""; }

.ms-Icon--PlanView::before {
  content: ""; }

.ms-Icon--Play::before {
  content: ""; }

.ms-Icon--PlayerSettings::before {
  content: ""; }

.ms-Icon--PlayResume::before {
  content: ""; }

.ms-Icon--Plug::before {
  content: ""; }

.ms-Icon--PlugConnected::before {
  content: ""; }

.ms-Icon--PlugDisconnected::before {
  content: ""; }

.ms-Icon--PlugSolid::before {
  content: ""; }

.ms-Icon--POI::before {
  content: ""; }

.ms-Icon--POISolid::before {
  content: ""; }

.ms-Icon--PostUpdate::before {
  content: ""; }

.ms-Icon--PowerApps::before {
  content: ""; }

.ms-Icon--PowerApps2Logo::before {
  content: ""; }

.ms-Icon--PowerAppsLogo::before {
  content: ""; }

.ms-Icon--PowerBILogo::before {
  content: ""; }

.ms-Icon--PowerButton::before {
  content: ""; }

.ms-Icon--PowerPointDocument::before {
  content: ""; }

.ms-Icon--PowerPointLogo::before {
  content: ""; }

.ms-Icon--PowerPointLogo16::before {
  content: ""; }

.ms-Icon--PowerPointLogoFill::before {
  content: ""; }

.ms-Icon--PowerPointLogoFill16::before {
  content: ""; }

.ms-Icon--PowerPointLogoInverse::before {
  content: ""; }

.ms-Icon--PowerPointLogoInverse16::before {
  content: ""; }

.ms-Icon--Precipitation::before {
  content: ""; }

.ms-Icon--PresenceChickletVideo::before {
  content: ""; }

.ms-Icon--Preview::before {
  content: ""; }

.ms-Icon--PreviewLink::before {
  content: ""; }

.ms-Icon--Previous::before {
  content: ""; }

.ms-Icon--PrimaryCalendar::before {
  content: ""; }

.ms-Icon--Print::before {
  content: ""; }

.ms-Icon--PrintfaxPrinterFile::before {
  content: ""; }

.ms-Icon--Processing::before {
  content: ""; }

.ms-Icon--ProcessMetaTask::before {
  content: ""; }

.ms-Icon--Product::before {
  content: ""; }

.ms-Icon--ProfileSearch::before {
  content: ""; }

.ms-Icon--ProFootball::before {
  content: ""; }

.ms-Icon--ProgressLoopInner::before {
  content: ""; }

.ms-Icon--ProgressLoopOuter::before {
  content: ""; }

.ms-Icon--ProgressRingDots::before {
  content: ""; }

.ms-Icon--ProHockey::before {
  content: ""; }

.ms-Icon--ProjectCollection::before {
  content: ""; }

.ms-Icon--ProjectLogo16::before {
  content: ""; }

.ms-Icon--ProjectLogo32::before {
  content: ""; }

.ms-Icon--ProjectLogoFill16::before {
  content: ""; }

.ms-Icon--ProjectLogoFill32::before {
  content: ""; }

.ms-Icon--ProjectLogoInverse::before {
  content: ""; }

.ms-Icon--ProtectedDocument::before {
  content: ""; }

.ms-Icon--ProtectionCenterLogo32::before {
  content: ""; }

.ms-Icon--ProtectRestrict::before {
  content: ""; }

.ms-Icon--PublicCalendar::before {
  content: ""; }

[dir='ltr'] .ms-Icon--PublicContactCard::before {
  content: ""; }

[dir='rtl'] .ms-Icon--PublicContactCard::before {
  content: ""; }

[dir='ltr'] .ms-Icon--PublicContactCardMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--PublicContactCardMirrored::before {
  content: ""; }

.ms-Icon--PublicEmail::before {
  content: ""; }

.ms-Icon--PublicFolder::before {
  content: ""; }

.ms-Icon--PublishCourse::before {
  content: ""; }

.ms-Icon--PublisherLogo::before {
  content: ""; }

.ms-Icon--PublisherLogo16::before {
  content: ""; }

.ms-Icon--PublisherLogoFill::before {
  content: ""; }

.ms-Icon--PublisherLogoFill16::before {
  content: ""; }

.ms-Icon--PublisherLogoInverse16::before {
  content: ""; }

.ms-Icon--Puzzle::before {
  content: ""; }

.ms-Icon--PY::before {
  content: ""; }

.ms-Icon--PythonLanguage::before {
  content: ""; }

.ms-Icon--QuarterCircle::before {
  content: ""; }

.ms-Icon--QueryList::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Questionnaire::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Questionnaire::before {
  content: ""; }

[dir='ltr'] .ms-Icon--QuestionnaireMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--QuestionnaireMirrored::before {
  content: ""; }

.ms-Icon--QuickNote::before {
  content: ""; }

.ms-Icon--QuickNoteSolid::before {
  content: ""; }

.ms-Icon--R::before {
  content: ""; }

.ms-Icon--RadioBtnOff::before {
  content: ""; }

.ms-Icon--RadioBtnOn::before {
  content: ""; }

.ms-Icon--RadioBullet::before {
  content: ""; }

.ms-Icon--Rain::before {
  content: ""; }

.ms-Icon--RainShowersDay::before {
  content: ""; }

.ms-Icon--RainShowersNight::before {
  content: ""; }

.ms-Icon--RainSnow::before {
  content: ""; }

.ms-Icon--RawSource::before {
  content: ""; }

.ms-Icon--Read::before {
  content: ""; }

.ms-Icon--ReadingMode::before {
  content: ""; }

.ms-Icon--ReadingModeSolid::before {
  content: ""; }

.ms-Icon--ReadOutLoud::before {
  content: ""; }

.ms-Icon--ReceiptCheck::before {
  content: ""; }

.ms-Icon--ReceiptForward::before {
  content: ""; }

.ms-Icon--ReceiptReply::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReceiptTentative::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReceiptTentative::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReceiptTentativeMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReceiptTentativeMirrored::before {
  content: ""; }

.ms-Icon--ReceiptUndelivered::before {
  content: ""; }

.ms-Icon--Recent::before {
  content: ""; }

.ms-Icon--Record2::before {
  content: ""; }

.ms-Icon--RectangleShapeSolid::before {
  content: ""; }

.ms-Icon--RectangularClipping::before {
  content: ""; }

.ms-Icon--RecurringEvent::before {
  content: ""; }

.ms-Icon--RecurringTask::before {
  content: ""; }

.ms-Icon--RecycleBin::before {
  content: ""; }

.ms-Icon--Redeploy::before {
  content: ""; }

.ms-Icon--RedEye::before {
  content: ""; }

.ms-Icon--Redo::before {
  content: ""; }

.ms-Icon--Refresh::before {
  content: ""; }

.ms-Icon--ReminderGroup::before {
  content: ""; }

.ms-Icon--ReminderPerson::before {
  content: ""; }

.ms-Icon--Remote::before {
  content: ""; }

.ms-Icon--Remove::before {
  content: ""; }

.ms-Icon--RemoveEvent::before {
  content: ""; }

.ms-Icon--RemoveFilter::before {
  content: ""; }

.ms-Icon--RemoveLink::before {
  content: ""; }

.ms-Icon--RemoveOccurrence::before {
  content: ""; }

.ms-Icon--Rename::before {
  content: ""; }

.ms-Icon--RenewalCurrent::before {
  content: ""; }

.ms-Icon--RenewalFuture::before {
  content: ""; }

.ms-Icon--ReopenPages::before {
  content: ""; }

.ms-Icon--Repair::before {
  content: ""; }

.ms-Icon--ReplyAllAlt::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReplyAll::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReplyAll::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReplyAllMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReplyAllMirrored::before {
  content: ""; }

.ms-Icon--ReplyAlt::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Reply::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Reply::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReplyMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReplyMirrored::before {
  content: ""; }

.ms-Icon--Repo::before {
  content: ""; }

.ms-Icon--ReportAdd::before {
  content: ""; }

.ms-Icon--ReportHacked::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReportLibrary::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReportLibrary::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReportLibraryMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReportLibraryMirrored::before {
  content: ""; }

.ms-Icon--RepoSolid::before {
  content: ""; }

.ms-Icon--ReturnToSession::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReviewRequestSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReviewRequestSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ReviewRequestMirroredSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ReviewRequestMirroredSolid::before {
  content: ""; }

.ms-Icon--ReviewResponseSolid::before {
  content: ""; }

.ms-Icon--ReviewSolid::before {
  content: ""; }

.ms-Icon--RevToggleKey::before {
  content: ""; }

.ms-Icon--Rewind::before {
  content: ""; }

.ms-Icon--Ribbon::before {
  content: ""; }

.ms-Icon--RibbonSolid::before {
  content: ""; }

.ms-Icon--RightDoubleQuote::before {
  content: ""; }

.ms-Icon--RightTriangle::before {
  content: ""; }

.ms-Icon--Ringer::before {
  content: ""; }

.ms-Icon--RingerOff::before {
  content: ""; }

.ms-Icon--RingerRemove::before {
  content: ""; }

.ms-Icon--Robot::before {
  content: ""; }

.ms-Icon--Rocket::before {
  content: ""; }

.ms-Icon--Room::before {
  content: ""; }

.ms-Icon--Rotate::before {
  content: ""; }

.ms-Icon--RowsChild::before {
  content: ""; }

.ms-Icon--RowsGroup::before {
  content: ""; }

.ms-Icon--Rugby::before {
  content: ""; }

.ms-Icon--Running::before {
  content: ""; }

.ms-Icon--Sad::before {
  content: ""; }

.ms-Icon--SadSolid::before {
  content: ""; }

.ms-Icon--Save::before {
  content: ""; }

.ms-Icon--SaveAll::before {
  content: ""; }

.ms-Icon--SaveAndClose::before {
  content: ""; }

.ms-Icon--SaveAs::before {
  content: ""; }

.ms-Icon--Savings::before {
  content: ""; }

.ms-Icon--ScaleUp::before {
  content: ""; }

.ms-Icon--ScheduleEventAction::before {
  content: ""; }

.ms-Icon--ScopeTemplate::before {
  content: ""; }

.ms-Icon--Script::before {
  content: ""; }

.ms-Icon--ScrollUpDown::before {
  content: ""; }

.ms-Icon--Search::before {
  content: ""; }

.ms-Icon--SearchAndApps::before {
  content: ""; }

.ms-Icon--SearchBookmark::before {
  content: ""; }

.ms-Icon--SearchCalendar::before {
  content: ""; }

[dir='ltr'] .ms-Icon--SearchIssue::before {
  content: ""; }

[dir='rtl'] .ms-Icon--SearchIssue::before {
  content: ""; }

[dir='ltr'] .ms-Icon--SearchIssueMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--SearchIssueMirrored::before {
  content: ""; }

.ms-Icon--Section::before {
  content: ""; }

.ms-Icon--Sections::before {
  content: ""; }

.ms-Icon--SecurityGroup::before {
  content: ""; }

.ms-Icon--SelectAll::before {
  content: ""; }

.ms-Icon--Sell::before {
  content: ""; }

.ms-Icon--SemiboldWeight::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Send::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Send::before {
  content: ""; }

[dir='ltr'] .ms-Icon--SendMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--SendMirrored::before {
  content: ""; }

.ms-Icon--Separator::before {
  content: ""; }

.ms-Icon--Server::before {
  content: ""; }

.ms-Icon--ServerEnviroment::before {
  content: ""; }

.ms-Icon--ServerProcesses::before {
  content: ""; }

.ms-Icon--SetAction::before {
  content: ""; }

.ms-Icon--Settings::before {
  content: ""; }

.ms-Icon--Share::before {
  content: ""; }

.ms-Icon--ShareiOS::before {
  content: ""; }

.ms-Icon--SharepointLogo::before {
  content: ""; }

.ms-Icon--SharepointLogoFill::before {
  content: ""; }

.ms-Icon--SharepointLogoInverse::before {
  content: ""; }

.ms-Icon--Shield::before {
  content: ""; }

.ms-Icon--ShieldSolid::before {
  content: ""; }

.ms-Icon--Shop::before {
  content: ""; }

.ms-Icon--ShoppingCart::before {
  content: ""; }

.ms-Icon--ShoppingCartSolid::before {
  content: ""; }

.ms-Icon--ShopServer::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ShowResults::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ShowResults::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ShowResultsMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ShowResultsMirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--SidePanel::before {
  content: ""; }

[dir='rtl'] .ms-Icon--SidePanel::before {
  content: ""; }

[dir='ltr'] .ms-Icon--SidePanelMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--SidePanelMirrored::before {
  content: ""; }

.ms-Icon--SignOut::before {
  content: ""; }

.ms-Icon--SingleBookmark::before {
  content: ""; }

.ms-Icon--SingleBookmarkSolid::before {
  content: ""; }

.ms-Icon--SingleColumn::before {
  content: ""; }

.ms-Icon--SingleColumnEdit::before {
  content: ""; }

.ms-Icon--SIPMove::before {
  content: ""; }

.ms-Icon--SiteScan::before {
  content: ""; }

.ms-Icon--SizeLegacy::before {
  content: ""; }

.ms-Icon--SkiResorts::before {
  content: ""; }

.ms-Icon--SkypeCheck::before {
  content: ""; }

.ms-Icon--SkypeCircleCheck::before {
  content: ""; }

.ms-Icon--SkypeCircleClock::before {
  content: ""; }

.ms-Icon--SkypeCircleMinus::before {
  content: ""; }

.ms-Icon--SkypeClock::before {
  content: ""; }

.ms-Icon--SkypeForBusinessLogo::before {
  content: ""; }

.ms-Icon--SkypeForBusinessLogo16::before {
  content: ""; }

.ms-Icon--SkypeForBusinessLogoFill::before {
  content: ""; }

.ms-Icon--SkypeForBusinessLogoFill16::before {
  content: ""; }

.ms-Icon--SkypeLogo::before {
  content: ""; }

.ms-Icon--SkypeLogo16::before {
  content: ""; }

.ms-Icon--SkypeMessage::before {
  content: ""; }

.ms-Icon--SkypeMinus::before {
  content: ""; }

.ms-Icon--Slider::before {
  content: ""; }

.ms-Icon--SliderHandleSize::before {
  content: ""; }

.ms-Icon--SliderThumb::before {
  content: ""; }

.ms-Icon--Snooze::before {
  content: ""; }

.ms-Icon--Snow::before {
  content: ""; }

.ms-Icon--Snowflake::before {
  content: ""; }

.ms-Icon--SnowShowerDay::before {
  content: ""; }

.ms-Icon--SnowShowerNight::before {
  content: ""; }

.ms-Icon--Soccer::before {
  content: ""; }

.ms-Icon--SocialListeningLogo::before {
  content: ""; }

.ms-Icon--Sort::before {
  content: ""; }

.ms-Icon--SortDown::before {
  content: ""; }

.ms-Icon--SortLines::before {
  content: ""; }

.ms-Icon--SortUp::before {
  content: ""; }

.ms-Icon--Source::before {
  content: ""; }

.ms-Icon--Spacer::before {
  content: ""; }

.ms-Icon--Speakers::before {
  content: ""; }

.ms-Icon--SpeedHigh::before {
  content: ""; }

.ms-Icon--Split::before {
  content: ""; }

.ms-Icon--SplitObject::before {
  content: ""; }

.ms-Icon--Sprint::before {
  content: ""; }

.ms-Icon--Squalls::before {
  content: ""; }

.ms-Icon--SquareShapeSolid::before {
  content: ""; }

.ms-Icon--Stack::before {
  content: ""; }

.ms-Icon--StackedBarChart::before {
  content: ""; }

.ms-Icon--StackedLineChart::before {
  content: ""; }

.ms-Icon--StackIndicator::before {
  content: ""; }

.ms-Icon--StaffNotebookLogo16::before {
  content: ""; }

.ms-Icon--StaffNotebookLogo32::before {
  content: ""; }

.ms-Icon--StaffNotebookLogoFill16::before {
  content: ""; }

.ms-Icon--StaffNotebookLogoFill32::before {
  content: ""; }

.ms-Icon--StaffNotebookLogoInverted16::before {
  content: ""; }

.ms-Icon--StaffNotebookLogoInverted32::before {
  content: ""; }

.ms-Icon--Starburst::before {
  content: ""; }

.ms-Icon--StarburstSolid::before {
  content: ""; }

.ms-Icon--StatusCircleBlock2::before {
  content: ""; }

.ms-Icon--StatusCircleCheckmark::before {
  content: ""; }

.ms-Icon--StatusCircleErrorX::before {
  content: ""; }

.ms-Icon--StatusCircleExclamation::before {
  content: ""; }

.ms-Icon--StatusCircleInfo::before {
  content: ""; }

.ms-Icon--StatusCircleInner::before {
  content: ""; }

.ms-Icon--StatusCircleOuter::before {
  content: ""; }

.ms-Icon--StatusCircleQuestionMark::before {
  content: ""; }

.ms-Icon--StatusCircleRing::before {
  content: ""; }

.ms-Icon--StatusErrorFull::before {
  content: ""; }

.ms-Icon--StatusTriangle::before {
  content: ""; }

.ms-Icon--StatusTriangleExclamation::before {
  content: ""; }

.ms-Icon--StatusTriangleInner::before {
  content: ""; }

.ms-Icon--StatusTriangleOuter::before {
  content: ""; }

.ms-Icon--Step::before {
  content: ""; }

.ms-Icon--StepInsert::before {
  content: ""; }

.ms-Icon--StepShared::before {
  content: ""; }

.ms-Icon--StepSharedAdd::before {
  content: ""; }

.ms-Icon--StepSharedInsert::before {
  content: ""; }

.ms-Icon--StockDown::before {
  content: ""; }

.ms-Icon--StockUp::before {
  content: ""; }

.ms-Icon--Stop::before {
  content: ""; }

.ms-Icon--StopSolid::before {
  content: ""; }

.ms-Icon--Stopwatch::before {
  content: ""; }

.ms-Icon--StoreLogo16::before {
  content: ""; }

.ms-Icon--StoreLogoMed20::before {
  content: ""; }

.ms-Icon--Storyboard::before {
  content: ""; }

.ms-Icon--Streaming::before {
  content: ""; }

.ms-Icon--StreamingOff::before {
  content: ""; }

.ms-Icon--StreamLogo::before {
  content: ""; }

.ms-Icon--Strikethrough::before {
  content: ""; }

.ms-Icon--Subscribe::before {
  content: ""; }

.ms-Icon--Subscript::before {
  content: ""; }

.ms-Icon--SubstitutionsIn::before {
  content: ""; }

.ms-Icon--Suitcase::before {
  content: ""; }

.ms-Icon--SunAdd::before {
  content: ""; }

.ms-Icon--Sunny::before {
  content: ""; }

.ms-Icon--SunQuestionMark::before {
  content: ""; }

.ms-Icon--Superscript::before {
  content: ""; }

.ms-Icon--SurveyQuestions::before {
  content: ""; }

.ms-Icon--SwayLogo16::before {
  content: ""; }

.ms-Icon--SwayLogo32::before {
  content: ""; }

.ms-Icon--SwayLogoFill16::before {
  content: ""; }

.ms-Icon--SwayLogoFill32::before {
  content: ""; }

.ms-Icon--SwayLogoInverse::before {
  content: ""; }

.ms-Icon--Switch::before {
  content: ""; }

.ms-Icon--SwitcherStartEnd::before {
  content: ""; }

.ms-Icon--Sync::before {
  content: ""; }

.ms-Icon--SyncFolder::before {
  content: ""; }

.ms-Icon--SyncOccurence::before {
  content: ""; }

.ms-Icon--SyncToPC::before {
  content: ""; }

.ms-Icon--System::before {
  content: ""; }

.ms-Icon--Tab::before {
  content: ""; }

.ms-Icon--Table::before {
  content: ""; }

.ms-Icon--Tablet::before {
  content: ""; }

.ms-Icon--TabletMode::before {
  content: ""; }

.ms-Icon--TabletSelected::before {
  content: ""; }

.ms-Icon--Tag::before {
  content: ""; }

.ms-Icon--Taskboard::before {
  content: ""; }

[dir='ltr'] .ms-Icon--TaskGroup::before {
  content: ""; }

[dir='rtl'] .ms-Icon--TaskGroup::before {
  content: ""; }

[dir='ltr'] .ms-Icon--TaskGroupMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--TaskGroupMirrored::before {
  content: ""; }

.ms-Icon--TaskLogo::before {
  content: ""; }

[dir='ltr'] .ms-Icon--TaskManager::before {
  content: ""; }

[dir='rtl'] .ms-Icon--TaskManager::before {
  content: ""; }

[dir='ltr'] .ms-Icon--TaskManagerMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--TaskManagerMirrored::before {
  content: ""; }

.ms-Icon--TaskSolid::before {
  content: ""; }

.ms-Icon--Taxi::before {
  content: ""; }

.ms-Icon--TeamFavorite::before {
  content: ""; }

.ms-Icon--TeamsLogo::before {
  content: ""; }

.ms-Icon--TeamsLogoFill::before {
  content: ""; }

.ms-Icon--TeamsLogoInverse::before {
  content: ""; }

.ms-Icon--Teamwork::before {
  content: ""; }

.ms-Icon--Teeth::before {
  content: ""; }

.ms-Icon--TemporaryUser::before {
  content: ""; }

.ms-Icon--Tennis::before {
  content: ""; }

.ms-Icon--TestAutoSolid::before {
  content: ""; }

.ms-Icon--TestBeaker::before {
  content: ""; }

.ms-Icon--TestBeakerSolid::before {
  content: ""; }

.ms-Icon--TestCase::before {
  content: ""; }

.ms-Icon--TestExploreSolid::before {
  content: ""; }

.ms-Icon--TestImpactSolid::before {
  content: ""; }

.ms-Icon--TestParameter::before {
  content: ""; }

.ms-Icon--TestPlan::before {
  content: ""; }

.ms-Icon--TestStep::before {
  content: ""; }

.ms-Icon--TestSuite::before {
  content: ""; }

.ms-Icon--TestUserSolid::before {
  content: ""; }

.ms-Icon--TextBox::before {
  content: ""; }

.ms-Icon--TextCallout::before {
  content: ""; }

.ms-Icon--TextDocument::before {
  content: ""; }

.ms-Icon--TextDocumentShared::before {
  content: ""; }

.ms-Icon--TextField::before {
  content: ""; }

.ms-Icon--TextOverflow::before {
  content: ""; }

.ms-Icon--TFVCLogo::before {
  content: ""; }

.ms-Icon--ThisPC::before {
  content: ""; }

.ms-Icon--ThreeQuarterCircle::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ThumbnailView::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ThumbnailView::before {
  content: ""; }

[dir='ltr'] .ms-Icon--ThumbnailViewMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--ThumbnailViewMirrored::before {
  content: ""; }

.ms-Icon--Thunderstorms::before {
  content: ""; }

.ms-Icon--Ticket::before {
  content: ""; }

.ms-Icon--Tiles::before {
  content: ""; }

.ms-Icon--Tiles2::before {
  content: ""; }

.ms-Icon--TimeEntry::before {
  content: ""; }

.ms-Icon--Timeline::before {
  content: ""; }

.ms-Icon--TimelineDelivery::before {
  content: ""; }

.ms-Icon--TimelineMatrixView::before {
  content: ""; }

.ms-Icon--TimelineProgress::before {
  content: ""; }

.ms-Icon--Timer::before {
  content: ""; }

.ms-Icon--TimeSheet::before {
  content: ""; }

.ms-Icon--ToDoLogoBottom::before {
  content: ""; }

.ms-Icon--ToDoLogoInverse::before {
  content: ""; }

.ms-Icon--ToDoLogoTop::before {
  content: ""; }

.ms-Icon--ToggleBorder::before {
  content: ""; }

.ms-Icon--ToggleFilled::before {
  content: ""; }

.ms-Icon--ToggleOff::before {
  content: ""; }

.ms-Icon--ToggleThumb::before {
  content: ""; }

.ms-Icon--Toll::before {
  content: ""; }

.ms-Icon--Touch::before {
  content: ""; }

.ms-Icon--TouchPointer::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Trackers::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Trackers::before {
  content: ""; }

[dir='ltr'] .ms-Icon--TrackersMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--TrackersMirrored::before {
  content: ""; }

.ms-Icon--Train::before {
  content: ""; }

.ms-Icon--TrainSolid::before {
  content: ""; }

.ms-Icon--TransferCall::before {
  content: ""; }

.ms-Icon--Transition::before {
  content: ""; }

.ms-Icon--TransitionEffect::before {
  content: ""; }

.ms-Icon--TransitionPop::before {
  content: ""; }

.ms-Icon--TransitionPush::before {
  content: ""; }

.ms-Icon--Trending12::before {
  content: ""; }

.ms-Icon--TriangleDown12::before {
  content: ""; }

.ms-Icon--TriangleLeft12::before {
  content: ""; }

.ms-Icon--TriangleRight12::before {
  content: ""; }

.ms-Icon--TriangleShapeSolid::before {
  content: ""; }

.ms-Icon--TriangleSolid::before {
  content: ""; }

.ms-Icon--TriangleSolidDown12::before {
  content: ""; }

.ms-Icon--TriangleSolidLeft12::before {
  content: ""; }

.ms-Icon--TriangleSolidRight12::before {
  content: ""; }

.ms-Icon--TriangleSolidUp12::before {
  content: ""; }

.ms-Icon--TriangleUp12::before {
  content: ""; }

.ms-Icon--TriggerApproval::before {
  content: ""; }

.ms-Icon--TriggerAuto::before {
  content: ""; }

.ms-Icon--TriggerUser::before {
  content: ""; }

.ms-Icon--TripleColumn::before {
  content: ""; }

.ms-Icon--TripleColumnEdit::before {
  content: ""; }

.ms-Icon--Trophy::before {
  content: ""; }

.ms-Icon--Trophy2::before {
  content: ""; }

.ms-Icon--Trophy2Solid::before {
  content: ""; }

.ms-Icon--TurnRight::before {
  content: ""; }

.ms-Icon--TVMonitor::before {
  content: ""; }

.ms-Icon--TVMonitorSelected::before {
  content: ""; }

.ms-Icon--TypeScriptLanguage::before {
  content: ""; }

.ms-Icon--Umbrella::before {
  content: ""; }

.ms-Icon--Underline::before {
  content: ""; }

.ms-Icon--Undo::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Uneditable::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Uneditable::before {
  content: ""; }

[dir='ltr'] .ms-Icon--UneditableMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--UneditableMirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--UneditableSolid12::before {
  content: ""; }

[dir='rtl'] .ms-Icon--UneditableSolid12::before {
  content: ""; }

[dir='ltr'] .ms-Icon--UneditableSolidMirrored12::before {
  content: ""; }

[dir='rtl'] .ms-Icon--UneditableSolidMirrored12::before {
  content: ""; }

.ms-Icon--Unfavorite::before {
  content: ""; }

.ms-Icon--UngroupObject::before {
  content: ""; }

.ms-Icon--UnknownCall::before {
  content: ""; }

[dir='ltr'] .ms-Icon--Unknown::before {
  content: ""; }

[dir='rtl'] .ms-Icon--Unknown::before {
  content: ""; }

[dir='ltr'] .ms-Icon--UnknownMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--UnknownMirrored::before {
  content: ""; }

[dir='ltr'] .ms-Icon--UnknownSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--UnknownSolid::before {
  content: ""; }

[dir='ltr'] .ms-Icon--UnknownMirroredSolid::before {
  content: ""; }

[dir='rtl'] .ms-Icon--UnknownMirroredSolid::before {
  content: ""; }

.ms-Icon--Unlock::before {
  content: ""; }

.ms-Icon--UnlockSolid::before {
  content: ""; }

.ms-Icon--Unpin::before {
  content: ""; }

.ms-Icon--Unsubscribe::before {
  content: ""; }

.ms-Icon--UnsyncFolder::before {
  content: ""; }

.ms-Icon--UnsyncOccurence::before {
  content: ""; }

.ms-Icon--Up::before {
  content: ""; }

.ms-Icon--Upload::before {
  content: ""; }

.ms-Icon--UserEvent::before {
  content: ""; }

.ms-Icon--UserFollowed::before {
  content: ""; }

.ms-Icon--UserPause::before {
  content: ""; }

.ms-Icon--UserRemove::before {
  content: ""; }

.ms-Icon--UserSync::before {
  content: ""; }

.ms-Icon--Vacation::before {
  content: ""; }

.ms-Icon--Variable::before {
  content: ""; }

.ms-Icon--VariableGroup::before {
  content: ""; }

.ms-Icon--VB::before {
  content: ""; }

.ms-Icon--VennDiagram::before {
  content: ""; }

.ms-Icon--VersionControlPush::before {
  content: ""; }

.ms-Icon--VerticalDistributeCenter::before {
  content: ""; }

.ms-Icon--Video::before {
  content: ""; }

.ms-Icon--VideoOff::before {
  content: ""; }

.ms-Icon--VideoSearch::before {
  content: ""; }

.ms-Icon--VideoSolid::before {
  content: ""; }

.ms-Icon--View::before {
  content: ""; }

.ms-Icon--ViewAll::before {
  content: ""; }

.ms-Icon--ViewAll2::before {
  content: ""; }

.ms-Icon--ViewDashboard::before {
  content: ""; }

.ms-Icon--ViewList::before {
  content: ""; }

.ms-Icon--ViewListGroup::before {
  content: ""; }

.ms-Icon--ViewListTree::before {
  content: ""; }

.ms-Icon--VisioDiagram::before {
  content: ""; }

.ms-Icon--VisioDocument::before {
  content: ""; }

.ms-Icon--VisioLogo::before {
  content: ""; }

.ms-Icon--VisioLogo16::before {
  content: ""; }

.ms-Icon--VisioLogoFill::before {
  content: ""; }

.ms-Icon--VisioLogoFill16::before {
  content: ""; }

.ms-Icon--VisioLogoInverse::before {
  content: ""; }

.ms-Icon--VisioLogoInverse16::before {
  content: ""; }

.ms-Icon--VisualBasicLanguage::before {
  content: ""; }

.ms-Icon--VisualsFolder::before {
  content: ""; }

.ms-Icon--VisualsStore::before {
  content: ""; }

.ms-Icon--VisualStudioIDELogo32::before {
  content: ""; }

.ms-Icon--VisualStudioLogo::before {
  content: ""; }

.ms-Icon--VoicemailForward::before {
  content: ""; }

.ms-Icon--VoicemailIRM::before {
  content: ""; }

.ms-Icon--VoicemailReply::before {
  content: ""; }

.ms-Icon--Volume0::before {
  content: ""; }

.ms-Icon--Volume1::before {
  content: ""; }

.ms-Icon--Volume2::before {
  content: ""; }

.ms-Icon--Volume3::before {
  content: ""; }

.ms-Icon--VolumeDisabled::before {
  content: ""; }

.ms-Icon--VSTSAltLogo1::before {
  content: ""; }

.ms-Icon--VSTSAltLogo2::before {
  content: ""; }

.ms-Icon--VSTSLogo::before {
  content: ""; }

.ms-Icon--Waffle::before {
  content: ""; }

.ms-Icon--WaffleOffice365::before {
  content: ""; }

[dir='ltr'] .ms-Icon--WaitlistConfirm::before {
  content: ""; }

[dir='rtl'] .ms-Icon--WaitlistConfirm::before {
  content: ""; }

[dir='ltr'] .ms-Icon--WaitlistConfirmMirrored::before {
  content: ""; }

[dir='rtl'] .ms-Icon--WaitlistConfirmMirrored::before {
  content: ""; }

.ms-Icon--Warning::before {
  content: ""; }

.ms-Icon--Warning12::before {
  content: ""; }

.ms-Icon--WebPublish::before {
  content: ""; }

.ms-Icon--Website::before {
  content: ""; }

.ms-Icon--Weights::before {
  content: ""; }

.ms-Icon--WhiteBoardApp16::before {
  content: ""; }

.ms-Icon--WhiteBoardApp32::before {
  content: ""; }

.ms-Icon--WifiEthernet::before {
  content: ""; }

.ms-Icon--WindDirection::before {
  content: ""; }

.ms-Icon--WindowEdit::before {
  content: ""; }

.ms-Icon--WindowsLogo::before {
  content: ""; }

.ms-Icon--Wines::before {
  content: ""; }

.ms-Icon--WipePhone::before {
  content: ""; }

.ms-Icon--WordDocument::before {
  content: ""; }

.ms-Icon--WordLogo::before {
  content: ""; }

.ms-Icon--WordLogo16::before {
  content: ""; }

.ms-Icon--WordLogoFill::before {
  content: ""; }

.ms-Icon--WordLogoFill16::before {
  content: ""; }

.ms-Icon--WordLogoInverse::before {
  content: ""; }

.ms-Icon--WordLogoInverse16::before {
  content: ""; }

.ms-Icon--Work::before {
  content: ""; }

.ms-Icon--WorkFlow::before {
  content: ""; }

.ms-Icon--WorkforceManagement::before {
  content: ""; }

.ms-Icon--WorkItem::before {
  content: ""; }

.ms-Icon--WorkItemBar::before {
  content: ""; }

.ms-Icon--WorkItemBarSolid::before {
  content: ""; }

.ms-Icon--WorkItemBug::before {
  content: ""; }

.ms-Icon--World::before {
  content: ""; }

.ms-Icon--WorldClock::before {
  content: ""; }

.ms-Icon--YammerLogo::before {
  content: ""; }

.ms-Icon--ZipFolder::before {
  content: ""; }

.ms-Icon--Zoom::before {
  content: ""; }

.ms-Icon--ZoomIn::before {
  content: ""; }

.ms-Icon--ZoomOut::before {
  content: ""; }

.ms-Icon--HumanResources::before {
  content: ""; }

.ms-Icon--StoreLogo::before {
  content: ""; }

.ms-Icon--StoreLogoMed::before {
  content: ""; }

@media (max-width: 479px) {
  .ms-hiddenSm,
  .ms-hiddenMdDown,
  .ms-hiddenLgDown,
  .ms-hiddenXlDown,
  .ms-hiddenXxlDown {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 639px) {
  .ms-hiddenMd,
  .ms-hiddenMdUp,
  .ms-hiddenMdDown,
  .ms-hiddenLgDown,
  .ms-hiddenXlDown,
  .ms-hiddenXxlDown {
    display: none !important; } }

@media (min-width: 640px) and (max-width: 1023px) {
  .ms-hiddenMdUp,
  .ms-hiddenLg,
  .ms-hiddenLgUp,
  .ms-hiddenLgDown,
  .ms-hiddenXlDown,
  .ms-hiddenXxlDown {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1365px) {
  .ms-hiddenMdUp,
  .ms-hiddenLgUp,
  .ms-hiddenXl,
  .ms-hiddenXlUp,
  .ms-hiddenXlDown,
  .ms-hiddenXxlDown {
    display: none !important; } }

@media (min-width: 1366px) and (max-width: 1919px) {
  .ms-hiddenMdUp,
  .ms-hiddenLgUp,
  .ms-hiddenXlUp,
  .ms-hiddenXxl,
  .ms-hiddenXxlUp,
  .ms-hiddenXxlDown {
    display: none !important; } }

@media (min-width: 1920px) {
  .ms-hiddenMdUp,
  .ms-hiddenLgUp,
  .ms-hiddenXlUp,
  .ms-hiddenXxlUp,
  .ms-hiddenXxxl {
    display: none !important; } }

.ms-sm12 {
  width: 100%; }

.ms-sm11 {
  width: 91.66666666666666%; }

.ms-sm10 {
  width: 83.33333333333334%; }

.ms-sm9 {
  width: 75%; }

.ms-sm8 {
  width: 66.66666666666666%; }

.ms-sm7 {
  width: 58.333333333333336%; }

.ms-sm6 {
  width: 50%; }

.ms-sm5 {
  width: 41.66666666666667%; }

.ms-sm4 {
  width: 33.33333333333333%; }

.ms-sm3 {
  width: 25%; }

.ms-sm2 {
  width: 16.666666666666664%; }

.ms-sm1 {
  width: 8.333333333333332%; }

[dir='ltr'] .ms-smPull12 {
  right: 100%; }

[dir='rtl'] .ms-smPull12 {
  left: 100%; }

[dir='ltr'] .ms-smPull11 {
  right: 91.66667%; }

[dir='rtl'] .ms-smPull11 {
  left: 91.66667%; }

[dir='ltr'] .ms-smPull10 {
  right: 83.33333%; }

[dir='rtl'] .ms-smPull10 {
  left: 83.33333%; }

[dir='ltr'] .ms-smPull9 {
  right: 75%; }

[dir='rtl'] .ms-smPull9 {
  left: 75%; }

[dir='ltr'] .ms-smPull8 {
  right: 66.66667%; }

[dir='rtl'] .ms-smPull8 {
  left: 66.66667%; }

[dir='ltr'] .ms-smPull7 {
  right: 58.33333%; }

[dir='rtl'] .ms-smPull7 {
  left: 58.33333%; }

[dir='ltr'] .ms-smPull6 {
  right: 50%; }

[dir='rtl'] .ms-smPull6 {
  left: 50%; }

[dir='ltr'] .ms-smPull5 {
  right: 41.66667%; }

[dir='rtl'] .ms-smPull5 {
  left: 41.66667%; }

[dir='ltr'] .ms-smPull4 {
  right: 33.33333%; }

[dir='rtl'] .ms-smPull4 {
  left: 33.33333%; }

[dir='ltr'] .ms-smPull3 {
  right: 25%; }

[dir='rtl'] .ms-smPull3 {
  left: 25%; }

[dir='ltr'] .ms-smPull2 {
  right: 16.66667%; }

[dir='rtl'] .ms-smPull2 {
  left: 16.66667%; }

[dir='ltr'] .ms-smPull1 {
  right: 8.33333%; }

[dir='rtl'] .ms-smPull1 {
  left: 8.33333%; }

[dir='ltr'] .ms-smPull0 {
  right: auto; }

[dir='rtl'] .ms-smPull0 {
  left: auto; }

[dir='ltr'] .ms-smPush12 {
  left: 100%; }

[dir='rtl'] .ms-smPush12 {
  right: 100%; }

[dir='ltr'] .ms-smPush11 {
  left: 91.66667%; }

[dir='rtl'] .ms-smPush11 {
  right: 91.66667%; }

[dir='ltr'] .ms-smPush10 {
  left: 83.33333%; }

[dir='rtl'] .ms-smPush10 {
  right: 83.33333%; }

[dir='ltr'] .ms-smPush9 {
  left: 75%; }

[dir='rtl'] .ms-smPush9 {
  right: 75%; }

[dir='ltr'] .ms-smPush8 {
  left: 66.66667%; }

[dir='rtl'] .ms-smPush8 {
  right: 66.66667%; }

[dir='ltr'] .ms-smPush7 {
  left: 58.33333%; }

[dir='rtl'] .ms-smPush7 {
  right: 58.33333%; }

[dir='ltr'] .ms-smPush6 {
  left: 50%; }

[dir='rtl'] .ms-smPush6 {
  right: 50%; }

[dir='ltr'] .ms-smPush5 {
  left: 41.66667%; }

[dir='rtl'] .ms-smPush5 {
  right: 41.66667%; }

[dir='ltr'] .ms-smPush4 {
  left: 33.33333%; }

[dir='rtl'] .ms-smPush4 {
  right: 33.33333%; }

[dir='ltr'] .ms-smPush3 {
  left: 25%; }

[dir='rtl'] .ms-smPush3 {
  right: 25%; }

[dir='ltr'] .ms-smPush2 {
  left: 16.66667%; }

[dir='rtl'] .ms-smPush2 {
  right: 16.66667%; }

[dir='ltr'] .ms-smPush1 {
  left: 8.33333%; }

[dir='rtl'] .ms-smPush1 {
  right: 8.33333%; }

[dir='ltr'] .ms-smPush0 {
  left: auto; }

[dir='rtl'] .ms-smPush0 {
  right: auto; }

[dir='ltr'] .ms-smOffset11 {
  margin-left: 91.66667%; }

[dir='rtl'] .ms-smOffset11 {
  margin-right: 91.66667%; }

[dir='ltr'] .ms-smOffset10 {
  margin-left: 83.33333%; }

[dir='rtl'] .ms-smOffset10 {
  margin-right: 83.33333%; }

[dir='ltr'] .ms-smOffset9 {
  margin-left: 75%; }

[dir='rtl'] .ms-smOffset9 {
  margin-right: 75%; }

[dir='ltr'] .ms-smOffset8 {
  margin-left: 66.66667%; }

[dir='rtl'] .ms-smOffset8 {
  margin-right: 66.66667%; }

[dir='ltr'] .ms-smOffset7 {
  margin-left: 58.33333%; }

[dir='rtl'] .ms-smOffset7 {
  margin-right: 58.33333%; }

[dir='ltr'] .ms-smOffset6 {
  margin-left: 50%; }

[dir='rtl'] .ms-smOffset6 {
  margin-right: 50%; }

[dir='ltr'] .ms-smOffset5 {
  margin-left: 41.66667%; }

[dir='rtl'] .ms-smOffset5 {
  margin-right: 41.66667%; }

[dir='ltr'] .ms-smOffset4 {
  margin-left: 33.33333%; }

[dir='rtl'] .ms-smOffset4 {
  margin-right: 33.33333%; }

[dir='ltr'] .ms-smOffset3 {
  margin-left: 25%; }

[dir='rtl'] .ms-smOffset3 {
  margin-right: 25%; }

[dir='ltr'] .ms-smOffset2 {
  margin-left: 16.66667%; }

[dir='rtl'] .ms-smOffset2 {
  margin-right: 16.66667%; }

[dir='ltr'] .ms-smOffset1 {
  margin-left: 8.33333%; }

[dir='rtl'] .ms-smOffset1 {
  margin-right: 8.33333%; }

[dir='ltr'] .ms-smOffset0 {
  margin-left: 0; }

[dir='rtl'] .ms-smOffset0 {
  margin-right: 0; }

@media (min-width: 480px) {
  .ms-md12 {
    width: 100%; } }

@media (min-width: 480px) {
  .ms-md11 {
    width: 91.66666666666666%; } }

@media (min-width: 480px) {
  .ms-md10 {
    width: 83.33333333333334%; } }

@media (min-width: 480px) {
  .ms-md9 {
    width: 75%; } }

@media (min-width: 480px) {
  .ms-md8 {
    width: 66.66666666666666%; } }

@media (min-width: 480px) {
  .ms-md7 {
    width: 58.333333333333336%; } }

@media (min-width: 480px) {
  .ms-md6 {
    width: 50%; } }

@media (min-width: 480px) {
  .ms-md5 {
    width: 41.66666666666667%; } }

@media (min-width: 480px) {
  .ms-md4 {
    width: 33.33333333333333%; } }

@media (min-width: 480px) {
  .ms-md3 {
    width: 25%; } }

@media (min-width: 480px) {
  .ms-md2 {
    width: 16.666666666666664%; } }

@media (min-width: 480px) {
  .ms-md1 {
    width: 8.333333333333332%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull12 {
    right: 100%; }
  [dir='rtl'] .ms-mdPull12 {
    left: 100%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull11 {
    right: 91.66667%; }
  [dir='rtl'] .ms-mdPull11 {
    left: 91.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull10 {
    right: 83.33333%; }
  [dir='rtl'] .ms-mdPull10 {
    left: 83.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull9 {
    right: 75%; }
  [dir='rtl'] .ms-mdPull9 {
    left: 75%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull8 {
    right: 66.66667%; }
  [dir='rtl'] .ms-mdPull8 {
    left: 66.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull7 {
    right: 58.33333%; }
  [dir='rtl'] .ms-mdPull7 {
    left: 58.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull6 {
    right: 50%; }
  [dir='rtl'] .ms-mdPull6 {
    left: 50%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull5 {
    right: 41.66667%; }
  [dir='rtl'] .ms-mdPull5 {
    left: 41.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull4 {
    right: 33.33333%; }
  [dir='rtl'] .ms-mdPull4 {
    left: 33.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull3 {
    right: 25%; }
  [dir='rtl'] .ms-mdPull3 {
    left: 25%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull2 {
    right: 16.66667%; }
  [dir='rtl'] .ms-mdPull2 {
    left: 16.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull1 {
    right: 8.33333%; }
  [dir='rtl'] .ms-mdPull1 {
    left: 8.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPull0 {
    right: auto; }
  [dir='rtl'] .ms-mdPull0 {
    left: auto; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush12 {
    left: 100%; }
  [dir='rtl'] .ms-mdPush12 {
    right: 100%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush11 {
    left: 91.66667%; }
  [dir='rtl'] .ms-mdPush11 {
    right: 91.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush10 {
    left: 83.33333%; }
  [dir='rtl'] .ms-mdPush10 {
    right: 83.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush9 {
    left: 75%; }
  [dir='rtl'] .ms-mdPush9 {
    right: 75%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush8 {
    left: 66.66667%; }
  [dir='rtl'] .ms-mdPush8 {
    right: 66.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush7 {
    left: 58.33333%; }
  [dir='rtl'] .ms-mdPush7 {
    right: 58.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush6 {
    left: 50%; }
  [dir='rtl'] .ms-mdPush6 {
    right: 50%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush5 {
    left: 41.66667%; }
  [dir='rtl'] .ms-mdPush5 {
    right: 41.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush4 {
    left: 33.33333%; }
  [dir='rtl'] .ms-mdPush4 {
    right: 33.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush3 {
    left: 25%; }
  [dir='rtl'] .ms-mdPush3 {
    right: 25%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush2 {
    left: 16.66667%; }
  [dir='rtl'] .ms-mdPush2 {
    right: 16.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush1 {
    left: 8.33333%; }
  [dir='rtl'] .ms-mdPush1 {
    right: 8.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdPush0 {
    left: auto; }
  [dir='rtl'] .ms-mdPush0 {
    right: auto; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset11 {
    margin-left: 91.66667%; }
  [dir='rtl'] .ms-mdOffset11 {
    margin-right: 91.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset10 {
    margin-left: 83.33333%; }
  [dir='rtl'] .ms-mdOffset10 {
    margin-right: 83.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset9 {
    margin-left: 75%; }
  [dir='rtl'] .ms-mdOffset9 {
    margin-right: 75%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset8 {
    margin-left: 66.66667%; }
  [dir='rtl'] .ms-mdOffset8 {
    margin-right: 66.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset7 {
    margin-left: 58.33333%; }
  [dir='rtl'] .ms-mdOffset7 {
    margin-right: 58.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset6 {
    margin-left: 50%; }
  [dir='rtl'] .ms-mdOffset6 {
    margin-right: 50%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset5 {
    margin-left: 41.66667%; }
  [dir='rtl'] .ms-mdOffset5 {
    margin-right: 41.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset4 {
    margin-left: 33.33333%; }
  [dir='rtl'] .ms-mdOffset4 {
    margin-right: 33.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset3 {
    margin-left: 25%; }
  [dir='rtl'] .ms-mdOffset3 {
    margin-right: 25%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset2 {
    margin-left: 16.66667%; }
  [dir='rtl'] .ms-mdOffset2 {
    margin-right: 16.66667%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset1 {
    margin-left: 8.33333%; }
  [dir='rtl'] .ms-mdOffset1 {
    margin-right: 8.33333%; } }

@media (min-width: 480px) {
  [dir='ltr'] .ms-mdOffset0 {
    margin-left: 0; }
  [dir='rtl'] .ms-mdOffset0 {
    margin-right: 0; } }

@media (min-width: 640px) {
  .ms-lg12 {
    width: 100%; } }

@media (min-width: 640px) {
  .ms-lg11 {
    width: 91.66666666666666%; } }

@media (min-width: 640px) {
  .ms-lg10 {
    width: 83.33333333333334%; } }

@media (min-width: 640px) {
  .ms-lg9 {
    width: 75%; } }

@media (min-width: 640px) {
  .ms-lg8 {
    width: 66.66666666666666%; } }

@media (min-width: 640px) {
  .ms-lg7 {
    width: 58.333333333333336%; } }

@media (min-width: 640px) {
  .ms-lg6 {
    width: 50%; } }

@media (min-width: 640px) {
  .ms-lg5 {
    width: 41.66666666666667%; } }

@media (min-width: 640px) {
  .ms-lg4 {
    width: 33.33333333333333%; } }

@media (min-width: 640px) {
  .ms-lg3 {
    width: 25%; } }

@media (min-width: 640px) {
  .ms-lg2 {
    width: 16.666666666666664%; } }

@media (min-width: 640px) {
  .ms-lg1 {
    width: 8.333333333333332%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull12 {
    right: 100%; }
  [dir='rtl'] .ms-lgPull12 {
    left: 100%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull11 {
    right: 91.66667%; }
  [dir='rtl'] .ms-lgPull11 {
    left: 91.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull10 {
    right: 83.33333%; }
  [dir='rtl'] .ms-lgPull10 {
    left: 83.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull9 {
    right: 75%; }
  [dir='rtl'] .ms-lgPull9 {
    left: 75%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull8 {
    right: 66.66667%; }
  [dir='rtl'] .ms-lgPull8 {
    left: 66.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull7 {
    right: 58.33333%; }
  [dir='rtl'] .ms-lgPull7 {
    left: 58.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull6 {
    right: 50%; }
  [dir='rtl'] .ms-lgPull6 {
    left: 50%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull5 {
    right: 41.66667%; }
  [dir='rtl'] .ms-lgPull5 {
    left: 41.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull4 {
    right: 33.33333%; }
  [dir='rtl'] .ms-lgPull4 {
    left: 33.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull3 {
    right: 25%; }
  [dir='rtl'] .ms-lgPull3 {
    left: 25%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull2 {
    right: 16.66667%; }
  [dir='rtl'] .ms-lgPull2 {
    left: 16.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull1 {
    right: 8.33333%; }
  [dir='rtl'] .ms-lgPull1 {
    left: 8.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPull0 {
    right: auto; }
  [dir='rtl'] .ms-lgPull0 {
    left: auto; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush12 {
    left: 100%; }
  [dir='rtl'] .ms-lgPush12 {
    right: 100%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush11 {
    left: 91.66667%; }
  [dir='rtl'] .ms-lgPush11 {
    right: 91.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush10 {
    left: 83.33333%; }
  [dir='rtl'] .ms-lgPush10 {
    right: 83.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush9 {
    left: 75%; }
  [dir='rtl'] .ms-lgPush9 {
    right: 75%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush8 {
    left: 66.66667%; }
  [dir='rtl'] .ms-lgPush8 {
    right: 66.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush7 {
    left: 58.33333%; }
  [dir='rtl'] .ms-lgPush7 {
    right: 58.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush6 {
    left: 50%; }
  [dir='rtl'] .ms-lgPush6 {
    right: 50%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush5 {
    left: 41.66667%; }
  [dir='rtl'] .ms-lgPush5 {
    right: 41.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush4 {
    left: 33.33333%; }
  [dir='rtl'] .ms-lgPush4 {
    right: 33.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush3 {
    left: 25%; }
  [dir='rtl'] .ms-lgPush3 {
    right: 25%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush2 {
    left: 16.66667%; }
  [dir='rtl'] .ms-lgPush2 {
    right: 16.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush1 {
    left: 8.33333%; }
  [dir='rtl'] .ms-lgPush1 {
    right: 8.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgPush0 {
    left: auto; }
  [dir='rtl'] .ms-lgPush0 {
    right: auto; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset11 {
    margin-left: 91.66667%; }
  [dir='rtl'] .ms-lgOffset11 {
    margin-right: 91.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset10 {
    margin-left: 83.33333%; }
  [dir='rtl'] .ms-lgOffset10 {
    margin-right: 83.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset9 {
    margin-left: 75%; }
  [dir='rtl'] .ms-lgOffset9 {
    margin-right: 75%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset8 {
    margin-left: 66.66667%; }
  [dir='rtl'] .ms-lgOffset8 {
    margin-right: 66.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset7 {
    margin-left: 58.33333%; }
  [dir='rtl'] .ms-lgOffset7 {
    margin-right: 58.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset6 {
    margin-left: 50%; }
  [dir='rtl'] .ms-lgOffset6 {
    margin-right: 50%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset5 {
    margin-left: 41.66667%; }
  [dir='rtl'] .ms-lgOffset5 {
    margin-right: 41.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset4 {
    margin-left: 33.33333%; }
  [dir='rtl'] .ms-lgOffset4 {
    margin-right: 33.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset3 {
    margin-left: 25%; }
  [dir='rtl'] .ms-lgOffset3 {
    margin-right: 25%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset2 {
    margin-left: 16.66667%; }
  [dir='rtl'] .ms-lgOffset2 {
    margin-right: 16.66667%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset1 {
    margin-left: 8.33333%; }
  [dir='rtl'] .ms-lgOffset1 {
    margin-right: 8.33333%; } }

@media (min-width: 640px) {
  [dir='ltr'] .ms-lgOffset0 {
    margin-left: 0; }
  [dir='rtl'] .ms-lgOffset0 {
    margin-right: 0; } }

@media (min-width: 1024px) {
  .ms-xl12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .ms-xl11 {
    width: 91.66666666666666%; } }

@media (min-width: 1024px) {
  .ms-xl10 {
    width: 83.33333333333334%; } }

@media (min-width: 1024px) {
  .ms-xl9 {
    width: 75%; } }

@media (min-width: 1024px) {
  .ms-xl8 {
    width: 66.66666666666666%; } }

@media (min-width: 1024px) {
  .ms-xl7 {
    width: 58.333333333333336%; } }

@media (min-width: 1024px) {
  .ms-xl6 {
    width: 50%; } }

@media (min-width: 1024px) {
  .ms-xl5 {
    width: 41.66666666666667%; } }

@media (min-width: 1024px) {
  .ms-xl4 {
    width: 33.33333333333333%; } }

@media (min-width: 1024px) {
  .ms-xl3 {
    width: 25%; } }

@media (min-width: 1024px) {
  .ms-xl2 {
    width: 16.666666666666664%; } }

@media (min-width: 1024px) {
  .ms-xl1 {
    width: 8.333333333333332%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull12 {
    right: 100%; }
  [dir='rtl'] .ms-xlPull12 {
    left: 100%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull11 {
    right: 91.66667%; }
  [dir='rtl'] .ms-xlPull11 {
    left: 91.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull10 {
    right: 83.33333%; }
  [dir='rtl'] .ms-xlPull10 {
    left: 83.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull9 {
    right: 75%; }
  [dir='rtl'] .ms-xlPull9 {
    left: 75%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull8 {
    right: 66.66667%; }
  [dir='rtl'] .ms-xlPull8 {
    left: 66.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull7 {
    right: 58.33333%; }
  [dir='rtl'] .ms-xlPull7 {
    left: 58.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull6 {
    right: 50%; }
  [dir='rtl'] .ms-xlPull6 {
    left: 50%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull5 {
    right: 41.66667%; }
  [dir='rtl'] .ms-xlPull5 {
    left: 41.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull4 {
    right: 33.33333%; }
  [dir='rtl'] .ms-xlPull4 {
    left: 33.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull3 {
    right: 25%; }
  [dir='rtl'] .ms-xlPull3 {
    left: 25%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull2 {
    right: 16.66667%; }
  [dir='rtl'] .ms-xlPull2 {
    left: 16.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull1 {
    right: 8.33333%; }
  [dir='rtl'] .ms-xlPull1 {
    left: 8.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPull0 {
    right: auto; }
  [dir='rtl'] .ms-xlPull0 {
    left: auto; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush12 {
    left: 100%; }
  [dir='rtl'] .ms-xlPush12 {
    right: 100%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush11 {
    left: 91.66667%; }
  [dir='rtl'] .ms-xlPush11 {
    right: 91.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush10 {
    left: 83.33333%; }
  [dir='rtl'] .ms-xlPush10 {
    right: 83.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush9 {
    left: 75%; }
  [dir='rtl'] .ms-xlPush9 {
    right: 75%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush8 {
    left: 66.66667%; }
  [dir='rtl'] .ms-xlPush8 {
    right: 66.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush7 {
    left: 58.33333%; }
  [dir='rtl'] .ms-xlPush7 {
    right: 58.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush6 {
    left: 50%; }
  [dir='rtl'] .ms-xlPush6 {
    right: 50%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush5 {
    left: 41.66667%; }
  [dir='rtl'] .ms-xlPush5 {
    right: 41.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush4 {
    left: 33.33333%; }
  [dir='rtl'] .ms-xlPush4 {
    right: 33.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush3 {
    left: 25%; }
  [dir='rtl'] .ms-xlPush3 {
    right: 25%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush2 {
    left: 16.66667%; }
  [dir='rtl'] .ms-xlPush2 {
    right: 16.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush1 {
    left: 8.33333%; }
  [dir='rtl'] .ms-xlPush1 {
    right: 8.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlPush0 {
    left: auto; }
  [dir='rtl'] .ms-xlPush0 {
    right: auto; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset11 {
    margin-left: 91.66667%; }
  [dir='rtl'] .ms-xlOffset11 {
    margin-right: 91.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset10 {
    margin-left: 83.33333%; }
  [dir='rtl'] .ms-xlOffset10 {
    margin-right: 83.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset9 {
    margin-left: 75%; }
  [dir='rtl'] .ms-xlOffset9 {
    margin-right: 75%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset8 {
    margin-left: 66.66667%; }
  [dir='rtl'] .ms-xlOffset8 {
    margin-right: 66.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset7 {
    margin-left: 58.33333%; }
  [dir='rtl'] .ms-xlOffset7 {
    margin-right: 58.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset6 {
    margin-left: 50%; }
  [dir='rtl'] .ms-xlOffset6 {
    margin-right: 50%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset5 {
    margin-left: 41.66667%; }
  [dir='rtl'] .ms-xlOffset5 {
    margin-right: 41.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset4 {
    margin-left: 33.33333%; }
  [dir='rtl'] .ms-xlOffset4 {
    margin-right: 33.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset3 {
    margin-left: 25%; }
  [dir='rtl'] .ms-xlOffset3 {
    margin-right: 25%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset2 {
    margin-left: 16.66667%; }
  [dir='rtl'] .ms-xlOffset2 {
    margin-right: 16.66667%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset1 {
    margin-left: 8.33333%; }
  [dir='rtl'] .ms-xlOffset1 {
    margin-right: 8.33333%; } }

@media (min-width: 1024px) {
  [dir='ltr'] .ms-xlOffset0 {
    margin-left: 0; }
  [dir='rtl'] .ms-xlOffset0 {
    margin-right: 0; } }

@media (min-width: 1366px) {
  .ms-xxl12 {
    width: 100%; } }

@media (min-width: 1366px) {
  .ms-xxl11 {
    width: 91.66666666666666%; } }

@media (min-width: 1366px) {
  .ms-xxl10 {
    width: 83.33333333333334%; } }

@media (min-width: 1366px) {
  .ms-xxl9 {
    width: 75%; } }

@media (min-width: 1366px) {
  .ms-xxl8 {
    width: 66.66666666666666%; } }

@media (min-width: 1366px) {
  .ms-xxl7 {
    width: 58.333333333333336%; } }

@media (min-width: 1366px) {
  .ms-xxl6 {
    width: 50%; } }

@media (min-width: 1366px) {
  .ms-xxl5 {
    width: 41.66666666666667%; } }

@media (min-width: 1366px) {
  .ms-xxl4 {
    width: 33.33333333333333%; } }

@media (min-width: 1366px) {
  .ms-xxl3 {
    width: 25%; } }

@media (min-width: 1366px) {
  .ms-xxl2 {
    width: 16.666666666666664%; } }

@media (min-width: 1366px) {
  .ms-xxl1 {
    width: 8.333333333333332%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull12 {
    right: 100%; }
  [dir='rtl'] .ms-xxlPull12 {
    left: 100%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull11 {
    right: 91.66667%; }
  [dir='rtl'] .ms-xxlPull11 {
    left: 91.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull10 {
    right: 83.33333%; }
  [dir='rtl'] .ms-xxlPull10 {
    left: 83.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull9 {
    right: 75%; }
  [dir='rtl'] .ms-xxlPull9 {
    left: 75%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull8 {
    right: 66.66667%; }
  [dir='rtl'] .ms-xxlPull8 {
    left: 66.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull7 {
    right: 58.33333%; }
  [dir='rtl'] .ms-xxlPull7 {
    left: 58.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull6 {
    right: 50%; }
  [dir='rtl'] .ms-xxlPull6 {
    left: 50%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull5 {
    right: 41.66667%; }
  [dir='rtl'] .ms-xxlPull5 {
    left: 41.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull4 {
    right: 33.33333%; }
  [dir='rtl'] .ms-xxlPull4 {
    left: 33.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull3 {
    right: 25%; }
  [dir='rtl'] .ms-xxlPull3 {
    left: 25%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull2 {
    right: 16.66667%; }
  [dir='rtl'] .ms-xxlPull2 {
    left: 16.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull1 {
    right: 8.33333%; }
  [dir='rtl'] .ms-xxlPull1 {
    left: 8.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPull0 {
    right: auto; }
  [dir='rtl'] .ms-xxlPull0 {
    left: auto; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush12 {
    left: 100%; }
  [dir='rtl'] .ms-xxlPush12 {
    right: 100%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush11 {
    left: 91.66667%; }
  [dir='rtl'] .ms-xxlPush11 {
    right: 91.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush10 {
    left: 83.33333%; }
  [dir='rtl'] .ms-xxlPush10 {
    right: 83.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush9 {
    left: 75%; }
  [dir='rtl'] .ms-xxlPush9 {
    right: 75%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush8 {
    left: 66.66667%; }
  [dir='rtl'] .ms-xxlPush8 {
    right: 66.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush7 {
    left: 58.33333%; }
  [dir='rtl'] .ms-xxlPush7 {
    right: 58.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush6 {
    left: 50%; }
  [dir='rtl'] .ms-xxlPush6 {
    right: 50%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush5 {
    left: 41.66667%; }
  [dir='rtl'] .ms-xxlPush5 {
    right: 41.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush4 {
    left: 33.33333%; }
  [dir='rtl'] .ms-xxlPush4 {
    right: 33.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush3 {
    left: 25%; }
  [dir='rtl'] .ms-xxlPush3 {
    right: 25%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush2 {
    left: 16.66667%; }
  [dir='rtl'] .ms-xxlPush2 {
    right: 16.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush1 {
    left: 8.33333%; }
  [dir='rtl'] .ms-xxlPush1 {
    right: 8.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlPush0 {
    left: auto; }
  [dir='rtl'] .ms-xxlPush0 {
    right: auto; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset11 {
    margin-left: 91.66667%; }
  [dir='rtl'] .ms-xxlOffset11 {
    margin-right: 91.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset10 {
    margin-left: 83.33333%; }
  [dir='rtl'] .ms-xxlOffset10 {
    margin-right: 83.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset9 {
    margin-left: 75%; }
  [dir='rtl'] .ms-xxlOffset9 {
    margin-right: 75%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset8 {
    margin-left: 66.66667%; }
  [dir='rtl'] .ms-xxlOffset8 {
    margin-right: 66.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset7 {
    margin-left: 58.33333%; }
  [dir='rtl'] .ms-xxlOffset7 {
    margin-right: 58.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset6 {
    margin-left: 50%; }
  [dir='rtl'] .ms-xxlOffset6 {
    margin-right: 50%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset5 {
    margin-left: 41.66667%; }
  [dir='rtl'] .ms-xxlOffset5 {
    margin-right: 41.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset4 {
    margin-left: 33.33333%; }
  [dir='rtl'] .ms-xxlOffset4 {
    margin-right: 33.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset3 {
    margin-left: 25%; }
  [dir='rtl'] .ms-xxlOffset3 {
    margin-right: 25%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset2 {
    margin-left: 16.66667%; }
  [dir='rtl'] .ms-xxlOffset2 {
    margin-right: 16.66667%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset1 {
    margin-left: 8.33333%; }
  [dir='rtl'] .ms-xxlOffset1 {
    margin-right: 8.33333%; } }

@media (min-width: 1366px) {
  [dir='ltr'] .ms-xxlOffset0 {
    margin-left: 0; }
  [dir='rtl'] .ms-xxlOffset0 {
    margin-right: 0; } }

@media (min-width: 1920px) {
  .ms-xxxl12 {
    width: 100%; } }

@media (min-width: 1920px) {
  .ms-xxxl11 {
    width: 91.66666666666666%; } }

@media (min-width: 1920px) {
  .ms-xxxl10 {
    width: 83.33333333333334%; } }

@media (min-width: 1920px) {
  .ms-xxxl9 {
    width: 75%; } }

@media (min-width: 1920px) {
  .ms-xxxl8 {
    width: 66.66666666666666%; } }

@media (min-width: 1920px) {
  .ms-xxxl7 {
    width: 58.333333333333336%; } }

@media (min-width: 1920px) {
  .ms-xxxl6 {
    width: 50%; } }

@media (min-width: 1920px) {
  .ms-xxxl5 {
    width: 41.66666666666667%; } }

@media (min-width: 1920px) {
  .ms-xxxl4 {
    width: 33.33333333333333%; } }

@media (min-width: 1920px) {
  .ms-xxxl3 {
    width: 25%; } }

@media (min-width: 1920px) {
  .ms-xxxl2 {
    width: 16.666666666666664%; } }

@media (min-width: 1920px) {
  .ms-xxxl1 {
    width: 8.333333333333332%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull12 {
    right: 100%; }
  [dir='rtl'] .ms-xxxlPull12 {
    left: 100%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull11 {
    right: 91.66667%; }
  [dir='rtl'] .ms-xxxlPull11 {
    left: 91.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull10 {
    right: 83.33333%; }
  [dir='rtl'] .ms-xxxlPull10 {
    left: 83.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull9 {
    right: 75%; }
  [dir='rtl'] .ms-xxxlPull9 {
    left: 75%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull8 {
    right: 66.66667%; }
  [dir='rtl'] .ms-xxxlPull8 {
    left: 66.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull7 {
    right: 58.33333%; }
  [dir='rtl'] .ms-xxxlPull7 {
    left: 58.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull6 {
    right: 50%; }
  [dir='rtl'] .ms-xxxlPull6 {
    left: 50%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull5 {
    right: 41.66667%; }
  [dir='rtl'] .ms-xxxlPull5 {
    left: 41.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull4 {
    right: 33.33333%; }
  [dir='rtl'] .ms-xxxlPull4 {
    left: 33.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull3 {
    right: 25%; }
  [dir='rtl'] .ms-xxxlPull3 {
    left: 25%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull2 {
    right: 16.66667%; }
  [dir='rtl'] .ms-xxxlPull2 {
    left: 16.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull1 {
    right: 8.33333%; }
  [dir='rtl'] .ms-xxxlPull1 {
    left: 8.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPull0 {
    right: auto; }
  [dir='rtl'] .ms-xxxlPull0 {
    left: auto; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush12 {
    left: 100%; }
  [dir='rtl'] .ms-xxxlPush12 {
    right: 100%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush11 {
    left: 91.66667%; }
  [dir='rtl'] .ms-xxxlPush11 {
    right: 91.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush10 {
    left: 83.33333%; }
  [dir='rtl'] .ms-xxxlPush10 {
    right: 83.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush9 {
    left: 75%; }
  [dir='rtl'] .ms-xxxlPush9 {
    right: 75%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush8 {
    left: 66.66667%; }
  [dir='rtl'] .ms-xxxlPush8 {
    right: 66.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush7 {
    left: 58.33333%; }
  [dir='rtl'] .ms-xxxlPush7 {
    right: 58.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush6 {
    left: 50%; }
  [dir='rtl'] .ms-xxxlPush6 {
    right: 50%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush5 {
    left: 41.66667%; }
  [dir='rtl'] .ms-xxxlPush5 {
    right: 41.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush4 {
    left: 33.33333%; }
  [dir='rtl'] .ms-xxxlPush4 {
    right: 33.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush3 {
    left: 25%; }
  [dir='rtl'] .ms-xxxlPush3 {
    right: 25%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush2 {
    left: 16.66667%; }
  [dir='rtl'] .ms-xxxlPush2 {
    right: 16.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush1 {
    left: 8.33333%; }
  [dir='rtl'] .ms-xxxlPush1 {
    right: 8.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlPush0 {
    left: auto; }
  [dir='rtl'] .ms-xxxlPush0 {
    right: auto; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset11 {
    margin-left: 91.66667%; }
  [dir='rtl'] .ms-xxxlOffset11 {
    margin-right: 91.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset10 {
    margin-left: 83.33333%; }
  [dir='rtl'] .ms-xxxlOffset10 {
    margin-right: 83.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset9 {
    margin-left: 75%; }
  [dir='rtl'] .ms-xxxlOffset9 {
    margin-right: 75%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset8 {
    margin-left: 66.66667%; }
  [dir='rtl'] .ms-xxxlOffset8 {
    margin-right: 66.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset7 {
    margin-left: 58.33333%; }
  [dir='rtl'] .ms-xxxlOffset7 {
    margin-right: 58.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset6 {
    margin-left: 50%; }
  [dir='rtl'] .ms-xxxlOffset6 {
    margin-right: 50%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset5 {
    margin-left: 41.66667%; }
  [dir='rtl'] .ms-xxxlOffset5 {
    margin-right: 41.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset4 {
    margin-left: 33.33333%; }
  [dir='rtl'] .ms-xxxlOffset4 {
    margin-right: 33.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset3 {
    margin-left: 25%; }
  [dir='rtl'] .ms-xxxlOffset3 {
    margin-right: 25%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset2 {
    margin-left: 16.66667%; }
  [dir='rtl'] .ms-xxxlOffset2 {
    margin-right: 16.66667%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset1 {
    margin-left: 8.33333%; }
  [dir='rtl'] .ms-xxxlOffset1 {
    margin-right: 8.33333%; } }

@media (min-width: 1920px) {
  [dir='ltr'] .ms-xxxlOffset0 {
    margin-left: 0; }
  [dir='rtl'] .ms-xxxlOffset0 {
    margin-right: 0; } }

.ms-borderBox, .ms-borderBox::before, .ms-borderBox::after {
  box-sizing: border-box; }

.ms-borderBase {
  border: 1px solid; }

.ms-clearfix {
  *zoom: 1; }
  .ms-clearfix::before, .ms-clearfix::after {
    display: table;
    content: '';
    line-height: 0; }
  .ms-clearfix::after {
    clear: both; }

.ms-normalize {
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 0; }

[dir='ltr'] .ms-textAlignLeft {
  text-align: left; }

[dir='rtl'] .ms-textAlignLeft {
  text-align: right; }

[dir='ltr'] .ms-textAlignRight {
  text-align: right; }

[dir='rtl'] .ms-textAlignRight {
  text-align: left; }

.ms-textAlignCenter {
  text-align: center; }

.ms-screenReaderOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.ms-textTruncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.ms-noWrap {
  white-space: nowrap; }

.ms-Fabric {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px; }
  .ms-Fabric button,
  .ms-Fabric input,
  .ms-Fabric textarea {
    font-family: inherit; }

*[lang^='ar'] .ms-Fabric,
.ms-Fabric *[lang^='ar'],
.ms-Fabric[lang^='ar'] {
  font-family: "Segoe UI Web (Arabic)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='bg'] .ms-Fabric,
.ms-Fabric *[lang^='bg'],
.ms-Fabric[lang^='bg'] {
  font-family: "Segoe UI Web (Cyrillic)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='cs'] .ms-Fabric,
.ms-Fabric *[lang^='cs'],
.ms-Fabric[lang^='cs'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='el'] .ms-Fabric,
.ms-Fabric *[lang^='el'],
.ms-Fabric[lang^='el'] {
  font-family: "Segoe UI Web (Greek)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='et'] .ms-Fabric,
.ms-Fabric *[lang^='et'],
.ms-Fabric[lang^='et'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='he'] .ms-Fabric,
.ms-Fabric *[lang^='he'],
.ms-Fabric[lang^='he'] {
  font-family: "Segoe UI Web (Hebrew)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='hi'] .ms-Fabric,
.ms-Fabric *[lang^='hi'],
.ms-Fabric[lang^='hi'] {
  font-family: "Nirmala UI", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='hr'] .ms-Fabric,
.ms-Fabric *[lang^='hr'],
.ms-Fabric[lang^='hr'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='hu'] .ms-Fabric,
.ms-Fabric *[lang^='hu'],
.ms-Fabric[lang^='hu'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='ja'] .ms-Fabric,
.ms-Fabric *[lang^='ja'],
.ms-Fabric[lang^='ja'] {
  font-family: "Yu Gothic UI", "Meiryo UI", Meiryo, "MS Pgothic", Osaka, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='kk'] .ms-Fabric,
.ms-Fabric *[lang^='kk'],
.ms-Fabric[lang^='kk'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='ko'] .ms-Fabric,
.ms-Fabric *[lang^='ko'],
.ms-Fabric[lang^='ko'] {
  font-family: "Malgun Gothic", Gulim, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='lo'] .ms-Fabric,
.ms-Fabric *[lang^='lo'],
.ms-Fabric[lang^='lo'] {
  font-family: "Leelawadee UI Web", "Lao UI", DokChampa, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='lt'] .ms-Fabric,
.ms-Fabric *[lang^='lt'],
.ms-Fabric[lang^='lt'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='lv'] .ms-Fabric,
.ms-Fabric *[lang^='lv'],
.ms-Fabric[lang^='lv'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='pl'] .ms-Fabric,
.ms-Fabric *[lang^='pl'],
.ms-Fabric[lang^='pl'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='ru'] .ms-Fabric,
.ms-Fabric *[lang^='ru'],
.ms-Fabric[lang^='ru'] {
  font-family: "Segoe UI Web (Cyrillic)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='sk'] .ms-Fabric,
.ms-Fabric *[lang^='sk'],
.ms-Fabric[lang^='sk'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='sr-latn'] .ms-Fabric,
.ms-Fabric *[lang^='sr-latn'],
.ms-Fabric[lang^='sr-latn'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='th'] .ms-Fabric,
.ms-Fabric *[lang^='th'],
.ms-Fabric[lang^='th'] {
  font-family: "Leelawadee UI Web", "Kmer UI", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='tr'] .ms-Fabric,
.ms-Fabric *[lang^='tr'],
.ms-Fabric[lang^='tr'] {
  font-family: "Segoe UI Web (East European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='uk'] .ms-Fabric,
.ms-Fabric *[lang^='uk'],
.ms-Fabric[lang^='uk'] {
  font-family: "Segoe UI Web (Cyrillic)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='vi'] .ms-Fabric,
.ms-Fabric *[lang^='vi'],
.ms-Fabric[lang^='vi'] {
  font-family: "Segoe UI Web (Vietnamese)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='zh-hans'] .ms-Fabric,
.ms-Fabric *[lang^='zh-hans'],
.ms-Fabric[lang^='zh-hans'] {
  font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

*[lang^='zh-hant'] .ms-Fabric,
.ms-Fabric *[lang^='zh-hant'],
.ms-Fabric[lang^='zh-hant'] {
  font-family: "Microsoft Jhenghei UI", Pmingliu, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

.ms-Fabric--selawik {
  font-family: "Selawik Web", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

html {
  position: relative;
  min-height: 100%;
  font-size: 15px; }

body {
  margin-bottom: 30px; }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
  z-index: 1000; }

.ui-inputswitch {
  width: 3em;
  height: 1.2em; }
  .ui-inputswitch .ui-inputswitch-slider {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 30px;
    border: 2px solid #a6a6a6;
    margin: -2px;
    background: transparent; }
    .ui-inputswitch .ui-inputswitch-slider:before {
      position: absolute;
      content: "";
      background-color: #666666;
      height: 0.7em;
      width: 0.7em;
      left: 0.25em;
      bottom: 0.25em;
      border-radius: 50%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .ui-inputswitch:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.ui-inputswitch-focus .ui-inputswitch-slider {
    background-color: transparent;
    border-color: #0078d7; }
  .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
    background-color: #0078d7;
    border-color: #0078d7; }
    .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider:before {
      -webkit-transform: translateX(1.8em);
      -ms-transform: translateX(1.8em);
      transform: translateX(1.8em);
      background-color: #ffffff; }
  .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider {
    background-color: #005ca4;
    border-color: #005ca4; }

.ui-inputswitch.light .ui-inputswitch-slider {
  border: 2px solid #ffffff; }
  .ui-inputswitch.light .ui-inputswitch-slider:before {
    background-color: #ffffff; }

.ui-inputswitch.light:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.light.ui-inputswitch-focus .ui-inputswitch-slider {
  border-color: #ffffff; }

.ui-inputswitch.light.ui-inputswitch-checked .ui-inputswitch-slider {
  background-color: #ffffff;
  border-color: #ffffff; }
  .ui-inputswitch.light.ui-inputswitch-checked .ui-inputswitch-slider:before {
    background-color: #0078d7; }

.ui-inputswitch.light.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.light.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider {
  background-color: #ffffff;
  border-color: #ffffff; }

.ui-inputswitch.default .ui-inputswitch-slider {
  border: 2px solid #0078d7; }
  .ui-inputswitch.default .ui-inputswitch-slider:before {
    background-color: #0078d7; }

.ui-inputswitch.default:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.default.ui-inputswitch-focus .ui-inputswitch-slider {
  border-color: #0078d7; }

.ui-inputswitch.default.ui-inputswitch-checked .ui-inputswitch-slider {
  background-color: #0078d7;
  border-color: #0078d7; }
  .ui-inputswitch.default.ui-inputswitch-checked .ui-inputswitch-slider:before {
    background-color: #ffffff; }

.ui-inputswitch.default.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.default.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider {
  background-color: #0078d7;
  border-color: #0078d7; }

table tbody tr:first-child td {
  border-top-color: transparent; }

.unread-message-row {
  background-color: #deecf9 !important; }

.global-busy-indicator .ui-progress-spinner {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.288);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1080; }
  .global-busy-indicator .ui-progress-spinner .ui-progress-spinner-svg {
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    box-sizing: border-box;
    border-radius: 50%;
    border: 1.5px solid #c7e0f4;
    border-top-color: #0078d4;
    border-image: initial; }
  .global-busy-indicator .ui-progress-spinner .ui-progress-spinner-circle {
    animation-name: css-40;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67); }

.local-busy-indicator .ui-progress-spinner .ui-progress-spinner-svg {
  width: 50px;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  box-sizing: border-box;
  border-radius: 50%;
  border: 1.5px solid #c7e0f4;
  border-top-color: #0078d4;
  border-image: initial; }

.local-busy-indicator .ui-progress-spinner .ui-progress-spinner-circle {
  animation-name: css-40;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67); }

.small-spinner {
  line-height: 1.0; }
  .small-spinner .ui-progress-spinner {
    width: 16px;
    height: 16px; }
    .small-spinner .ui-progress-spinner .ui-progress-spinner-svg {
      width: 16px;
      height: 16px;
      margin: 0;
      display: flex;
      align-items: center;
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 8px);
      box-sizing: border-box;
      border-radius: 50%;
      border: 1.5px solid #c7e0f4;
      border-top-color: #0078d4;
      border-image: initial; }
    .small-spinner .ui-progress-spinner .ui-progress-spinner-circle {
      animation-name: css-40;
      animation-duration: 1.3s;
      animation-iteration-count: infinite;
      animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67); }

.athena-autocomplete {
  max-height: none; }

.athena-autocomplete.mat-autocomplete-panel {
  max-height: none; }
  .athena-autocomplete.mat-autocomplete-panel .mat-option {
    line-height: 35px;
    height: 35px; }

.ui-inputswitch {
  width: 3em;
  height: 1.2em; }
  .ui-inputswitch .ui-inputswitch-slider {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 30px;
    border: 2px solid #a6a6a6;
    margin: -2px;
    background: transparent; }
    .ui-inputswitch .ui-inputswitch-slider:before {
      position: absolute;
      content: "";
      background-color: #666666;
      height: 0.7em;
      width: 0.7em;
      left: 0.25em;
      bottom: 0.25em;
      border-radius: 50%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .ui-inputswitch:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.ui-inputswitch-focus .ui-inputswitch-slider {
    background-color: transparent;
    border-color: #0078d7; }
  .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
    background-color: #0078d7;
    border-color: #0078d7; }
    .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider:before {
      -webkit-transform: translateX(1.8em);
      -ms-transform: translateX(1.8em);
      transform: translateX(1.8em);
      background-color: #ffffff; }
  .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider {
    background-color: #005ca4;
    border-color: #005ca4; }

.ui-inputswitch.light .ui-inputswitch-slider {
  border: 2px solid #ffffff; }
  .ui-inputswitch.light .ui-inputswitch-slider:before {
    background-color: #ffffff; }

.ui-inputswitch.light:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.light.ui-inputswitch-focus .ui-inputswitch-slider {
  border-color: #ffffff; }

.ui-inputswitch.light.ui-inputswitch-checked .ui-inputswitch-slider {
  background-color: #ffffff;
  border-color: #ffffff; }
  .ui-inputswitch.light.ui-inputswitch-checked .ui-inputswitch-slider:before {
    background-color: #0078d7; }

.ui-inputswitch.light.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.light.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider {
  background-color: #ffffff;
  border-color: #ffffff; }

.ui-inputswitch.default .ui-inputswitch-slider {
  border: 2px solid #0078d7; }
  .ui-inputswitch.default .ui-inputswitch-slider:before {
    background-color: #0078d7; }

.ui-inputswitch.default:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.default.ui-inputswitch-focus .ui-inputswitch-slider {
  border-color: #0078d7; }

.ui-inputswitch.default.ui-inputswitch-checked .ui-inputswitch-slider {
  background-color: #0078d7;
  border-color: #0078d7; }
  .ui-inputswitch.default.ui-inputswitch-checked .ui-inputswitch-slider:before {
    background-color: #ffffff; }

.ui-inputswitch.default.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider, .ui-inputswitch.default.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider {
  background-color: #0078d7;
  border-color: #0078d7; }

.athena-input-group {
  display: flex;
  border-bottom: 1px solid #c8c8c8; }
  .athena-input-group athena-text-input {
    flex: 1 1 auto; }
  .athena-input-group .athena-text-input-container {
    display: flex;
    flex: 1 1 auto;
    border: 0;
    min-width: 0 !important;
    margin-bottom: 0px; }
    .athena-input-group .athena-text-input-container label {
      padding-top: 20px;
      padding-left: 7px;
      pointer-events: none; }
      .athena-input-group .athena-text-input-container label.menu-item {
        padding-top: 0px;
        padding-left: 15px; }
    .athena-input-group .athena-text-input-container input {
      flex: 1 1 auto;
      transition: padding-left 0.167s;
      padding-left: 20px;
      padding-right: 0px;
      min-width: 0px; }
      .athena-input-group .athena-text-input-container input:focus {
        padding-left: 5px; }
        .athena-input-group .athena-text-input-container input:focus + label {
          display: none; }
      .athena-input-group .athena-text-input-container input.filled {
        padding-left: 5px; }
        .athena-input-group .athena-text-input-container input.filled + label {
          display: none; }
      .athena-input-group .athena-text-input-container input:disabled {
        padding-left: 5px; }

p-progressBar {
  flex: auto; }
  p-progressBar .ui-progressbar {
    background-color: #eaeaea; }
    p-progressBar .ui-progressbar .ui-progressbar-value {
      background: #007ad9; }

table tbody tr:first-child td {
  border-top-color: transparent; }

.unread-message-row {
  background-color: #deecf9 !important; }

.compact-list .mat-menu-item {
  cursor: auto;
  line-height: 30px;
  height: 30px; }
  .compact-list .mat-menu-item .btn {
    padding: 0; }
  .compact-list .mat-menu-item .quick-fill-btn {
    line-height: 30px; }

.mat-menu-panel {
  border-radius: 0 !important; }

.mat-menu-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mat-menu-item {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif; }

.no-highlighting .mat-menu-item-highlighted:not([disabled]),
.no-highlighting .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.no-highlighting .mat-menu-item.cdk-program-focused:not([disabled]),
.no-highlighting .mat-menu-item:hover:not([disabled]) {
  background: none; }

.ui-tooltip-right .ui-tooltip-arrow {
  border-right-color: #deebf7; }

.ui-tooltip-left .ui-tooltip-arrow {
  border-left-color: #deebf7; }

.ui-tooltip-top .ui-tooltip-arrow {
  border-top-color: #deebf7; }

.ui-tooltip-bottom .ui-tooltip-arrow {
  border-bottom-color: #deebf7; }

.ui-tooltip {
  max-width: 20em;
  word-wrap: break-word; }
  .ui-tooltip .ui-tooltip-text {
    background-color: #deebf7;
    color: #000000;
    font-size: 14px; }

.mat-dialog-container {
  padding: 0 !important; }

.athena-modal-header {
  background-color: #0078d4;
  color: #ffffff; }

.message-actions {
  background-color: #eaeaea; }

mat-checkbox.label-w-100 .mat-checkbox-layout {
  width: 100%; }
  mat-checkbox.label-w-100 .mat-checkbox-layout .mat-checkbox-label {
    width: 100%; }

.ngx-datatable.office-fabric-ui {
  background: #fff;
  box-shadow: none;
  /**
     * Shared Styles
     */ }
  .ngx-datatable.office-fabric-ui.striped .datatable-row-odd {
    background-color: #eee; }
  .ngx-datatable.office-fabric-ui.single-selection .datatable-body-row.active, .ngx-datatable.office-fabric-ui.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.office-fabric-ui.single-selection .datatable-body-row.active:hover, .ngx-datatable.office-fabric-ui.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.office-fabric-ui.single-selection .datatable-body-row.active:focus, .ngx-datatable.office-fabric-ui.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.office-fabric-ui.multi-selection .datatable-body-row.active, .ngx-datatable.office-fabric-ui.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.office-fabric-ui.multi-selection .datatable-body-row.active:hover, .ngx-datatable.office-fabric-ui.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.office-fabric-ui.multi-selection .datatable-body-row.active:focus, .ngx-datatable.office-fabric-ui.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.office-fabric-ui.multi-click-selection .datatable-body-row.active, .ngx-datatable.office-fabric-ui.multi-click-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.office-fabric-ui.multi-click-selection .datatable-body-row.active:hover, .ngx-datatable.office-fabric-ui.multi-click-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.office-fabric-ui.multi-click-selection .datatable-body-row.active:focus, .ngx-datatable.office-fabric-ui.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
    background-color: #eee;
    color: #fff; }
  .ngx-datatable.office-fabric-ui:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.office-fabric-ui:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
    background-color: #eee;
    transition-duration: .3s;
    transition-property: background;
    transition-timing-function: linear; }
  .ngx-datatable.office-fabric-ui:not(.cell-selection) .datatable-body-row:focus, .ngx-datatable.office-fabric-ui:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
    background-color: #ddd; }
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell:hover,
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell:hover .datatable-row-group {
    background-color: #eee;
    transition-duration: .3s;
    transition-property: background;
    transition-timing-function: linear; }
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell:focus,
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell:focus .datatable-row-group {
    background-color: #ddd; }
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell.active,
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell.active .datatable-row-group, .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell.active:hover,
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell.active:hover .datatable-row-group, .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell.active:focus,
  .ngx-datatable.office-fabric-ui.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
    background-color: #eee;
    color: #fff; }
  .ngx-datatable.office-fabric-ui .empty-row {
    align-items: center;
    border-top: 0;
    color: #d3d3d3;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: .5rem 1.2rem;
    text-align: left;
    vertical-align: top; }
  .ngx-datatable.office-fabric-ui .loading-row {
    border-top: 0;
    padding: .5rem 1.2rem;
    text-align: left;
    vertical-align: top; }
  .ngx-datatable.office-fabric-ui .datatable-header .datatable-row-left,
  .ngx-datatable.office-fabric-ui .datatable-body .datatable-row-left {
    background-color: #FFF;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
    background-position: 100% 0;
    background-repeat: repeat-y; }
  .ngx-datatable.office-fabric-ui .datatable-header .datatable-row-right,
  .ngx-datatable.office-fabric-ui .datatable-body .datatable-row-right {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
    background-position: 0 0;
    background-repeat: repeat-y; }
  .ngx-datatable.office-fabric-ui .datatable-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .ngx-datatable.office-fabric-ui .datatable-header .datatable-header-cell {
      color: rgba(0, 0, 0, 0.54);
      font-size: 12px;
      font-weight: 500;
      padding: .9rem 1.2rem;
      text-align: left;
      vertical-align: bottom; }
      .ngx-datatable.office-fabric-ui .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
        position: relative; }
      .ngx-datatable.office-fabric-ui .datatable-header .datatable-header-cell.longpress .draggable::after {
        opacity: .5;
        transform: scale(1);
        transition: transform 400ms ease, opacity 400ms ease; }
      .ngx-datatable.office-fabric-ui .datatable-header .datatable-header-cell .draggable::after {
        background: #eee;
        border-radius: 100%;
        content: " ";
        filter: none;
        height: 60px;
        left: 50%;
        margin: -30px 0 0 -30px;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: scale(0);
        width: 60px;
        z-index: 9999; }
      .ngx-datatable.office-fabric-ui .datatable-header .datatable-header-cell.dragging .resize-handle {
        border-right: none; }
    .ngx-datatable.office-fabric-ui .datatable-header .resize-handle {
      border-right: solid 1px #eee; }
  .ngx-datatable.office-fabric-ui .datatable-body .datatable-row-detail {
    background: #f5f5f5;
    padding: 10px; }
  .ngx-datatable.office-fabric-ui .datatable-body .datatable-group-header {
    background: #f5f5f5;
    border-bottom: solid 1px #D9D8D9;
    border-top: solid 1px #D9D8D9; }
  .ngx-datatable.office-fabric-ui .datatable-body .datatable-body-row {
    border-bottom: 0.1px solid #eee; }
    .ngx-datatable.office-fabric-ui .datatable-body .datatable-body-row .datatable-body-cell {
      align-items: center;
      border-top: 0;
      color: rgba(0, 0, 0, 0.87);
      display: flex;
      font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 0 1.2rem;
      text-align: left;
      transition: width 0.3s ease;
      vertical-align: top; }
      .ngx-datatable.office-fabric-ui .datatable-body .datatable-body-row .datatable-body-cell.options-column .btn.btn-link {
        align-items: center;
        border: none;
        display: flex;
        width: auto; }
    .ngx-datatable.office-fabric-ui .datatable-body .datatable-body-row .datatable-body-group-cell {
      border-top: 0;
      color: rgba(0, 0, 0, 0.87);
      font-size: 14px;
      font-weight: 400;
      padding: .9rem 1.2rem;
      text-align: left;
      transition: width 0.3s ease;
      vertical-align: top; }
  .ngx-datatable.office-fabric-ui .datatable-body .progress-linear {
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%; }
    .ngx-datatable.office-fabric-ui .datatable-body .progress-linear .container {
      background-color: #aad1f9;
      display: block;
      height: 5px;
      overflow: hidden;
      position: relative;
      transform: translate(0, 0) scale(1, 1);
      -webkit-transform: translate(0, 0) scale(1, 1);
      width: 100%; }
      .ngx-datatable.office-fabric-ui .datatable-body .progress-linear .container .bar {
        animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
        background-color: #106cc8;
        bottom: 0;
        height: 5px;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
        width: 100%; }
  .ngx-datatable.office-fabric-ui .datatable-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: 400; }
    .ngx-datatable.office-fabric-ui .datatable-footer .page-count {
      height: 50px;
      line-height: 50px;
      padding: 0 1.2rem; }
    .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager {
      margin: 0 10px; }
      .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager li {
        vertical-align: middle; }
        .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager li.disabled a {
          background-color: transparent !important;
          color: rgba(0, 0, 0, 0.26) !important; }
        .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager li.active a {
          background-color: rgba(158, 158, 158, 0.2);
          font-weight: bold; }
      .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager a {
        border-radius: 3px;
        color: rgba(0, 0, 0, 0.54);
        height: 22px;
        line-height: 22px;
        margin: 6px 3px;
        min-width: 24px;
        padding: 0 6px;
        text-align: center;
        text-decoration: none;
        vertical-align: bottom; }
        .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager a:hover {
          background-color: rgba(158, 158, 158, 0.2);
          color: rgba(0, 0, 0, 0.75); }
      .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager .datatable-icon-left, .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager .datatable-icon-skip, .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager .datatable-icon-right, .ngx-datatable.office-fabric-ui .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 20px;
        line-height: 20px;
        padding: 0 3px; }
  .ngx-datatable.office-fabric-ui .datatable-summary-row .datatable-body-row {
    background-color: #ddd; }
    .ngx-datatable.office-fabric-ui .datatable-summary-row .datatable-body-row:hover {
      background-color: #ddd; }
    .ngx-datatable.office-fabric-ui .datatable-summary-row .datatable-body-row .datatable-body-cell {
      font-weight: bold; }
  .ngx-datatable.office-fabric-ui * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important; }
  .ngx-datatable.office-fabric-ui .datatable-body-cell-label {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    .ngx-datatable.office-fabric-ui .datatable-body-cell-label .quick-fill-search-value {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: calc(100% - 30px); }
    .ngx-datatable.office-fabric-ui .datatable-body-cell-label .quick-fill-btn {
      display: none;
      color: #0078d7;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      opacity: 0.2; }
    .ngx-datatable.office-fabric-ui .datatable-body-cell-label:hover .quick-fill-btn {
      display: inline-block;
      opacity: 0.2;
      margin-right: 5px;
      margin-left: 5px; }
      .ngx-datatable.office-fabric-ui .datatable-body-cell-label:hover .quick-fill-btn:hover {
        opacity: 1; }
    .ngx-datatable.office-fabric-ui .datatable-body-cell-label .btn.btn-link {
      font-size: inherit;
      padding: 0;
      text-align: left; }

/**
 * Checkboxes
**/
.datatable-checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle; }
  .datatable-checkbox input[type='checkbox'] {
    cursor: pointer;
    margin: 0 1rem 0 0;
    outline: none;
    position: relative; }
    .datatable-checkbox input[type='checkbox']:before {
      border: 2px solid #f2f2f2;
      content: "";
      height: 1rem;
      left: 0;
      -moz-transition: all 0.3s ease-in-out;
      position: absolute;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      width: 1rem;
      z-index: 1; }
    .datatable-checkbox input[type='checkbox']:checked:before {
      border-color: #009688;
      border-right-style: none;
      border-top-style: none;
      height: .5rem;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .datatable-checkbox input[type='checkbox']:after {
      background: #fff;
      content: "";
      cursor: pointer;
      height: 1rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 1rem; }

.quick-fill-search-value-container {
  position: relative; }
  .quick-fill-search-value-container .quick-fill-search-value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 30px); }
  .quick-fill-search-value-container .quick-fill-btn {
    display: none;
    color: #0078d7;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.2; }
  .quick-fill-search-value-container:hover .quick-fill-btn {
    display: inline-block;
    opacity: 0.2;
    margin-right: 5px;
    margin-left: 5px; }
    .quick-fill-search-value-container:hover .quick-fill-btn:hover {
      opacity: 1; }

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

mark {
  background-color: yellow; }

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

/*used to show links as regular text*/
a.link-unstyled:link, a.link-unstyled:visited, a.link-unstyled:hover, a.link-unstyled:active {
  text-decoration: none;
  color: inherit; }


/*# sourceMappingURL=polyfills-b0d73462f9e30d6c75ad.css.map*/