@charset "UTF-8";
/* Spirit変数  */
/*
*アプリケーション用の変数
*/
/* Bootstrap カスタマイズ */
/*
Bootstrap変数カスタマイズ用

参照
https://getbootstrap.com/docs/4.0/getting-started/theming/#sass-options
 */
/*$red: #d9534f !default;*/
/* Bootstrap を読み込む */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0085c7;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d21125;
  --orange: #fd7e14;
  --yellow: #e5a54b;
  --green: #4bbf73;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0085c7;
  --secondary: #6c757d;
  --success: #4bbf73;
  --info: #17a2b8;
  --warning: #e5a54b;
  --danger: #d21125;
  --light: #f8f9fa;
  --dark: #343a40;
  --spirit: #FB7500;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #FB7500;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #af5100;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus:not(.focus-visible) {
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8ddef;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac0e2;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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: #cdedd8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a1deb6;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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: #f8e6cd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f1d0a1;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2bcc2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e8838e;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

.table-spirit,
.table-spirit > th,
.table-spirit > td {
  background-color: #fed8b8;
}
.table-spirit th,
.table-spirit td,
.table-spirit thead th,
.table-spirit tbody + tbody {
  border-color: #fdb77a;
}

.table-hover .table-spirit:hover {
  background-color: #feca9f;
}
.table-hover .table-spirit:hover > td,
.table-hover .table-spirit:hover > th {
  background-color: #feca9f;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.3rem;
  font-size: 0.875rem;
  font-weight: 400;
  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 (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffb97c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 117, 0, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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.15rem + 1px);
  padding-bottom: calc(0.15rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.1rem + 2px);
  padding: 0.05rem 0.15rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4bbf73;
  padding-right: calc(0.75em + 1.525rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.3rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234bbf73' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.3rem/calc(0.75em + 0.15rem) calc(0.75em + 0.15rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4bbf73;
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 115, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4bbf73;
}
.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: #4bbf73;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4bbf73;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #71cc90;
  background-color: #71cc90;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 115, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4bbf73;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4bbf73;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4bbf73;
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 115, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d21125;
  padding-right: calc(1.5em + 0.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d21125' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d21125' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.075rem) center;
  background-size: calc(0.75em + 0.15rem) calc(0.75em + 0.15rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d21125;
  box-shadow: 0 0 0 0.2rem rgba(210, 17, 37, 0.25);
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d21125;
}
.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: #d21125;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d21125;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee283d;
  background-color: #ee283d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(210, 17, 37, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d21125;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d21125;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d21125;
  box-shadow: 0 0 0 0.2rem rgba(210, 17, 37, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #0085c7;
  border-color: #0085c7;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006ba1;
  border-color: #006394;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #006ba1;
  border-color: #006394;
  box-shadow: 0 0 0 0.2rem rgba(38, 151, 207, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0085c7;
  border-color: #0085c7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006394;
  border-color: #005a87;
}
.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(38, 151, 207, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4bbf73;
  border-color: #4bbf73;
}
.btn-success:hover {
  color: #fff;
  background-color: #3ca861;
  border-color: #389f5c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3ca861;
  border-color: #389f5c;
  box-shadow: 0 0 0 0.2rem rgba(102, 201, 136, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4bbf73;
  border-color: #4bbf73;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #389f5c;
  border-color: #359556;
}
.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(102, 201, 136, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #e5a54b;
  border-color: #e5a54b;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0942a;
  border-color: #dd8e20;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0942a;
  border-color: #dd8e20;
  box-shadow: 0 0 0 0.2rem rgba(200, 146, 70, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e5a54b;
  border-color: #e5a54b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dd8e20;
  border-color: #d2871e;
}
.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(200, 146, 70, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d21125;
  border-color: #d21125;
}
.btn-danger:hover {
  color: #fff;
  background-color: #af0e1f;
  border-color: #a30d1d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #af0e1f;
  border-color: #a30d1d;
  box-shadow: 0 0 0 0.2rem rgba(217, 53, 70, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d21125;
  border-color: #d21125;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a30d1d;
  border-color: #970c1b;
}
.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(217, 53, 70, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5);
}

.btn-spirit {
  color: #fff;
  background-color: #FB7500;
  border-color: #FB7500;
}
.btn-spirit:hover {
  color: #fff;
  background-color: #d56300;
  border-color: #c85d00;
}
.btn-spirit:focus, .btn-spirit.focus {
  color: #fff;
  background-color: #d56300;
  border-color: #c85d00;
  box-shadow: 0 0 0 0.2rem rgba(252, 138, 38, 0.5);
}
.btn-spirit.disabled, .btn-spirit:disabled {
  color: #fff;
  background-color: #FB7500;
  border-color: #FB7500;
}
.btn-spirit:not(:disabled):not(.disabled):active, .btn-spirit:not(:disabled):not(.disabled).active, .show > .btn-spirit.dropdown-toggle {
  color: #fff;
  background-color: #c85d00;
  border-color: #bb5700;
}
.btn-spirit:not(:disabled):not(.disabled):active:focus, .btn-spirit:not(:disabled):not(.disabled).active:focus, .show > .btn-spirit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 138, 38, 0.5);
}

.btn-outline-primary {
  color: #0085c7;
  border-color: #0085c7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0085c7;
  border-color: #0085c7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 199, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0085c7;
  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: #0085c7;
  border-color: #0085c7;
}
.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, 133, 199, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  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: #4bbf73;
  border-color: #4bbf73;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4bbf73;
  border-color: #4bbf73;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 115, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4bbf73;
  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: #4bbf73;
  border-color: #4bbf73;
}
.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(75, 191, 115, 0.5);
}

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

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

.btn-outline-danger {
  color: #d21125;
  border-color: #d21125;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d21125;
  border-color: #d21125;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 17, 37, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d21125;
  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: #d21125;
  border-color: #d21125;
}
.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(210, 17, 37, 0.5);
}

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

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

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

.btn-link {
  font-weight: 400;
  color: #FB7500;
  text-decoration: none;
}
.btn-link:hover {
  color: #af5100;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.05rem 0.15rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #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-left {
  right: auto;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.225rem;
  padding-left: 0.225rem;
}
.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.1125rem;
  padding-left: 0.1125rem;
}

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.3rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  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-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.05rem 0.15rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FB7500;
  background-color: #FB7500;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(251, 117, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffb97c;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffd4af;
  border-color: #ffd4af;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

.custom-select-sm {
  height: calc(1.5em + 0.1rem + 2px);
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  padding-left: 0.15rem;
  font-size: 0.765625rem;
}

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.3rem;
  overflow: hidden;
  font-weight: 400;
  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: calc(1.5em + 0.3rem);
  padding: 0.15rem 0.3rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  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: #FB7500;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.5rem;
}

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

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

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

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

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

.card-footer {
  padding: 0.5rem 0.5rem;
  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.25rem;
  margin-bottom: -0.5rem;
  margin-left: -0.25rem;
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.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.765625rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0085c7;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #006394;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 199, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #4bbf73;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #389f5c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(75, 191, 115, 0.5);
}

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

.badge-warning {
  color: #212529;
  background-color: #e5a54b;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #dd8e20;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 165, 75, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #d21125;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #a30d1d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(210, 17, 37, 0.5);
}

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

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

.badge-spirit {
  color: #fff;
  background-color: #FB7500;
}
a.badge-spirit:hover, a.badge-spirit:focus {
  color: #fff;
  background-color: #c85d00;
}
a.badge-spirit:focus, a.badge-spirit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 117, 0, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004567;
  background-color: #cce7f4;
  border-color: #b8ddef;
}
.alert-primary hr {
  border-top-color: #a3d3ea;
}
.alert-primary .alert-link {
  color: #002334;
}

.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: #27633c;
  background-color: #dbf2e3;
  border-color: #cdedd8;
}
.alert-success hr {
  border-top-color: #bae6c9;
}
.alert-success .alert-link {
  color: #193e26;
}

.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: #775627;
  background-color: #faeddb;
  border-color: #f8e6cd;
}
.alert-warning hr {
  border-top-color: #f5dbb7;
}
.alert-warning .alert-link {
  color: #513a1a;
}

.alert-danger {
  color: #6d0913;
  background-color: #f6cfd3;
  border-color: #f2bcc2;
}
.alert-danger hr {
  border-top-color: #eea7af;
}
.alert-danger .alert-link {
  color: #3e050b;
}

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

.alert-spirit {
  color: #833d00;
  background-color: #fee3cc;
  border-color: #fed8b8;
}
.alert-spirit hr {
  border-top-color: #feca9f;
}
.alert-spirit .alert-link {
  color: #502500;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004567;
  background-color: #b8ddef;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004567;
  background-color: #a3d3ea;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004567;
  border-color: #004567;
}

.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: #27633c;
  background-color: #cdedd8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #27633c;
  background-color: #bae6c9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #27633c;
  border-color: #27633c;
}

.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: #775627;
  background-color: #f8e6cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #775627;
  background-color: #f5dbb7;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #775627;
  border-color: #775627;
}

.list-group-item-danger {
  color: #6d0913;
  background-color: #f2bcc2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6d0913;
  background-color: #eea7af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6d0913;
  border-color: #6d0913;
}

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

.list-group-item-spirit {
  color: #833d00;
  background-color: #fed8b8;
}
.list-group-item-spirit.list-group-item-action:hover, .list-group-item-spirit.list-group-item-action:focus {
  color: #833d00;
  background-color: #feca9f;
}
.list-group-item-spirit.list-group-item-action.active {
  color: #fff;
  background-color: #833d00;
  border-color: #833d00;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
[dir="ltr"] .tooltip{
  text-align: left;
}
[dir="rtl"] .tooltip{
  text-align: right;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-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.765625rem;
  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;
}

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-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.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  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.pointer-event {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #006394 !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: #4bbf73 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #389f5c !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: #e5a54b !important;
}

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a30d1d !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-spirit {
  background-color: #FB7500 !important;
}

a.bg-spirit:hover, a.bg-spirit:focus,
button.bg-spirit:hover,
button.bg-spirit:focus {
  background-color: #c85d00 !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: #0085c7 !important;
}

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

.border-success {
  border-color: #4bbf73 !important;
}

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

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

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

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

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

.border-spirit {
  border-color: #FB7500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

.overflow-visible {
  overflow: visible !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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0085c7 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00527b !important;
}

.text-secondary, .wj-labeled-input input[type=checkbox][disabled] + label, .wj-labeled-input input[type=radio][disabled] + label {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #4bbf73 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #328c51 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #e5a54b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c7801d !important;
}

.text-danger {
  color: #d21125 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #8b0b19 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-spirit {
  color: #FB7500 !important;
}

a.text-spirit:hover, a.text-spirit:focus {
  color: #af5100 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  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;
  }
}
/* Wijmo カスタマイズ */
/*
Wijmo変数カスタマイズ用

参照
https://demo.grapecity.com/wijmo/docs/GettingStarted/Wijmo-Sass
 */
/* Wijmo を読み込む */
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-glyph, .wj-glyph-filter, .wj-glyph-up-right, .wj-glyph-up-left, .wj-glyph-up, .wj-glyph-step-forward, .wj-glyph-step-backward, .wj-glyph-square, .wj-glyph-right, .wj-glyph-pencil, .wj-glyph-plus, .wj-glyph-minus, .wj-glyph-pin, .wj-glyph-measure, .wj-glyph-left, .wj-glyph-file, .wj-glyph-drag, .wj-glyph-down-right, .wj-glyph-down-left, .wj-glyph-down, .wj-glyph-dimension, .wj-glyph-diamond, .wj-glyph-clock, .wj-glyph-clipboard, .wj-glyph-circle, .wj-glyph-check, .wj-glyph-calendar, .wj-glyph-asterisk {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  opacity: 0.75;
  white-space: normal;
  cursor: pointer;
}

.wj-glyph-asterisk:after {
  content: "✱︎";
}

.wj-glyph-calendar {
  width: 1em;
  height: 1em;
  border: 0.1em solid;
  border-top: 0.3em solid;
  top: 0.15em;
}
.wj-glyph-calendar:after {
  position: absolute;
  left: 0.3em;
  top: 0.1em;
  width: 0.2em;
  height: 0.4em;
  border-right: 0.1em solid;
  border-top: 0.07em solid;
  opacity: 0.7;
  content: " ";
}

.wj-glyph-check:after {
  font-weight: bold;
  content: "✔︎";
}

.wj-glyph-circle {
  border: 0.3em solid;
  border-radius: 50%;
  top: -0.1em;
}

.wj-glyph-clipboard:after {
  content: "📋︎";
}

.wj-glyph-clock {
  width: 1em;
  height: 1em;
  border: 0.1em solid;
  border-radius: 50%;
  top: 0.15em;
}
.wj-glyph-clock:after {
  position: absolute;
  border-left: 0.1em solid;
  border-bottom: 0.1em solid;
  width: 0.25em;
  height: 0.3em;
  top: 0.2em;
  left: 0.35em;
  content: " ";
}

.wj-glyph-diamond:after {
  content: "◆︎";
}

.wj-glyph-dimension:after {
  content: "⟀︎";
}

.wj-glyph-down {
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.wj-glyph-down-left {
  border-top: 0.65em solid transparent;
  border-left: 0.65em solid;
}

.wj-glyph-down-right {
  top: -2px;
  border-bottom: 0.65em solid;
  border-left: 0.65em solid transparent;
}

.wj-glyph-drag {
  width: 1em;
  height: 1em;
}
.wj-glyph-drag:after {
  position: absolute;
  top: 0.15em;
  left: 0.1em;
  width: 1em;
  height: 1em;
  background: radial-gradient(#000 1px, transparent 2px);
  background-size: 0.33em 0.33em;
  content: " ";
}

.wj-glyph-file {
  border-left: 0.7em solid;
  height: 0.85em;
}
.wj-glyph-file:after {
  position: absolute;
  transform: translateX(-100%);
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid white;
  content: " ";
}

.wj-glyph-left {
  top: 1px;
  border-top: 0.4em solid transparent;
  border-right: 0.5em solid;
  border-bottom: 0.4em solid transparent;
}

.wj-glyph-measure:after {
  content: "📊︎";
}

.wj-glyph-pin {
  top: -0.1em;
  left: 0.1em;
  width: 0.4em;
  border-top: 0.6em solid;
}
.wj-glyph-pin:before {
  position: absolute;
  border-left: 0.7em solid;
  height: 0.1em;
  left: -0.15em;
  top: -0.1em;
  content: " ";
}
.wj-glyph-pin:after {
  position: absolute;
  border-left: 0.15em solid;
  height: 0.5em;
  left: 0.15em;
  top: -0.1em;
  content: " ";
}

.wj-glyph-plus, .wj-glyph-minus {
  border-top: 0.25em solid;
  width: 0.9em;
  top: -0.3em;
}

.wj-glyph-plus:after {
  position: absolute;
  box-sizing: border-box;
  border-left: 0.25em solid;
  width: 0.25em;
  height: 0.95em;
  left: 0.33em;
  top: -0.6em;
  content: " ";
}

.wj-glyph-pencil:after {
  content: "✎︎";
}

.wj-glyph-right {
  top: 1px;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid;
}

.wj-glyph-square {
  border: 0.25em solid;
}

.wj-glyph-step-backward {
  border-top: 0.4em solid transparent;
  border-right: 0.5em solid;
  border-bottom: 0.4em solid transparent;
  top: 0.12em;
}
.wj-glyph-step-backward:after {
  position: absolute;
  border-left: 0.2em solid;
  height: 0.75em;
  transform: translate(-100%, -50%);
  content: " ";
}

[dir=rtl] .wj-glyph-step-backward:after {
  transform: translate(0, -50%);
}

.wj-glyph-step-forward {
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid;
}
.wj-glyph-step-forward:after {
  position: absolute;
  border-left: 0.2em solid;
  height: 0.75em;
  transform: translateY(-50%);
  content: " ";
}

[dir=rtl] .wj-glyph-step-forward:after {
  transform: translate(100%, -50%);
}

.wj-glyph-up {
  border-right: 0.4em solid transparent;
  border-bottom: 0.5em solid;
  border-left: 0.4em solid transparent;
}

.wj-glyph-up-left {
  border-bottom: 0.65em solid transparent;
  border-left: 0.65em solid;
}

.wj-glyph-up-right {
  border-top: 0.65em solid;
  border-left: 0.65em solid transparent;
}

.wj-glyph-filter {
  top: -0.1em;
  width: 0.5em;
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.wj-glyph-filter:after {
  position: absolute;
  border-left: 0.25em solid;
  left: -0.125em;
  top: -0.2em;
  height: 0.4em;
  content: " ";
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-control {
  display: block;
  box-sizing: border-box;
  color: #404040;
  background: white;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wj-control * {
  box-sizing: inherit;
}
.wj-control [contenteditable] {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.wj-control:focus,
.wj-control *:not(.wj-tabpane *):focus,
.wj-control .wj-tabpane .wj-control *:focus,
.wj-control a:focus {
  outline: none;
}
.wj-control input::-ms-clear {
  display: none;
}
.wj-control input:-ms-input-placeholder {
  opacity: 0.7;
}
.wj-control input[type=number]::-webkit-inner-spin-button, .wj-control input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wj-control input:invalid {
  box-shadow: none;
  outline: none;
}
.wj-control .wj-btn, .wj-viewer .wj-control .wj-applybutton {
  background: #eee;
  cursor: pointer;
  color: #404040;
  display: inline-block;
  border-style: none;
  padding: 0 10px;
  text-align: center;
  min-width: 30px;
  white-space: nowrap;
}
.wj-control .wj-btn:focus, .wj-viewer .wj-control .wj-applybutton:focus, .wj-control .wj-btn:hover, .wj-viewer .wj-control .wj-applybutton:hover {
  background: #e1e1e1;
  transition-duration: 0.4s;
}
.wj-control .wj-btn.wj-state-active, .wj-viewer .wj-control .wj-state-active.wj-applybutton {
  background: #d5d5d5;
}
.wj-control .wj-btn[disabled], .wj-viewer .wj-control [disabled].wj-applybutton {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}
.wj-control a.wj-btn, .wj-viewer .wj-control a.wj-applybutton,
.wj-control button.wj-btn:not(.wj-btn-default),
.wj-viewer .wj-control button.wj-applybutton:not(.wj-btn-default) {
  border-radius: 4px;
  padding: 6px 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.wj-header {
  background: #eee;
  color: #404040;
  font-weight: bold;
}

.wj-state-multi-selected {
  background: #80adbf;
  color: white;
}

.wj-state-selected,
.wj-state-last-selected {
  background: #0085c7;
  color: white;
}

.wj-state-disabled:not(.wj-popup) {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

.wj-content {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.wj-tooltip {
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  max-width: 400px;
  padding: 4px 6px 3px 6px;
  background: white;
  color: #404040;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
  word-break: break-word;
  -ms-word-break: break-all;
}
.wj-tooltip.wj-error-tip {
  background: red;
  color: white;
  white-space: pre-line;
  font-weight: bold;
}

.wj-dropdown-panel {
  pointer-events: auto;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-content.wj-dropdown, .wj-content.wj-inputnumber, .wj-content.wj-inputmask, .wj-content.wj-calendar-outer, .wj-content.wj-pager {
  vertical-align: middle;
  display: inline-table;
  border-collapse: separate;
}

.wj-control.wj-inputmask {
  display: inline-flex;
}
.wj-control.wj-inputmask .wj-input {
  width: 100%;
}
.wj-control.wj-inputmask .wj-input-group {
  display: flex;
}

.wj-dropdown-panel {
  display: block;
  background: white;
  color: #404040;
}
.wj-dropdown-panel .wj-control {
  background: transparent;
  color: inherit;
}
.wj-dropdown-panel.wj-content > .wj-content {
  border: none;
}

.wj-control .wj-template {
  position: relative;
  display: table-cell;
}
.wj-control .wj-template,
.wj-control .wj-input {
  height: 100%;
}
.wj-control .wj-input-group {
  display: table;
  border-collapse: separate;
  width: 100%;
  height: 100%;
}
.wj-control .wj-input-group .wj-input-group-btn {
  display: table-cell;
  width: 1%;
  height: 100%;
  min-width: 26px;
  white-space: nowrap;
  vertical-align: top;
}
.wj-control .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn, .wj-viewer .wj-control .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-applybutton {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.wj-control .wj-input-group .wj-input-group-btn:first-child:not(:last-child) > .wj-btn, .wj-viewer .wj-control .wj-input-group .wj-input-group-btn:first-child:not(:last-child) > .wj-applybutton {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.wj-control .wj-input-group .wj-form-control {
  display: table-cell;
  padding: 4px 8px;
  border: none;
  width: 100%;
  height: 100%;
  color: inherit;
  background: transparent;
  min-height: 2em;
}
.wj-control .wj-input-group button, .wj-control .wj-input-group input {
  margin: 0;
}
.wj-control .wj-btn-group {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.wj-control .wj-btn-group > *:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.wj-control .wj-btn-group > .wj-form-control {
  padding: 4px 6px 3px 6px;
  border: none;
}
.wj-control .wj-btn-group > .wj-form-control:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.wj-control .wj-btn-group > .wj-btn, .wj-viewer .wj-control .wj-btn-group > .wj-applybutton,
.wj-control .wj-input-group-btn > .wj-btn,
.wj-viewer .wj-control .wj-input-group-btn > .wj-applybutton {
  height: 100%;
  min-height: 2em;
  background: #eee;
}
.wj-control .wj-btn-group > .wj-btn:focus, .wj-viewer .wj-control .wj-btn-group > .wj-applybutton:focus, .wj-control .wj-btn-group > .wj-btn:hover, .wj-viewer .wj-control .wj-btn-group > .wj-applybutton:hover,
.wj-control .wj-input-group-btn > .wj-btn:focus,
.wj-viewer .wj-control .wj-input-group-btn > .wj-applybutton:focus,
.wj-control .wj-input-group-btn > .wj-btn:hover,
.wj-viewer .wj-control .wj-input-group-btn > .wj-applybutton:hover {
  background: #e1e1e1;
  transition-duration: 0.4s;
}
.wj-control .wj-btn-group > .wj-btn.wj-btn-default, .wj-viewer .wj-control .wj-btn-group > .wj-btn-default.wj-applybutton,
.wj-control .wj-input-group-btn > .wj-btn.wj-btn-default,
.wj-viewer .wj-control .wj-input-group-btn > .wj-btn-default.wj-applybutton {
  color: #404040;
}
.wj-control .wj-btn-group > .wj-btn.wj-btn-default:enabled, .wj-viewer .wj-control .wj-btn-group > .wj-btn-default.wj-applybutton:enabled,
.wj-control .wj-input-group-btn > .wj-btn.wj-btn-default:enabled,
.wj-viewer .wj-control .wj-input-group-btn > .wj-btn-default.wj-applybutton:enabled {
  background: transparent;
}
.wj-control .wj-btn-group > .wj-btn.wj-btn-default:focus, .wj-viewer .wj-control .wj-btn-group > .wj-btn-default.wj-applybutton:focus, .wj-control .wj-btn-group > .wj-btn.wj-btn-default:hover, .wj-viewer .wj-control .wj-btn-group > .wj-btn-default.wj-applybutton:hover,
.wj-control .wj-input-group-btn > .wj-btn.wj-btn-default:focus,
.wj-viewer .wj-control .wj-input-group-btn > .wj-btn-default.wj-applybutton:focus,
.wj-control .wj-input-group-btn > .wj-btn.wj-btn-default:hover,
.wj-viewer .wj-control .wj-input-group-btn > .wj-btn-default.wj-applybutton:hover {
  background: #e1e1e1;
  transition-duration: 0.4s;
}
.wj-control.wj-rtl .wj-input-group-btn:last-child:not(:first-child) > .wj-btn, .wj-viewer .wj-control.wj-rtl .wj-input-group-btn:last-child:not(:first-child) > .wj-applybutton {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
}
.wj-control.wj-rtl .wj-input-group-btn:first-child:not(:last-child) > .wj-btn, .wj-viewer .wj-control.wj-rtl .wj-input-group-btn:first-child:not(:last-child) > .wj-applybutton {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
}
.wj-control.wj-rtl .wj-btn-group > *:not(:first-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
}
.wj-control.wj-rtl .wj-btn-group > .wj-form-control:not(:first-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
}

.wj-inputnumber input.wj-form-control {
  text-align: right;
}

.wj-listbox {
  overflow: auto;
  cursor: default;
}
.wj-listbox .wj-listbox-item {
  padding: 4px 6px 3px 6px;
}
.wj-listbox .wj-listbox-item.wj-separator {
  height: 1px;
  margin: 3px 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
}
.wj-listbox .wj-listbox-item.wj-header {
  opacity: 1;
  position: sticky;
  top: 0;
}
.wj-listbox .wj-listbox-item:not(.wj-state-selected):not(.wj-state-disabled):not(.wj-separator):hover {
  background: rgba(0, 0, 0, 0.05);
  transition-duration: 0.4s;
}
.wj-listbox .wj-listbox-item > label {
  display: flex;
  align-content: flex-start;
  align-items: baseline;
  margin: 0;
  font-weight: normal;
}
.wj-listbox .wj-listbox-item > label > input[type=checkbox] {
  margin: 4px;
}

.wj-multiselectlistbox .wj-template {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  min-height: inherit;
  height: auto;
}
.wj-multiselectlistbox .wj-content {
  display: block;
  border: none;
  border-radius: 0;
}
.wj-multiselectlistbox .wj-form-control {
  border: none;
  width: 100%;
  color: inherit;
  padding: 5px 8px;
}

.wj-dropdown-panel > .wj-multiselectlistbox {
  display: block;
}

.wj-calendar {
  max-width: 100vw;
  overflow: auto;
}
.wj-calendar .wj-header {
  font-size: 90%;
}
.wj-calendar .wj-day-today {
  font-weight: bold;
}
.wj-calendar .wj-day-othermonth {
  opacity: 0.65;
}
.wj-calendar .wj-calendar-outer {
  display: block;
  padding: 10px;
  cursor: default;
}
.wj-calendar .wj-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 7px;
  min-width: 19em;
}
.wj-calendar .wj-calendar-header .wj-month-select {
  display: inline-block;
  margin: 6px;
  font-weight: bold;
  cursor: pointer;
}
.wj-calendar .wj-calendar-header .wj-month-select .wj-glyph-down {
  opacity: 0.5;
}
.wj-calendar .wj-calendar-header .wj-btn-group .wj-btn, .wj-calendar .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .wj-calendar .wj-calendar-header .wj-btn-group .wj-applybutton {
  padding: 2px 8px 0 8px;
}
.wj-calendar .wj-calendar-header .wj-btn-group span {
  pointer-events: none;
}
.wj-calendar .wj-calendar-month {
  width: 100%;
  border-collapse: collapse;
  font: inherit;
}
.wj-calendar .wj-calendar-month td {
  width: 14.29%;
}
.wj-calendar .wj-calendar-year {
  width: 100%;
  border-collapse: collapse;
  font: inherit;
}
.wj-calendar .wj-calendar-year td {
  width: 25%;
}
.wj-calendar .wj-calendar-year tr:not(.wj-header) td {
  height: 3em;
}
.wj-calendar td {
  text-align: center;
  padding: 4px 6px 3px 6px;
  border: none;
}
.wj-calendar td.wj-state-invalid {
  opacity: 0.65;
}
.wj-calendar.wj-calendar-multimonth {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.wj-calendar.wj-calendar-multimonth .wj-content {
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.wj-calendar.wj-calendar-multimonth .wj-calendar {
  display: flex;
}
.wj-calendar.wj-btns-outside {
  position: relative;
}
.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group {
  border: none;
}
.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group button {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  min-width: 1em;
  padding: 0;
  border: none;
  opacity: 0.5;
}
.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group button[wj-part=btn-prev] {
  left: 0;
  display: block;
}
.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group button[wj-part=btn-next] {
  right: 0;
  display: block;
}
.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group {
  float: left;
}
.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-btn .wj-glyph-right, .wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton .wj-glyph-right, .wj-viewer .wj-control .wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-applybutton .wj-glyph-right,
.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-btn .wj-glyph-left,
.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton .wj-glyph-left,
.wj-viewer .wj-control .wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-applybutton .wj-glyph-left {
  transform: scale(-1, 1);
}

.wj-dropdown-panel .wj-calendar-outer {
  background: none;
}
.wj-dropdown-panel .wj-calendar-outer > .wj-content {
  display: block;
}

.wj-yearpicker {
  max-height: 12em;
  min-width: 18em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 4em;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.wj-yearpicker .wj-listbox-item {
  text-align: center;
  display: inline-block;
  width: 4em;
}

.wj-outer-flex, .wj-inputdate-dropdown .wj-calendar-outer, .wj-calendar.wj-calendar-multimonth .wj-calendar-outer {
  display: flex;
  flex-direction: column;
  min-width: 21em;
  flex-shrink: 0;
}

.wj-inputdate-dropdown {
  display: flex;
  background: white;
}
.wj-inputdate-dropdown > .wj-calendar {
  flex-grow: 1;
  border: none;
}
.wj-inputdate-dropdown > .wj-listbox {
  flex-grow: 1;
  margin: 10px;
  min-width: 8em;
  max-height: 16em;
}
.wj-inputdate-dropdown > .wj-listbox .wj-listbox-item {
  white-space: nowrap;
}

.wj-colorpicker {
  width: 420px;
  height: 200px;
  padding: 4px;
}
.wj-colorpicker .wj-colorbox {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.wj-inputcolor .wj-input-group input.wj-form-control {
  padding-left: 24px;
}
.wj-inputcolor .wj-inputcolorbox {
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 12px;
  border: 1px solid black;
}
.wj-inputcolor.wj-rtl .wj-input-group input.wj-form-control {
  padding-left: 4px;
  padding-right: 24px;
}
.wj-inputcolor.wj-rtl .wj-inputcolorbox {
  left: auto;
  right: 6px;
}

.wj-listbox.wj-dropdown-panel .wj-state-match {
  font-weight: bold;
}

.wj-multi-autocomplete {
  width: 100%;
  padding: 5px;
}
.wj-multi-autocomplete .wj-input {
  float: left;
}
.wj-multi-autocomplete .wj-input-group .wj-form-control {
  margin-top: 5px;
  height: auto;
}
.wj-multi-autocomplete .wj-token {
  background: #eee;
  color: #404040;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 5px;
  vertical-align: middle;
  float: left;
  cursor: default;
}
.wj-multi-autocomplete .wj-token:focus, .wj-multi-autocomplete .wj-token:hover, .wj-multi-autocomplete .wj-token.wj-token-active {
  background: #e1e1e1;
  transition-duration: 0.4s;
}
.wj-multi-autocomplete .wj-token .wj-token-label {
  padding: 4px 6px 3px 6px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 500px;
}
.wj-multi-autocomplete .wj-token .wj-token-close {
  padding: 4px 6px 3px 6px;
  color: #404040;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}
.wj-multi-autocomplete .wj-token .wj-token-close:hover, .wj-multi-autocomplete .wj-token .wj-token-close:focus {
  opacity: 0.5;
  transition-duration: 0.4s;
}
.wj-multi-autocomplete .wj-token-helper {
  position: absolute;
  left: -10000px;
}

.wj-popup {
  background: white;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
}
.wj-popup .wj-dialog-header {
  width: 100%;
  background: #eee;
  color: #404040;
  font-weight: bold;
  font-size: 120%;
  padding: 1em;
}
.wj-popup .wj-dialog-body {
  padding: 1em;
}
.wj-popup .wj-dialog-footer {
  text-align: right;
  margin-top: 1em;
  padding: 1em;
}

.wj-popup-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.wj-menu .wj-form-control {
  cursor: pointer;
}

.wj-listbox.wj-menu-items .wj-listbox-item:not(.wj-state-disabled):not(.wj-separator) {
  cursor: pointer;
}
.wj-listbox.wj-menu-items .wj-listbox-item.wj-subitems {
  position: relative;
}
.wj-listbox.wj-menu-items .wj-listbox-item.wj-subitems:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.75;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid;
}
.wj-listbox.wj-menu-items:not(.wj-rtl) .wj-listbox-item.wj-subitems {
  padding-right: 1.8em;
}
.wj-listbox.wj-menu-items:not(.wj-rtl) .wj-listbox-item.wj-subitems:after {
  right: 0.55em;
}
.wj-listbox.wj-menu-items.wj-rtl .wj-listbox-item.wj-subitems {
  padding-left: 1.8em;
}
.wj-listbox.wj-menu-items.wj-rtl .wj-listbox-item.wj-subitems:after {
  left: 0.55em;
  transform: translate(0, -50%) scale(-1, 1);
}

.wj-pager .wj-input-group .wj-input-group-btn > .wj-btn, .wj-pager .wj-input-group .wj-viewer .wj-control .wj-input-group-btn > .wj-applybutton, .wj-viewer .wj-control .wj-pager .wj-input-group .wj-input-group-btn > .wj-applybutton {
  min-width: 40px;
}
.wj-pager .wj-input-group .wj-form-control {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-labeled-input {
  position: relative;
  display: inline-block;
  width: 12em;
  max-width: 100%;
  margin: 0 20px;
  padding: 20px 0;
}
.wj-labeled-input, .wj-labeled-input *, .wj-labeled-input *:after, .wj-labeled-input *:before {
  box-sizing: border-box;
  box-sizing: border-box;
}
.wj-labeled-input.wide {
  width: 20em;
}
.wj-labeled-input .accesskey {
  text-decoration: underline;
  font-size: unset;
}
.wj-labeled-input .wj-control.wj-content {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wj-labeled-input .wj-control.wj-content button {
  opacity: 0.75;
  border-color: rgba(0, 0, 0, 0.1);
}
.wj-labeled-input .wj-inputnumber.wj-state-empty:not(.wj-state-focused) .wj-btn, .wj-labeled-input .wj-inputnumber.wj-state-empty:not(.wj-state-focused) .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .wj-labeled-input .wj-inputnumber.wj-state-empty:not(.wj-state-focused) .wj-applybutton {
  display: none;
}
.wj-labeled-input label {
  font-size: 16px;
  top: 24px;
  bottom: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  color: rgba(0, 0, 0, 0.258824);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wj-labeled-input label:after {
  content: "";
  background-color: #0085c7;
  bottom: 20px;
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}
.wj-labeled-input .wj-state-focused + label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}
.wj-labeled-input .wj-error {
  color: red;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
}
.wj-labeled-input .wj-control.wj-state-invalid ~ .wj-error {
  visibility: visible;
}
.wj-labeled-input .wj-state-invalid + label {
  color: red;
}
.wj-labeled-input .wj-state-invalid + label:after {
  background-color: red;
}
.wj-labeled-input input[type=checkbox],
.wj-labeled-input input[type=radio] {
  display: none;
}
.wj-labeled-input input[type=checkbox] + label,
.wj-labeled-input input[type=radio] + label {
  position: relative;
  padding: 0.25em 0 0 1.8em;
  pointer-events: all;
  font-size: unset;
  top: 0;
  overflow: visible;
}
.wj-labeled-input input[type=checkbox] + label:after,
.wj-labeled-input input[type=radio] + label:after {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  text-align: center;
  left: 0;
  top: 0.25em;
  width: 1.3em;
  height: 1.3em;
  color: white;
  background: #ddd;
  transition: all 0.3s;
}
.wj-labeled-input input[type=checkbox] + label:hover:after,
.wj-labeled-input input[type=radio] + label:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.wj-labeled-input input[type=checkbox]:checked + label:after,
.wj-labeled-input input[type=radio]:checked + label:after {
  content: "✔";
  background: #0085c7;
}
.wj-labeled-input input[type=radio] + label:after {
  border-radius: 1em;
  transform: scale(1.1);
}
.wj-labeled-input input[type=radio]:checked + label:after {
  content: "";
  background: white;
  border: 0.45em solid #0085c7;
}
.wj-labeled-input.switch input[type=checkbox] + label {
  padding-left: 3.1em;
}
.wj-labeled-input.switch input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  left: 0;
  top: 0.5em;
  width: 2.5em;
  height: 1em;
  border-radius: 1em;
  background: #ddd;
  transition: all 0.3s;
}
.wj-labeled-input.switch input[type=checkbox] + label:after {
  content: "";
  left: 0;
  top: 0.25em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1em;
  border: 1px solid #bbb;
  background: white;
  transition: all 0.3s;
}
.wj-labeled-input.switch input[type=checkbox]:checked + label:before {
  background: #0085c7;
  opacity: 0.4;
}
.wj-labeled-input.switch input[type=checkbox]:checked + label:after {
  margin-left: 1.25em;
  border: 1px solid #0085c7;
  background: #0085c7;
}

.wj-static-labels .wj-labeled-input :not(.wj-state-focused) + label,
.wj-labeled-input .wj-state-focused + label,
.wj-labeled-input :not(.wj-state-empty) + label {
  font-size: 12px;
  top: 4px;
  color: #0085c7;
  visibility: visible;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-tabpanel {
  display: block;
}
.wj-tabpanel > div > .wj-tabpanes {
  overflow: auto;
  border-top: 1px solid #ddd;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.wj-tabpanel > div > .wj-tabpanes > .wj-tabpane:not(.wj-state-active) {
  display: none;
}
.wj-tabpanel > div > .wj-tabheaders > .wj-tabheader {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
.wj-tabpanel > div > .wj-tabheaders > .wj-tabheader.wj-state-active {
  background: white;
  color: #0085c7;
}
.wj-tabpanel > div > .wj-tabheaders > .wj-tabheader:not(.wj-state-active):not(.wj-state-disabled):focus {
  background: rgba(0, 0, 0, 0.1);
}
.wj-tabpanel > div > .wj-tabheaders > .wj-tabheader:after {
  content: "";
  position: absolute;
  background: #0085c7;
  height: 2.5px;
  left: 45%;
  width: 10%;
  bottom: 0;
  visibility: hidden;
}
.wj-tabpanel > div > .wj-tabheaders > .wj-tabheader.wj-state-active:after {
  left: 0;
  width: 100%;
  visibility: visible;
}
.wj-tabpanel.wj-animated > div > .wj-tabheaders > .wj-tabheader.wj-state-active:after {
  transition-duration: 0.2s;
}

.wj-accordion {
  overflow: auto;
}
.wj-accordion > .wj-content {
  border: none;
  overflow: hidden;
  display: none;
}
.wj-accordion > .wj-header.wj-state-active + .wj-content {
  display: block;
}
.wj-accordion > .wj-header {
  display: block;
  text-decoration: none;
  padding: 12px;
  font-size: 120%;
  cursor: pointer;
}
.wj-accordion > .wj-header.wj-state-active {
  background: #0085c7;
  color: white;
}
.wj-accordion > .wj-header:focus {
  outline: 2px solid #0085c7;
  outline-offset: -2px;
}
.wj-accordion.wj-show-icons > .wj-header:before {
  content: "";
  float: left;
  margin: 0.4em 0.5em 0.4em 0;
  opacity: 0.5;
  white-space: normal;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid;
}
.wj-accordion.wj-show-icons > .wj-header.wj-state-active:before {
  border-top: 0.5em solid;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
}
.wj-accordion.wj-rtl.wj-show-icons > .wj-header:before {
  float: right;
  margin: 0.4em 0 0.4em 0.5em;
  transform: scaleX(-1);
}

.wj-treeview {
  width: 100%;
  overflow: auto;
  border: none;
}
.wj-treeview .wj-nodelist {
  display: block;
  position: relative;
}
.wj-treeview .wj-nodelist .wj-nodelist {
  padding-left: 1em;
}
.wj-treeview .wj-node {
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 6px 3px 6px;
}
.wj-treeview .wj-node:before {
  content: "";
  position: relative;
  display: inline-block;
  border-top: 0.5em solid;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  top: -1px;
  margin-right: 4px;
  opacity: 0.75;
}
.wj-treeview .wj-node.wj-state-selected {
  color: inherit;
  background: rgba(0, 0, 0, 0.05);
}
.wj-treeview .wj-node.wj-state-collapsed:before, .wj-treeview .wj-node.wj-state-collapsing:before {
  transform: rotate(-90deg);
}
.wj-treeview .wj-node.wj-state-collapsed.wj-state-loading:before {
  animation-name: wjLazyNodeLoading;
  animation-duration: 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.wj-treeview .wj-node.wj-state-empty:before {
  visibility: hidden;
}
.wj-treeview .wj-node.wj-state-collapsed + .wj-nodelist {
  display: none;
}
.wj-treeview .wj-node img {
  padding-right: 4px;
}
.wj-treeview .wj-node .wj-node-check {
  margin-right: 4px;
}
.wj-treeview .wj-node .wj-node-text {
  display: inline-block;
}
.wj-treeview .wj-marker {
  position: absolute;
  background: #0085c7;
  opacity: 0.5;
  pointer-events: none;
}
.wj-treeview.wj-state-loading * {
  cursor: wait;
}
.wj-treeview.wj-animated .wj-node:before {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wj-treeview.wj-animated .wj-node.wj-state-collapsed:before, .wj-treeview.wj-animated .wj-node.wj-state-collapsing:before {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wj-treeview.wj-rtl .wj-nodelist .wj-nodelist {
  padding-left: unset;
  padding-right: 1em;
}
.wj-treeview.wj-rtl .wj-nodelist .wj-node:before {
  margin-right: unset;
  margin-left: 4px;
}
.wj-treeview.wj-rtl .wj-nodelist .wj-node.wj-state-collapsed:before,
.wj-treeview.wj-rtl .wj-nodelist .wj-node.wj-state-collapsing:before {
  transform: rotate(90deg);
}
.wj-treeview.wj-rtl .wj-node img {
  padding-right: unset;
  padding-left: 4px;
}
.wj-treeview.wj-rtl .wj-node .wj-node-check {
  margin-right: unset;
  margin-left: 4px;
}

@keyframes wjLazyNodeLoading {
  from {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexgrid {
  width: 100%;
  cursor: default;
  overflow: hidden;
}
.wj-flexgrid .wj-row {
  position: absolute;
  top: 0;
}
.wj-flexgrid .wj-colheaders .wj-header .wj-btn.wj-btn-glyph.wj-elem-pin, .wj-flexgrid .wj-colheaders .wj-header .wj-viewer .wj-control .wj-btn-glyph.wj-elem-pin.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid .wj-colheaders .wj-header .wj-btn-glyph.wj-elem-pin.wj-applybutton {
  opacity: 0.9;
}
.wj-flexgrid .wj-colheaders .wj-header .wj-btn.wj-btn-glyph.wj-elem-pin:not(.wj-state-pinned), .wj-flexgrid .wj-colheaders .wj-header .wj-viewer .wj-control .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned), .wj-viewer .wj-control .wj-flexgrid .wj-colheaders .wj-header .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned) {
  opacity: 0.4;
}
.wj-flexgrid .wj-colheaders .wj-header .wj-btn.wj-btn-glyph.wj-elem-pin:not(.wj-state-pinned) .wj-glyph-pin, .wj-flexgrid .wj-colheaders .wj-header .wj-viewer .wj-control .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned) .wj-glyph-pin, .wj-viewer .wj-control .wj-flexgrid .wj-colheaders .wj-header .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned) .wj-glyph-pin {
  transform: rotate(-45deg);
}
.wj-flexgrid .wj-colheaders .wj-header.wj-state-multi-selected {
  border-bottom: 2px solid #0085c7;
}
.wj-flexgrid .wj-colheaders .wj-header.wj-colgroup {
  display: flex;
  align-items: center;
}
.wj-flexgrid .wj-colheaders .wj-header.wj-colgroup.wj-align-right {
  justify-content: flex-end;
}
.wj-flexgrid .wj-colheaders .wj-header.wj-colgroup.wj-align-center {
  justify-content: center;
}
.wj-flexgrid .wj-colheaders .wj-header.wj-big-header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
}
.wj-flexgrid .wj-rowheaders .wj-header.wj-state-multi-selected {
  border-right: 2px solid #0085c7;
}
.wj-flexgrid .wj-rowheaders .wj-header.wj-big-header:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
}
.wj-flexgrid .wj-topleft .wj-header.wj-big-header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
}
.wj-flexgrid .wj-frozen-clone .wj-cell {
  pointer-events: auto;
}
.wj-flexgrid .wj-frozen-clone .wj-cell a {
  display: inline-block;
}
.wj-flexgrid .wj-marquee {
  position: absolute;
  box-shadow: 0 0 0 1px #0085c7, inset 0 0 0 1px #0085c7;
  pointer-events: none;
}
.wj-flexgrid .wj-marker {
  position: absolute;
  background: #0085c7;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1000;
}
.wj-flexgrid .wj-state-sticky .wj-header {
  opacity: 0.75;
}
.wj-flexgrid .wj-grid-editor {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: inherit;
  color: inherit;
  overflow: hidden;
  resize: none;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton {
  padding: 0 4px;
  min-width: 1.5em;
  color: inherit;
  background: transparent;
  opacity: 0.4;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph:hover, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton:hover, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton:hover, .wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph:focus, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton:focus, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton:focus {
  opacity: 1;
  transition-duration: 0.4s;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton {
  float: right;
  order: 2;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right:nth-child(1), .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton:nth-child(1), .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton:nth-child(1) {
  order: 5;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right:nth-child(2), .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton:nth-child(2), .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton:nth-child(2) {
  order: 4;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right:nth-child(3), .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton:nth-child(3), .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton:nth-child(3) {
  order: 3;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-elem-detail, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-elem-detail.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-elem-detail.wj-applybutton {
  min-width: 1em;
  padding: 0;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph > span, .wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton > span, .wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton > span {
  opacity: 1;
}
.wj-flexgrid .wj-cell.wj-hasdropdown {
  display: flex;
}
.wj-flexgrid .wj-cell.wj-hasdropdown > div {
  flex-grow: 1;
}
.wj-flexgrid .wj-cell.wj-hasdropdown .wj-btn.wj-btn-glyph.wj-right, .wj-flexgrid .wj-cell.wj-hasdropdown .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid .wj-cell.wj-hasdropdown .wj-btn-glyph.wj-right.wj-applybutton {
  height: 100%;
}
.wj-flexgrid .wj-cell.wj-radio-map label {
  display: inline-block;
  font-weight: inherit;
  margin: 0 1em 0 0;
}
.wj-flexgrid .wj-cell.wj-radio-map label input[type=radio] {
  margin: 0 4px 0 0;
  outline: none;
}
.wj-flexgrid .wj-cell.wj-radio-map label input[type=radio]:not(:checked) {
  opacity: 0.4;
}
.wj-flexgrid .wj-cell.wj-detail .wj-content.wj-flexgrid {
  vertical-align: top;
}
.wj-flexgrid .wj-cell label {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  font-weight: inherit;
  line-height: 1em;
}
.wj-flexgrid .wj-cell label input[type=checkbox] {
  margin: 0px 6px 0px 0px;
}
.wj-flexgrid.wj-rtl .wj-cell {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
}
.wj-flexgrid.wj-rtl .wj-cell .wj-btn.wj-btn-glyph.wj-right, .wj-flexgrid.wj-rtl .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid.wj-rtl .wj-cell .wj-btn-glyph.wj-right.wj-applybutton {
  float: left;
}
.wj-flexgrid.wj-rtl .wj-frozen-col {
  border-left: 1px solid #a2a2a2;
  border-right: none;
}
.wj-flexgrid.wj-rtl .wj-colheaders .wj-header.wj-filter-on, .wj-flexgrid.wj-rtl .wj-colheaders .wj-header.wj-filter-off {
  white-space: normal;
  word-break: break-all;
}
.wj-flexgrid.wj-rtl .wj-colheaders .wj-header.wj-big-header:after {
  left: 2px;
  right: unset;
}
.wj-flexgrid.wj-rtl .wj-colheaders .wj-header .wj-sort-index {
  padding: 0 0.2em 0 0;
}
.wj-flexgrid.wj-rtl .wj-rowheaders .wj-header.wj-state-multi-selected {
  border-left: 2px solid #0085c7;
  border-right: none;
}
.wj-flexgrid.wj-rtl .wj-topleft .wj-header.wj-big-header:after {
  left: 2px;
  right: unset;
}
.wj-flexgrid.wj-whitespace-pre .wj-cell {
  white-space: pre;
}
.wj-flexgrid.wj-whitespace-pre .wj-cell.wj-wrap {
  white-space: pre-wrap;
}
.wj-flexgrid.wj-whitespace-pre .wj-cell.wj-multiline {
  white-space: pre-wrap;
}
.wj-flexgrid [wj-state-measuring].wj-cell .wj-btn.wj-btn-glyph.wj-right, .wj-flexgrid [wj-state-measuring].wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton, .wj-viewer .wj-control .wj-flexgrid [wj-state-measuring].wj-cell .wj-btn-glyph.wj-right.wj-applybutton {
  float: none;
}

.wj-cell {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 6px 3px 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
  outline: none;
}
.wj-cell:not(.wj-hasdropdown) {
  text-overflow: ellipsis;
}
.wj-cell.wj-alt {
  background: #f7f7f7;
}
.wj-cell.wj-header {
  background: #eee;
  color: #404040;
  font-weight: bold;
}
.wj-cell.wj-header.wj-state-multi-selected {
  background: #e1e1e1;
  color: #404040;
  font-weight: bold;
}
.wj-cell.wj-header .wj-sort-index {
  display: inline-block;
  font-weight: normal;
  font-size: 80%;
  vertical-align: top;
  color: #0085c7;
  padding: 0 0 0 0.2em;
  opacity: 1;
}
.wj-cell.wj-frozen-row {
  border-bottom: 1px solid #a2a2a2;
}
.wj-cell.wj-frozen-col {
  border-right: 1px solid #a2a2a2;
}
.wj-cell.wj-group {
  background: #e1e1e1;
  color: #404040;
}
.wj-cell.wj-state-invalid {
  border: 1.2px solid red;
}
.wj-cell.wj-state-invalid.wj-header {
  background: #ffb4b4;
}
.wj-cell.wj-state-invalid:not(.wj-header):after {
  position: absolute;
  content: "";
  width: 0;
  right: 0;
  top: -6px;
  border: 6px solid transparent;
  border-right-color: red;
}
.wj-cell.wj-header.wj-state-dragsrc {
  opacity: 0.5;
}
.wj-cell.wj-wrap {
  white-space: normal;
  text-overflow: clip;
  word-wrap: break-word;
}
.wj-cell.wj-multiline {
  white-space: pre;
  text-overflow: clip;
  word-wrap: break-word;
}
.wj-cell.wj-wrap.wj-multiline {
  white-space: pre-wrap;
  text-overflow: clip;
}
.wj-cell.wj-align-left {
  text-align: left;
}
.wj-cell.wj-align-right {
  text-align: right;
}
.wj-cell.wj-align-center {
  text-align: center;
}
.wj-cell.wj-align-justify {
  text-align: justify;
}
.wj-cell.wj-align-justify-all {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute;
}

.wj-cells .wj-cell.wj-state-selected {
  background: #0085c7;
  color: white;
}
.wj-cells .wj-cell.wj-state-multi-selected {
  background: #80adbf;
  color: white;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexgrid .wj-cell.wj-filter-on .wj-elem-filter {
  opacity: 0.9;
}
.wj-flexgrid .wj-cell.wj-filter-off .wj-elem-filter {
  opacity: 0.5;
}

.wj-columnfiltereditor {
  padding: 10px;
  min-width: 240px;
  max-width: 400px;
}
.wj-columnfiltereditor .wj-filtertype {
  text-align: right;
  margin: 14px 0px;
  font-size: 12px;
}
.wj-columnfiltereditor .wj-control {
  margin-bottom: 6px;
  width: 100%;
}
.wj-columnfiltereditor .wj-valuefilter-editor,
.wj-columnfiltereditor .wj-conditionfilter-editor {
  margin-top: 1em;
}
.wj-columnfiltereditor .wj-listbox {
  height: 150px;
}
.wj-columnfiltereditor .wj-listbox:not(.wj-state-focused) .wj-listbox-item.wj-state-selected {
  color: inherit;
  background: transparent;
}
.wj-columnfiltereditor .wj-listbox:not(.wj-state-focused) .wj-listbox-item.wj-state-selected:hover {
  background: rgba(0, 0, 0, 0.05);
  transition-duration: 0.4s;
}
.wj-columnfiltereditor label {
  display: inline-block;
  width: auto;
}
.wj-columnfiltereditor a {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}
.wj-columnfiltereditor a.wj-state-disabled {
  text-decoration: none;
}
.wj-columnfiltereditor .wj-sort-buttons .wj-btn, .wj-columnfiltereditor .wj-sort-buttons .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .wj-columnfiltereditor .wj-sort-buttons .wj-applybutton {
  min-width: 95px;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-grouppanel {
  display: block;
  background: #e1e1e1;
  padding: 15px;
  min-height: 1em;
}
.wj-grouppanel .wj-groupmarker {
  margin-right: 10px;
  padding: 6px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.wj-grouppanel .wj-groupmarker:hover {
  background: #e1e1e1;
}
.wj-grouppanel .wj-groupmarker .wj-glyph-drag {
  margin: 0 10px 0 0;
}
.wj-grouppanel .wj-groupmarker .wj-filter {
  margin: 0 0 0 10px;
  cursor: pointer;
  opacity: 0.5;
}
.wj-grouppanel .wj-groupmarker .wj-filter:hover, .wj-grouppanel .wj-groupmarker .wj-filter.wj-filter-on {
  opacity: 1;
}
.wj-grouppanel .wj-groupmarker .wj-remove {
  cursor: pointer;
  opacity: 0.5;
  padding: 12px 0 12px 12px;
}
.wj-grouppanel .wj-groupmarker .wj-remove:hover {
  opacity: 1;
}
.wj-grouppanel .wj-groupmarker span {
  opacity: 0.5;
}
.wj-grouppanel .wj-groupmarker span:hover {
  opacity: 1;
}
.wj-grouppanel.wj-rtl .wj-groupmarker .wj-glyph-drag {
  margin: 0 0 0 10px;
}
.wj-grouppanel.wj-rtl .wj-groupmarker .wj-filter {
  margin: 0 10px 0 0;
}
.wj-grouppanel.wj-rtl .wj-groupmarker .wj-remove {
  padding: 12px 12px 12px 0;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-content.wj-flexgridsearch {
  vertical-align: middle;
  display: inline-table;
  border-collapse: separate;
}

.wj-flexgrid .wj-cell span.wj-state-match {
  background: yellow;
  color: #404040;
  font-weight: bold;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexgrid .wj-cell input.wj-column-selector {
  margin: 4px;
  vertical-align: bottom;
  outline: none;
}
.wj-flexgrid .wj-cell input.wj-column-selector.wj-column-selector-group {
  transform: scale(1.25);
  margin-right: 6px;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexgrid .wj-cell .wj-cell-maker {
  width: 100%;
  height: 100%;
}
.wj-flexgrid .wj-cell:not([wj-state-measuring]) button.wj-cell-maker {
  position: absolute;
  left: 0;
  top: 0;
  color: #404040;
}
.wj-flexgrid .wj-cell.wj-state-selected a.wj-cell-maker, .wj-flexgrid .wj-cell.wj-state-multi-selected a.wj-cell-maker {
  color: inherit;
}
.wj-flexgrid .wj-cell img.wj-cell-maker {
  width: unset;
}
.wj-flexgrid .wj-cell .wj-cell-maker svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  stroke: #376092;
  fill: #376092;
}
.wj-flexgrid .wj-cell .wj-cell-maker svg rect, .wj-flexgrid .wj-cell .wj-cell-maker svg circle {
  stroke-width: 0;
}
.wj-flexgrid .wj-cell .wj-cell-maker svg line {
  stroke-width: 2px;
}
.wj-flexgrid .wj-cell .wj-cell-maker svg line.x-axis {
  stroke-width: 0.5px;
  stroke-opacity: 0.5;
}
.wj-flexgrid .wj-cell .wj-cell-maker svg .wj-marker {
  fill: #d00000;
  opacity: 1;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label {
  position: relative;
  width: 1em;
  transform: scale(0.1);
  color: orange;
  margin: 0 1em 0 0;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label input, .wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label input:not(:checked) {
  opacity: 0;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label:after {
  position: absolute;
  transform: scale(20);
  cursor: pointer;
  content: "★";
  height: 100%;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label:hover {
  opacity: 1;
  color: orangered;
  transition: color 600ms;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label.wj-chk-hidden {
  opacity: 0;
  margin: 0 0 0 -1em;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label.wj-chk-off:not(:hover):not(.wj-chk-hidden) {
  opacity: 0.15;
}
.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map[aria-readonly=true] label {
  pointer-events: none;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexchart {
  height: 400px;
  padding: 15px 10px;
  margin-bottom: 12px;
  background: white;
  border: 1px solid #e4e4e4;
  display: block;
  background: transparent;
}
.wj-flexchart .wj-header .wj-title {
  font-size: 16pt;
  fill: #666;
  font-weight: normal;
}
.wj-flexchart .wj-footer .wj-title {
  fill: #666;
  font-weight: normal;
}
.wj-flexchart .wj-label, .wj-flexchart .wj-data-label {
  fill: #666;
}
.wj-flexchart .wj-data-label-border {
  stroke: rgba(128, 128, 128, 0.5);
}
.wj-flexchart .wj-data-label-line {
  stroke: gray;
}
.wj-flexchart .wj-axis-x .wj-title,
.wj-flexchart .wj-axis-y .wj-title,
.wj-flexchart .wj-legend .wj-title {
  font-style: italic;
}
.wj-flexchart .wj-axis-x .wj-line {
  stroke: #aaa;
  stroke-width: 1px;
}
.wj-flexchart .wj-gridline, .wj-flexchart .wj-gridline-minor {
  stroke: #666;
  stroke-width: 1px;
  opacity: 0.75;
}
.wj-flexchart .wj-gridline-minor {
  opacity: 0.25;
}
.wj-flexchart .wj-tick, .wj-flexchart .wj-tick-minor {
  stroke: #aaa;
  stroke-width: 1px;
}
.wj-flexchart .wj-state-selected {
  stroke-width: 3px;
  stroke-dasharray: 6;
  stroke-linecap: square;
}
.wj-flexchart.wj-flexchart-touch-disabled {
  touch-action: none;
  -ms-touch-action: none;
}
.wj-flexchart .wj-chart-linemarker {
  background: rgba(128, 128, 128, 0.3);
  position: absolute;
  padding: 2px;
}
.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-hline {
  height: 2px;
  background: gray;
  position: absolute;
  touch-action: none;
  -ms-touch-action: none;
}
.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-vline {
  width: 2px;
  background: gray;
  position: absolute;
  touch-action: none;
  -ms-touch-action: none;
}
.wj-flexchart .wj-chart-linemarker-container {
  position: relative;
}
.wj-flexchart.wj-chart-linemarker-draggable,
.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-draggable {
  cursor: move;
}

@media (max-width: 1025px) {
  .wj-flexchart .wj-state-selected {
    stroke-width: 2px;
    stroke-dasharray: 4;
  }
}
@media (max-width: 767px) {
  wj-flexchart .wj-state-selected {
    stroke-width: 1px;
    stroke-dasharray: 3;
  }
}
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-treemap .wj-data-label {
  fill: white;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexchart .wj-chart-rangeslider {
  position: absolute;
  touch-action: none;
  -ms-touch-action: none;
}
.wj-flexchart .wj-chart-rangeslider button {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  line-height: 16px;
  border-radius: 2px;
}
.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-content {
  background: #eaeaea;
  height: 100%;
  position: relative;
}
.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-rangehandle {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  background: #bdbdbd;
  height: 100%;
  width: 100%;
}
.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-minhandle,
.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-maxhandle {
  border: 1px solid gray;
  display: block;
  position: absolute;
  border-radius: 4px;
}
.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-handle-active {
  z-index: 2;
}
.wj-flexchart .wj-chart-rangeslider .wj-glyph-left {
  border-top: 5px solid transparent;
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
  margin-right: 2px;
}
.wj-flexchart .wj-chart-rangeslider .wj-glyph-right {
  border-bottom: 5px solid transparent;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  margin-left: 2px;
}
.wj-flexchart .wj-chart-rangeslider .wj-glyph-down {
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-bottom: 3px;
}
.wj-flexchart .wj-chart-rangeslider .wj-glyph-up {
  border-right: 4px solid transparent;
  border-bottom: 5px solid;
  border-left: 4px solid transparent;
  margin-bottom: 4px;
}
.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-minhandle,
.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-maxhandle {
  background: #bdbdbd;
  cursor: ew-resize;
  height: 22px;
  margin-top: -2px;
  width: 14px;
}
.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-decbtn {
  left: 0;
}
.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-incbtn {
  right: 0;
}
.wj-flexchart .wj-chart-hrangeslider button {
  width: 16px;
  height: 100%;
}
.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-minhandle,
.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-maxhandle {
  background: #bdbdbd;
  cursor: ns-resize;
  width: 22px;
  margin-left: -2px;
  height: 14px;
}
.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-decbtn {
  bottom: 0;
}
.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-incbtn {
  top: 0;
}
.wj-flexchart .wj-chart-vrangeslider button {
  height: 16px;
  width: 100%;
}
.wj-flexchart .wj-chart-rangeselector-container {
  position: relative;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider,
.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-content {
  background: transparent;
  border-color: transparent;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-rangehandle {
  opacity: 0.3;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-maxhandle {
  background: transparent;
  opacity: 0.6;
  border: 2px solid Gray;
  border-radius: 0.5em;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-maxhandle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(128, 128, 128, 0.75);
  color: gray;
  background: #d3d3d3;
  opacity: 1;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-minhandle:after, .wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-maxhandle:after {
  content: "║";
  text-align: center;
  width: 100%;
  display: inline-block;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-55%);
  opacity: 0.75;
  font-size: 10px;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-minhandle, .wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-maxhandle {
  height: 20px;
  width: 20px;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(128, 128, 128, 0.75);
  top: 0;
  bottom: 0;
  color: gray;
  background: #d3d3d3;
  opacity: 1;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-minhandle:after, .wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-maxhandle:after {
  content: "═";
  text-align: center;
  height: 100%;
  display: inline-block;
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 15%);
  opacity: 0.75;
  font-size: 12px;
}
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider .wj-rangeslider-minhandle.wj-rangeslider-handle-active,
.wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider .wj-rangeslider-maxhandle.wj-rangeslider-handle-active {
  background: rgba(136, 189, 230, 0.7);
}
.wj-flexchart .wj-rangeselector .wj-scroller-center {
  background: rgba(128, 128, 128, 0.1);
  position: absolute;
  display: block;
  touch-action: none;
  -ms-touch-action: none;
}
.wj-flexchart.wj-panable {
  cursor: pointer;
}
.wj-flexchart .wj-zoom {
  visibility: hidden;
  position: relative;
}
.wj-flexchart .wj-zoom-overlay {
  background: rgba(128, 128, 128, 0.2);
  position: absolute;
  display: block;
  touch-action: none;
  -ms-touch-action: none;
}
.wj-flexchart .wj-block-other-interaction {
  display: none;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexmap .wj-btn, .wj-flexmap .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .wj-flexmap .wj-applybutton {
  opacity: 0.9;
  padding: 10px 10px 6px 10px !important;
  border: solid 0.5px gray;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-gauge {
  background: transparent;
}
.wj-gauge:not(.wj-state-readonly) {
  touch-action: none;
}
.wj-gauge .wj-face path {
  fill: #f5f5f5;
  stroke: #cbcbcb;
  stroke-width: 1px;
  stroke-linejoin: round;
}
.wj-gauge .wj-pointer,
.wj-gauge .wj-needle {
  fill: #0085c7;
}
.wj-gauge .wj-ticks {
  stroke-width: 2px;
  stroke: white;
}
.wj-gauge .wj-min,
.wj-gauge .wj-max,
.wj-gauge .wj-tick-text text {
  font-size: 60%;
  opacity: 0.5;
}
.wj-gauge text {
  fill: currentColor;
}
.wj-gauge svg:not(:root) {
  overflow: visible;
}
.wj-gauge g {
  cursor: inherit;
}

.wj-radialgauge .wj-value {
  font-size: 150%;
}

.wj-lineargauge {
  height: 1.2em;
}
.wj-lineargauge .wj-value {
  fill: white;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-barcode {
  height: 60px;
  display: inline-block;
}
.wj-barcode.wj-state-invalid {
  border: 1.2px solid red;
}

.wj-barcode-qrcode {
  width: 100px;
  height: 100px;
}

.wj-barcode-ean8 {
  width: 85px;
}

.wj-barcode-ean13 {
  width: 140px;
}

.wj-barcode-upca {
  width: 115px;
}

.wj-barcode-upce0 {
  width: 70px;
}

.wj-barcode-upce1 {
  width: 70px;
}

.wj-barcode-gs1databar-omnidirectional {
  width: 100px;
}

.wj-barcode-gs1databar-truncated {
  width: 100px;
}

.wj-barcode-gs1databar-stacked {
  width: 60px;
}

.wj-barcode-gs1databar-stacked-omnidirectional {
  width: 60px;
}

.wj-barcode-gs1databar-limited {
  width: 85px;
}

.wj-barcode-micropdf417 {
  width: 105px;
}

.wj-barcode-datamatrix {
  width: 85px;
  height: 85px;
}

.wj-barcode-code49 {
  width: 85px;
}

.wj-barcode-itf14 {
  width: 170px;
}

.wj-barcode-japanese-postal {
  width: 140px;
  height: 40px;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexsheet {
  background: #a9a9a9;
  width: 100%;
  height: 100%;
}
.wj-flexsheet .wj-content {
  outline: none;
  border-color: #ccc;
  border-radius: 0;
}
.wj-flexsheet .wj-header-row {
  background: #96abb4 !important;
  color: #fff !important;
}
.wj-flexsheet .wj-cell.wj-state-multi-selected {
  background: #e6e6e6;
  color: #222;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.wj-flexsheet .wj-state-selected .wj-flexsheet-formula-description {
  color: #fff;
}
.wj-flexsheet .wj-tabholder {
  width: 100%;
  min-width: 100px;
  background: #b8b8b8;
}
.wj-flexsheet .wj-tabholder span.wj-sheet-icon {
  margin: 0 14px;
}
.wj-flexsheet .wj-tabholder div.wj-sheet-page.wj-btn-group {
  border: none;
}
.wj-flexsheet .wj-tabholder div.wj-sheet-page.wj-btn-group > button {
  padding: 1px 0 0 0;
  border: none;
  background: #e4e5e8;
  color: #727275;
  min-height: 0;
}
.wj-flexsheet .wj-tabholder div.wj-sheet-page.wj-btn-group > button:hover {
  background: #d2d3d8;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li {
  float: left;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  margin-top: 1px;
  border-left: 1px solid #b8b8b8;
  min-height: 20px;
  background: #d2d3d8;
  text-align: center;
  padding-top: 2px;
  font-size: 11px;
  color: #727275;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li.active {
  border-top-color: transparent;
  background: white;
  cursor: default;
  height: 100%;
  margin-top: 1px;
  border-left: 1px solid #b8b8b8;
  font-weight: bold;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li.hidden {
  display: none;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li:not(.active):hover {
  background: #aabcd6;
  color: #fff;
  cursor: pointer;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li .wj-new-sheet:hover {
  background: #0085c7;
}
.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li .wj-sheet-name-editor {
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: inherit;
  color: inherit;
  overflow: hidden;
  resize: none;
}
.wj-flexsheet .wj-tabholder .wj-new-sheet {
  padding: 0;
  width: 32px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  background: #668eb9;
  color: #fff;
}
.wj-flexsheet .wj-tabholder .wj-new-sheet .wj-sheet-icon {
  color: #727275;
  margin-top: 5px;
}
.wj-flexsheet .wj-tabholder .wj-sheet > div {
  display: block;
  float: left;
}
.wj-flexsheet .wj-flexchart {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.wj-flexsheet.wj-rtl div.wj-sheet > div {
  float: right;
}

.wj-flexsheet-formula-list {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  width: 300px;
  z-index: 2001;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.wj-flexsheet-formula-list .wj-flexsheet-formula-name {
  color: #222;
  font-size: 13px;
  font-family: inconsolata, monospace, arial, sans, sans-serif;
  margin: -2px 0;
}
.wj-flexsheet-formula-list .wj-flexsheet-formula-description {
  color: #666;
  display: block;
  font-size: 11px;
  margin: -2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wj-flexsheet-formula-list .wj-listbox-item.wj-state-selected > * {
  color: white;
}

.wj-flexsheet-context-menu {
  background: #fff;
  border: thin solid #808080;
  cursor: default;
  padding: 3px 0;
}
.wj-flexsheet-context-menu .wj-context-menu-item {
  padding: 3px 10px;
}
.wj-flexsheet-context-menu .wj-context-menu-item:not(.wj-context-menu-item-selected):hover {
  background: rgba(0, 0, 0, 0.1);
}
.wj-flexsheet-context-menu .wj-context-menu-item-selected {
  background: #0085c7;
  color: #fff;
}

.wj-flexsheet-smart-tag {
  background: #FFFFFF;
  border: 1px solid #ababab;
  position: absolute;
  padding: 0px;
  margin: 0px;
  height: 18px;
  outline: none;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-multirow .wj-cell.wj-record-end:not(.wj-header) {
  border-bottom-color: #787878;
}
.wj-multirow .wj-cell.wj-group-end {
  border-right-color: #787878;
}
.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) {
  display: table;
  table-layout: fixed;
  padding-top: 0;
  /* remove top/bottom padding to work around Safari bug */
  padding-bottom: 0;
}
.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) div {
  display: table-cell;
  vertical-align: middle;
  overflow: inherit;
  text-overflow: inherit;
  width: 100%;
}
.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) div.wj-btn.wj-btn-glyph.wj-elem-detail, .wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) .wj-viewer .wj-control div.wj-btn-glyph.wj-elem-detail.wj-applybutton, .wj-viewer .wj-control .wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) div.wj-btn-glyph.wj-elem-detail.wj-applybutton {
  vertical-align: top;
  padding-top: 4px;
}
.wj-multirow .wj-hdr-collapse {
  position: absolute;
  padding: 6px;
  right: 0;
  top: 0;
  color: #0085c7;
  opacity: 0.5;
}
.wj-multirow .wj-hdr-collapse:hover {
  opacity: 1;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-transposed-multirow .wj-cell.wj-record-end:not(.wj-header) {
  border-right-color: #787878;
}
.wj-transposed-multirow .wj-cell.wj-group-end {
  border-bottom-color: #787878;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-pivotpanel {
  position: relative;
  padding: 3px 6px;
  overflow: auto;
  min-height: 25em;
  width: 100%;
}
.wj-pivotpanel table {
  table-layout: fixed;
  width: 100%;
}
.wj-pivotpanel div {
  width: 100%;
}
.wj-pivotpanel tr, .wj-pivotpanel td {
  border: 1px none #e0e0e0;
  padding: 3px;
}
.wj-pivotpanel label {
  display: block;
  font-weight: bold;
  margin: 0;
}
.wj-pivotpanel .wj-marker {
  position: absolute;
  background: #0085c7;
  opacity: 0.5;
  pointer-events: none;
}
.wj-pivotpanel .wj-flexgrid {
  border: none;
  border-radius: 0;
  min-height: 8em;
  max-height: 20em;
  margin-left: 6px;
  background: inherit;
}
.wj-pivotpanel .wj-flexgrid .wj-cell {
  border: none;
  background: inherit;
  color: inherit;
}
.wj-pivotpanel .wj-flexgrid .wj-cell.wj-group {
  background: inherit;
  color: inherit;
}
.wj-pivotpanel .wj-flexgrid .wj-cell.wj-group:not(.wj-header):hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.wj-pivotpanel .wj-flexgrid .wj-cell label {
  font-weight: normal;
  margin: 0;
}
.wj-pivotpanel .wj-flexgrid .wj-cell label input[type=checkbox] {
  margin: 0;
}
.wj-pivotpanel .wj-flexgrid .wj-glyph-filter {
  cursor: default;
  opacity: 0.5;
}
.wj-pivotpanel .wj-flexgrid .wj-glyph-dimension, .wj-pivotpanel .wj-flexgrid .wj-glyph-measure {
  cursor: default;
}
.wj-pivotpanel .wj-flexgrid .wj-aggregate {
  font-size: 80%;
  opacity: 0.5;
}
.wj-pivotpanel table .wj-flexgrid {
  min-height: 5em;
  height: 5em;
  width: 95%;
}

.wj-pivotfieldeditor {
  min-width: 400px;
}
.wj-pivotfieldeditor tr.wj-separator {
  border-top: 10px solid transparent;
}
.wj-pivotfieldeditor td:first-child {
  text-align: right;
  padding-right: 0.5em;
}

.wj-pivotfiltereditor {
  padding: 10px;
  min-width: 230px;
}
.wj-pivotfiltereditor .wj-control {
  margin-bottom: 6px;
  width: 100%;
}
.wj-pivotfiltereditor .wj-listbox {
  max-height: 150px;
}
.wj-pivotfiltereditor .wj-listbox .wj-listbox-item label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wj-olap-context-menu {
  font-size: 90%;
  padding: 6px;
}
.wj-olap-context-menu .menu-icon {
  display: inline-block;
  width: 1em;
  margin-right: 6px;
  opacity: 0.75;
  text-align: center;
}
.wj-olap-context-menu .menu-icon.menu-icon-remove {
  color: #800000;
  font-weight: bold;
}

.wj-detaildialog {
  min-width: 15em;
  min-height: 20em;
  width: 60vw;
  height: 55vh;
}
.wj-detaildialog > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wj-detaildialog > div .wj-dialog-header,
.wj-detaildialog > div .wj-dialog-footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.wj-detaildialog > div .wj-dialog-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
}
.wj-detaildialog > div .wj-dialog-body .wj-summary {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.wj-detaildialog > div .wj-dialog-body .wj-flexgrid {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.wj-pivotgrid .wj-cell.wj-aggregate {
  font-weight: bold;
}
.wj-pivotgrid .wj-cell.wj-aggregate:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected) {
  background: #d9edf7;
}
.wj-pivotgrid .wj-cell.wj-align-vcenter {
  display: flex;
  align-items: center;
  align-items: safe center;
  padding-top: 0;
  padding-bottom: 0;
}
.wj-pivotgrid .wj-cell.wj-align-vcenter.wj-align-right {
  justify-content: flex-end;
}
.wj-pivotgrid .wj-cell.wj-align-vcenter.wj-align-center {
  justify-content: center;
}
.wj-pivotgrid .wj-topleft .wj-cell.wj-col-field-hdr {
  text-align: right;
  justify-content: flex-end;
}
.wj-pivotgrid .wj-colheaders .wj-cell.wj-header {
  text-align: center;
  justify-content: center;
}
.wj-pivotgrid .wj-pivot-collapse {
  display: inline;
  margin-right: 4px;
  cursor: pointer;
}

.wj-pivotchart {
  position: relative;
}
.wj-pivotchart .wj-dropdown {
  position: absolute;
  margin-right: 15px;
  z-index: 999;
}
.wj-pivotchart .wj-flexchart {
  padding: 35px 15px 10px;
}

.wj-slicer > div {
  /* slicer root */
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: inherit;
}
.wj-slicer .wj-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.wj-slicer .wj-header div:first-child {
  flex-grow: 1;
  padding: 6px;
}
.wj-slicer .wj-header .wj-btn.wj-state-active, .wj-slicer .wj-header .wj-viewer .wj-control .wj-state-active.wj-applybutton, .wj-viewer .wj-control .wj-slicer .wj-header .wj-state-active.wj-applybutton {
  background: rgba(0, 0, 0, 0.2);
}
.wj-slicer .wj-listbox {
  border: none;
  border-radius: 0;
}
.wj-slicer .wj-listbox .wj-listbox-item label {
  width: 100%;
}
.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item {
  border: 2px solid transparent;
  padding: 6px;
  margin: 4px;
  border-radius: 4px;
}
.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item.wj-state-checked:not(:hover) {
  background-color: #0085c7;
  color: white;
}
.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item.wj-state-selected {
  border-color: #80adbf;
}
.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item.wj-state-selected:not(.wj-state-checked) {
  background-color: transparent;
  color: #404040;
}
.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item input {
  display: none;
}

/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-viewer {
  height: 750px;
}
.wj-viewer .wj-viewer-outer {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-top: 50px;
}
.wj-viewer .wj-viewer-outer input {
  background: white;
  color: #404040;
}
.wj-viewer .wj-viewer-container {
  height: 100%;
  width: 100%;
}
.wj-viewer .wj-viewer-leftpanel {
  float: left;
  height: 100%;
}
.wj-viewer .wj-viewer-splitter {
  cursor: pointer;
  float: left;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wj-viewer .wj-viewer-splitter button {
  height: 100%;
  padding: 0 2px;
  min-width: 12px;
  background: #fafafa;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: none;
  border-bottom: none;
}
.wj-viewer .wj-viewer-splitter button:hover {
  background: #dadada;
}
.wj-viewer .wj-viewer-splitter span {
  text-align: center;
}
.wj-viewer .wj-viewpanel-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.wj-viewer .wj-viewpanel-container.move .wj-view-page {
  cursor: move;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wj-viewer .wj-viewpanel-container.rubberband-actived .wj-view-page, .wj-viewer .wj-viewpanel-container.magnifier-actived .wj-view-page {
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.wj-viewer .wj-viewpanel-container.rubberband-actived .wj-view-page svg, .wj-viewer .wj-viewpanel-container.magnifier-actived .wj-view-page svg {
  pointer-events: none;
}
.wj-viewer .wj-viewpanel-container.rubberband-actived .wj-rubberband.show, .wj-viewer .wj-viewpanel-container.magnifier-actived .wj-magnifier.show {
  display: block;
}
.wj-viewer .wj-pageview {
  outline: none;
  position: relative;
  background: #e5e5e5;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.wj-viewer .wj-pageview.hidden {
  display: none;
  visibility: hidden;
}
.wj-viewer .wj-pageview-continuous {
  overflow: auto;
}
.wj-viewer .wj-pageview-single:not(.virtual) .wj-pageview-pagescontainer {
  overflow-y: auto;
}
.wj-viewer .wj-pageview-single:not(.virtual) .wj-pageview-vscroller {
  visibility: hidden;
}
.wj-viewer .wj-pageview-pagescontainer {
  outline: none;
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
  overflow-x: auto;
  overflow-y: scroll;
  text-align: center;
}
.wj-viewer.wj-state-disabled .wj-pageview {
  overflow-y: hidden;
}
.wj-viewer.wj-state-disabled .wj-pageview .wj-pageview-pagescontainer {
  overflow-y: hidden;
}
.wj-viewer .wj-pages-wrapper {
  display: inline-block;
  margin: 30px;
}
.wj-viewer .wj-view-page {
  width: 1px;
  height: 1px;
  margin: 0 auto 30px auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.wj-viewer .wj-view-page .wj-loading {
  background: rgba(204, 204, 204, 0.8);
  width: 100%;
  height: 100%;
  word-break: keep-all;
  white-space: nowrap;
}
.wj-viewer .wj-view-page .highlight {
  fill: #0085c7;
  fill-opacity: 0.5;
}
.wj-viewer .wj-view-page rect {
  pointer-events: none;
}
.wj-viewer .wj-view-page rect[arsvg\:data-action-type], .wj-viewer .wj-view-page a rect {
  pointer-events: inherit;
}
.wj-viewer .wj-view-page:last-child {
  margin-bottom: 0;
}
.wj-viewer .wj-pageview-vscroller {
  outline: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 18px;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
}
.wj-viewer .wj-vscroller-wrapper {
  width: 1px;
}
.wj-viewer .wj-toolbar {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  position: absolute;
  margin-top: -50px;
}
.wj-viewer .wj-toolbar:hover .wj-toolbar-move.enabled {
  opacity: 1;
}
.wj-viewer .wj-toolbar a:hover, .wj-viewer .wj-toolbar a:focus {
  background: #eee;
  outline: none;
}
.wj-viewer .wj-toolbar a:hover.disabled, .wj-viewer .wj-toolbar a:focus.disabled, .wj-viewer .wj-toolbar a:hover.checked, .wj-viewer .wj-toolbar a:focus.checked {
  background: transparent;
  cursor: default;
}
.wj-viewer .wj-toolbar > .wj-control, .wj-viewer .wj-toolbar .wj-tabcontent, .wj-viewer .wj-viewer-leftpanel > .wj-control, .wj-viewer .wj-viewer-leftpanel .wj-tabcontent {
  background: inherit;
  color: inherit;
}
.wj-viewer .wj-content:not(.mobile) .wj-toolbar.mobile {
  display: none;
}
.wj-viewer .wj-toolbar-move {
  width: 12px;
  height: 100%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0.2;
}
.wj-viewer .wj-toolbar-move.left {
  float: left;
}
.wj-viewer .wj-toolbar-move.right {
  float: right;
}
.wj-viewer .wj-toolbar-move .wj-glyph-left, .wj-viewer .wj-toolbar-move .wj-glyph-right {
  margin-top: 20px;
  margin-left: 2px;
}
.wj-viewer .wj-toolbarcontainer {
  float: left;
  height: 100%;
  overflow: hidden;
}
.wj-viewer .wj-toolbarwrapper {
  position: relative;
  border: 0;
  border-radius: 0;
  padding-top: 5px;
  height: 100%;
}
.wj-viewer .wj-toolbarwrapper.wj-btn-group > :not(.wj-control) {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
}
.wj-viewer .wj-toolbarwrapper.wj-btn-group > .wj-separator {
  height: 33px;
  width: 10px;
  float: left;
  border-right: 2px solid black;
  margin: 3px 10px 0 0;
  opacity: 0.25;
}
.wj-viewer .wj-toolbarwrapper .wj-pagenumber {
  margin: 4px 10px;
  height: 30px;
  width: 80px;
  float: left;
}
.wj-viewer .wj-toolbarwrapper .wj-pagecount {
  margin: 5px 10px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.wj-viewer .wj-toolbarwrapper .wj-input-zoom {
  margin: 4px 10px;
  height: 30px;
  width: 100px;
  float: left;
}
.wj-viewer .wj-toolbarwrapper .slash {
  float: left;
  height: 40px;
  width: 10px;
  line-height: 40px;
}
.wj-viewer .wj-toolbarwrapper .hidden {
  display: none;
}
.wj-viewer .wj-mini-toolbar {
  position: absolute;
  vertical-align: bottom;
  border: none;
  bottom: 2em;
  padding: 0 24px;
  width: auto;
  background: #303030;
  visibility: hidden;
  opacity: 0.8;
}
.wj-viewer .wj-mini-toolbar .wj-btn-group > .wj-btn:focus, .wj-viewer .wj-mini-toolbar .wj-control .wj-btn-group > .wj-applybutton:focus, .wj-viewer .wj-control .wj-mini-toolbar .wj-btn-group > .wj-applybutton:focus {
  background: transparent;
}
.wj-viewer .wj-mini-toolbar .wj-btn-group > .wj-btn:hover, .wj-viewer .wj-mini-toolbar .wj-control .wj-btn-group > .wj-applybutton:hover, .wj-viewer .wj-control .wj-mini-toolbar .wj-btn-group > .wj-applybutton:hover {
  background: #555;
}
.wj-viewer .wj-mini-toolbar .slash, .wj-viewer .wj-mini-toolbar .wj-pagecount {
  color: #e0e0e0;
}
.wj-viewer .wj-mini-toolbar .wj-pagenumber {
  color: #e0e0e0;
  background: #202020;
}
.wj-viewer .wj-mini-toolbar .wj-pagenumber input {
  color: inherit;
  background: transparent;
}
.wj-viewer .wj-mini-toolbar .wj-toolbar-move {
  visibility: hidden;
  display: none;
}
.wj-viewer .wj-mini-toolbar .wj-btn:hover, .wj-viewer .wj-mini-toolbar .wj-control .wj-applybutton:hover, .wj-viewer .wj-control .wj-mini-toolbar .wj-applybutton:hover {
  background: #606060;
}
.wj-viewer .wj-mini-toolbar .wj-btn-group .wj-btn svg.wj-svg-btn, .wj-viewer .wj-mini-toolbar .wj-btn-group .wj-control .wj-applybutton svg.wj-svg-btn, .wj-viewer .wj-control .wj-mini-toolbar .wj-btn-group .wj-applybutton svg.wj-svg-btn {
  fill: #fff;
  opacity: 1;
}
.wj-viewer .wj-nav {
  padding-left: 0;
  list-style: none;
  float: left;
  border-bottom: 0;
  margin-bottom: -1px;
}
.wj-viewer .wj-nav > li {
  border: none;
}
.wj-viewer .wj-nav > li:not(:first-child) {
  border: none;
}
.wj-viewer .wj-nav > li.hidden {
  display: none;
}
.wj-viewer .wj-nav > li > a {
  width: 48px;
  height: 48px;
}
.wj-viewer .wj-nav > li > a:hover, .wj-viewer .wj-nav > li > a:focus {
  text-decoration: none;
  background: #eee;
}
.wj-viewer .wj-arrow {
  display: none;
}
.wj-viewer .wj-arrow .wj-insidearrow {
  position: absolute;
  top: 17px;
  right: -1px;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right-color: #fafafa;
  z-index: 1000;
}
.wj-viewer .wj-arrow .wj-outsidearrow {
  position: absolute;
  top: 16px;
  right: -1px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-right-color: #c8c8c8;
}
.wj-viewer .wj-viewer-tabsleft {
  height: 100%;
  position: relative;
}
.wj-viewer .wj-viewer-tabsleft.collapsed .wj-tabcontent {
  width: 0;
  visibility: collapse;
}
.wj-viewer .wj-tabcontent {
  float: right;
  height: 100%;
  width: auto;
}
.wj-viewer .wj-tabcontent h3 {
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: -apple-system-font, "Segoe UI Light", "Segoe UI", "Roboto", sans-serif;
  font-size: 24px;
  color: inherit;
}
.wj-viewer .wj-tabcontent legend {
  color: inherit;
}
.wj-viewer .wj-tabcontent .active {
  left: 0;
  width: 300px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  display: block;
}
.wj-viewer .wj-tabcontent .wj-tabpane .wj-tabcontent-inner {
  overflow: auto;
  height: 100%;
  border-top: 1px solid #c8c8c8;
}
.wj-viewer .wj-tabpane {
  background: #fafafa;
  display: none;
}
.wj-viewer .wj-tabtitle-wrapper {
  position: absolute;
  width: 299px;
  padding: 10px;
}
.wj-viewer .wj-tabtitle-wrapper .wj-close {
  position: absolute;
  top: 0.2em;
  right: 0.3em;
  font-size: 30pt;
  font-weight: bold;
  line-height: 0.9em;
  opacity: 0.5;
  cursor: pointer;
}
.wj-viewer .wj-tabtitle-wrapper .wj-close:hover {
  opacity: 0.75;
}
.wj-viewer .wj-tabtitle-wrapper .wj-exportcontainer label {
  margin-right: 8px;
}
.wj-viewer .wj-tabcontent-wrapper {
  height: 100%;
  padding-top: 48px;
}
.wj-viewer .wj-tabcontent-wrapper.search-wrapper {
  padding-top: 202px;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper {
  padding-top: 120px;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor {
  width: 100%;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor td {
  font-size: 8pt;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor td:first-child {
  width: 200px;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor td:last-child {
  width: 150px;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor .wj-exportformats-group {
  margin: 8px;
}
.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-exportformats-footer {
  padding: 8px;
}
.wj-viewer .wj-outlines-tree {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #fafafa;
  padding-top: 20px;
  padding-left: 4px;
}
.wj-viewer .wj-cell {
  border: none;
  background: #fafafa;
  color: #000;
  cursor: pointer;
}
.wj-viewer .wj-cell span {
  margin-right: 5px;
}
.wj-viewer .wj-cell a:link, .wj-viewer .wj-cell a:visited, .wj-viewer .wj-cell a:hover {
  color: #000;
  text-decoration: none;
}
.wj-viewer .wj-cell.wj-state-selected {
  background: #eee;
  color: #000;
}
.wj-viewer .wj-cell.wj-state-multi-selected {
  background: #fafafa;
  color: #000;
}
.wj-viewer .wj-cell.wj-header {
  color: #fff;
  background: #000;
  border: none;
  font-weight: bold;
}
.wj-viewer .wj-cell.wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected) {
  background: #fafafa;
  color: #000;
}
.wj-viewer .wj-cell.wj-group:not(.wj-state-selected):not(.wj-state-multi-selected) {
  background: #fafafa;
  color: #000;
}
.wj-viewer .wj-thumbnaillist {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  background: inherit;
  color: inherit;
}
.wj-viewer .wj-thumbnail-item {
  height: auto;
  text-align: center;
  padding-top: 35px;
}
.wj-viewer .wj-thumbnail-item .wj-pagethumbnail {
  background: white;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  outline: none;
  margin: 0 auto 10px auto;
}
.wj-viewer .wj-thumbnail-item.wj-state-selected {
  background: transparent;
  color: inherit;
}
.wj-viewer .wj-thumbnail-item.wj-state-selected .wj-pagethumbnail {
  border-color: #0085c7;
}
.wj-viewer .wj-thumbnail-item:not(.wj-state-selected):not(.wj-state-disabled):not(.wj-separator):hover {
  background: transparent;
  color: inherit;
}
.wj-viewer .wj-parameterscontainer {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.wj-viewer .wj-parameterscontainer.wj-parametererrors-hidden .wj-parametercontainer .error {
  display: none;
}
.wj-viewer .wj-parametercontainer {
  float: left;
  margin-top: 20px;
}
.wj-viewer .wj-parametercontainer .wj-parametercontrol {
  width: 100%;
}
.wj-viewer .wj-parametercontainer .error {
  color: red;
  float: right;
}
.wj-viewer .wj-parametercontainer textarea {
  float: right;
  resize: none;
  height: 100px;
  width: 140px;
}
.wj-viewer .wj-searchoption {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.wj-viewer .wj-searchoption input {
  width: 16px;
  height: 16px;
  float: left;
  margin: 2px 0 0;
}
.wj-viewer .wj-searchoption label {
  margin-top: 2px;
  float: left;
  font-weight: normal;
  font-weight: initial;
}
.wj-viewer .wj-searchresult {
  padding-top: 15px;
  float: left;
}
.wj-viewer .wj-searchresultlist {
  float: left;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #404040;
}
.wj-viewer .wj-searchresultlist .wj-search-item {
  cursor: pointer;
}
.wj-viewer .wj-searchresultlist .wj-search-item .wj-search-text {
  font-size: 125%;
}
.wj-viewer .wj-searchresultlist .wj-search-item:not(.wj-state-selected):not(:hover) .wj-search-text {
  color: #1a1a1a;
}
.wj-viewer .wj-control .wj-applybutton {
  float: right;
  margin-top: 20px;
  border-radius: 4px;
  padding: 4px 1em;
}
.wj-viewer .wj-searchbar {
  height: 50px;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  position: relative;
  margin: 0 auto;
}
.wj-viewer .wj-searchbar.hidden {
  visibility: hidden;
  display: none;
}
.wj-viewer .wj-searchbox {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 4px 6px 3px 6px;
  width: 100%;
  border-right: 4.75em solid #eee;
}
.wj-viewer .mobile .wj-searchbox {
  border-right-width: 1px;
}
.wj-viewer .mobile .wj-searchcontainer .wj-btn-group > .wj-btn-search {
  padding-top: 4px;
}
.wj-viewer .wj-searchcontainer {
  position: relative;
  padding-top: 4px;
}
.wj-viewer .wj-searchcontainer .wj-btn-group {
  position: absolute;
  right: 0.1em;
}
.wj-viewer .wj-searchcontainer .wj-btn-group > .wj-btn-search {
  padding-top: 4px;
}
.wj-viewer .wj-searchcontainer .wj-btn-group button {
  background: transparent;
  height: 30px;
  width: 30px;
  border: none;
  padding: 1px;
}
.wj-viewer .wj-toolbarcontainer {
  width: 100%;
}
.wj-viewer .wj-toolbarwrapper {
  width: 100%;
}
.wj-viewer .wj-toolbarwrapper > .wj-btn, .wj-viewer .wj-control .wj-toolbarwrapper > .wj-applybutton {
  display: inline-block;
}
.wj-viewer .wj-toolbarwrapper > .wj-btn.hidden, .wj-viewer .wj-control .wj-toolbarwrapper > .hidden.wj-applybutton {
  display: none;
}
.wj-viewer .wj-toolbarwrapper .wj-searchbtn-groups {
  float: right;
  width: auto;
  padding-top: 0;
}
.wj-viewer .wj-rubberband {
  position: absolute;
  border: solid;
  border-color: #0085c7;
  border-width: 2px;
  display: none;
  z-index: 1;
}
.wj-viewer .wj-magnifier {
  border: solid;
  border-color: #0085c7;
  border-width: 2px;
  width: 242px;
  height: 150px;
  position: absolute;
  display: none;
  overflow: hidden;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  z-index: 1;
}
.wj-viewer .wj-magnifier .wj-view-page {
  position: absolute;
}
.wj-viewer .wj-viewer-footer {
  height: 50px;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  position: relative;
  display: none;
}
.wj-viewer .wj-viewer-footer .wj-toolbar {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.wj-viewer .wj-viewer-footer .wj-close {
  font-size: 30pt;
  line-height: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  opacity: 0.2;
  cursor: pointer;
  margin-top: 12px;
}
.wj-viewer .wj-btn-group {
  border: none;
}
.wj-viewer .wj-btn-group > .wj-btn, .wj-viewer .wj-control .wj-btn-group > .wj-applybutton {
  padding: 8px;
  margin: 0;
  width: 34px;
  height: 36px;
  background: transparent;
}
.wj-viewer .wj-btn-group > li > a.wj-btn, .wj-viewer .wj-control .wj-btn-group > li > a.wj-applybutton {
  padding: 12px 10px;
  background: transparent;
}
.wj-viewer .wj-btn-group > li > a.wj-btn:focus, .wj-viewer .wj-control .wj-btn-group > li > a.wj-applybutton:focus, .wj-viewer .wj-btn-group > li > a.wj-btn:hover, .wj-viewer .wj-control .wj-btn-group > li > a.wj-applybutton:hover {
  background: #e1e1e1;
}
.wj-viewer .wj-viewer-loading {
  background: rgba(204, 204, 204, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20pt;
}
.wj-viewer .wj-viewer-loading .verticalalign {
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.wj-viewer .wj-viewer-loading .textspan {
  vertical-align: middle;
  display: inline-block;
  padding: 20px;
}
.wj-viewer .wj-viewer-loading.errormessage {
  font-size: inherit;
}
.wj-viewer .mobile.with-footer, .wj-viewer .mobile.with-searchbar {
  padding-bottom: 50px;
}
.wj-viewer .mobile.with-footer.with-searchbar {
  padding-bottom: 100px;
}
.wj-viewer .mobile .wj-viewer-leftpanel {
  width: 0;
}
.wj-viewer .mobile .wj-viewer-splitter {
  visibility: hidden;
  display: none;
}
.wj-viewer .mobile .wj-toolbar {
  visibility: hidden;
  display: none;
}
.wj-viewer .mobile .wj-toolbar .wj-pagenumber {
  width: 50px;
}
.wj-viewer .mobile .wj-toolbar .wj-pagecount {
  margin: 5px 7px;
}
.wj-viewer .mobile .wj-toolbar .wj-toolbar-move {
  visibility: hidden;
  display: none;
}
.wj-viewer .mobile .wj-toolbar.mobile {
  display: block;
}
.wj-viewer .mobile .wj-toolbar.mobile.hidden {
  display: none;
}
.wj-viewer .mobile .wj-nav {
  display: none;
  visibility: hidden;
}
.wj-viewer .mobile .wj-viewer-tabsleft {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
}
.wj-viewer .mobile .wj-viewer-tabsleft.collapsed {
  width: 0;
}
.wj-viewer .mobile .wj-tabcontent {
  width: 100%;
}
.wj-viewer .mobile .wj-tabcontent .wj-tabpane .wj-pagesetupcontainer {
  width: 100%;
}
.wj-viewer .mobile .wj-tabcontent .wj-tabpane .wj-tabtitle-wrapper {
  position: absolute;
  width: 100%;
  padding: 10px 20px 20px 20px;
}
.wj-viewer .mobile .wj-tabcontent .active {
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8c8;
  display: block;
}
.wj-viewer .mobile .wj-viewer-footer {
  display: block;
}
.wj-viewer .mobile .wj-viewer-footer.hidden {
  display: none;
}
.wj-viewer .mobile .wj-btn-group > .wj-btn, .wj-viewer .mobile .wj-control .wj-btn-group > .wj-applybutton, .wj-viewer .wj-control .mobile .wj-btn-group > .wj-applybutton {
  padding-top: 9px;
}
.wj-viewer .mobile .mobile {
  visibility: visible;
}
.wj-viewer.full-screen {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 1200;
}
.wj-viewer.full-screen .wj-viewer-outer {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  padding-top: 0;
}
.wj-viewer.full-screen .wj-viewer-outer.mobile {
  padding-top: 50px;
}
.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-toolbar {
  display: block;
}
.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-mini-toolbar {
  visibility: hidden;
  display: none;
}
.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-viewer-leftpanel {
  display: block;
}
.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-searchbar.hidden {
  display: none;
}
.wj-viewer.full-screen .wj-viewer-leftpanel {
  display: none;
}
.wj-viewer.full-screen .wj-viewer-splitter {
  display: none;
}
.wj-viewer.full-screen .wj-toolbar {
  display: none;
}
.wj-viewer.full-screen .wj-mini-toolbar {
  visibility: visible;
  display: inline-block;
}
.wj-viewer.narrow .wj-viewer-splitter {
  display: none;
  visibility: hidden;
}
.wj-viewer.narrow .wj-viewer-leftpanel {
  display: none;
  visibility: hidden;
}
.wj-viewer.wj-control {
  user-select: inherit;
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
}
.wj-viewer .wj-btn-group .wj-btn svg.wj-svg-btn, .wj-viewer .wj-btn-group .wj-control .wj-applybutton svg.wj-svg-btn, .wj-viewer .wj-control .wj-btn-group .wj-applybutton svg.wj-svg-btn {
  fill: #404040;
  stroke: #404040;
}
.wj-viewer .wj-btn-group .wj-btn.wj-state-active svg.wj-svg-btn, .wj-viewer .wj-btn-group .wj-control .wj-state-active.wj-applybutton svg.wj-svg-btn, .wj-viewer .wj-control .wj-btn-group .wj-state-active.wj-applybutton svg.wj-svg-btn {
  fill: #3986C7;
  opacity: 1;
  stroke: #3986C7;
}
.wj-viewer .wj-btn-group .wj-btn:hover svg.wj-svg-btn, .wj-viewer .wj-btn-group .wj-control .wj-applybutton:hover svg.wj-svg-btn, .wj-viewer .wj-control .wj-btn-group .wj-applybutton:hover svg.wj-svg-btn {
  opacity: 1;
}

.wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-btn .wj-svg-btn, .wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-viewer .wj-control .wj-applybutton .wj-svg-btn, .wj-viewer .wj-control .wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-applybutton .wj-svg-btn {
  fill: #3986C7;
  opacity: 1;
}
.wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-btn .wj-svg-btn .wj-hollow-svg, .wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-viewer .wj-control .wj-applybutton .wj-svg-btn .wj-hollow-svg, .wj-viewer .wj-control .wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-applybutton .wj-svg-btn .wj-hollow-svg {
  fill: none;
  stroke: #3986C7;
}
.wj-viewer-menu > .wj-listbox-item {
  white-space: nowrap;
  padding: 0 10px 10px 10px;
}
.wj-viewer-menu > .wj-listbox-item a.wj-btn, .wj-viewer-menu > .wj-listbox-item .wj-viewer .wj-control a.wj-applybutton, .wj-viewer .wj-control .wj-viewer-menu > .wj-listbox-item a.wj-applybutton {
  background: transparent;
  transform: translateY(0.4em);
}
.wj-viewer-menu > .wj-listbox-item .checkIcon {
  width: 20px;
  margin-right: 5px;
  visibility: hidden;
}
.wj-viewer-menu > .wj-listbox-item.checked .checkIcon {
  visibility: visible;
}
.wj-viewer-menu > .wj-listbox-item.hidden {
  display: none;
  visibility: hidden;
}

.wj-viewer svg.wj-svg-btn, .wj-viewer-menu svg.wj-svg-btn {
  opacity: 0.75;
  width: 22px;
  height: 22px;
  stroke-width: 0;
}

body.full-screen {
  overflow: hidden;
}

@media print {
  .wj-viewer .wj-toolbar-move {
    visibility: hidden;
    display: none;
  }
  .wj-viewer .wj-viewpanel-container {
    display: inline-block;
    float: none;
  }
}
/*!
    *
    * Wijmo Library 5.20222.877
    * http://wijmo.com/
    *
    * Copyright(c) GrapeCity, Inc.  All rights reserved.
    *
    * Licensed under the GrapeCity Commercial License.
    * sales@wijmo.com
    * wijmo.com/products/wijmo-5/license/
    *
    */
.wj-flexchart .fibonacci-arcs path.wj-state-selected {
  stroke-dasharray: 5 10;
  stroke-linecap: butt;
}

/**
 * spreadJs.css を読み込む 
 * ここでは現状できない  sassコンパイルシーケンスに含める場合は「node-sass-package-importer」が必要!!
 *https://qiita.com/irok/items/08a4a015c24a7a83510f 
 */
/* アプリケーション固有のスタイルを読み込む（自分達のスタイルを書いていく） */
body.mobile header, body.normal header, .spirit-sticky-header {
  position: sticky;
  top: 0;
  z-index: 1005;
}

body.normal aside.asideContainer, .spirit-sticky-primary {
  position: sticky;
  top: 3em;
  z-index: 1002;
}

.spirit-sticky-secondary {
  position: sticky;
  top: 0;
  z-index: 1001;
}

.spirit-sticky-primary:after {
  content: "";
  display: block;
  box-shadow: 0px 1px 5px 1px rgba(76,76,76,0.3098);
  /* height: .1em; */
}

.spirit-sticky-secondary:after {
  content: "";
  display: block;
  box-shadow: 0px 1px 5px 1px rgba(76,76,76,0.3098);
  /* height: .1em; */
}

body.normal {
  display: grid;
  margin: 0;
  /*grid-template-rows: 100px 1fr 100px;*/
  /*grid-template-rows: 60px 1fr;*/
  grid-template-rows: 42px 1fr;
  grid-template-columns: 260px 1fr;
  color: #404040;
  /*    header {
      z-index: 1002;
  }
  aside.asideContainer {
      z-index: 1001;
  }*/
}
body.normal header {
  height: 3em;
  grid-row: 1;
  grid-column: 1/span 2;
  background: #FB7500;
  border-bottom: 1px solid #FFCCBC;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
body.normal header .sidebar-menu-toggle-box {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.normal header i {
  font-size: 2em !important;
  cursor: pointer;
}
body.normal header ul.dropdown-menu {
  min-width: auto;
  box-shadow: 0 16px 25px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #FB7500;
}
body.normal header ul.dropdown-menu .dropdown-item {
  /*color: #6c757d;*/
  color: white;
  padding: 0.25rem 1rem;
}
body.normal header ul.dropdown-menu .dropdown-item:hover {
  background-color: rgba(231,216,210,0.25098);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  min-width: 100%;
  /*color: $spirit-color-dark;*/
  opacity: 0.9;
}
body.normal header .logo-box {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #FFCCBC;
  border-right: 1px solid #FFCCBC;
}
@media (max-width: 575.98px) {
  body.normal header .logo-box {
    width: auto;
    width: initial;
  }
}
body.normal header .logo {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body.normal header .logo img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
body.normal header .logo span {
  font-size: 1.5em;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  body.normal header .logo img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  body.normal header .logo span {
    font-size: 0.8rem;
  }
}
body.normal header .header-menu {
  flex: 1;
  display: flex;
  align-items: center;
}
body.normal header .header-menu .account-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
}
body.normal header .projectName {
  background-color: #FB7500;
  background-color: var(--spirit);
  color: #fff;
  color: var(--white);
  transition: transform 0.1s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
body.normal header .projectName:focus {
  transform: scale(1.1);
  overflow: visible;
  text-overflow: clip;
  white-space: pre-wrap;
  padding: 0.5rem;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0.5rem 1rem 3px rgba(0, 0, 0, 0.65);
  position: relative;
  z-index: 110;
  align-self: start;
}
body.normal main {
  padding: 1em 0px 0px 0px;
  grid-row: 2;
  grid-column: 2;
  overflow: auto;
}
@media (max-width: 575.98px) {
  body.normal main {
    grid-column: 1/span 2 !important;
  }
}
body.normal [data-naviBackDrop] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: #333333;
}
body.normal aside.asideContainer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  grid-row: 2;
  grid-column: 1;
  box-shadow: 0 16px 25px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 3em);
  visibility: visible;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
body.normal aside.asideContainer .asideHeader {
  display: none;
  /*grid-row: 1;*/
  flex-grow: 0;
  background-color: #FB7500;
  min-height: 130px;
  max-height: 130px;
}
body.normal aside.asideContainer .asideHeader i[data-projectInfo] {
  cursor: pointer;
  transition: all 0.3s ease;
}
body.normal aside.asideContainer .asideHeader i[data-projectInfo]:hover {
  color: #f8f9fa !important;
  transform: scale(1.1, 1.1);
  opacity: 0.9;
}
body.normal aside.asideContainer .asideBody {
  /*grid-row: 2;*/
  flex-grow: 1;
}
body.normal aside.asideContainer .asideFooter {
  /*display: none;*/
  /*grid-row: 3;*/
  flex-grow: 0;
  background-color: #FB7500;
  min-height: 40px;
  max-height: 40px;
}
body.normal aside.asideContainer .asideFooter span {
  font-size: 0.6rem;
}
body.normal aside.asideContainer > nav {
  overflow: auto;
  -ms-overflow-style: none;
  /*
      @media (min-width: 992px) {
          overflow-y: scroll;
          -ms-overflow-style: none;
          &::-webkit-scrollbar {
              display: none;
          }
      }
  */
  /*
  &::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
  background-color: transparent;
  }

  &::-webkit-scrollbar-thumb {
      background-color: #b6c1d2;
  }

  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(116,129,148,.3);
  }
  */
}
body.normal aside.asideContainer > nav::-webkit-scrollbar {
  display: none;
}
body.normal.is-collapsed aside.asideContainer {
  transform: translateX(calc(-100%));
  visibility: hidden;
}
body.normal.is-collapsed main {
  grid-column: 1/span 2;
}
@media (max-width: 575.98px) {
  body.normal:not(.is-useroperationed) aside.asideContainer {
    transform: translateX(calc(-100%));
    visibility: hidden;
  }
  body.normal:not(.is-useroperationed) main {
    grid-column: 1/span 2;
  }
}
@media (max-width: 575.98px) {
  body.normal:not(.is-collapsed).is-useroperationed {
    overflow: hidden;
  }
  body.normal:not(.is-collapsed).is-useroperationed [data-naviBackDrop] {
    display: block !important;
  }
}
body.normal [data-naviBackDrop] {
  z-index: 1000;
}

body.normal {
  height: auto;
}
body.otherWindow {
  /*    &:not(.noopener) {
          header {
              .header-menu {
                  display: none;
              }
          }
      }
  */
}

.material-icons, .material-icons-outlined {
  display: inline-flex;
  vertical-align: middle;
}

.faw-material-icons {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.gc-filter-button {
  box-sizing: border-box;
}

.wj-tabpanel .wj-tabheaders {
  font-size: 0.85em;
}

.wj-tabpanel > div > .wj-tabheaders > .wj-tabheader.wj-state-active {
  border: 1px #ccc solid;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.wj-listbox-item {
  min-height: 24px;
}

.wj-labeled-input label {
  font-size: 0.875rem;
}

.wj-labeled-input-fit {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-left: 0;
  margin-right: 0;
}
.wj-labeled-input-fit label {
  width: calc(100% - 1rem);
}

/*
textarea {
    margin: 1em 0;
    padding: 0.5em;
    font-size: 1em;
    border: solid 2px #e1e3e8;
    border-radius: 4px;
    resize: none;
    &:focus {
        border-color: #0085c7;
    }

    &::-webkit-scrollbar {
        -webkit-appearance: none;
        //cursor: pointer;
        width: 7px;
        height: 7px;
        background-color: transparent;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #b6c1d2;
    }
}
*/
.form-check-input {
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 110, 253, 0.15);
}

/*footer {
    grid-row: 3;
    grid-column: 1 / span 2;
    background: #aaa;
    border-radius: 0 0 10px 10px;
}*/
/*
    firefoxのスピンボタン非表示
*/
input[type=number] {
  -moz-appearance: textfield;
}

a[disabled], a.disabled {
  pointer-events: none;
}

.block-disabled {
  pointer-events: none !important;
}

[data-block] {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.login-img {
  height: 100vh;
  background: url(/images/index_p03.jpg) no-repeat center center/cover;
}

@media (max-height: 500px) {
  .login-img {
    height: auto;
    height: initial;
    background: url(/images/index_p03.jpg) no-repeat center center/cover;
  }
}
.login .validation-summary-errors ul {
  padding: 0;
  list-style: none;
}

.gc-spread-toolTip {
  max-width: 10rem;
  word-wrap: break-word;
}

body.mobile {
  touch-action: manipulation;
  display: grid;
  margin: 0;
  height: 100vh;
  grid-template-rows: 2rem 1fr 3em 0.5rem;
  grid-template-columns: 1fr;
  color: #404040;
}
body.mobile header {
  height: 2rem;
  grid-row: 1;
  grid-column: 1/span 2;
  background: #FB7500;
  border-bottom: 1px solid #FFCCBC;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}
body.mobile header .sidebar-menu-toggle-box {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.mobile header i {
  font-size: 1.5em !important;
  cursor: pointer;
}
body.mobile header ul.dropdown-menu {
  min-width: auto;
  box-shadow: 0 16px 25px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-color: #FB7500;
}
body.mobile header ul.dropdown-menu .dropdown-item {
  /*color: #6c757d;*/
  color: white;
  padding: 0.25rem 1rem;
}
body.mobile header ul.dropdown-menu .dropdown-item:hover {
  background-color: rgba(231,216,210,0.25098);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  min-width: 100%;
  /*color: $spirit-color-dark;*/
  opacity: 0.9;
}
body.mobile header .logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #FFCCBC;
  border-right: 1px solid #FFCCBC;
}
body.mobile header .logo {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body.mobile header .logo img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
body.mobile header .logo span {
  font-size: 0.8rem;
  font-weight: 500;
  vertical-align: middle;
}
body.mobile header .header-menu {
  flex: 1;
  display: flex;
  align-items: center;
}
body.mobile header .header-menu .account-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
}
body.mobile header .projectName {
  background-color: #FB7500;
  background-color: var(--spirit);
  color: #fff;
  color: var(--white);
  transition: transform 0.1s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
body.mobile header .projectName:focus {
  transform: scale(1.1);
  overflow: visible;
  text-overflow: clip;
  white-space: pre-wrap;
  padding: 0.5rem;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0.5rem 1rem 3px rgba(0, 0, 0, 0.65);
  position: relative;
  z-index: 110;
  align-self: start;
}
body.mobile main {
  padding: 0.5em 0px 0px 0px;
  grid-row: 2;
  overflow: auto;
}
body.mobile footer.footer-nav {
  grid-row: 3;
  background-color: #fff;
  background-color: var(--white);
  border-top: 1px solid #FFCCBC;
  position: sticky;
  bottom: 0.5rem;
}
body.mobile footer.footer-cp {
  grid-row: 4;
  background-color: #FB7500;
  font-size: 5px;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: sticky;
  bottom: 0;
}
body.mobile .wj-popup-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}
body.mobile .modal-dialog .modal-header {
  padding: 0.25rem !important;
}
body.mobile .modal-dialog .modal-body {
  padding: 0.25rem !important;
}
body.mobile .modal-dialog .modal-footer {
  padding: 0.25rem !important;
}
body.mobile [data-pccName] {
  flex-basis: 0;
  flex-grow: 1;
  color: #3b835c;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: under;
}

/**
* 各部品のimport宣言用
*/
nav.nav-left ul.nav-menu-root {
  padding: 0;
}
nav.nav-left ul.nav-menu-root li a {
  padding: 0.75rem 1rem;
}
nav.nav-left ul.nav-menu-root li > ul li > a {
  padding-left: 3.15rem;
}
nav.nav-left ul.nav-menu-root li > ul li > ul li a {
  padding-left: 4.35rem;
}
nav.nav-left ul.nav-menu-root ul {
  padding: 0;
}
nav.nav-left ul.nav-menu-root li {
  list-style: none;
}
nav.nav-left ul.nav-menu-root li.dropdown > ul {
  display: none;
  /*
  transition: all 0.3s ease;
  overflow: hidden;
  height: 0;
  */
}
nav.nav-left ul.nav-menu-root li.dropdown .arrow {
  font-size: 10px;
  position: absolute;
  right: 30px;
  transition: all 0.05s ease-in;
}
nav.nav-left ul.nav-menu-root li.dropdown.open > ul {
  display: block;
  /*height: 100%;*/
}
nav.nav-left ul.nav-menu-root li.dropdown.open > a > .arrow {
  transform: rotate(90deg);
  line-height: 20px;
}
nav.nav-left ul.nav-menu-root a {
  display: flex;
  align-items: center;
  color: #6c757d;
  color: var(--secondary);
  font-weight: 500;
  transition: all 0.3s ease;
}
nav.nav-left ul.nav-menu-root a i {
  flex-grow: 0;
  flex-basis: 35px;
}
nav.nav-left ul.nav-menu-root a span.title {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav.nav-left ul.nav-menu-root a span.arrow {
  flex-grow: 0;
  transition: all 0.05s ease-in;
}
nav.nav-left ul.nav-menu-root a:hover {
  background-color: rgba(231,216,210,0.25098);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  min-width: 100%;
  /*color: #28304e;*/
  color: #FF6300;
  opacity: 0.9;
}
nav.nav-left ul.nav-menu-root a:hover span.title {
  white-space: normal;
  overflow: visible;
  display: inline-block !important;
}
nav.nav-left ul.nav-menu-root a.active {
  color: #FF6300;
  background-color: rgba(231,216,210,0.25098);
  box-shadow: inset 3px 0 0 #FF6300;
}

/****/
nav.nav-bottom ul.nav-menu-root {
  display: flex;
  position: relative;
  padding: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between !important;
}
nav.nav-bottom ul.nav-menu-root li {
  list-style: none;
  flex: 1 1 auto;
}
nav.nav-bottom ul.nav-menu-root li:not(:last-child) {
  border-right: 1px solid #dee2e6;
}
nav.nav-bottom ul.nav-menu-root li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  color: var(--secondary);
  font-weight: 500;
  transition: all 0.3s ease;
}
nav.nav-bottom ul.nav-menu-root li a span.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav.nav-bottom ul.nav-menu-root li a:hover {
  background-color: rgba(231,216,210,0.25098);
  min-width: 100%;
  /*color: #28304e;*/
  color: #FF6300;
  opacity: 0.9;
}
nav.nav-bottom ul.nav-menu-root li a:hover span.title {
  white-space: normal;
  overflow: visible;
  display: inline-block !important;
}
nav.nav-bottom ul.nav-menu-root li a.active {
  color: #FF6300;
  background-color: rgba(255, 99, 0, 0.2);
  box-shadow: inset 0 3px 0 #FF6300;
}

/****************************************************************
 * loading.less - loadingアニメーションCSS
 * @author n.vinh@lincrea.co.jp
*****************************************************************/
.loading-bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 2147483647;
}

.loading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.6);
}
.loading-icon.sm {
  font-size: 70px;
}
.loading-icon.lg {
  font-size: 200px;
}

.loading-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  font-size: 20px;
  color: #ffffff;
}

/**
 *http://cssload.net/
*/
/**
 *<div class="loading-dots">
 *  <div class="loading-dot"></div>
 *  <div class="loading-dot"></div>
 *  <div class="loading-dot"></div>
 *  <div class="loading-dot"></div>
 *  <div class="loading-dot"></div>
 *</div >
 *<svg version="1.1" xmlns="http://www.w3.org/2000/svg" >
 *<defs >
 *<filter id="goo" >
 *<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="12" > </feGaussianBlur >
 *<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0	0 1 0 0 0	0 0 1 0 0	0 0 0 18 -7" result="goo" > </feColorMatrix >
 *<!-- <feBlend in2="goo" in="SourceGraphic" result="mix" > </feBlend >-->
 *</filter >
 *</defs >
 *</svg >
*/
.loading-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
  -o-filter: url(#goo);
  -ms-filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
}
.loading-dots .loading-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.loading-dots .loading-dot:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 46px;
  background: #fb7500;
  position: absolute;
  left: 50%;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  margin-left: -16.5px;
  margin-top: -16.5px;
}
.loading-dots .loading-dot:nth-child(5):before {
  z-index: 100;
  width: 42.5px;
  height: 42.5px;
  margin-left: -20.75px;
  margin-top: -20.75px;
  animation: cssload-dot-colors 3.6s ease infinite;
  -o-animation: cssload-dot-colors 3.6s ease infinite;
  -ms-animation: cssload-dot-colors 3.6s ease infinite;
  -webkit-animation: cssload-dot-colors 3.6s ease infinite;
  -moz-animation: cssload-dot-colors 3.6s ease infinite;
}
.loading-dots .loading-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 3.6s 0s linear infinite;
  -o-animation: cssload-dot-rotate-1 3.6s 0s linear infinite;
  -ms-animation: cssload-dot-rotate-1 3.6s 0s linear infinite;
  -webkit-animation: cssload-dot-rotate-1 3.6s 0s linear infinite;
  -moz-animation: cssload-dot-rotate-1 3.6s 0s linear infinite;
}
.loading-dots .loading-dot:nth-child(1):before {
  background-color: #fb7500;
  animation: cssload-dot-move 3.6s 0s ease infinite;
  -o-animation: cssload-dot-move 3.6s 0s ease infinite;
  -ms-animation: cssload-dot-move 3.6s 0s ease infinite;
  -webkit-animation: cssload-dot-move 3.6s 0s ease infinite;
  -moz-animation: cssload-dot-move 3.6s 0s ease infinite;
}
.loading-dots .loading-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 3.6s 0.9s linear infinite;
  -o-animation: cssload-dot-rotate-2 3.6s 0.9s linear infinite;
  -ms-animation: cssload-dot-rotate-2 3.6s 0.9s linear infinite;
  -webkit-animation: cssload-dot-rotate-2 3.6s 0.9s linear infinite;
  -moz-animation: cssload-dot-rotate-2 3.6s 0.9s linear infinite;
}
.loading-dots .loading-dot:nth-child(2):before {
  background-color: #f7f7f7;
  animation: cssload-dot-move 3.6s 0.9s ease infinite;
  -o-animation: cssload-dot-move 3.6s 0.9s ease infinite;
  -ms-animation: cssload-dot-move 3.6s 0.9s ease infinite;
  -webkit-animation: cssload-dot-move 3.6s 0.9s ease infinite;
  -moz-animation: cssload-dot-move 3.6s 0.9s ease infinite;
}
.loading-dots .loading-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 3.6s 1.8s linear infinite;
  -o-animation: cssload-dot-rotate-3 3.6s 1.8s linear infinite;
  -ms-animation: cssload-dot-rotate-3 3.6s 1.8s linear infinite;
  -webkit-animation: cssload-dot-rotate-3 3.6s 1.8s linear infinite;
  -moz-animation: cssload-dot-rotate-3 3.6s 1.8s linear infinite;
}
.loading-dots .loading-dot:nth-child(3):before {
  background-color: #fb7500;
  animation: cssload-dot-move 3.6s 1.8s ease infinite;
  -o-animation: cssload-dot-move 3.6s 1.8s ease infinite;
  -ms-animation: cssload-dot-move 3.6s 1.8s ease infinite;
  -webkit-animation: cssload-dot-move 3.6s 1.8s ease infinite;
  -moz-animation: cssload-dot-move 3.6s 1.8s ease infinite;
}
.loading-dots .loading-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 3.6s 2.7s linear infinite;
  -o-animation: cssload-dot-rotate-4 3.6s 2.7s linear infinite;
  -ms-animation: cssload-dot-rotate-4 3.6s 2.7s linear infinite;
  -webkit-animation: cssload-dot-rotate-4 3.6s 2.7s linear infinite;
  -moz-animation: cssload-dot-rotate-4 3.6s 2.7s linear infinite;
}
.loading-dots .loading-dot:nth-child(4):before {
  background-color: #f70f1e;
  animation: cssload-dot-move 3.6s 2.7s ease infinite;
  -o-animation: cssload-dot-move 3.6s 2.7s ease infinite;
  -ms-animation: cssload-dot-move 3.6s 2.7s ease infinite;
  -webkit-animation: cssload-dot-move 3.6s 2.7s ease infinite;
  -moz-animation: cssload-dot-move 3.6s 2.7s ease infinite;
}

/*move*/
@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }
  18%, 22% {
    transform: translateY(-65px);
  }
  40%, 100% {
    transform: translateY(0);
  }
}
/*colors*/
@keyframes cssload-dot-colors {
  0% {
    background-color: #f70f1e;
  }
  25% {
    background-color: #fb7500;
  }
  50% {
    background-color: #f7f7f7;
  }
  75% {
    background-color: #fb7500;
  }
  100% {
    background-color: #f70f1e;
  }
}
/*rotate-1*/
@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*rotate-2*/
@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
/*rotate-3*/
@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }
  100% {
    transform: rotate(810deg);
  }
}
/*rotate-4*/
@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
.notifyjs-corner {
  z-index: 1600 !important;
}

.notifyjs-spirit-base {
  /*color: #F5F5F5;*/
  color: #ffffff;
  background: #333333;
  opacity: 0.9;
  padding: 5px;
  /*padding: 1rem 1rem 1rem 3.5rem;*/
  border-radius: 0.25rem;
  width: 22rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.notifyjs-spirit-base .notify-title {
  word-wrap: break-word;
}
.notifyjs-spirit-base .notify-content {
  word-wrap: break-word;
}
.notifyjs-spirit-base .notify-icon > i {
  font-size: 30px;
}
.notifyjs-spirit-base.notifyjs-spirit-info {
  background-color: #2196f3;
  border-color: #2196f3;
}
.notifyjs-spirit-base.notifyjs-spirit-success {
  background-color: #1ab3a3;
  border-color: #1ab3a3;
}
.notifyjs-spirit-base.notifyjs-spirit-warn {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #333333;
}
.notifyjs-spirit-base.notifyjs-spirit-error {
  background-color: #C46A69;
  border-color: #C46A69;
}
.notifyjs-spirit-base.compact {
  padding: 1px;
}
.notifyjs-spirit-base.compact .notify-icon {
  display: none;
}

.modal-dialog.wj-popup {
  margin: auto auto;
  width: 100%;
}
.modal-dialog.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem) !important;
  max-height: calc(var(--fillHeight, 100%) - 1rem) !important;
}
.modal-dialog.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem) !important;
  max-height: calc(var(--fillHeight, 100vh) - 1rem) !important;
}
.modal-dialog .modal-header {
  background-color: #FB7500;
  color: #ffffff;
}
.modal-dialog .modal-title {
  font-size: 1.2em;
}
.modal-dialog .modal-footer button[class*=wj-hide-] > * {
  pointer-events: none;
}

/*
.modal-dialog {
    @include sp {
        max-width: 98%;
    }

    @include tab {
        max-width: 98%;
    }
}

.modal-dialog-fluid {
    max-width: inherit;
    width: 98%;
}
*/
.modal-dialog-fluid {
  max-width: inherit;
}

/* wijmoのdraggableと相性が悪いのとspreadの横幅と相性が悪い。
    例えば、モーダルの中がSpreadで構成されていて画面横幅いっぱいにしたいとき
    モーダルの表示位置（画面中央でなくなる）がおかしくなる。
    Spreadは横幅100%にしたいのでモーダル幅を決めたいがmax-width設定しかされていないので
    モーダルの幅は本来中のコンテンツにより大きさを決定するようになっている。
    そのため、モーダルの幅を決定するためのクラス。
*/
.modal-lg-width {
  width: 800px;
}

.modal-xl-width {
  width: 1140px;
}

@media (min-width: 1200px) {
  .modal-fit-content {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.modal-fill {
  width: 100%;
  height: 100vh;
  top: 0 !important;
}

.modal-mobile {
  /*    .modal-header {
          padding: 0.25rem !important;
      }

      .modal-body {
          padding: 0.25rem !important;
      }

      .modal-footer {
          padding: 0.25rem !important;
      }
  */
}

.sp-progress-container {
  display: inline-block;
  vertical-align: middle;
}
.sp-progress-container .sp-progress {
  background-color: #c3c3c3;
}
.sp-progress-container .sp-progress-label {
  font-size: 0.8rem;
  min-height: 17px;
  text-align: left;
  /*display:inline-block;*/
}

/*
各ページのimport宣言用
※基本画面用のscssは作成しない予定
 */
/*
進捗表のscss
 */
.progress-management {
  /*
  .wj-control .wj-group .wj-content .wj-btn {
      font-weight: normal;
      padding: 5px 12px;
  }*/
  /* hide ribbon content */
}
.progress-management .wj-tabpane {
  padding: 5px 0;
  white-space: nowrap;
  /* keep groups on a single line */
}
.progress-management .wj-group {
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 3px 6px 0 3px;
}
.progress-management .wj-group > .wj-header {
  text-align: center;
  background: transparent;
  font-weight: normal;
  font-size: 80%;
  margin-top: 6px;
}
.progress-management .wj-group > .wj-content {
  border: none;
  height: 5em;
  overflow: visible;
}
.progress-management .wj-group .wj-column {
  display: inline-block;
  vertical-align: top;
}
.progress-management .wj-group .wj-row {
  margin-bottom: 2px;
}
.progress-management .wj-group .material-icons, .progress-management .wj-group .material-icons-outlined {
  font-size: 110%;
  padding-top: 2px;
  pointer-events: none;
}
.progress-management .wj-group .wj-dropdown {
  width: 10em;
  border: none;
  background: #eee;
}
.progress-management .wj-group .wj-content .wj-btn, .progress-management .wj-group .wj-content .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .progress-management .wj-group .wj-content .wj-applybutton {
  font-weight: normal;
  padding: 5px 12px;
}
.progress-management .wj-group .wj-content .wj-btn.wj-btn-large, .progress-management .wj-group .wj-content .wj-viewer .wj-control .wj-btn-large.wj-applybutton, .wj-viewer .wj-control .progress-management .wj-group .wj-content .wj-btn-large.wj-applybutton {
  padding: 1em;
}
.progress-management .wj-tabpanel.hide-content .wj-tabpanes {
  height: 0;
  transition: height linear 400ms;
}
.progress-management .wj-tabpanel > div > .wj-tabpanes {
  border: 1px solid #ddd;
}
.progress-management .hidden {
  display: none;
}
.progress-management .ribbon .wj-labeled-input {
  width: auto;
  width: initial;
}
.progress-management .ribbon .wj-group .material-icons, .progress-management .ribbon .wj-group .material-icons-outlined {
  font-size: 1.475rem;
  color: #5f6368;
}
.progress-management .ribbon .checkbox-container {
  font-size: 12px;
  padding-bottom: 0.5rem;
  padding-top: 0;
  margin-left: 0.5rem;
  display: block;
}
.progress-management .ribbon .font-double-underline {
  text-decoration: underline;
  -webkit-text-decoration-style: double;
          text-decoration-style: double;
  font-weight: 700;
}
.progress-management .ribbon .wj-tabpanes:not(.show) {
  display: none;
}
.progress-management .ribbon .wj-tabpanes.collapsing {
  display: block;
}
.progress-management.calendar .fc {
  /* 
  .fc-datagrid-header, .fc-datagrid-body {
      &.fc-scrollgrid-sync-table tr {
          th, td {
              &:last-child {
                  position: sticky;
                  right: 0;
                  //background-color: cornsilk;
              }
          }
      }
  }
  */
}
.progress-management.calendar .fc .fc-datagrid-header th.fc-datagrid-cell {
  background: #99cc00;
  color: #404040;
  font-weight: bold;
  border-color: #51a900;
}
.progress-management.calendar .fc .fc-datagrid-header th.fc-datagrid-cell .fc-datagrid-cell-frame {
  justify-content: center;
}
.progress-management.calendar .fc .fc-datagrid-cell-cushion {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.progress-management.calendar .fc .fc-timeline-header tr {
  background-color: #eeeeee;
  /*background-color: #ccffcc;*/
  /*
      &:first-child {
      background-color: #ccffcc;
  }
  &:last-child {
      background-color: #ccffcc;
  }
  */
}
.progress-management.calendar .fc .fc-timeline-header tr th a {
  text-decoration: none;
  color: #404040;
  font-weight: bold;
}
.progress-management.calendar .fc .fc-resource-timeline-divider {
  width: 5px;
}
.progress-management.calendar .fc .fc-event-status-container {
  position: absolute;
  white-space: nowrap;
  align-self: center;
  text-align: right;
  width: 100%;
}
.progress-management.calendar .fc .fc-event-status-container :first-child {
  margin-right: 0.1rem;
}
.progress-management.calendar .fc .fc-timeline-event .fc-event-main {
  background-color: inherit;
}
.progress-management.calendar .fc .fc-timeline-event .fc-event-main .fc-event-main-frame {
  background-color: inherit;
}
.progress-management.calendar .fc .fc-timeline-event .fc-event-main .fc-event-main-frame .fc-event-time, .progress-management.calendar .fc .fc-timeline-event .fc-event-main .fc-event-main-frame .fc-event-title-container, .progress-management.calendar .fc .fc-timeline-event .fc-event-main .fc-event-main-frame .fc-event-title {
  background-color: inherit;
}

.equipment-popover.list-group .list-group-item.disabled, .equipment-popover.list-group .list-group-item:disabled {
  color: #c3bfbf;
}

.gc-floatingobject-container {
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}
.gc-floatingobject-container .gc-floatingobject-content-container {
  position: static !important;
  height: auto !important;
  width: auto !important;
}
.gc-floatingobject-container .gc-floatingobject-content-container .equipmentNoFloatingObject {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  padding: 0.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/*
送信条件設定のscss
 */
.mail-condition.wj-combobox-flex {
  display: flex;
  flex-wrap: wrap;
  width: 380px;
}
.mail-condition.wj-combobox-flex .wj-listbox-item {
  width: 110px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
 dashboardのscss
*/
.dashboard .wj-calendar .wj-calendar-month tr:not(.wj-header) td {
  cursor: pointer;
}
.dashboard .wj-calendar .wj-calendar-month tr:not(.wj-header) td:hover {
  box-shadow: 0 16px 25px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*
 physicalConditionCheckのscss
*/
.physicalConditionCheck {
  /*
  #titleContainer {
      #questionBtnContainer {
          #btn_deleteQuestion {
              display:none !important;
          }
      }
  }
  */
}
.physicalConditionCheck .physical-title {
  /*@extend %callout;*/
  padding: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  /*border: 1px solid #e9ecef;*/
  border-style: solid;
  border-width: 0;
  border-color: #FB7500;
  /*border-radius: .25rem;*/
  border-left-width: 0.25rem;
  border-bottom-width: 1px;
}
.physicalConditionCheck .physical-title h3, .physicalConditionCheck .physical-title h4, .physicalConditionCheck .physical-title h5 {
  margin-bottom: 0rem;
}
.physicalConditionCheck .physical-contents {
  padding: 0.75rem;
}
.physicalConditionCheck .physical-contents .physical-explanation {
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}
.physicalConditionCheck .physical-contents .physical-large-class {
  padding: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-style: solid;
  border-width: 0;
  border-color: #FB7500;
  /*border-radius: .25rem;*/
  border-left-width: 0.25rem;
  margin-bottom: 0.5rem;
}
.physicalConditionCheck .physical-contents .physical-large-class h3, .physicalConditionCheck .physical-contents .physical-large-class h4, .physicalConditionCheck .physical-contents .physical-large-class h5, .physicalConditionCheck .physical-contents .physical-large-class h6, .physicalConditionCheck .physical-contents .physical-large-class h7 {
  margin-bottom: 0rem;
}
.physicalConditionCheck .physical-contents .physical-small-class {
  padding: 0.75rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.physicalConditionCheck .physical-contents .physical-answer, .physicalConditionCheck .physical-contents .physical-preview {
  padding: 0.75rem;
  border: 1px solid #dee2e6 !important;
  margin-bottom: 0.5rem;
}
.physicalConditionCheck .physical-contents .physical-question {
  padding: 0.75rem;
  border: 1px solid #dee2e6 !important;
  margin-bottom: 0.5rem;
}
.physicalConditionCheck .saveButtonContainer {
  position: sticky;
  top: 0;
  text-align: right !important;
  z-index: 1021;
}
.physicalConditionCheck .callout {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.physicalConditionCheck #titleContainer, .physicalConditionCheck .sortableDiv {
  /*position: relative;*/
  min-height: 150px;
}
.physicalConditionCheck #titleContainer:hover, .physicalConditionCheck .sortableDiv:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  border: 0.5px solid #0085c7;
}
.physicalConditionCheck #questionBtnContainer {
  margin-top: 0.25rem;
  right: 15px;
  position: absolute;
}
.physicalConditionCheck #questionBtnContainer button {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
}
.physicalConditionCheck #questionBtnContainer button:last-child {
  margin-top: 1rem;
}
.physicalConditionCheck .sortable-placeholder {
  border: 1px solid #c2c0c0;
  background-color: rgba(51,51,51,0.25098);
  color: #777620;
}
.physicalConditionCheck .ui-sortable-helper {
  background-color: #ffffff;
  /*opacity:0.8;*/
}
.physicalConditionCheck .ml-20 {
  margin-left: 20px;
}
.physicalConditionCheck .errorMessage {
  color: #d21125 !important;
}

.schedule-approval {
  /* hide ribbon content */
}
.schedule-approval .wj-tabpane {
  padding: 5px 0;
  white-space: nowrap;
  /* keep groups on a single line */
}
.schedule-approval .wj-group {
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 3px 6px 0 3px;
}
.schedule-approval .wj-group > .wj-header {
  text-align: center;
  background: transparent;
  font-weight: normal;
  font-size: 80%;
  margin-top: 6px;
}
.schedule-approval .wj-group > .wj-content {
  border: none;
  height: 5em;
  overflow: visible;
}
.schedule-approval .wj-group .wj-column {
  display: inline-block;
  vertical-align: top;
}
.schedule-approval .wj-group .wj-row {
  margin-bottom: 2px;
}
.schedule-approval .wj-group .material-icons, .schedule-approval .wj-group .material-icons-outlined {
  font-size: 110%;
  padding-top: 2px;
  pointer-events: none;
}
.schedule-approval .wj-group .wj-dropdown {
  width: 10em;
  border: none;
  background: #eee;
}
.schedule-approval .wj-group .wj-content .wj-btn, .schedule-approval .wj-group .wj-content .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .schedule-approval .wj-group .wj-content .wj-applybutton {
  font-weight: normal;
  padding: 5px 12px;
}
.schedule-approval .wj-group .wj-content .wj-btn.wj-btn-large, .schedule-approval .wj-group .wj-content .wj-viewer .wj-control .wj-btn-large.wj-applybutton, .wj-viewer .wj-control .schedule-approval .wj-group .wj-content .wj-btn-large.wj-applybutton {
  padding: 1em;
}
.schedule-approval .wj-tabpanel.hide-content .wj-tabpanes {
  height: 0;
  transition: height linear 400ms;
}
.schedule-approval .wj-tabpanel > div > .wj-tabpanes {
  border: 1px solid #ddd;
}
.schedule-approval .hidden {
  display: none;
}
.schedule-approval .ribbon .wj-labeled-input {
  width: auto;
  width: initial;
}
.schedule-approval .ribbon .wj-group .material-icons, .schedule-approval .ribbon .wj-group .material-icons-outlined {
  font-size: 1.475rem;
  color: #5f6368;
}
.schedule-approval .ribbon .checkbox-container {
  font-size: 12px;
  padding-bottom: 0.5rem;
  padding-top: 0;
  margin-left: 0.5rem;
  display: block;
}
.schedule-approval .ribbon .wj-tabpanes:not(.show) {
  display: none;
}
.schedule-approval .ribbon .wj-tabpanes.collapsing {
  display: block;
}
@media (max-width: 575.98px) {
  .schedule-approval #reHoldCard .card-header .xs-btn-buttom {
    order: 100;
  }
}

/*
 scheduleのscss
*/
.schedule .fc .fc-header-toolbar .fc-toolbar-title {
  white-space: nowrap;
}
.schedule .fc .fc-col-header-cell {
  word-break: break-all;
}
@media (max-width: 767.98px) {
  .schedule .fc .fc-header-toolbar {
    font-size: 0.65rem;
  }
  .schedule .fc .fc-header-toolbar .fc-toolbar-title {
    font-size: 0.925rem;
  }
  .schedule .fc .fc-view {
    font-size: 0.7rem;
  }
}

/*
進捗表のscss
 */
.view-progress {
  /* hide ribbon content */
}
.view-progress .wj-tabpane {
  padding: 5px 0;
  white-space: nowrap;
  /* keep groups on a single line */
}
.view-progress .wj-group {
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 3px 6px 0 3px;
}
.view-progress .wj-group > .wj-header {
  text-align: center;
  background: transparent;
  font-weight: normal;
  font-size: 80%;
  margin-top: 6px;
}
.view-progress .wj-group > .wj-content {
  border: none;
}
.view-progress .wj-group .wj-column {
  display: inline-block;
  vertical-align: top;
}
.view-progress .wj-group .wj-row {
  margin-bottom: 2px;
}
.view-progress .wj-group .material-icons, .view-progress .wj-group .material-icons-outlined {
  font-size: 110%;
  padding-top: 2px;
  pointer-events: none;
}
.view-progress .wj-group .wj-dropdown {
  width: 10em;
  border: none;
  background: #eee;
}
.view-progress .wj-group .wj-content .wj-btn, .view-progress .wj-group .wj-content .wj-viewer .wj-control .wj-applybutton, .wj-viewer .wj-control .view-progress .wj-group .wj-content .wj-applybutton {
  font-weight: normal;
  padding: 5px 12px;
}
.view-progress .wj-group .wj-content .wj-btn.wj-btn-large, .view-progress .wj-group .wj-content .wj-viewer .wj-control .wj-btn-large.wj-applybutton, .wj-viewer .wj-control .view-progress .wj-group .wj-content .wj-btn-large.wj-applybutton {
  padding: 1em;
}
.view-progress .wj-tabpanel.hide-content .wj-tabpanes {
  height: 0;
  transition: height linear 400ms;
}
.view-progress .wj-tabpanel > div > .wj-tabpanes {
  border: 1px solid #ddd;
}
.view-progress .hidden {
  display: none;
}
.view-progress .ribbon .wj-labeled-input {
  width: auto;
  width: initial;
}
.view-progress .ribbon .wj-group .material-icons, .view-progress .ribbon .wj-group .material-icons-outlined {
  font-size: 1.475rem;
  color: #5f6368;
}
.view-progress .ribbon .checkbox-container {
  font-size: 12px;
  padding-bottom: 0.5rem;
  padding-top: 0;
  margin-left: 0.5rem;
  display: block;
}
.view-progress .ribbon .font-double-underline {
  text-decoration: underline;
  -webkit-text-decoration-style: double;
          text-decoration-style: double;
  font-weight: 700;
}
.view-progress .ribbon .wj-tabpanes:not(.show) {
  display: none;
}
.view-progress .ribbon .wj-tabpanes.collapsing {
  display: block;
}

/*
* モバイルのscss
*/
.mobile {
  background-color: #f8f9fa;
  background-color: var(--light);
  border-radius: 0.25rem;
}
.mobile .page-header .nav .nav-item .nav-link {
  padding: 0;
}
.mobile #pccName {
  min-height: 1.6rem;
}
.mobile .spinnerComboBox input.wj-form-control {
  padding: 4px 4px !important;
}
.mobile .wj-flexgrid .wj-cell:not(.wj-header) {
  color: #000000;
  font-weight: 500;
}
.mobile .wj-flexgrid .wj-cell.wj-header {
  text-align: center !important;
  font-size: 0.8rem;
}
.mobile .wj-flexgrid .wj-cell.wj-header [data-template] {
  min-height: 20px;
  min-width: 100%;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  background-color: #f8f9fa;
  background-color: var(--light);
  border: 1px dashed #6c757d;
  border: 1px dashed var(--gray);
  border-radius: 0.25rem !important;
  cursor: pointer !important;
}
.mobile .wj-flexgrid .wj-cell.wj-header [data-template].selected {
  background-color: #f6cfd3;
  border-color: #d21125 !important;
}
.mobile .wj-flexgrid .wj-cell.wj-filter-on .wj-elem-filter {
  color: orangered;
  transform: scale(1.1);
}
.mobile .wj-flexgrid .wj-cell.eq-sticky-container {
  align-content: center;
  overflow: visible;
  overflow: initial;
}
.mobile .wj-flexgrid .wj-cell.eq-sticky-container .eq-sticky {
  position: sticky;
  top: 55px;
  bottom: 0;
  display: inline-block;
  width: 100%;
  line-break: anywhere;
  white-space: pre-wrap;
}
.mobile .wj-flexgrid .wj-control .wj-template .wj-input input {
  text-align: center;
}
.mobile .equipmentNoFloatingObject {
  position: fixed;
  top: 2rem;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  padding: 0.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#plantCategoryCompanySelectGrid .wj-cell:not(.wj-header):not(.wj-group).plantName {
  padding-left: 0 !important;
}
#plantCategoryCompanySelectGrid .wj-cell:not(.wj-header):not(.wj-group).categoryName {
  padding-left: 0 !important;
}
#plantCategoryCompanySelectGrid .wj-cell:not(.wj-header):not(.wj-group).companyName {
  padding-left: 0 !important;
}

.text-wrap-anywhere {
  line-break: anywhere;
  white-space: pre-wrap;
}

/*
* 予定承認モバイルモーダルのscss
*/
.mobile-accordion .card {
  max-height: 15rem;
}
.mobile-accordion .card .card-header.equipment {
  background-color: #99cc00;
}
.mobile-accordion .card .card-header.attendant {
  background-color: #33cccc;
}
.mobile-accordion .card .card-header.equipmentIncidental {
  background-color: #ffc000;
}
.mobile-accordion .card .card-header.approve {
  background-color: #ffff66;
}

#scheduleApprovalDetail #gridApprove .wj-btn-glyph.wj-elem-dropdown {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  flex: 1 0 auto;
  /*
   &::before {
      content: '';
      position: absolute;
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      height: 100%;
  }
  */
}
#scheduleApprovalDetail #gridApprove .wj-btn-glyph.wj-elem-dropdown span.wj-glyph-down {
  font-size: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
#scheduleApprovalDetail #gridApprove input.wj-grid-editor {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
* 進捗表モバイルのscss
*/
.progress-management-mobile .wj-flexgrid .wj-cell.eq-sticky-container .eq-sticky {
  top: 73px;
  bottom: 18px;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container.wj-state-active {
  overflow: visible;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container.wj-state-active .valiable-indent {
  padding-left: 1.1rem;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container.wj-state-active [data-manipulation-panel] {
  display: flex;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-manipulation-panel] {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  align-content: center;
  flex-wrap: wrap;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-manipulation-panel] .manipulation-content-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: sticky;
  top: 55px;
  bottom: 0;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-manipulation-panel] .manipulation-content-wrapper .manipulation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-manipulation-panel] .manipulation-content-wrapper .manipulation-content i {
  margin-bottom: 0.5rem;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-manipulation-panel] .manipulation-content-wrapper .manipulation-content i:last-child {
  margin-bottom: 0;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-plus], .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-minus] {
  font-weight: 500;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-up], .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-down] {
  font-weight: 700;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-plus], .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-minus], .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-up], .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-down] {
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  box-shadow: 0 16px 25px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  background-color: #fff;
  background-color: var(--white);
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-plus]:hover, .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-minus]:hover, .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-up]:hover, .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-down]:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.2s;
  z-index: 1;
}
.progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-plus].disabled, .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-minus].disabled, .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-up].disabled, .progress-management-mobile .wj-flexgrid .wj-cell.manipulation-container [data-down].disabled {
  opacity: 0.5 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none !important;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: none !important;
}

/*
* 予定承認モバイルのscss
*/
.schedule-approval-mobile .approvedWorkContents {
  border-radius: 0 0.3rem !important;
}
.schedule-approval-mobile .approvedWorkContents.dis {
  background-color: #99ccff;
}

/*
*ユーティリティimport宣言用
*/
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}

/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-none {
  cursor: none !important;
}

.callout {
  padding: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.callout h3, .callout h4, .callout h5 {
  margin-bottom: 0.25rem;
}

.callout-primary {
  border-left-color: #0085c7;
}

.callout-secondary {
  border-left-color: #6c757d;
}

.callout-success {
  border-left-color: #4bbf73;
}

.callout-info {
  border-left-color: #17a2b8;
}

.callout-warning {
  border-left-color: #e5a54b;
}

.callout-danger {
  border-left-color: #d21125;
}

.callout-light {
  border-left-color: #f8f9fa;
}

.callout-dark {
  border-left-color: #343a40;
}

.callout-spirit {
  border-left-color: #FB7500;
}

button .btn-inner {
  display: flex;
  align-items: center !important;
  justify-content: center;
  /* 
  @include media-breakpoint-down(sm) {
      flex-direction: column;
      span {
          font-size: 0.65rem;
      }
  }
  */
  flex-direction: column;
}
button .btn-inner span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
button .btn-inner i.material-icons + span, button .btn-inner i.material-icons-outlined + span {
  display: inline-block !important;
  font-size: 0.65rem;
}
@media (max-width: 575.98px) {
  button .btn-inner i.material-icons + span, button .btn-inner i.material-icons-outlined + span {
    /*display: none !important;*/
  }
}
button > * {
  pointer-events: none;
}

.button-toolbar {
  display: flex;
  white-space: normal;
}
@media (min-width: 576px) {
  .button-toolbar {
    justify-content: flex-end !important;
  }
}
@media (max-width: 575.98px) {
  .button-toolbar {
    overflow-x: auto !important;
    justify-content: flex-end !important;
    /* 
    display: block;
    text-align: right;
     white-space: nowrap;*/
  }
}
.button-toolbar button.btn {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  /*
  @include media-breakpoint-down(xs) {
      padding: 0.05rem 0.15rem;
      font-size: 0.76563rem;
      line-height: 1.5;
      border-radius: 0.2rem;
      //@include text-truncate();
  }
  */
}

.button-toolbar_old {
  display: flex;
  white-space: normal;
  justify-content: flex-end !important;
}
.button-toolbar_old button.btn {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  /*
          @include media-breakpoint-down(xs) {
              padding: 0.05rem 0.15rem;
              font-size: 0.76563rem;
              line-height: 1.5;
              border-radius: 0.2rem;
              //@include text-truncate();
          }
  */
}

.button-toolbar-scrollable {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  /*    -ms-overflow-style: none;
  &::-webkit-scrollbar {
      display: none;
  }
  */
}
.button-toolbar-scrollable button.btn {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
@media (max-width: 575.98px) {
  .button-toolbar-scrollable button.btn {
    /*
                padding: 0.05rem 0.15rem;
                font-size: 0.76563rem;
                line-height: 1.5;
                border-radius: 0.2rem;
                @include text-truncate();
    */
  }
}

[data-collapse] {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}
[data-collapse] .collapse-toogle[aria-expanded=false] .text-expanded {
  display: none;
}
[data-collapse] .collapse-toogle[aria-expanded=true] .text-collapsed {
  display: none;
}
[data-collapse] + [data-ribbon-toggle] [wj-part=tabheaders] {
  width: calc(100% - 80px);
}

[data-autofit].overflow-suspend {
  overflow: hidden !important;
}
[data-autofit] .overflow-suspend {
  overflow: hidden !important;
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: #000;
  grid-gap: var(--bs-nav-underline-gap);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  border-bottom-color: currentcolor;
}

/**spinner*/
.spinnerComboBox {
  /* コンポーネントの横幅を指定する。 */
}
.spinnerComboBox div.input-group {
  /* Firefox で、input type="number" のスピンボタンを非表示にする。また、入力欄の値表示を中央寄せにし、高さをボタンのサイズに合わせる。 */
  /*
  input[type="number"] {
      -moz-appearance: textfield;
      text-align: center;
      //height: 44px;
  }
  */
  display: flex;
  flex-wrap: nowrap;
}
.spinnerComboBox div.input-group .combobox {
  border-radius: 0;
  flex-grow: 1;
}
.spinnerComboBox div.input-group .btn-number {
  display: flex;
  align-items: center;
  /*
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  */
}
.spinnerComboBox.disabled .btn-number {
  pointer-events: none;
  opacity: 0.5;
}
/*-----common css start-----*/
/*-----common css start-----*/
[gcuielement=gcSpread]:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gc-theme-version {
  position: absolute;
  z-index: 2016;
}

.gc-footer-corner {
  background-color: #e6e6e6;
}

.gc-grayArea {
  background-color: #e6e6e6;
}

.gc-corner-hover {
  background-color: #e6e6e6;
}

.gc-corner-selected {
  background-color: #e6e6e6;
}

.gc-corner-normal {
  background-color: #e6e6e6;
}

.gc-rowHeaderFill {
  background-color: #e4ecf7;
}

.gc-colHeaderFill {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #f6fafb 12.5%, #d2dbeb);
  /* Standard syntax; must be last */
  background-color: #d2dbeb;
}

.gc-selection {
  background-color: rgba(20, 20, 20, 0.2);
  border-color: #217346;
  color: rgba(240, 240, 240, 0.7);
}

.gc-drag-indicator {
  border-color: #217346;
}

.gc-gridlineColor {
  border-color: #d4d4d4;
}

.gc-group {
  background-color: #e6e6e6;
  color: #999999;
}

.gc-group-box {
  background-color: #e4e4e4;
  color: #646464;
  border-color: #999999;
}

.gc-group-line {
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}

.fillSmartTag {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFJJREFUeNrclEEKACAIBOfp/Xy7i4WSRnRYBIVRVhFJVIhyEAxllQa5E/wBSnsU6Rza2nugqNmASi57C/KKNg/Iqn+iVWzx6M4bOdUEAAD//wMAAYRMfiNaiqEAAAAASUVORK5CYII=");
  width: 18px;
  height: 18px;
}

.fillSmartTagDown {
  height: 18px;
  width: 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAASCAYAAACXScT7AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGCSURBVHjafNFPKKRxHAbw5/v7GYdBYUQjLm5SkoNykCQHtcx431/KgdKumJvSrAO7Nwc3RQ5kd3OkHJC/hUJREluonVcToqRh3sRFPA6M1Mbhc3z6Pj1fkMRHQNJL0uPeul731lU37o1y49cqHr8GvvgWQRLBsmpM/P0j4XAXiooKcXl1CZDEzl4EJBEwAZBUwWAQsVgsFSRR11gmM8trimSa3WypzZ31l5v2/vfk/4oAcv9aSGyUSz4gg/AIAOET0YQswIQWaNrnH+2OeSaY0BJN2+wDTi/OpCrwkxX1vW8q63p5cnaaB+Z/09u7x0nFJTVMiEajPsNCQaC6Ryb8THKcw/Tikho6zj//0RGUNV6gMZ1H8fmpH5iTHDlwsiOhO7FrN5RdP6aBIUj/pvJ2bkFbkxAzBzELELNCQQqgrJ5ST1/jqmYOJcHa7dYYGV5TrQ3d+vfUU+b7IfrOIRCGBYD0o1VGmaHaB6DZkqvMD2hUfF1UAISkvE/+yqbCZ89+HgBtwgFOrBUzJgAAAABJRU5ErkJggg==");
}

.gc-group-dot {
  color: #999999;
}

.gc-group-box-expand,
.gc-group-box-collapsed {
  border-color: transparent;
  background-color: transparent;
}

.gc-tabStripBackground {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  /* Standard syntax; must be last */
  background-color: #e6e6e6;
  border-color: #999999;
}

.gc-tabStripResizeBarInner {
  color: #b3b3b3;
}

.gc-navButton-hover {
  border-color: #439467;
}

.gc-tab-indicator-bottom {
  width: 0;
  position: absolute;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  display: none;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.gc-tab-indicator-top {
  width: 0;
  position: absolute;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  display: none;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.gc-tab-indicator-left {
  width: 0;
  position: absolute;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  display: none;
  border-left: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.gc-tab-indicator-right {
  width: 0;
  position: absolute;
  border-style: solid;
  border-color: black;
  border-width: 4px;
  display: none;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.gc-navButton-highlight {
  border-color: #0a6332;
}

.gc-navButton-normal {
  border-color: #c6c6c6;
}

.gc-tabStripNewTab-highlight {
  border-color: #777777;
}

.gc-tabStripNewTab-hover {
  border-color: #439467;
}

.gc-navMoreButton-highlight {
  border-color: #0a6332;
}

.gc-navMoreButton-hover {
  border-color: #439467;
}

.gc-columnHeader-hover {
  color: black;
  background-image: none;
  background-color: #9fd5b7;
  border-style: solid;
  border-left-color: #d2d2d2 !important;
  border-right-color: #9c9c9c !important;
  border-bottom-color: #999999 !important;
}

.gc-columnHeader-selected {
  color: #217346;
  background-color: #d3f0e0;
  background-image: none;
  border-style: solid;
  border-left-color: #d2d2d2 !important;
  border-right-color: #9c9c9c !important;
  border-bottom-color: #999999 !important;
}

.gc-columnHeader-highlight {
  color: #217346;
  background-image: none;
  background-color: #d2d2d2;
  border-style: solid;
  border-left-color: #d2d2d2 !important;
  border-right-color: #9c9c9c !important;
  border-bottom-color: #999999 !important;
}

.gc-columnHeader-normal {
  color: black;
  background-image: none;
  background-color: #e6e6e6;
  border-style: solid;
  border-left-color: #d2d2d2 !important;
  border-right-color: #9c9c9c !important;
  border-bottom-color: #999999 !important;
}

.gc-rowHeader-hover {
  color: black;
  background-color: #9fd5b7;
  background-image: none;
  border-style: solid;
  border-top-color: #d2d2d2 !important;
  border-right-color: #999999 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-rowHeader-selected {
  color: #217346;
  background-color: #d3f0e0;
  background-image: none;
  border-style: solid;
  border-top-color: #d2d2d2 !important;
  border-right-color: #999999 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-rowHeader-highlight {
  color: #217346;
  background-color: #d2d2d2;
  background-image: none;
  border-style: solid;
  border-top-color: #d2d2d2 !important;
  border-right-color: #999999 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-rowHeader-normal {
  color: black;
  background-color: #e6e6e6;
  background-image: none;
  border-style: solid;
  border-top-color: #d2d2d2 !important;
  border-right-color: #999999 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-corner-triangle-normal {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4);
  /* Standard syntax; must be last */
  background-color: #b4b4b4;
  border-style: solid;
  border-left-color: #d6d6d6 !important;
  border-right-color: #9b9b9b !important;
  border-top-color: #d2d2d2 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-corner-triangle-hover {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #9e9e9e, #9e9e9e);
  /* Standard syntax; must be last */
  background-color: #9e9e9e;
  border-style: solid;
  border-left-color: #d6d6d6 !important;
  border-right-color: #9b9b9b !important;
  border-top-color: #d2d2d2 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-corner-triangle-selected {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #217346, #217346);
  /* Standard syntax; must be last */
  background-color: #217346;
  border-style: solid;
  border-left-color: #d6d6d6 !important;
  border-right-color: #9b9b9b !important;
  border-top-color: #d2d2d2 !important;
  border-bottom-color: #9c9c9c !important;
}

.gc-tab-normal {
  color: #444444;
  background-image: none;
  background-color: transparent;
  border-style: solid;
  border-left-color: #999999;
  border-bottom-color: #217346;
}

.gc-tab-hover {
  color: #252627;
  background-image: none;
  background-color: transparent;
  border-style: solid;
  border-left-color: #999999;
  border-bottom-color: #217346;
}

.gc-tab-selected {
  color: black;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-left-color: #999999;
  border-bottom-color: #217346;
}

.gc-tab-activeNotSelected {
  color: #217346;
  background-image: none;
  background-color: transparent;
  border-style: solid;
  border-left-color: #ababab;
}

.gc-tab-active {
  color: #217346;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-left-color: #999999;
  border-bottom-color: #217346;
}

.gc-gradientButton {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #f6fafb, #d2dbeb);
  /* Standard syntax; must be last */
  background-color: #dddddd;
}

.gc-sheetTabEditor::-ms-clear {
  display: none;
}

.gc-layout-table {
  font-size: 12px;
  width: 100%;
  height: 100%;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
}

.gc-layout-table-first-column {
  width: 21px;
  border-right: 1px solid #ccc;
  text-align: right;
  padding-top: 7px;
}

.gc-layout-table-last-column {
  width: 18px;
}

.gc-filter-sort-desc-container {
  border-bottom: 1px solid #ccc;
}

.gc-filter-top10-rank {
  outline: none;
}

.gc-filter-top10-rank-illegal:focus {
  outline: 1px solid red;
}

.gc-filter-checked {
  border: 1px solid #999;
  background-color: rgba(140, 140, 140, 0.2);
}

.gc-filterDialog-rightArrow {
  display: inline-block;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAGBJREFUGBljYCAHzJo1a8L///+ZsOlFEQQqygcqXr1q1SpOdMUoCqGSQe/fv987c+ZMEWTF2BSC5C0ZGRkXEaPwONAZccgKWZA5UPY6QUHBmLCwsO9Y5CBC+HyNUxPZEgCPEyCkHm49GwAAAABJRU5ErkJggg==");
}

.gc-filter-disable-item .gc-filterDialog-rightArrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAGVJREFUGBljYCAH3L17d8L///+ZCOoFKvwPxGsfP37Mia4Ym+6g379/73327JkIsmJsChmA1lt+//59EbJCFmQOjM3IyHicg4MjDsYH0dhMXMfKyuosJSX1BlkhCptoX6PoIpcDAIoHJuArInm+AAAAAElFTkSuQmCC");
}

.gc-filter-dialog-style {
  text-align: left;
  text-align: initial;
  background: #ffffff;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
  border: thin solid #c6c6c6;
  color: #222222;
  cursor: default;
}

.gc-filter-dialog-style select {
  color: black;
  font-weight: normal;
  font-style: normal;
  background-color: white;
  border: 1px solid #767676;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.gc-filter-dialog-style input {
  color: black;
  font-weight: normal;
  font-style: normal;
}

#first-condition-expected > input,
#sec-condition-expected > input {
  background-color: #fff;
}

.gc-filter-disable-item a {
  color: #c4bec2;
}

.gc-filter-disable-item a:hover {
  color: #c4bec2;
}

.gc-filter-disable-item.gc-filter-hover {
  background-color: transparent;
  border: 1px solid #c5c5c5;
}

.gc-search-outer-div {
  border: none;
  background-image: none;
  background-color: white;
  margin: 4px 0px 0px 4px;
  color: #1e395b;
  font-weight: normal;
}

div.gc-search-outer-div input::-ms-clear {
  display: none;
}

#gc-filterSearch {
  width: 165px;
  height: 21px;
  border: 1px solid #ababab;
  margin-left: 7px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 1em;
  background-color: white;
  color: black;
  float: none;
}

#gc-filterSearch:hover, #gc-filterSearch:active {
  background-color: white;
}

.gc-filter-button-active {
  border: 1px solid #569de5;
  border-radius: 0;
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #daecfc, #c4e0fc);
  /* Standard syntax; must be last */
  background-color: #ffe475;
  font-weight: normal;
  color: black;
  box-shadow: none;
}

.gc-check-uncheck-all {
  float: left;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gc-filter-check-outerDiv .gc-check-image,
.gc-fill-type-item .gc-check-image {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAGxJREFUOE+ljsENgDAMAzsaQ3QMxP4/wAhXwTKhEY9TlZOdtK1b/4WVFaysYGUFKxMWdY/hA5T3+x0+BjJYJmOJBoF+87UMYhAwzFBaBnFwYZ1j/kKFltIycHLqMrHyhEvSMrCygpUVrJyntwPdKU02VXQw7gAAAABJRU5ErkJggg==);
}

.gc-filter-check-outerDiv .gc-uncheck-image,
.gc-fill-type-item .gc-uncheck-image {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAIJJREFUOE+lkssNgDAMQzsCw3UMxEocGKWDQSLVUj5GJeLwhPyI0x7a9qP/gsoKVFagskIUm3ALp3GKZvX63/q0QIcAlqAMXMcFIQ6z7DouTGLptawkMVmeDJi8BFsGQ0jzUcRyvEla4oLAhvVrveu4IOAdxJOwZPkOylBZgcrv9PYAV9tkcyJlS4sAAAAASUVORK5CYII=);
}

.gc-check-image,
.gc-uncheck-image {
  background-position: center;
}

.gc-filter-check-outerDiv {
  height: 18px;
  margin-top: 4px;
}

a.gc-filter-check-style {
  color: #1e395b;
  text-shadow: none;
}

a.gc-filter-check {
  text-decoration: none;
}

a.gc-filter-check:hover {
  text-decoration: underline;
}

.gc-filter-function-tr a:active {
  border-color: #e3e3e3;
  outline: none;
  box-shadow: none;
}

.gc-filter-sort {
  /*border: 1px solid transparent;*/
  font-weight: normal;
  color: #222222;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gc-filter-item-link #gc-majorFilter {
  width: 181px;
  color: #222222;
}

.gc-filter-item-link #gc-majorFilter:hover {
  width: 181px;
  color: #222222;
}

.gc-filter-hover {
  border-radius: 0px;
  outline: none;
}

.gc-filter-item {
  position: relative;
  cursor: default;
  font-weight: normal;
  border-style: solid;
  border-color: transparent;
}

.gc-filter-item-container {
  border: 1px solid #a7abb0;
  border-radius: 3px;
  margin: 4px 0px 4px 4px;
  overflow: hidden;
}

.gc-filter-item-input {
  float: left;
  clear: left;
  margin: 3px !important;
}

.gc-filter-item-text {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 12px;
  margin: 2px;
  white-space: nowrap;
  word-wrap: normal;
  float: left;
  clear: right;
}

.gc-filter-button {
  width: 90px;
  height: 27px;
  border-radius: 3px;
  margin: 2px 1px 5px;
}

.gc-filter-button-disable {
  opacity: 0.35;
  background-image: none;
}

#gc-filterOK {
  box-sizing: border-box;
  margin-left: 13px;
  margin-bottom: 5px;
  float: left;
}

#gc-filterCancel {
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
}

.gc-smartMenu-item-default {
  border: 1px solid transparent;
  background-color: white;
  background-image: none;
  font-weight: normal;
  color: #1e395b;
  border-radius: 0;
}

.gc-filter-button-default {
  border: 1px solid #acacac;
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  /* Standard syntax; must be last */
  background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
  font-weight: normal;
  color: black;
  border-radius: 0;
}

.gc-filter-button-hover {
  border: 1px solid #7eb4ea;
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc);
  /* Standard syntax; must be last */
  background-color: #d3f0e0;
  border-radius: 0;
  cursor: pointer;
  color: black;
  font-weight: normal;
  text-shadow: none;
}

.gc-smart-tag-default {
  border: 1px solid #ababab;
  background: white;
  color: #1e395b;
  font-weight: normal;
  border-radius: 0;
}

.gc-smartMenu-item-hover, .gc-smart-tag-hover, .gc-filter-item-hover {
  font-weight: normal;
  text-shadow: none;
  color: #1d5987;
}

.gc-smartMenu-item-hover {
  border: 1px solid #86bfa0;
  background-image: none;
  background-color: #d3f0e0;
}

.gc-smart-tag-hover {
  border: 1px solid #9fd5b7;
  background-image: none;
  background-color: white;
}

.gc-filter-item-hover {
  border: 1px solid transparent;
  background-image: none;
  background-color: #c5c5c5;
}

.gc-smart-tag-active {
  border: 1px solid #9fd5b7;
  background-image: none;
  background-color: #9fd5b7;
  font-weight: normal;
  color: #262626;
  box-shadow: none;
}

.gc-menu-item-input {
  width: 16px;
  height: 16px;
  margin: 1px;
  float: left;
  display: inline-block;
}

.gc-menu-item-text {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  float: left;
  padding-top: 2px;
  font-family: Arial;
}

.gc-fill-menu-container {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
  cursor: default;
}

.gc-toolstrip-default {
  background: white;
  border: 1px solid #c6c6c6;
}

.gc-toolstrip-button-style {
  color: black;
  background: white;
  box-shadow: none;
}

.gc-toolstrip-button-style:active {
  color: black;
  background: white;
  box-shadow: none;
}

.gc-tab-tip-span {
  background: #d6e6f9;
  color: black;
  border: 1px solid #d6e6f9;
  font-weight: normal;
}

.gc-spread-toolTip {
  border: 1px solid #bebebe;
  border-radius: 0px;
  background-image: none;
  background-color: white;
  font-weight: normal;
  color: #217346;
  pointer-events: none;
}

.gc-spread-pivot-toolTip {
  border: 1px solid #bebebe;
  border-radius: 0px;
  background-color: white;
  font-weight: normal;
  color: black;
}

.gc-no-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*-----common css end-----*/
/*-----formula textbox start-----*/
/* function autocomplete */
.gcsj-func-ac-popup {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  width: 300px;
  z-index: 2001;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.gcsj-func-ac-row {
  margin: 0;
  cursor: default;
  padding: 2px 10px;
  color: #666666;
}

.gcsj-func-ac-row-name {
  color: #222;
  font-size: 13px;
  font-family: inconsolata, monospace, arial, sans, sans-serif;
  margin: -2px 0;
}

.gcsj-func-ac-row-description {
  color: #666;
  display: none;
  font-size: 11px;
  margin: -2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gcsj-ac-row-active {
  background-color: #f5f5f5;
  color: #000;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 1px 10px;
}

.gcsj-ac-row-active .gcsj-func-ac-row-description {
  display: block;
}

/*  function help */
.gcsj-func-help-popup {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #222;
  font-size: 11px;
  word-wrap: break-word;
  position: absolute;
  width: 320px;
  z-index: 2001;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.gcsj-func-help-title {
  background-color: #f5f5f5;
  color: #222;
  font-size: 13px;
  padding: 1px 0 1px 10px;
}

.gcsj-func-help-body {
  border-top: 1px solid #ebebeb;
  font-family: arial, sans-serif;
  overflow: hidden;
}

.gcsj-func-help-content {
  padding-bottom: 2px;
}

.gcsj-func-help-section {
  padding: 5px 10px;
}

.gcsj-func-help-section-title {
  font-size: 11px;
  color: #666;
}

.gcsj-func-help-section-content {
  font-size: 11px;
}

.gcsj-func-help-formula {
  font-family: inconsolata, monospace, arial, sans, sans-serif;
  padding: 1px 0;
}

.gcsj-func-help-paramter {
  padding-left: 1px;
}

.gcsj-func-help-paramter-active {
  background-color: #feb;
}

.gcsj-func-gray-formula {
  color: gray;
}

/* color text */
.gcsj-func-color-content {
  white-space: pre-wrap;
}

/*-----formula textbox end-----*/
/*-----floatingobject start-----*/
.gc-floatingobject-selected {
  border: 1px solid #939393;
}

.gc-floatingobject-unselected {
  background-color: transparent;
  border: 1px solid transparent;
}

.gc-floatingobject-container {
  position: absolute;
  overflow: hidden;
  box-sizing: content-box;
}

.gc-floatingobject-background-cover {
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  /* Generic*/
}

.gc-floatingobject-moving-container {
  position: absolute;
  overflow: hidden;
}

.gc-floatingobject-moving-div {
  position: absolute;
  border: 1px solid black;
}

.gc-floatingobject-resize-indicator {
  box-sizing: content-box;
}

.gc-floatingobject-resize-indicator-select {
  background-color: white;
  border-radius: 2px;
  -moz-border-radius: 1px;
  border: 1px solid #939393;
  z-index: 100;
}

.gc-floatingobject-resize-indicator-unSelect {
  display: none;
}

.gc-floatingobject-absolute {
  position: absolute;
}

.gc-floatingobject-content-container {
  box-sizing: content-box;
}

/*-----floatingobject end-----*/
/*-----scrollbar start-----*/
/*scrollbar*/
/*scrollbar*/
.gc-scroll-container {
  background-color: #dbdbdb;
  box-shadow: none;
}

.gc-scroll-corner-all {
  border-radius: 2px;
}

.gc-scroll-arrow {
  background-color: white;
  border-style: solid;
  border-color: #ababab;
  background-image: none;
  border-radius: 0;
}

.gc-scroll-arrow .gc-scroll-arrowUp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAClJREFUKFNjGEmgvLz8P5RJHABpgGGoEH6ArIEojdg0wDBUyShAAAYGAHSXJkH1wN/VAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}

.gc-scroll-arrowUp {
  background-position: center;
}

.gc-scroll-arrow .gc-scroll-arrowDown {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAACRJREFUKFNjGAVYQHl5+X9cGKoEOyBZAwyQrAEGSNYwpAEDAwBvhSZBmzrLGgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}

.gc-scroll-arrowDown {
  background-position: center;
}

.gc-scroll-arrow .gc-scroll-arrowLeft {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAADBJREFUKFNjGMKgvLz8P5RJHABpIEkTTAPRmpA1EK0JBMjSBAJkaQIBsjQNNGBgAABe7iZBxoz5vwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}

.gc-scroll-arrowLeft {
  background-position: center;
}

.gc-scroll-arrow .gc-scroll-arrowRight {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAC5JREFUKFNjGIKgvLz8P5RJPABpIlkjTBNJGpE1Ea2RZA0gQLIGECBZw2ACDAwAhS4mQZAuqGcAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-scroll-arrowRight {
  background-position: center;
}

.gc-scroll-bar .gc-scrollbar-vertical {
  background-image: none;
  background-repeat: no-repeat;
}

.gc-scrollbar-vertical {
  background-position: center;
}

.gc-scroll-bar .gc-scrollbar-horizontal {
  text-indent: 0;
  background-image: none;
  background-repeat: no-repeat;
}

.gc-horizontal-scrollbar {
  box-sizing: content-box;
  background: #e6e6e6;
  border-top: 1px solid #999999;
  height: 18px;
  padding: 4px 0px 5px 0px;
  margin: 0;
}

.gc-vertical-scrollbar {
  box-sizing: content-box;
  background: #e6e6e6;
  border-left: 1px solid #999999;
  width: 18px;
  padding: 0px 5px 0px 4px;
  margin: 0;
}

.gc-scrollbar-horizontal {
  background-position: center;
}

.gc-scrollbar-wrapper {
  background-color: transparent;
}

.gc-scroll-bar {
  border-style: solid;
  border-color: #ababab;
  background: white;
  border-radius: 0px;
}

.gc-scroll-arrow-hover {
  border-style: solid;
  border-color: #777777;
  background: white;
}

.gc-scrollbar-stateHover {
  border-style: solid;
  border-color: #ababab;
  background: #f0f0f0;
}

.gc-scroll-arrow:active,
.gc-scroll-bar:active,
.gc-scrollbar-stateActive {
  border-style: solid;
  border-color: #777777;
  background-color: #f0f0f0;
  box-shadow: none;
}

.gc-scroll-mobile-container {
  padding: 2px;
  opacity: 1;
  transition-duration: 0.3s;
  transition-property: width, height, background-color, transform, opacity;
  overflow: hidden;
  box-sizing: border-box;
}

.gc-scroll-mobile-state-hide {
  opacity: 0;
}

.gc-scroll-mobile-container-vertical {
  width: 10px;
}

.gc-scroll-mobile-container-horizontal {
  height: 10px;
}

.gc-scroll-mobile-state-hover.gc-scroll-mobile-container-vertical {
  width: 14px;
}

.gc-scroll-mobile-state-hover.gc-scroll-mobile-container-horizontal {
  height: 14px;
}

.gc-scroll-mobile-track {
  box-sizing: border-box;
  transition-duration: 0.3s;
  transition-property: background-color, transform, opacity;
  background-color: transparent;
  /* clear internal style */
  box-shadow: none;
  /* clear internal style */
}

.gc-scroll-mobile-thumb {
  box-sizing: border-box;
  border-width: 1px;
  transition-duration: 0.3s;
  transition-property: background-color, transform, opacity;
}

.gc-scroll-mobile-thumb.ui-button {
  margin: 0;
  /* clear external themes style */
  padding: 0;
  /* clear external themes style */
}

/*-----scrollbar end-----*/
/*-----contextmenu start-----*/
.gc-ui-contextmenu-container {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 9pt;
  background: white;
  border: 1px solid #c6c6c6;
  color: #444444;
  cursor: default;
  min-width: 188px;
}

.gc-ui-contextmenu-separator {
  height: 1px;
  margin-left: 20px;
  margin-right: 5px;
  background-color: #e3e3e3;
  overflow: hidden;
}

.gc-ui-contextmenu-menuitem,
.gc-ui-contextmenu-nonselective-menuitem {
  border: 1px solid transparent;
  background-image: none;
  font-weight: normal;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.gc-ui-contextmenu-menuitem-content {
  padding: 3px;
  margin: 1px;
  overflow: hidden;
}

.gc-ui-contextmenu-icon {
  width: 16px;
  height: 16px;
  margin-left: 0;
  float: left;
  display: inline-block;
  margin-right: 12px;
}

.gc-ui-contextmenu-text {
  display: inline-block;
  padding-right: 23px;
  padding-left: 0;
}

.gc-ui-contextmenu-disable {
  color: #b1b1b1 !important;
}

.gc-ui-contextmenu-group-header {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px;
  font-weight: bold;
  background-color: #dddddd;
  overflow: hidden;
}

.gc-ui-contextmenu-groupitems-container {
  border: 1px solid transparent;
  background-image: none;
  font-weight: normal;
  color: #222222;
  border-radius: 0;
  padding: 5px;
  overflow: hidden;
  margin-left: 28px;
}

.gc-ui-contextmenu-groupitem {
  display: inline-block;
  float: left;
  min-width: 24px;
}

.gc-ui-contextmenu-groupitem .gc-ui-contextmenu-icon {
  width: 24px;
  height: 24px;
  margin: 0px;
}

.gc-ui-contextmenu-hover {
  background: #B4B4B4;
  font-weight: normal;
  text-shadow: none;
}

.gc-ui-contextmenu-menuitem-content .gc-ui-contextmenu-sup-indicator {
  width: 16px;
  height: 16px;
  float: right;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAYAAABU1PscAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFEODY1RjVGQzhGMjExRTdBMDNDRDU1NEFCMEVGRTIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFEODY1RjYwQzhGMjExRTdBMDNDRDU1NEFCMEVGRTIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUQ4NjVGNURDOEYyMTFFN0EwM0NENTU0QUIwRUZFMjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUQ4NjVGNUVDOEYyMTFFN0EwM0NENTU0QUIwRUZFMjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6xjVcxAAAAg0lEQVR42uzYMQ6AIAyF4RaFwXgT738PV+PMBVxRqx4A3RTM/yYGhn60hAQ1M6k5TioPAAAAAAAAAAAAAAAAAAAA8EdA33emqjLOccjt0ZJ/Jc7izftWUlqzdRYPeKq1mjtwdsLowBdpGnd70EUDQvCybbte6ykuvroR4iED8EIOAQYApagr3uYsgU4AAAAASUVORK5CYII=");
  background-position: -32px -16px;
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-subitems-container {
  position: absolute;
  left: 98%;
  display: none;
  margin-top: -3px;
}

.gc-spread-pivot-selected {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAO5JREFUOBFjYBgFRIfAjRs3eI8dO7bz+PHjRsiaWJA5uNhnzpxhffny5dr///+7MjExgfQ4w9QywRggev/+/Rx79+6NRBYDamJ8//79/J8/f7r+/v373q9fv6KQ5VEM+Pbt24rv378v27ZtWwFMEZDdCdQUDdT8+u/fv+4uLi4vYXIgmhGZs3HjRr9///6tBYoxA3EqEPMAXTCBkZHxKzMzs6Ofn99pZPUgNooBIIGVK1eCvLAEqJEB6F9GIP0XSPuFhoZuB8mjAwwDQAoWL16cAtQ4G6o4MS4ubgGUTTw1b968wrlz51YRr2PkqgQA82JlH8nI1QYAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-pivotRefresh {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTRwdCIgaGVpZ2h0PSIxNHB0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoMTAwJSwxMDAlLDEwMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA3LjA0Njg3NSAyLjEwMTU2MiBMIDkuMTAxNTYyIDQuMjUgTCA5LjEwMTU2MiA3IEMgNy41NTQ2ODggNyA2LjMwMDc4MSA4LjI1MzkwNiA2LjMwMDc4MSA5LjgwMDc4MSBDIDYuMzAwNzgxIDEwLjMwODU5NCA2LjQzNzUgMTAuNzg5MDYyIDYuNjc1NzgxIDExLjE5OTIxOSBMIDIuNDQ5MjE5IDExLjE5OTIxOSBMIDIuNDQ5MjE5IDIuMTAxNTYyIFogTSA3LjA0Njg3NSAyLjEwMTU2MiAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOnJnYig0MCUsNDAlLDQwJSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDYuODcxMDk0IDEuNzUgTCA5LjQ0OTIxOSA0LjM3NSBMIDkuNDQ5MjE5IDcuMDIzNDM4IEMgOS4zMzU5MzggNy4wMDc4MTIgOS4yMTg3NSA3IDkuMTAxNTYyIDcgTCA5LjEwMTU2MiA0Ljg5ODQzOCBMIDYuMzAwNzgxIDQuODk4NDM4IEwgNi4zMDA3ODEgMi4xMDE1NjIgTCAyLjQ0OTIxOSAyLjEwMTU2MiBMIDIuNDQ5MjE5IDExLjE5OTIxOSBMIDYuNjc1NzgxIDExLjE5OTIxOSBDIDYuNzQ2MDk0IDExLjMyNDIxOSA2LjgyNDIxOSAxMS40NDE0MDYgNi45MTQwNjIgMTEuNTUwNzgxIEwgMi4xMDE1NjIgMTEuNTUwNzgxIEwgMi4xMDE1NjIgMS43NSBaIE0gNi42NjAxNTYgMi4xMDE1NjIgTCA2LjY0ODQzOCAyLjEwMTU2MiBMIDYuNjQ4NDM4IDQuNTUwNzgxIEwgOS4xMDE1NjIgNC41NTA3ODEgTCA5LjEwMTU2MiA0LjU0Mjk2OSBaIE0gNi42NjAxNTYgMi4xMDE1NjIgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMjcuMDU4ODI0JSw3Mi45NDExNzYlLDQzLjUyOTQxMiUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA2LjkwNjI1IDguNTU0Njg4IEwgNy43MDMxMjUgOS40NDkyMTkgTCA3LjE4NzUgOS40NDkyMTkgQyA3LjE4NzUgOS44NjcxODggNy4zMzIwMzEgMTAuNDg0Mzc1IDcuNTc0MjE5IDEwLjc4OTA2MiBDIDcuNTgyMDMxIDEwLjc5Njg3NSA3LjU4OTg0NCAxMC44MDQ2ODggNy41OTc2NTYgMTAuODEyNSBDIDcuNjI4OTA2IDEwLjg1NTQ2OSA3LjY2NDA2MiAxMC44OTQ1MzEgNy43MDMxMjUgMTAuOTI5Njg4IEMgNy43MDMxMjUgMTAuOTMzNTk0IDcuNzA3MDMxIDEwLjkzMzU5NCA3LjcwNzAzMSAxMC45Mzc1IEMgNy44MjgxMjUgMTEuMDU0Njg4IDcuOTY0ODQ0IDExLjE1NjI1IDguMTA5Mzc1IDExLjIzODI4MSBDIDguMTEzMjgxIDExLjIzODI4MSA4LjExMzI4MSAxMS4yNDIxODggOC4xMTcxODggMTEuMjQyMTg4IEMgOC4xNjAxNTYgMTEuMjY1NjI1IDguMjA3MDMxIDExLjI4NTE1NiA4LjI1MzkwNiAxMS4zMDg1OTQgQyA4LjI2MTcxOSAxMS4zMTI1IDguMjY5NTMxIDExLjMxNjQwNiA4LjI3NzM0NCAxMS4zMjAzMTIgQyA4LjMxNjQwNiAxMS4zMzU5MzggOC4zNTkzNzUgMTEuMzUxNTYyIDguMzk4NDM4IDExLjM2MzI4MSBMIDguNDQ5MjE5IDExLjM3ODkwNiBDIDguNDg0Mzc1IDExLjM5MDYyNSA4LjUxOTUzMSAxMS4zOTg0MzggOC41NTQ2ODggMTEuNDA2MjUgQyA4LjU3ODEyNSAxMS40MTQwNjIgOC42MDE1NjIgMTEuNDE3OTY5IDguNjIxMDk0IDExLjQyMTg3NSBDIDguNjYwMTU2IDExLjQyOTY4OCA4LjY5NTMxMiAxMS40MzM1OTQgOC43MzQzNzUgMTEuNDQxNDA2IEMgOC43NTM5MDYgMTEuNDQxNDA2IDguNzczNDM4IDExLjQ0NTMxMiA4Ljc5Mjk2OSAxMS40NDkyMTkgQyA4LjgzOTg0NCAxMS40NTMxMjUgOC44OTA2MjUgMTEuNDUzMTI1IDguOTM3NSAxMS40NTMxMjUgQyA5LjMwODU5NCAxMS40NjA5MzggOS42Njc5NjkgMTEuMzUxNTYyIDkuOTc2NTYyIDExLjEzNjcxOSBDIDEwLjEwNTQ2OSAxMS4wNDY4NzUgMTAuMjc3MzQ0IDExLjA3ODEyNSAxMC4zNjcxODggMTEuMjAzMTI1IEMgMTAuNDU3MDMxIDExLjMzMjAzMSAxMC40MjU3ODEgMTEuNTAzOTA2IDEwLjI5Njg3NSAxMS41OTM3NSBDIDkuOTAyMzQ0IDExLjg3MTA5NCA5LjQzNzUgMTIuMDE1NjI1IDguOTY0ODQ0IDEyLjAxNTYyNSBDIDguODg2NzE5IDEyLjAxNTYyNSA4LjgwODU5NCAxMi4wMTE3MTkgOC43MzA0NjkgMTIuMDAzOTA2IEMgOC43MTQ4NDQgMTIuMDAzOTA2IDguNjk5MjE5IDEyIDguNjgzNTk0IDExLjk5NjA5NCBDIDguNjQwNjI1IDExLjk5MjE4OCA4LjU5NzY1NiAxMS45ODgyODEgOC41NTQ2ODggMTEuOTgwNDY5IEMgOC41NDI5NjkgMTEuOTgwNDY5IDguNTMxMjUgMTEuOTc2NTYyIDguNTE1NjI1IDExLjk3MjY1NiBDIDguNDg0Mzc1IDExLjk2NDg0NCA4LjQ1NzAzMSAxMS45NTcwMzEgOC40MjU3ODEgMTEuOTUzMTI1IEMgOC4zNzg5MDYgMTEuOTQxNDA2IDguMzMyMDMxIDExLjkyOTY4OCA4LjI4OTA2MiAxMS45MTc5NjkgQyA4LjI2NTYyNSAxMS45MTAxNTYgOC4yNDIxODggMTEuOTAyMzQ0IDguMjE0ODQ0IDExLjg5MDYyNSBDIDguMTY0MDYyIDExLjg3NSA4LjExMzI4MSAxMS44NTU0NjkgOC4wNjY0MDYgMTEuODM1OTM4IEMgOC4wNTA3ODEgMTEuODMyMDMxIDguMDM5MDYyIDExLjgyNDIxOSA4LjAyMzQzOCAxMS44MTY0MDYgQyA3Ljk2NDg0NCAxMS43OTI5NjkgNy45MTAxNTYgMTEuNzY1NjI1IDcuODUxNTYyIDExLjczNDM3NSBDIDcuODQ3NjU2IDExLjczNDM3NSA3Ljg0Mzc1IDExLjczMDQ2OSA3LjgzNTkzOCAxMS43MjY1NjIgQyA3LjY0NDUzMSAxMS42MjEwOTQgNy40Njg3NSAxMS40ODgyODEgNy4zMTI1IDExLjMzMjAzMSBMIDcuMzAwNzgxIDExLjMyMDMxMiBDIDcuMjUzOTA2IDExLjI3MzQzOCA3LjIwNzAzMSAxMS4yMjI2NTYgNy4xNjQwNjIgMTEuMTcxODc1IEwgNy4xMzI4MTIgMTEuMTMyODEyIEMgNy4xMDU0NjkgMTEuMDkzNzUgNy4wNzQyMTkgMTEuMDU4NTk0IDcuMDQ2ODc1IDExLjAxOTUzMSBDIDcuMDQ2ODc1IDExLjAxNTYyNSA3LjA0Mjk2OSAxMS4wMTE3MTkgNy4wMzkwNjIgMTEuMDAzOTA2IEMgNi43ODEyNSAxMC42Mjg5MDYgNi42MjUgOS45NDE0MDYgNi42MjUgOS40NDkyMTkgTCA2LjE0MDYyNSA5LjQ0OTIxOSBaIE0gOC45NjA5MzggNy4zNTE1NjIgQyA4Ljk3MjY1NiA3LjM1MTU2MiA4Ljk4MDQ2OSA3LjM1MTU2MiA4Ljk5MjE4OCA3LjM1MTU2MiBDIDkuMDU0Njg4IDcuMzUxNTYyIDkuMTE3MTg4IDcuMzU1NDY5IDkuMTc5Njg4IDcuMzU5Mzc1IEMgOS4yMDMxMjUgNy4zNjMyODEgOS4yMzA0NjkgNy4zNjcxODggOS4yNTM5MDYgNy4zNzEwOTQgQyA5LjI5Mjk2OSA3LjM3NSA5LjMyODEyNSA3LjM3ODkwNiA5LjM2NzE4OCA3LjM4MjgxMiBDIDkuMzc4OTA2IDcuMzg2NzE5IDkuMzkwNjI1IDcuMzkwNjI1IDkuNDA2MjUgNy4zOTQ1MzEgQyA5LjQzMzU5NCA3LjM5ODQzOCA5LjQ2MDkzOCA3LjQwNjI1IDkuNDg4MjgxIDcuNDE0MDYyIEMgOS41MzkwNjIgNy40MjE4NzUgOS41ODU5MzggNy40Mzc1IDkuNjMyODEyIDcuNDQ5MjE5IEMgOS42NTYyNSA3LjQ1NzAzMSA5LjY3NTc4MSA3LjQ2NDg0NCA5LjY5NTMxMiA3LjQ2ODc1IEMgOS43NSA3LjQ4ODI4MSA5LjgwNDY4OCA3LjUwNzgxMiA5Ljg1OTM3NSA3LjUzMTI1IEwgOS44ODY3MTkgNy41NDI5NjkgQyAxMC4yMjI2NTYgNy42ODc1IDEwLjUxOTUzMSA3LjkxMDE1NiAxMC43NTc4MTIgOC4xOTUzMTIgQyAxMC43NjE3MTkgOC4yMDMxMjUgMTAuNzY1NjI1IDguMjA3MDMxIDEwLjc2OTUzMSA4LjIxNDg0NCBDIDEwLjgwNDY4OCA4LjI1NzgxMiAxMC44Mzk4NDQgOC4yOTY4NzUgMTAuODcxMDk0IDguMzQzNzUgQyAxMC44NzUgOC4zNTE1NjIgMTAuODc4OTA2IDguMzU1NDY5IDEwLjg4MjgxMiA4LjM2MzI4MSBDIDExLjE0MDYyNSA4LjczODI4MSAxMS4yOTI5NjkgOS4zMDg1OTQgMTEuMjkyOTY5IDkuODAwNzgxIEwgMTEuNzYxNzE5IDkuODAwNzgxIEwgMTEuMDExNzE5IDEwLjgxMjUgTCAxMC4xNjc5NjkgOS44MDA3ODEgTCAxMC43MzQzNzUgOS44MDA3ODEgQyAxMC43MzQzNzUgOS4zNzUgMTAuNTgyMDMxIDguODY3MTg4IDEwLjMzMjAzMSA4LjU1ODU5NCBDIDEwLjMyODEyNSA4LjU1ODU5NCAxMC4zMjgxMjUgOC41NTQ2ODggMTAuMzI4MTI1IDguNTU0Njg4IEMgMTAuMTQ4NDM4IDguMzM5ODQ0IDkuOTE3OTY5IDguMTY0MDYyIDkuNjYwMTU2IDguMDU0Njg4IEMgOS42NTYyNSA4LjA1MDc4MSA5LjY0ODQzOCA4LjA1MDc4MSA5LjY0NDUzMSA4LjA0Njg3NSBDIDkuNjAxNTYyIDguMDMxMjUgOS41NTg1OTQgOC4wMTU2MjUgOS41MTE3MTkgOCBDIDkuNSA3Ljk5NjA5NCA5LjQ4ODI4MSA3Ljk5MjE4OCA5LjQ3NjU2MiA3Ljk4ODI4MSBDIDkuNDM3NSA3Ljk3NjU2MiA5LjM5NDUzMSA3Ljk2NDg0NCA5LjM1NTQ2OSA3Ljk1NzAzMSBDIDkuMzM1OTM4IDcuOTUzMTI1IDkuMzIwMzEyIDcuOTQ1MzEyIDkuMzAwNzgxIDcuOTQ1MzEyIEMgOS4yNjE3MTkgNy45MzM1OTQgOS4yMTg3NSA3LjkyOTY4OCA5LjE3NTc4MSA3LjkyNTc4MSBDIDkuMTYwMTU2IDcuOTIxODc1IDkuMTQ0NTMxIDcuOTIxODc1IDkuMTI4OTA2IDcuOTE3OTY5IEMgOS4wNzgxMjUgNy45MTQwNjIgOS4wMjczNDQgNy45MTAxNTYgOC45NzI2NTYgNy45MTAxNTYgQyA4LjYwNTQ2OSA3LjkwNjI1IDguMjUgOC4wMTU2MjUgNy45NDE0MDYgOC4yMzA0NjkgQyA3LjgxNjQwNiA4LjMyMDMxMiA3LjY0MDYyNSA4LjI4OTA2MiA3LjU1NDY4OCA4LjE2MDE1NiBDIDcuNDY0ODQ0IDguMDM1MTU2IDcuNDk2MDk0IDcuODU5Mzc1IDcuNjIxMDk0IDcuNzczNDM4IEMgOC4wMTk1MzEgNy40OTIxODggOC40ODA0NjkgNy4zNTE1NjIgOC45NjA5MzggNy4zNTE1NjIgWiBNIDguOTYwOTM4IDcuMzUxNTYyICIvPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
}

.gc-spread-removeField {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoOTguMDM5MjE2JSw0NS44ODIzNTMlLDI1LjQ5MDE5NiUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMS44Mzk4NDQgNC45MjE4NzUgQyAxMi4wNTQ2ODggNC43MTA5MzggMTIuMDU0Njg4IDQuMzY3MTg4IDExLjgzOTg0NCA0LjE1NjI1IEMgMTEuNjMyODEyIDMuOTQ5MjE5IDExLjI4OTA2MiAzLjk0OTIxOSAxMS4wNzgxMjUgNC4xNTYyNSBMIDggNy4yMzgyODEgTCA0LjkyMTg3NSA0LjE1NjI1IEMgNC43MTA5MzggMy45NDkyMTkgNC4zNjcxODggMy45NDkyMTkgNC4xNTYyNSA0LjE1NjI1IEMgMy45NDkyMTkgNC4zNjcxODggMy45NDkyMTkgNC43MTA5MzggNC4xNTYyNSA0LjkyMTg3NSBMIDcuMjM4MjgxIDggTCA0LjE1NjI1IDExLjA3ODEyNSBDIDMuOTQ5MjE5IDExLjI4OTA2MiAzLjk0OTIxOSAxMS42MzI4MTIgNC4xNTYyNSAxMS44NDM3NSBDIDQuMzY3MTg4IDEyLjA1NDY4OCA0LjcxMDkzOCAxMi4wNTQ2ODggNC45MjE4NzUgMTEuODQzNzUgTCA4IDguNzYxNzE5IEwgMTEuMDc4MTI1IDExLjg0Mzc1IEMgMTEuMjg5MDYyIDEyLjA1NDY4OCAxMS42MzI4MTIgMTIuMDU0Njg4IDExLjgzOTg0NCAxMS44NDM3NSBDIDEyLjA1NDY4OCAxMS42MzI4MTIgMTIuMDU0Njg4IDExLjI4OTA2MiAxMS44Mzk4NDQgMTEuMDc4MTI1IEwgOC43NjE3MTkgOCBaIE0gMTEuODM5ODQ0IDQuOTIxODc1ICIvPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
}

.gc-spread-pivotShowDetails {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMi42Njc5NjkgMTAuNjY3OTY5IEwgMTIuNjY3OTY5IDExLjMzMjAzMSBMIDEwIDExLjMzMjAzMSBMIDEwIDEwLjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDguNjY3OTY5IEwgMTIuNjY3OTY5IDkuMzMyMDMxIEwgNy4zMzIwMzEgOS4zMzIwMzEgTCA3LjMzMjAzMSA4LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDYuNjY3OTY5IEwgMTIuNjY3OTY5IDcuMzMyMDMxIEwgMTAgNy4zMzIwMzEgTCAxMCA2LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5IEwgMTIuNjY3OTY5IDUuMzMyMDMxIEwgNy4zMzIwMzEgNS4zMzIwMzEgTCA3LjMzMjAzMSA0LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDI3LjA1ODgyNCUsNzIuOTQxMTc2JSw0My41Mjk0MTIlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNS4zMzIwMzEgNS4zMzIwMzEgTCA1LjMzMjAzMSA2LjY2Nzk2OSBMIDYuNjY3OTY5IDYuNjY3OTY5IEwgNi42Njc5NjkgNy4zMzIwMzEgTCA1LjMzMjAzMSA3LjMzMjAzMSBMIDUuMzMyMDMxIDguNjY3OTY5IEwgNC42Njc5NjkgOC42Njc5NjkgTCA0LjY2Nzk2OSA3LjMzMjAzMSBMIDMuMzMyMDMxIDcuMzMyMDMxIEwgMy4zMzIwMzEgNi42Njc5NjkgTCA0LjY2Nzk2OSA2LjY2Nzk2OSBMIDQuNjY3OTY5IDUuMzMyMDMxIFogTSA1LjMzMjAzMSA1LjMzMjAzMSAiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.gc-spread-openValueFieldSettingDialogCmd {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoMTAwJSwxMDAlLDEwMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzLjMzMjAzMSAzLjMzMjAzMSBMIDEzLjMzMjAzMSAzLjMzMjAzMSBMIDEzLjMzMjAzMSAxMy4zMzIwMzEgTCAzLjMzMjAzMSAxMy4zMzIwMzEgWiBNIDMuMzMyMDMxIDMuMzMyMDMxICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDQwJSw0MCUsNDAlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMTMuMzMyMDMxIDcuMzMyMDMxIEwgMTIuNjY3OTY5IDcuMzMyMDMxIEwgMTIuNjY3OTY5IDMuMzMyMDMxIEwgMy4zMzIwMzEgMy4zMzIwMzEgTCAzLjMzMjAzMSAxMi42Njc5NjkgTCA3LjMzMjAzMSAxMi42Njc5NjkgTCA3LjMzMjAzMSAxMy4zMzIwMzEgTCAyLjY2Nzk2OSAxMy4zMzIwMzEgTCAyLjY2Nzk2OSAyLjY2Nzk2OSBMIDEzLjMzMjAzMSAyLjY2Nzk2OSBaIE0gMTMuMzMyMDMxIDcuMzMyMDMxICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDUxLjM3MjU0OSUsNTEuMzcyNTQ5JSw1MS4zNzI1NDklKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNi42Njc5NjkgNCBMIDEyIDQgTCAxMiA2IEwgNi42Njc5NjkgNiBaIE0gNi42Njc5NjkgNCAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOnJnYig1MS4zNzI1NDklLDUxLjM3MjU0OSUsNTEuMzcyNTQ5JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDQgNCBMIDYgNCBMIDYgNiBMIDQgNiBaIE0gNCA0ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDUxLjM3MjU0OSUsNTEuMzcyNTQ5JSw1MS4zNzI1NDklKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNiA2LjY2Nzk2OSBMIDYgMTIgTCA0IDEyIEwgNCA2LjY2Nzk2OSBaIE0gNiA2LjY2Nzk2OSAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOnJnYig3OC44MjM1MjklLDc4LjgyMzUyOSUsNzguODIzNTI5JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDcuMzMyMDMxIDQuNjY3OTY5IEwgMTEuMzMyMDMxIDQuNjY3OTY5IEwgMTEuMzMyMDMxIDUuMzMyMDMxIEwgNy4zMzIwMzEgNS4zMzIwMzEgWiBNIDcuMzMyMDMxIDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDc4LjgyMzUyOSUsNzguODIzNTI5JSw3OC44MjM1MjklKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNC42Njc5NjkgNC42Njc5NjkgTCA1LjMzMjAzMSA0LjY2Nzk2OSBMIDUuMzMyMDMxIDUuMzMyMDMxIEwgNC42Njc5NjkgNS4zMzIwMzEgWiBNIDQuNjY3OTY5IDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDc4LjgyMzUyOSUsNzguODIzNTI5JSw3OC44MjM1MjklKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNS4zMzIwMzEgNy4zMzIwMzEgTCA1LjMzMjAzMSAxMS4zMzIwMzEgTCA0LjY2Nzk2OSAxMS4zMzIwMzEgTCA0LjY2Nzk2OSA3LjMzMjAzMSBaIE0gNS4zMzIwMzEgNy4zMzIwMzEgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMjEuMTc2NDcxJSw0OS44MDM5MjIlLDc4LjgyMzUyOSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMy4zMzIwMzEgMTAuNjQ4NDM4IEwgMTIuNDkyMTg4IDEwLjkxMDE1NiBMIDEyLjI2OTUzMSAxMS40Mzc1IEwgMTIuNjkxNDA2IDEyLjIxODc1IEwgMTIuMjg5MDYyIDEyLjcxNDg0NCBMIDExLjU3MDMxMiAxMi4yNjk1MzEgTCAxMC45MjE4NzUgMTIuNTQyOTY5IEwgMTAuNjg3NSAxMy4zMjQyMTkgQyAxMC42ODc1IDEzLjMyNDIxOSAxMC4wODIwMzEgMTMuMzQzNzUgMTAuMDMxMjUgMTMuMzI0MjE5IEMgOS45ODA0NjkgMTMuMzA4NTk0IDkuODEyNSAxMi42NjAxNTYgOS44MTI1IDEyLjY2MDE1NiBMIDkuMTM2NzE5IDEyLjMzOTg0NCBMIDguMzk0NTMxIDEyLjY2MDE1NiBDIDguMzk0NTMxIDEyLjY2MDE1NiA3LjkyMTg3NSAxMi4yODkwNjIgNy45MDYyNSAxMi4yMDMxMjUgQyA3Ljg5MDYyNSAxMi4xMTcxODggOC4zMTI1IDExLjQ2ODc1IDguMzc4OTA2IDExLjQ2ODc1IEMgOC40NDUzMTIgMTEuNDY4NzUgOC4xMjUgMTAuOTI1NzgxIDguMTI1IDEwLjkyNTc4MSBMIDcuMzMyMDMxIDEwLjU4NTkzOCBMIDcuMzk4NDM4IDkuOTUzMTI1IEwgOC4xNDA2MjUgOS43NSBMIDguMzI4MTI1IDkuMjA3MDMxIEMgOC4zMjgxMjUgOS4yMDcwMzEgOC4wMjM0MzggOC4zNTU0NjkgOC4wMjM0MzggOC4zMzU5MzggQyA4LjAyMzQzOCA4LjMyMDMxMiA4LjUxMTcxOSA3Ljk2NDg0NCA4LjUxMTcxOSA3Ljk2NDg0NCBMIDkuMTM2NzE5IDguMzM1OTM4IEwgOS43OTI5NjkgOC4wOTc2NTYgTCA5Ljk5NjA5NCA3LjMzMjAzMSBMIDEwLjcyMjY1NiA3LjMzMjAzMSBMIDEwLjkwNjI1IDguMTE3MTg4IEwgMTEuNDYwOTM4IDguMzU1NDY5IEwgMTIuMTIxMDk0IDcuOTY0ODQ0IEwgMTIuNzQyMTg4IDguNDA2MjUgTCAxMi4yODkwNjIgOS4xNzE4NzUgTCAxMi41NzQyMTkgOS44MjAzMTIgTCAxMy4zMzIwMzEgOS45ODgyODEgWiBNIDEwLjM1MTU2MiAxMS41NjI1IEMgMTEuMDI3MzQ0IDExLjU2MjUgMTEuNTcwMzEyIDExLjAxMTcxOSAxMS41NzAzMTIgMTAuMzMyMDMxIEMgMTEuNTcwMzEyIDkuNjUyMzQ0IDExLjAyNzM0NCA5LjEwMTU2MiAxMC4zNTE1NjIgOS4xMDE1NjIgQyA5LjY3OTY4OCA5LjEwMTU2MiA5LjEzNjcxOSA5LjY1MjM0NCA5LjEzNjcxOSAxMC4zMzIwMzEgQyA5LjEzNjcxOSAxMS4wMTE3MTkgOS42Nzk2ODggMTEuNTYyNSAxMC4zNTE1NjIgMTEuNTYyNSBaIE0gMTAuMzUxNTYyIDExLjU2MjUgIi8+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
}

.gc-spread-pivotTableUnGroup {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTVwdCIgaGVpZ2h0PSIxNXB0IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoOTYuODYyNzQ1JSw5Ny42NDcwNTklLDk4LjQzMTM3MyUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA4Ljc1IDQuMzc1IEwgMTIuNSA0LjM3NSBMIDEyLjUgMTEuMjUgTCA4Ljc1IDExLjI1IFogTSA4Ljc1IDQuMzc1ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDk2Ljg2Mjc0NSUsOTcuNjQ3MDU5JSw5OC40MzEzNzMlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMy4xMjUgNi4yNSBMIDYuMjUgNi4yNSBMIDYuMjUgOS4zNzUgTCAzLjEyNSA5LjM3NSBaIE0gMy4xMjUgNi4yNSAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYig1MS4zNzI1NDklLDUxLjM3MjU0OSUsNTEuMzcyNTQ5JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDUgMTEuODc1IEwgNSAxMC42MjUgTCA1LjYyNSAxMC42MjUgTCA1LjYyNSAxMS4yNSBMIDcuNSAxMS4yNSBMIDcuNSAxMS44NzUgWiBNIDcuNSAzLjc1IEwgNy41IDQuMzc1IEwgNS42MjUgNC4zNzUgTCA1LjYyNSA1IEwgNSA1IEwgNSAzLjc1IFogTSA3LjUgMy43NSAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYig5OC4wMzkyMTYlLDQ1Ljg4MjM1MyUsMjUuNDkwMTk2JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDYuODc1IDUuNjI1IEwgNi44NzUgMTAgTCAyLjUgMTAgTCAyLjUgNS42MjUgWiBNIDYuMjUgNi42OTE0MDYgTCAzLjU2NjQwNiA5LjM3NSBMIDYuMjUgOS4zNzUgWiBNIDUuODA4NTk0IDYuMjUgTCAzLjEyNSA2LjI1IEwgMy4xMjUgOC45MzM1OTQgWiBNIDUuODA4NTk0IDYuMjUgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMi41IDExLjg3NSBMIDguMTI1IDExLjg3NSBMIDguMTI1IDMuNzUgTCAxMi41IDMuNzUgWiBNIDExLjg3NSA5LjM3NSBMIDguNzUgOS4zNzUgTCA4Ljc1IDExLjI1IEwgMTEuODc1IDExLjI1IFogTSAxMS44NzUgNi44NzUgTCA4Ljc1IDYuODc1IEwgOC43NSA4Ljc1IEwgMTEuODc1IDguNzUgWiBNIDExLjg3NSA0LjM3NSBMIDguNzUgNC4zNzUgTCA4Ljc1IDYuMjUgTCAxMS44NzUgNi4yNSBaIE0gMTEuODc1IDQuMzc1ICIvPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
}

.gc-spread-pivotTableGroup {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTJwdCIgaGVpZ2h0PSIxMnB0IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoOTYuODYyNzQ1JSw5Ny42NDcwNTklLDk4LjQzMTM3MyUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA2LjY2Nzk2OSAyLjY2Nzk2OSBMIDEwLjY2Nzk2OSAyLjY2Nzk2OSBMIDEwLjY2Nzk2OSAxMCBMIDYuNjY3OTY5IDEwIFogTSA2LjY2Nzk2OSAyLjY2Nzk2OSAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOnJnYig5Ni44NjI3NDUlLDk3LjY0NzA1OSUsOTguNDMxMzczJSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDEuMzMyMDMxIDQuNjY3OTY5IEwgNC42Njc5NjkgNC42Njc5NjkgTCA0LjY2Nzk2OSA4IEwgMS4zMzIwMzEgOCBaIE0gMS4zMzIwMzEgNC42Njc5NjkgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoNTEuMzcyNTQ5JSw1MS4zNzI1NDklLDUxLjM3MjU0OSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzLjMzMjAzMSA5LjMzMjAzMSBMIDMuMzMyMDMxIDEwIEwgNS4zMzIwMzEgMTAgTCA1LjMzMjAzMSAxMC42Njc5NjkgTCAyLjY2Nzk2OSAxMC42Njc5NjkgTCAyLjY2Nzk2OSA5LjMzMjAzMSBaIE0gNS4zMzIwMzEgNCBMIDUuMzMyMDMxIDguNjY3OTY5IEwgMC42Njc5NjkgOC42Njc5NjkgTCAwLjY2Nzk2OSA0IFogTSA0LjY2Nzk2OSA0LjY2Nzk2OSBMIDEuMzMyMDMxIDQuNjY3OTY5IEwgMS4zMzIwMzEgOCBMIDQuNjY3OTY5IDggWiBNIDUuMzMyMDMxIDIgTCA1LjMzMjAzMSAyLjY2Nzk2OSBMIDMuMzMyMDMxIDIuNjY3OTY5IEwgMy4zMzIwMzEgMy4zMzIwMzEgTCAyLjY2Nzk2OSAzLjMzMjAzMSBMIDIuNjY3OTY5IDIgWiBNIDUuMzMyMDMxIDIgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMS4zMzIwMzEgMTAuNjY3OTY5IEwgNiAxMC42Njc5NjkgTCA2IDIgTCAxMS4zMzIwMzEgMiBaIE0gMTAuNjY3OTY5IDggTCA2LjY2Nzk2OSA4IEwgNi42Njc5NjkgMTAgTCAxMC42Njc5NjkgMTAgWiBNIDEwLjY2Nzk2OSA1LjMzMjAzMSBMIDYuNjY3OTY5IDUuMzMyMDMxIEwgNi42Njc5NjkgNy4zMzIwMzEgTCAxMC42Njc5NjkgNy4zMzIwMzEgWiBNIDEwLjY2Nzk2OSAyLjY2Nzk2OSBMIDYuNjY3OTY5IDIuNjY3OTY5IEwgNi42Njc5NjkgNC42Njc5NjkgTCAxMC42Njc5NjkgNC42Njc5NjkgWiBNIDEwLjY2Nzk2OSAyLjY2Nzk2OSAiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOnJnYigyMS4xNzY0NzElLDQ5LjgwMzkyMiUsNzguODIzNTI5JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDEwIDguNjY3OTY5IEwgMTAgOS4zMzIwMzEgTCA3LjMzMjAzMSA5LjMzMjAzMSBMIDcuMzMyMDMxIDguNjY3OTY5IFogTSAxMCA2IEwgMTAgNi42Njc5NjkgTCA3LjMzMjAzMSA2LjY2Nzk2OSBMIDcuMzMyMDMxIDYgWiBNIDEwIDMuMzMyMDMxIEwgMTAgNCBMIDcuMzMyMDMxIDQgTCA3LjMzMjAzMSAzLjMzMjAzMSBaIE0gMTAgMy4zMzIwMzEgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzLjMzMjAzMSA1LjMzMjAzMSBMIDMuMzMyMDMxIDYgTCA0IDYgTCA0IDYuNjY3OTY5IEwgMy4zMzIwMzEgNi42Njc5NjkgTCAzLjMzMjAzMSA3LjMzMjAzMSBMIDIuNjY3OTY5IDcuMzMyMDMxIEwgMi42Njc5NjkgNi42Njc5NjkgTCAyIDYuNjY3OTY5IEwgMiA2IEwgMi42Njc5NjkgNiBMIDIuNjY3OTY5IDUuMzMyMDMxIFogTSAzLjMzMjAzMSA1LjMzMjAzMSAiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.gc-spread-pivotExpand {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMi42Njc5NjkgMTAuNjY3OTY5IEwgMTIuNjY3OTY5IDExLjMzMjAzMSBMIDEwIDExLjMzMjAzMSBMIDEwIDEwLjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDguNjY3OTY5IEwgMTIuNjY3OTY5IDkuMzMyMDMxIEwgNy4zMzIwMzEgOS4zMzIwMzEgTCA3LjMzMjAzMSA4LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDYuNjY3OTY5IEwgMTIuNjY3OTY5IDcuMzMyMDMxIEwgMTAgNy4zMzIwMzEgTCAxMCA2LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5IEwgMTIuNjY3OTY5IDUuMzMyMDMxIEwgNy4zMzIwMzEgNS4zMzIwMzEgTCA3LjMzMjAzMSA0LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDI3LjA1ODgyNCUsNzIuOTQxMTc2JSw0My41Mjk0MTIlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNS4zMzIwMzEgNS4zMzIwMzEgTCA1LjMzMjAzMSA2LjY2Nzk2OSBMIDYuNjY3OTY5IDYuNjY3OTY5IEwgNi42Njc5NjkgNy4zMzIwMzEgTCA1LjMzMjAzMSA3LjMzMjAzMSBMIDUuMzMyMDMxIDguNjY3OTY5IEwgNC42Njc5NjkgOC42Njc5NjkgTCA0LjY2Nzk2OSA3LjMzMjAzMSBMIDMuMzMyMDMxIDcuMzMyMDMxIEwgMy4zMzIwMzEgNi42Njc5NjkgTCA0LjY2Nzk2OSA2LjY2Nzk2OSBMIDQuNjY3OTY5IDUuMzMyMDMxIFogTSA1LjMzMjAzMSA1LjMzMjAzMSAiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.gc-spread-pivotCollapse {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMi42Njc5NjkgMTAuNjY3OTY5IEwgMTIuNjY3OTY5IDExLjMzMjAzMSBMIDEwIDExLjMzMjAzMSBMIDEwIDEwLjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDguNjY3OTY5IEwgMTIuNjY3OTY5IDkuMzMyMDMxIEwgNy4zMzIwMzEgOS4zMzIwMzEgTCA3LjMzMjAzMSA4LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDYuNjY3OTY5IEwgMTIuNjY3OTY5IDcuMzMyMDMxIEwgMTAgNy4zMzIwMzEgTCAxMCA2LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5IEwgMTIuNjY3OTY5IDUuMzMyMDMxIEwgNy4zMzIwMzEgNS4zMzIwMzEgTCA3LjMzMjAzMSA0LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDk4LjAzOTIxNiUsNDUuODgyMzUzJSwyNS40OTAxOTYlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMy4zMzIwMzEgNi42Njc5NjkgTCA2IDYuNjY3OTY5IEwgNiA3LjMzMjAzMSBMIDMuMzMyMDMxIDcuMzMyMDMxIFogTSAzLjMzMjAzMSA2LjY2Nzk2OSAiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.gc-spread-pivotExpandEntireField {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMi42Njc5NjkgMTAuNjY3OTY5IEwgMTIuNjY3OTY5IDExLjMzMjAzMSBMIDEwIDExLjMzMjAzMSBMIDEwIDEwLjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDguNjY3OTY5IEwgMTIuNjY3OTY5IDkuMzMyMDMxIEwgNy4zMzIwMzEgOS4zMzIwMzEgTCA3LjMzMjAzMSA4LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDYuNjY3OTY5IEwgMTIuNjY3OTY5IDcuMzMyMDMxIEwgMTAgNy4zMzIwMzEgTCAxMCA2LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5IEwgMTIuNjY3OTY5IDUuMzMyMDMxIEwgNy4zMzIwMzEgNS4zMzIwMzEgTCA3LjMzMjAzMSA0LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDI3LjA1ODgyNCUsNzIuOTQxMTc2JSw0My41Mjk0MTIlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNS4zMzIwMzEgNS4zMzIwMzEgTCA1LjMzMjAzMSA2LjY2Nzk2OSBMIDYuNjY3OTY5IDYuNjY3OTY5IEwgNi42Njc5NjkgNy4zMzIwMzEgTCA1LjMzMjAzMSA3LjMzMjAzMSBMIDUuMzMyMDMxIDguNjY3OTY5IEwgNC42Njc5NjkgOC42Njc5NjkgTCA0LjY2Nzk2OSA3LjMzMjAzMSBMIDMuMzMyMDMxIDcuMzMyMDMxIEwgMy4zMzIwMzEgNi42Njc5NjkgTCA0LjY2Nzk2OSA2LjY2Nzk2OSBMIDQuNjY3OTY5IDUuMzMyMDMxIFogTSA1LjMzMjAzMSA1LjMzMjAzMSAiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.gc-spread-pivotCollapseEntireField {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZwdCIgaGVpZ2h0PSIxNnB0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoNDAlLDQwJSw0MCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMi42Njc5NjkgMTAuNjY3OTY5IEwgMTIuNjY3OTY5IDExLjMzMjAzMSBMIDEwIDExLjMzMjAzMSBMIDEwIDEwLjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDguNjY3OTY5IEwgMTIuNjY3OTY5IDkuMzMyMDMxIEwgNy4zMzIwMzEgOS4zMzIwMzEgTCA3LjMzMjAzMSA4LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDYuNjY3OTY5IEwgMTIuNjY3OTY5IDcuMzMyMDMxIEwgMTAgNy4zMzIwMzEgTCAxMCA2LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5IEwgMTIuNjY3OTY5IDUuMzMyMDMxIEwgNy4zMzIwMzEgNS4zMzIwMzEgTCA3LjMzMjAzMSA0LjY2Nzk2OSBaIE0gMTIuNjY3OTY5IDQuNjY3OTY5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpldmVub2RkO2ZpbGw6cmdiKDk4LjAzOTIxNiUsNDUuODgyMzUzJSwyNS40OTAxOTYlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMy4zMzIwMzEgNi42Njc5NjkgTCA2IDYuNjY3OTY5IEwgNiA3LjMzMjAzMSBMIDMuMzMyMDMxIDcuMzMyMDMxIFogTSAzLjMzMjAzMSA2LjY2Nzk2OSAiLz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.gc-spread-pivotClearFilterFrom {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jbGVhcjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJjbGVhciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNsZWFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBmaWxsPSIjNjY2NjY2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTcuMTkyNjE2MTIsNS4xNTIwMTY3NiBDNi41MjA5OTE3MSw0LjkzNzA3MzIgNS45MzEzOTk1Niw1LjAyOTE5MTc0IDUuNTYzOTg4NDksNS40OTI0NzM1OSBDNS4zMzQ4NDUsNS43ODQxMjAzMSA1LjE0MDIxNzM2LDYuMjI0Njc1MTggNS4xMDM0NTM5Niw2LjYzOTYyMDIyIEM1LjA0NTk1NDY5LDcuMjg4NjA4OTYgNS4zNjQ4MDg0OCw3LjgzOTU4NDM4IDYuMDU0OTg5NTcsOC4wODYxNjg3NSBDNi4xNzI4MjMzMyw4LjEyODI2Nzc5IDYuMjg3NTE0LDguMTcyMjcyNTYgNi4zOTk4NjY2Nyw4LjIxODYxNDE1IEw2LjM5OTg2NjY3LDkuNjAwMjY2NjcgTDQuODAwMTMzMzMsMTEuMiBMNC44MDAxMzMzMyw2LjE3MTIgTDAsMCBMMTEuMiwwIEw3LjE5MjYxNjEyLDUuMTUyMDE2NzYgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEzLjk4MjcyNjgsNi45MDA3Mjk4MiBDMTMuNzI1MTY1NSw3LjU2Mjg1OTg4IDEyLjMzNDU5OTIsOC4yMDAyNDkzOSAxMS4wNTgzODczLDkuMTQ4MzYxMzQgQzExLjY5MzU5NDcsMTAuMTU5MzE2NCAxMi4zOTYxNjIxLDExLjUxNTQxODQgMTMuNTYzODgzNSwxNCBDMTIuMDk5Njc2NywxMi4yODY4NDA5IDExLjAyNDQzMjMsMTEuMjUwNDE5MyA5LjkzODY5OTgsMTAuMTA4MzEzMyBDOC43ODM0MDA5MSwxMS4xNjQ4MDY5IDguMjM1MDk1NTMsMTEuNzI1MTEwNiA3LjgzMjMxMzkxLDEyLjQ3MzkwMDggQzcuMzczOTgxMDIsMTMuMzI1OTYzNCA3LjExMDQ5NDk5LDE0LjI4MzI4NDcgNi4yNDMzOTk3LDEzLjg2Nzk3MzQgQzUuNjY1MzM2MTcsMTMuNTkwMTg4NCA1LjE0NDQxNjQ1LDEyLjU1MDk5OTQgNi4yNDMzOTk3LDExLjQ3MzU1ODEgQzcuMzQyMzgyOTQsMTAuMzk2MTE2NyA4LjE5OTU0MDE4LDkuNTkwOTk1NzQgOC44MTU2OTk1OSw5LjA1OTEwNTg1IEM3Ljk3NTkzMzk1LDguMzc3ODQ5NjEgNy4yMjIyOTgxMSw3LjkwODU1MTE2IDYuMjQzMzk5Nyw3LjU1ODgxNTM0IEM1LjI2NDUwMTI4LDcuMjA5MDc5NTIgNS43NTAxNjM4OCw2LjE2MTk0NTMyIDYuMDAyNzU2MTEsNS44NDA0NDMzOCBDNi4yNTcwMDQ2OCw1LjUxOTg1MjIxIDYuNzgwODgyODQsNS41MTk4NTIyMSA3LjQwNTMyMzk2LDUuODQwNDQzMzggQzguNjI3NzA0NzIsNi42MTczMzA1IDkuNTcwOTkxNzcsNy4zNjE0Mjk4OSAxMC4yMzc2Njk2LDguMDcyNzQxNTQgQzExLjY3MzcxODYsNy4zMTMxNTkwNiAxNC4yMzQ0OTA4LDYuMjUyMjYxMzIgMTMuOTgyNzI2OCw2LjkwMDcyOTgyIFoiIGlkPSJGaWxsLTkiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
}

.gc-spread-copy {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMwNEYxQjlFNDJCMzExRTc4OTZBRDU3QzgwMEM3QTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMwNEYxQjlGNDJCMzExRTc4OTZBRDU3QzgwMEM3QTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzA0RjFCOUM0MkIzMTFFNzg5NkFENTdDODAwQzdBNDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzA0RjFCOUQ0MkIzMTFFNzg5NkFENTdDODAwQzdBNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6TXfPoAAABdUlEQVR42oSSPUsDQRCGJ+EI2CWCiKKYSrtgYyOCYCUBSSVYCBZiKhXxfyiCjYgSG0FIoSiIhUVSaJ2fYGNnYUhyH7s7u85s7i7mPMnAMLu389777EfmofFhtNaAiKAU2sq5UyllYFSwOBkXdw1Tu2+ZUVpHa4wnmtqzoV9hqgj1t28jBIAvAbhKaj2s5GMiB1HZAZISNUDOyYCUPRDUubkyPuR0/tiG5eqTeb/csD/IIkq7IJWxybG/XQYvGCbiaLsSnk/XYXGrZr84SoViNKAo3Tb2qy//EH11BBxdfUIhX4CF8okhsbBNQvbFNknQ9QZEkfhsbzpkmYPVg1fecyhWeiAm4q6bTsRrsxM5QDKNsYPfzpQdL52IK4cKfHaWYRM5Ex4vImXknCSKxDJwB1c1PzM2dC3RnpNEGB699HvgXN/WgTMZxaVqKlEsZufWy03qG54s7Zo0oijsnv97t/zC1o6bgFKQi2cxhde1led82j8CDAAflFKLtUvyvAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-spread-cut {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk4M0YzQkU2NDJCMzExRTdBQzFCQzM2MzQ3Q0NEMUVDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk4M0YzQkU3NDJCMzExRTdBQzFCQzM2MzQ3Q0NEMUVDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTgzRjNCRTQ0MkIzMTFFN0FDMUJDMzYzNDdDQ0QxRUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTgzRjNCRTU0MkIzMTFFN0FDMUJDMzYzNDdDQ0QxRUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6vHhfyAAABpklEQVR42mJgwAI6lxz427xgrzIDDsCETZBPgI/p8cNHx3BqKp24fkHZhPVlyILMjEwM//8z8uDU9PLJEyEGRsZOdI3////jxKlpUXeu3+MHD75hamRkxOsneVUVmUf3H/zCZiNOTR1ZPu9lFOW0Ht6//x+kkShNINCTH3RXRl7R8uH9Bwzv375l4ONmY4iqmCaITROGu0HO+/Lxdef/f/8Y/nDpHj15g62YT1zsFrsgpzUHL9vRrVkC7zE0KbrN8nFx0NjMJST048DBd2z/2TgZOAR4Gdj4eX6x8rGzMf3978+CafX/tHN3/zL8v/9f5x8j47u/v/7c+/XlmwDbr19SvxmFrBn+/l8Nt0nVdYb5f2aOHazcwgJcgmIMZ+eYg+V0ow4L/v3Hco+JmWnOlaXmpcZZl//DA+I/I8sxVl65w8ysQtd+//wHt/nyMtv3zEx/lP78/BWhFXHs/8/3XxCSqt5L/sPY2hFH/mMLNVW/feYqAXuV4X769/vLD42g7d2MbNxrcMXP7U1OJ1Hiiek/g8Pf76+LGP58P/H/P8NmfJELEGAAG6Sldb/nz3cAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-pasteOptions {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRDMUFEQ0I5NDJCMzExRTdBMjQ1QkFFQURDMUU0MzZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRDMUFEQ0JBNDJCMzExRTdBMjQ1QkFFQURDMUU0MzZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REMxQURDQjc0MkIzMTFFN0EyNDVCQUVBREMxRTQzNkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REMxQURDQjg0MkIzMTFFN0EyNDVCQUVBREMxRTQzNkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6s+LeRAAACA0lEQVR42nxTz0tUURT+rmgTjiJEEhlEiBEEgS1yIoJqIUMi6Eb/AFfSTvqxi1rVpsSFC4kYaF2IUhS4mmhTK0MxHISiFLFFOoPz4737zr23c+97z5lxRs/jvnvuved95/vOeVfgkD19MWfq1g8mBY4xUVocNqaw4Rb3Vydw9/YtjAyl3Hrx4zd8yn7GyyuZMLjrIpIjH+oAW+zHycHnSF7NuY3r11L4swU3rG/NntmYOFGttbq3/OumtfVN3Ein6wLO9vShNqY5gCm46cuz2SYhS1Hk3jEAeg9aOZX8GNgqvvfyULwXaICICeyw330PTzL/zMpyFrmdzsSPt+MyYpCHJq6NiBpgBPxAYfzmqYaMMwsS58/1oOxt+Rib7WyJJSjOogIRDvY9Sc3bJjSmH6aR6u/DmY4T+5GEPNO09GMznKERwPJ7/WYerzLEkvlcaxxIUNKis2vCWhQrgTsKSMe5oTTh+7tJ7BaK+PV7E48y2zhgoAMRZTEhQCkE8KWOasMMuTZECu2JkxjovwySP6sMiOI8wkHsl6Vbe1LVCKiKTLYzO78SAXCPT/e2VcW2SRRzIYOyT64rImIXe0CCAcpotf936WtjteMaVCoUZrYyHAkRzrY+HgMcvhyxjT4mF3bpQteRN9FKOPKq3pnKOgBFAXfIc8GWss1K7BPvWWb/BRgAxiv0G+KDFYkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-pasteAll {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAXCAYAAADk3wSdAAAAuUlEQVR42u3VsQrDIBAGYF/ZSTdfoI/j4pBdFPe+QrsUuoWCV064ogkmplpooQc/ITH3JSTGMFYp5xwIIYBzniKlhBACsJ4iLMaYQvvNwPX+SCcbY17NNZSitYa8t6jzZYbTdIP87lqDPdiLRoHiwV6U+lfoaqChqr35QE++A2U9z2UL3Xtp3nt4C6U5uwyOKaUAv8KhKG4RttbCMLSYvyPQ5QX+6K+gtJ4ORXHl3oMPo0f+WR9BW/ME6gakYAjbY+4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-pasteFormula {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAXCAYAAADk3wSdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUzMjQ5N0Y2N0U0QzExRTdCOTEyQ0NDNzNENjU1NjFDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUzMjQ5N0Y3N0U0QzExRTdCOTEyQ0NDNzNENjU1NjFDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTMyNDk3RjQ3RTRDMTFFN0I5MTJDQ0M3M0Q2NTU2MUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTMyNDk3RjU3RTRDMTFFN0I5MTJDQ0M3M0Q2NTU2MUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6KOVrPAAABtklEQVR42qxVPY8BURQ9IxKFZisSSjUKFYlmhdhEQqPWCVExWws6kdH5B0JDojMU2xASnVbiB1Bto9G83Xs3M7GyY+fDSSbvK/fcOee9d58EA+x2OzGdTnG9Xnns8XhQLBYRi8Uk/AO30cJ4POZWURRuZVnGcDiEGbiFENyRJAmLxUKoqvowoF6vc0AqlUIul5Nu4zXwpPLxKeTXFzQaDVhBv9+nWHzHSrekLiKEQ9xzuG8WOLNFMmsbZQZkmYb3Z5F2u11st1uk0+lf8y67hJPJBKfTCZVKhdunkC6XSyQSCWSzWXQ6HeekdJbP5zNCodBzNqpQKOj9drvNftZqNWeks9kMg8GAfbyX7Uj+fr+H3+83XLdF+shPW/K1ghMMBnV/e70eDoeDaLVanMwy6fF4hM/nQzgcZn+bzSY2mw3Pj0YjyZZ88jMajerjSCTCZ7Zarb7Z9vTeT0pwuVwQCATUPz01qjpa4Viv19zSLdJA0r1eL1arlUgmkz/yqcBakR6Px/WxloQsIE9ps3T5j4jpL8vlMhMQaSaT0W8WeVkqldgC6tNnGvQu5fN5MZ/PTb0SXwIMAAHPvw+5QntsAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-pasteValues {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAXCAYAAADk3wSdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFCQzg0RDc3N0U0QzExRTc4MzcyRDdEMjUyQjJDODFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFCQzg0RDc4N0U0QzExRTc4MzcyRDdEMjUyQjJDODFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUJDODRENzU3RTRDMTFFNzgzNzJEN0QyNTJCMkM4MUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUJDODRENzY3RTRDMTFFNzgzNzJEN0QyNTJCMkM4MUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7cAGVnAAABf0lEQVR42mL8//9/DgN2MKWiouL/r1+/wBx2dnaG9vZ2RiATl3o4YMIlUVRUBDawt7cXjH/+/AkWQ7cYCcMBC0zg379/rUxMTNVYNKJbNhlE9/X1MeJSwwj0PkPvvg//i50EQBoYSAFAg0F6GYB6UYKFCWQgA4UA3QwWJAmwzSQaRlpEUQJGDR01dCgYykKJZlB5QbSh169fZ9i0aRPDmTNnGFavXg0XT0pKYrh16xaYfeTIETBdU1PDcODAARBzsrGxMcPEiRNzsRoKMuzmzZsMz58/h4tt2LCBwdHRkWHevHlgvo2NDdjglpYWMP/UqVOwUm4KVkNjY2PBGKQRBgICAlDU8PDwoPA/f/6M3fvIpQ6u8AKB0NBQhujoaHQXMvj6+kJiH1rAEgWePHkCNtDPzw/sExAwMzMDB8Ps2bMZ9u/fj0hS6AbjcmVhYSGKgciAl5cXpTrBqB0XL148eebMmXC+pKQkOBUghzEsBXh4eDB8+fIFzIfGPiNAgAEAG66hf3H3yXAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-pasteFormatting {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAXCAYAAADk3wSdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRFMkIzNDMzNzY3RDExRTc5ODIyQjBCNDM5MUZGMzNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRFMkIzNDM0NzY3RDExRTc5ODIyQjBCNDM5MUZGMzNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REUyQjM0MzE3NjdEMTFFNzk4MjJCMEI0MzkxRkYzM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REUyQjM0MzI3NjdEMTFFNzk4MjJCMEI0MzkxRkYzM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6glf7eAAAC1ElEQVR42rRVX0hTYRT/XV3KfKhUUAe+yIaDcqisp0kjnA+CPSi6erKQooe96aAQlOGDPplBkCQalBuMHsagWQxpjh4mZsNN8WELh1QPY1quEVs0YjfPF/dyt907hOgH9373nO/7fpxz7vnDQQHb29u8x+NBPp9ncm1tLaxWK4xGI4cK4HkeKnpxXPk5t9vN1oWFBbZOTEzA5XIpEkk5VPSKpX7x+qYarK+vw+/3VzIE4+PjPK0WiwUDAwOIHzFPiqxSnSr5tf0c9L01soRkoRwCgQAjpbvoAC8lrmLKf0Qph0r4eLjxXYzfWUF35FCF/4AyUofDgcHBQdjtdlFHqUV6JVzvqKMM4FdXV/ky0lAohEQiAafTKZIRvF4vhoaGFAkpc3w+HyKRyNncX1xchMlkQldXl+w+EQaDQfbIut/T0wOtVovR0VEmd3Z2sty12WyyhPbeiwiHw8xKKbj5QJqXHiq1kpBKpbC7u4vm5mYsLS2J+/F4DMvLKygUCqLuNIM4Rfej0Sg2NzeZ5UKcW1paxDgTjo+/FhGq1erKMRV+DpGW1jlhenoauVwOIyMjTG5sbMTc3BynSEpWknXDw8PQ6XRinJPJJLq7uzE7O4tsNsvKOp1OY2xsDFNTU1xZRUlBf1rakWZmZsRvcpcsFJDJZGAwGOTLtBLcwTjefDhE/ncBpksa3L5zD67nz2A2m9HX1yd0qrOTPvLuoPq0Vzrv9zN5xb8Pb/gIk5OT+PyjWrb+Kyb/09d7yGTzMBtaRd3d/g68j6XYJFDqcKrSriOU3ct3cbzaOvw7WuIp6DQX8Nh2DR+/nEDTUIdv2YJyQyGS0jr2hg7w4m2s6OBBMgPfVgJP1vZw82obTn4Wiu4VVRTlHXV/EhrUVdjYSZQRCqhRcbhl0eNye5voOhHSvabz5zhxXkmHViDyiZ/3RMrINPV1aG+tx4MbVzi5IVlaHH8EGAC5Ozy0Q9eoOwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-spread-pasteValuesFormatting {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAzNJREFUSA2llU1oE1EQx3fTxASxqRaLCFEsCoqgN7XixX6AaBHsSVsPUpUiVYr58iBYUrTUmqTBIgiiIIKCl4JQKwj98OAXikXtURGkaK2oNWikaZP1N9tsWJtkE/DB7MybmfefefPmvVWVIsPn893XNG2f4aaq6lBfX1+jMf9v7vV6NTPI4rnZlk+251P6/f696XT6GjZPPnsmyKTNZmuLRqMP8vkYumyA/uGZ9UlFuRCoX968GLxA1p6M35royMwdh6ac66hf/t4ANrhNBAGfU5WniqIdyhjyZm4sMnHdjzNqlvWCY7Lpor4DjN04VRnGWCymGnKpXNbPqWo3/kaS+lJ9B0h1pQIV8cvB0Xdgzt4AoO7HkEO05YzT6azr6en5iq6T+UratMPwM/N8ONlDNjtm5F673b4jlUr5k8lkE/fhOQDtdM7WPL4FVUaJchzI9CNdsgVDNZSGbgAejEQi0znOFoqCAQDzEeA4a9+Q+SpoGt2TYDC4C7nkJihYIjIdA3yMum9gN4+h9vn5+RF0r7mIv+AtUNFRcAeyUjJlXId3MZVAAy6XqxU5+zaJn9WwDECmbYDb6JqrgEv2+2dnZ3vhz6xAzbaCJRKnsrKyDwC3QPLgvSDgUQKudbvdA2YQK1k/rMjwj+yLGahfUfIBGsBW6y13YAAU41ZJFQ1AWc5Tlm2QkzeqVoIFAoEGWvgyunWU7yWlPBgOh6fk54R5J/oJdJ3SiZaHLGA4e6BliJUyl8HcDYCXe7GH6XaCndQNinITXkNQN7qzotMDqKryWSYyYiM///kd0kGtLHi1YF348pMZIOOH5eXl0k1/CPhJLAR8hG81oiQzquvkoyjqmM74pLT0oBya+eAM22Iej8evCDhddVtsvFtHyPwe4m9oSHT6DhzqkjOqon4XRSkDUJV69+PbQNaNoVAoLus4o3BFRYUbcRyfu6LLtmT/aMIzpyUvUeHdmqasFqN0B4d8gKza2PpmVH6yHSbzLuQTUCf0Bdtbh8PxjUtYQ8BJ/C+iq6K8G7Nd1FG7dBLnnPeFTE6jd8Gn4MFEIjEBr2Q+Dm+C5NBvQYOAHoZvgr+jCU6J7S9Up17d6QSfRQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-spread-pasteFormulaFormatting {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAA2JJREFUSA2llV1IVEEUx++srhvhRxZRgZUSPSSIPfUmlIJ9CD0UUYZvURDU0uoaIhWCiYK7GotG+hQIBRsFhR9EKRKC+JAvPVYYYVQvm5q0m+vu7XfuOnbTva7QwNw5c85//mfOzDlzlZGh1dfXD5mmeUrDlFLDXV1dNXr+36PP5zPtJGvndls6OTudsqGh4WQymezHVpTOvuJk1uVyXQkGgyPpMFq36iA0OndgyTDu+qu21a4ld9h10Qpub3Bs7pHbNG57q7Z91MR6dIkg5HFlTBqGeWHFkHbnepFttHDcUa2sFx6bzRKtCDC2Adqpjd3d3UrLmx1lfVypNvB6k9ZSKwKkys0SZcCt47EisO9eCPx+f00ikXiA6MnKyroWCATCLS0trvn5+RHS9CVp2pXO0Voewaxesn0B5D1kyC103GOygzG8sLDgZSzJz8+/b8dmktM6YJc7IP6EkxwIsomoBKetzGuIJJaJ1G5P6wCA7PIJIctlt0Lej9MBcv6NffFmZCtbAqM/VqvVX1Vo6RobGw9CGl1eXq6GqAW5Doet9Fw5vkwFpp07RWB0dna+x8lugAF6HUcWxMkg8iJO+hj30a0GroIorzPZT1fFxcUVXq/3txh1moq8rrH7XpTyuA1DXow8QVZN4KAA2Wo8hqfBvULfgf4M/a0mF4BjBCw8C7jC4/EcSlEZT5n3EkkCZw9Fx1zxboUQp4l4WnS0q6kh9XW8A96fMiBRqvqDQIWMo6hiXJLLbmpqKozH4zdweAeHL+jP8vLyBsiyZIo69XWMAOJ3diAEkgivtQ7yLJzpt6cP+ctacsE6RqCJNho5xmmIt7CZUifchpfstEj0zc3NuyA/LMezEc46IqWMr6Zp7BFg99h8ja+yYGijRWKLxWLHGRQ18VxjQ6GQJxKJeJgvLS4ulvOGTa3cgRrnGmsFmDCTgxSeiP80XYA25Ql2/y03N3dKdGRT6czMjFT8LNMo/Sd9yjoit8q5qQwVQbGpFg6H5YKrIevXF0sGfaYWQujPQxKiduRxTBWa99jWWbcrp5wFj+W4nLyQukfk7CcnJ8+B/e52u+/ZsDHItzP/xbEVEJFU9d9CEyfML4rSqbHQF41GyyAfpwCPtre3W2dJFPn8KwaJoAdbmNq4zLN+SXj+AJhsfWw7R2FgAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-insertComment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA2MDkwNTRFNDJCNDExRTc5MkIxQTM0NTZCOUEwNEFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA2MDkwNTRGNDJCNDExRTc5MkIxQTM0NTZCOUEwNEFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDYwOTA1NEM0MkI0MTFFNzkyQjFBMzQ1NkI5QTA0QUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDYwOTA1NEQ0MkI0MTFFNzkyQjFBMzQ1NkI5QTA0QUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz60jjNKAAAB2UlEQVR42oxSPUscURQ9b7MK+Q+CoD9hq2DnL0iVyiZItEi1wQ0Ykd0mlUhASKGB/IA0qawkayVEZEu7ZINESUbcVXHn433nvvtmdjE2DhzOm5l3zr33cOF3G965bjvg/zMe80yE39x97rYfoxfhohDooLcINOhLj9DoYphc4uLsN/JcMrKMOCuICWmBNC/wZuOLEONWV3oT270Gk335Ad4qeKeYnZPEkt93dvYxGN6g7l9tdR50sLJFF5/AG0MzGhJoeK/pHNgwS0UoDGqxYovb5srMLbroQA5R4CuTyI5MtVKQmgzEp1YnffGOLj1lL++m4Ja3Ufu8FkWMWDWcAwdDKTUMdVETqz1xezUg92kSfoSzoWsHs/SehQEuZDAexXInSpEJoR6qGhPbZNybOYwwEaM0DKy0JthooLThmSv3yqiqHNu2+NHPkFxeI0mGmJ+bwd/kNIaoVQzL21jB2xCULsObdPXz1x8sPJvF9+NTLD2fhhl3oKoRyqDKsyurO3636PfP8Xb9BJvNOdTon7GlgaZ5jrqHyPKi3LgcablxvIX0Pc8ULCW82ZxnsaORNYUtquU7+Praj+4k7shgNJIsHqUSaarIRCErFIpco5CKFyjkFsL/J8AAobbYzZKR99AAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-sortAscend {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMxOTlCRUM2NDJCNDExRTc5RTE1RTkxNEMyMTAwMjYzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMxOTlCRUM3NDJCNDExRTc5RTE1RTkxNEMyMTAwMjYzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzE5OUJFQzQ0MkI0MTFFNzlFMTVFOTE0QzIxMDAyNjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzE5OUJFQzU0MkI0MTFFNzlFMTVFOTE0QzIxMDAyNjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BcqYtAAABGElEQVR42qyRsW7CMBCG/7No5wYJHgCpKgtT+gjZvMLUPWysmC4VA5S5G9lZSFam8gj0Abr0AZqBrhVSrmerkUANwUNPsnw++ff/+Q74ja7O4judcVevQ5yJh9ETl7kqE6lEYP5gqAE8wgl7ehUw817EiXvAV/jN1zETpYp4S0B4q7OOlxBEA0leBXPnjswXcZW8HonL9n3TJ7sE2ZAHrrJOso/LgohiIYhsh/FfcTyORv7o3BbHF5iRtJ8xrEWVS8FVgWZrbilhZL1dEjlHYqQ3C+xzg1A4xkWBex9s64Ivg+CgsGOCac+Q1v3tZI4HwlKQ0yqRjdXLlP6cbXPyCdZl0SJ/Tk6bVeVMIqya11CaldT98UeAAQC1jWR89hnvdgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-spread-sortDescend {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQzRDlFNTlBNDJCNDExRTc5M0U1RTRCOTU1NkNDNDRGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQzRDlFNTlCNDJCNDExRTc5M0U1RTRCOTU1NkNDNDRGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDNEOUU1OTg0MkI0MTFFNzkzRTVFNEI5NTU2Q0M0NEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDNEOUU1OTk0MkI0MTFFNzkzRTVFNEI5NTU2Q0M0NEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7esVRmAAABKUlEQVR42pRSsU7DMBB9NmEnSK2YQVAWJvoJnZq1ZWGnG2sCS9WleGZr9y44a6b+AtlBiHwAHcqO5ONsNVVSBdU8KdbdKe/u3bPF6hExAIUKiDBvP2GEHdzej2nxPBE2lvxTeGhw3JrCFhL+8ibSLgJB0EcK61WCawJiY9CFB2RLIf9OEELihWeOThQKH2Jgjx+BGUvW7Sk0PCE35oD3svvBSv56qJv110RlbeEGVBY53W/Oxs1/IyiDyyi945EzAdN9y27yvTtuLx3o8c0XBDn0MsceV9EiJKI1k+eugQfcfhd9HZMQ+QEMk+WrAc4+skFRfWrNUoUYcrC0JJcS1eSW77OWn0dprxOl23uz0zt9vWySV50smOSS92zgujLpkxWcVmtN+BVgAGcAaQc1+ebbAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-editComment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgxRDBDRTYzNDJCNDExRTc4OEM4QkU2MjcxNTlCOTFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgxRDBDRTY0NDJCNDExRTc4OEM4QkU2MjcxNTlCOTFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODFEMENFNjE0MkI0MTFFNzg4QzhCRTYyNzE1OUI5MUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODFEMENFNjI0MkI0MTFFNzg4QzhCRTYyNzE1OUI5MUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz54ygF9AAACB0lEQVR42pSSP2gUURDGvz1DwNIyggiXRjshWEiukq3UQgs767VIFQ2CRUAQBMukkVsR4xUWphC8UkgagwlGBCEI6p6g8ZYTchHu9s/778zbVREtzLFz77Hsb76ZbwY44K/dbjsXRY7vjYOCYRji1tQUEkrw33DyBCQYotPpoNVq4S69C4a7K1RCAOcspNJQUkMIhaIUKIoqjo1uo3k5AfpLQLqMq3GEOI6DYPh1xR05eqpK7xw9Bs4qOimMxOdu+Ae4ukpVTF7C3vA79xz8Ks3B0p/x4az+J3j+2j0IqSBKjYY1tiYtPRXkwWdn/wLPXW/DWm5NQlCLDcNwXW7AijA49OgxmrPbeLE0/Vtx4T5A7cBVnmhSb2htvFkMW1ep9tMUeP8arcORBy8sPKh94G81JJtKMaG19tm62yfwrreHrTcpvqz1EXVjzMyQ4p2HsEaQapWYT6kUBVX64e2ya548TRmld9fZ6rSmrO/Cq35MRhh828dgMKTYx8bLHTR4rlyKM1VmZxSZUvX2U4nh5FOK2TPHsbm1gysXJ6FJeYLr5w/Bc60hvlsPKu8Dj67X28WNm6+wON+kEWloQ7Ci+jfW1pEXJfKcNiovkOV0z0q/Xfy+yCUMjXFxftqDlgxW2lYb8vzpnBuPBEYEj8fCg+NMIMskJZDIS4myUCiF9MvBa8xG/xBgAKOSrgO6at9SAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-Totals {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAa0lEQVQ4T2NkoBAwUqifAdmABQwMDPFEGghSmwhSi2xAAQMDwwUkAwyQ+MhskBIQfwK6AQ4MDAwHkAxA5uOUQ3YBxQYMAy+MsDAIYGBg2ICekBIYGBjuE5kSFRkYGEDJGSUpE5kNUJVRnBsBMEouEYfPNZcAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-editCellType {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAj9JREFUOBFjrOxa+Z/hPwMYgBiMQAgXALIZwJJAmpHhNxMTo3dbSdhuiGooWdyyBKodRRgrx7zxVKJZw+npyJJMv379RubjZFs2nnRn+P9/FlDBVWRFTL9//UHmY2VbNZwy+PefYTVQsv9Ug+kUZEVMv39DXOA56Tb7////QZ5GATYNZ+SAVmwDBsI2g+/nl6JIAjlwL7x7926dRePpLmQFDg3nBX4z/N0OFLstJCQY//3HLxAbBQBdAPECEyPDJGCIFwADKQekAuSibwy/N4DYbOwcAdvzVH/++vlLEsRHBiywQDxeb74TGMppjP//zQYG2NN3796HARWqMbOwWh6p1HsP0vQLGl4N//8zSa84WP3586cIYCAiYuFkvdn8/4xMzX//M64FusaHGRjvx2qMHsJsBLr2acPMzVwK6w6vtzdVqv3x7dtxpl/QQIQpOlVv2ggMydlAL4UcrzM9DxMH0eJCPF5qEkI7PW00/bbtO3Pr+LUbeQxOgVVEJaS2KeuE12w/dfzNm7f/l63d/Swxu9scZCgLKBBtvEvBhjAyApPxf2ByBtIgAGIzMTIdk9TSKFZRlOpxMFWyOHPhxodDR6/XzJ9aehKsiBAx5eKbzA1XXz7bdufN3z2Hz3zJLJlYSUgPXL7syFP1KWdfvnnx9ff/r7///qtfchgjHbDAVaMxGg88mff2y8/Yyx9+sDx6/4MhREP4xS8JuWI0ZQw4DXj87tthFiYGi19//sm++/Xv96rLr2p7PJWuoRsAABsE/6rSSX85AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-editCellDropdowns {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAa5JREFUOBFjnLpk9/+///4y/P37l+Hfv38Mf4EYRP8D8kFskBxYHCrfXprAyIAEWEAKcmPdkYRwM8u75mNIMoFsJhaAXIIOmLAJoiuC8f/+/QNjwmmSDMBmGQuyF7Zs2cKwefNmuOkghq+vL4OPjw9Y7O9fbF74jxAEKQRpgAFkzSCxf8AARwcoLgBJwmxDZ4P4MC80/P/PJL3iYPXnz58igNGIcAFIEQggGwIRgZA8PFx/G2Zu5lJYd3i5lamS55otxxaxgBIMkeChqY5G1t9/LDudLdRslm88fPX4tRt5WF2AxcAn56/e92dm4ZzhbKpssevguecXL95N3jyr4RsLyF/lnfMY/v3/D0zOf4D+BNGg5AtJytLiwp/klJWKuRhYpjqZq1icuXDjw6Gj12vmTy09icUiTKEpF99kbrj68tm2O2/+7jl85ktmycRKTFU4RMqOPFWfcvblmxdff///+vvvv/olh7ejK2VBF4DxGw88mff2y8/Yyx9+sDx6/4MhREP4xS8JuWKYPIzGacDjd98OszAxWPz680/23a9/v1ddflXb46l0DaYRRgMA06fsoLnNar4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-deleteComment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODVGRUQxNDJCNDExRTc4NzFDQTlCRDg2QzUzRTlEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCODVGRUQyNDJCNDExRTc4NzFDQTlCRDg2QzUzRTlEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkI4NUZFQ0Y0MkI0MTFFNzg3MUNBOUJEODZDNTNFOUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkI4NUZFRDA0MkI0MTFFNzg3MUNBOUJEODZDNTNFOUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7t98J5AAACbUlEQVR42pRTTUhUURg988bGJiUoxVL8CQ0kEkSSoIwgyKIIKgiCkFYtCjeaYUxRFERRuHE2LQoKpE1ULqIWRbXJSNoUZFDUlGHoFI6G8967f+/evnffG90JPfg49++c79zvfi8RXD2hDcyU4qJv5eWRR/jPz6G4HnDZIDz2MH9q/5ABEqVN3X9krT57bOeyAslztzPcZye56wnh+gOfD3beCUXkwNF9JlV2I5GTY8sJ2GyFqbtG//iD+ZuP4c7MIt24DnUNdZjc04aiUvB9Ds/j8D1GSOEyuD7D6fP3E2UlmaqubqRX1ODL4DVMj39E5e4daN26HSYQMFpY1JoTcjvPZp/gTO8u45SMsGevwS5lUV9RgfL11fhwMQv/1zQVQhFBwhhJ4xCVRS4omLJFhLj3AnOZIai/C0gf7kbHg2GsbtuIicxwRDAlkQg1iUohwCUJTDas2SxuPUXAOJzGWqzqOYBkZTk6R67ASacw++Y9kaKsITnEUJBzCUUuHJNI0Dopk2Jl33HopLEEJwm0D/dBFOYpo7BrkYvAOhGCRCjKNvwsfJoczaC6qgmpLa1UJLl0Zzpcs7cD2hZSxvVQFoWUFAHsK4iWWpRvaieSWLxzeKiUObId4GvOQ/73HPL5Alqa6zGTn4iKKMmKLVAQZQhd6PiupYyhg2/fp9G1rQlvxyfQcygFtehAxFlNXKh4rOPs2s4D5HJTGMy8w4X+Zji0p4JYQNJ9xl6+guezuON8uHHH2S6kdd8TCHRA5BZL1kZDKr304zwf7TXFBY4FEigWuSUXXQ7XFSQi4DEB5kswLmwDCXo5RW3+T4ABABxKzef1hlR0AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-tableInsertColumnsLeft {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAPJJREFUOBFjYKAQMML022fu+e/qqw/m7t58keHgdBe4HEwNNpoFWfDjlz8M/5EFiGCjGHBq/1UitKAqIehMkNeQtYRa/gZz////z5Ab78XIhCz5qlkBRTFMzjPAgAGEQSA71gOMf//5A+ajeAEsgoX4/RfT3F+/f5FgwO9/GMb++U2CC379wTQA5gJwGKD7HZ3/5y8DAwiDQFX3fDD+9RsSmOAwEKt9wAjTBKJBfIhyCInsgrbSRLBgSdssMA2PBZgmGI1swO/f/xlAGBn8xhaI2DSDNGGLhd+kBOJvPIFIVDp4cP423PXxxW1gNiglUgUAAHOkbVTsKQH5AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-tableInsertColumnsRight {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAPVJREFUOBFjYKAQMJKi3z5zz39XX32wlt2bLzIcnO7CyEKKASC1H7/8YfiPpIlkA07tv4qknYEB7AWQ05BFQy1/g7n///9nyI33wutNJphGzwADBhAGgexYDzD+/ecPTBpOv2pWQLEM7oXff1HEwRp+/f4F14iLgTDg9z8MNX9+Y7oAXRHcgF9/MA0gxgXwMPjzl4EBhEGgqns+GP/6DQlMkBi632F8rC5oK00E6WEoaZsFpkGEWO0DRpgmEA3ig8ThLvj9+z8DCCOD32iBCNMEo0Fq4S7AFgu/sQQismZUA8gMRLgLHpy/DXd9fHEbhA1MiTQHAK/6bFU/afyPAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-tableInsertRowsAbove {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAPpJREFUOBFjYKAQMIL022fu+Q8z5+B0F7AYjA+iXzUr/BerfYAhDpJjAhGuvvoMZo7aICZWANIMMgSbJAtYECiFLItLMTaXgA3YveUiiuHYnItNM4omfBxcLsKnh35yGFEzZdH2/79+/2b49esXw+8/fxh+/4bQv0D07z8MEBooD1SzuL8GQz/DZKAB6KCicy660P+4olZwxIHTAYqH/yNHKESGkRHTIgaoOgwZ5FSJYjAWDijVQhISmqRngAHQ//8Zfv8F4j//gP79B+eD2H+A4g/O3wbrwvQCUBjiLFDy/A9E/xnAXgAKgsRBbGRPYnXBtg0X0NxEQy4A0oaWOlQyq2QAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-spread-tableDeleteColumns {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAXBJREFUOBFjYKAQME5dvON/dqwHI7o59pl7/iOLHZzugqEmtrDlPxOyInS2u78Bg7u/Prowgg+0guX/fxSLEJJA1q/f/4Akbvn/QDkWBkZGhokLtvz/8+cvw5+/fxj+Aumq7DCwc38CDQBKw0F23cT/f/8C1f0BqgPRQMySg8X/MB0gFzAimTC1KR/JOIgqFphibPSvP0Dn/wd5AzfAbwCaC7AZgzMWmJiYLH7/ZTj+8xd+F2D4CWTLh4Kgk79//3nwgUk4J/VvdBArC+u++W/rv8ssPfAE3RVYXQCMiRl/fv+x4Pj89OSCT21/Z7ysnfP1209/dM0gPlYXgCSeJ3qK/vz18wbQIP6/v/8Zq68/chEkjg6wuuBtriffz98/1v398+cqEC/7/eubI7pGGB+rAZ/e/1zz59dvUd5/TF5qem4J3758V73opscN04RMYzXg7+8/HH9+/8sSW33gC2NDwz9uMabCl0/fqiJrpBobAEm1oy4uYR9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

.gc-spread-tableDeleteRows {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAVBJREFUOBFjZACCyYu2//8PYoAAkJUX78UI4ZBB9s/bDDeLGO1M6Ir+/P2LLoSXj2HAX0oN+PP3D14byZL8UBB08nW238pP2YHCMAOeRDvIgNjg0LbP3IMz4JgYmHzWME8U+/Xrd8OfX8AQ+vOn7e/vP7F/fv1epb7++FS4Ae5+Bgw///xj+PXrH8Pvv/8Zfv0Gsv/8Z/j9+9/7u+fvxi3/1nXy56+fN/78/sP/9/c/Y/X1Ry6CXMACIkDgPxCC0gDETRAxEP8/4//zWUzrTv78/WPd3z9/rwJd8OD3rx+OQBWoBuzaBOZDdSIoVmbWAtMPV5cCnSzK95/FRFTP7dvp/SsnX3TT49bfdekrQiUe1p1wu0M3Aq2cYEquhmqz7dKWNoDxUeic+kk4AxRFIZSDkZD+/CEtHWAYQHlK/ENaXgBHY1xRKzgWQd76+480AwAVyp7Zznx5LAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-spread-tableInsertRowsBelow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAPlJREFUOBFjYKAQMKLrn7Jo+/9fv38z/Pr1i+H3nz8Mv39DaJDYb5A4iP/7D5he3F+DoZ9hMtAAdFDRORdd6H9cUet/kOVM6C5g+A8WRxFmZMS0CKYOQ8Y+cw+mCSjGITgHp7swsiC4CJZngAHQ//8Zfv8F4j//gP79B+eD2H+A4g/O3wZrwPQCUBjiLKBDgN4Bep4B7AWgIEgcxEZ2IlYXbNtwAeGcQc8Cexc55EEhi+7qV80K/8VqH2CIg9SBA9HVV5/BzFEbXR+cD9IMMgQugMSABCIowJEEcSnG5hKwAbu3XETSzsCAzbnYNKNowsfB5SJ8eoiWAwD2VZY6VOVQLwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-disable .gc-spread-tableInsertColumnsLeft {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIdJREFUOBHNUkEOgCAMQ+P74K3wBf7DF9AulgCKQPTgkqXbaJesQamvwlobQwiSqEf3rqPEFm/LH7z3eTtULz3W0znGmFJ/R669iWeQ+9qDnyzgPTS07jkHOuckOZMT4CZFwIu7ZB+otZbkKHlAEZGEHqYFIM6KoSkWYDAbxVduifMvDhM/jR15Eks6nBv2awAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-disable .gc-spread-tableInsertColumnsRight {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIdJREFUOBHNUkEOgCAMm8b3wVvhC/yHL6g1dhkEDogxNlnYGO02QORLhBD2nPNl8FF7nW1gGxVIKRWUBRHbKTJ34L2/zrRyugcBojWnHjydutj0HfxIIMYosB7q2RnrCM45gfWA1yAJK19HBXpEu08SV+SGBECw5EcCIFnoV7YXWH9XS3jdPwD670s6Akl6lAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-disable .gc-spread-tableInsertRowsAbove {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIVJREFUOBG9UYkJwCAMTEvXcgZnNSu4jytYrqD4JIaWtoGA3l3OJBK9ESGEXFLyAyfhFUspZeRKqHFHdWkOmhi4935rpHQZxBhbjEYRSKm4K1pdtI5WNf9x3ULw7J12sSvxF5xz5ghl8bupNARiB8XdqJVp7GAMDYPDNyMw89SehE2iJ8AJ2XZh/l3z/VsAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-disable .gc-spread-tableDeleteColumns {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP9JREFUOBFjYKAQMG7cuPG/v78/I7o5IHFkMVxqmJAVobNtbW0ZQBgfwGsAPo0wORYQgxjnYlMHEmPB5jeQBDaATS3FXqCdASwsLBZAbxzH5hVkMYz4B0lu2rTpJJB6ICAgkPPhw4cgRkbGfczMzN+9vLyeIGsGsbF6AahhBlDOAqj5JJD999+/f3P+/v3rj64ZxMfqApDEtm3bRP/8+XPj/////ExMTMa+vr4XQeLoAJwO0AWBmvmAmtcBNV8FuuABkHYEqsFqAFYvADWvAWoS5ePj8wLanADUrLpz505udItAfKwGADVzAG3OcnR0/AKk/ykrKxcCDVXFZgDFYgBvWFxcHU+rmAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-disable .gc-spread-tableDeleteRows {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAPNJREFUOBFjZACCjRs3/gfRMODv788IY5NMoxtGyAAmQgoIyQ+8AYRcCJbftGnTSSBeuWfPHmGYhm3btsmA2ODQxhdwzMzMPv///xcD4gag+r+MjIxt//79i2ViYlrl6+s7lQVkCgjY2tpCGGgkUMPiw4cPx7GwsJj8+fPnBlDzDKBmY6DmiyClcAPQ9CFzzwM1nwRqXgd0xVWggQ+AtCNQAdgAgl4Aatb7+/dvL1CTHB8fn4mDg8O3zZs3T2ZnZy9zd3f/imwTTjYwjA4BA9EJpuDq1atsW7duNYDxUWh8AYqiEMoZ+IREsQvA0Uiqv5HDAgCeaV8TkwuKRgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}

.gc-ui-contextmenu-disable .gc-spread-tableInsertRowsBelow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAINJREFUOBHNkt0JwCAMhG3pWs7grLqC+7iC5QR9OC9VKIUKgvlyOeOPcy/HwfUxxsrMikMIU72DAQ+Lwfi03Hf5pYQppQkrBpE08N5PBgxyzg19c4Tuzrv+OMY796naRE7xwUopFfNJaOXkM1picP6+zYBvnUVoVRWPI6wWVkeruq38DTljYf5lkhHeAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
}

/*-----contextmenu end-----*/
/*-----chart start-----*/
.gcdv-control {
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gc-filter-dialog-color-title {
  background-color: #ebebeb;
  color: #6a6a6a;
}

.gcdv-state-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.gcdv-tooltip {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  pointer-events: none;
  max-width: 400px;
  padding: 6px;
  background-color: #ffffe5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
}

.gcdv-popup {
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  z-index: 1500;
  margin: 2px 0;
}

.gcdv-popup-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.5);
}

/*-----custom chart start-----*/
.gcdv-tooltip {
  border-radius: 0;
  box-shadow: 3px 3px 3px #8e8e8e;
}

/*-----custom chart end-----*/
/*-----chart end-----*/
/* status bar start */
.gc-statusbar {
  width: 100%;
  height: 100%;
  background: #F3F2F1;
  font-size: 8pt;
  color: #505050;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  overflow: hidden;
}

.gc-statusbar-menu-host {
  position: relative;
}

.gc-statusbar-statusitem-container {
  width: auto;
  height: 100%;
}

.gc-statusbar-zoom-panel {
  width: 30px;
  height: 100%;
  cursor: default;
  font-size: 8pt;
  color: #505050;
  display: inline-block;
}

.gc-statusbar-slider-btn-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.gc-statusbar-slider-btn-container:hover {
  background-color: #bbb5b5;
}

.gc-statusbar-slider-btn-container:active {
  background-color: #a1a0a0;
}

.gc-statusbar-slider-btn {
  width: 16px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04NjMuNzQ1IDU0NGgtNzAwLjMyYy0xNy42NjYgMC0zMi4wMDItMTQuMzM1LTMyLjAwMi0zMnMxNC4zMzYtMzIgMzIuMDAxLTMyaDcwMC4zMmMxNy42OTYgMCAzMiAxNC4zMzUgMzIgMzJzLTE0LjMwNCAzMi0zMiAzMnoiLz48L3N2Zz4=);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.gc-statusbar-slider-add-btn-container {
  display: inline-block;
  vertical-align: top;
}

.gc-statusbar-slider-add-btn-container:hover {
  background-color: #bbb5b5;
}

.gc-statusbar-slider-add-btn-container:active {
  background-color: #a1a0a0;
}

.gc-statusbar-slider-add-btn {
  width: 16px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04NjMuMzI4IDQ4MS4zNGwtMzE3LjM0NC4xVjE2Mi44MThjMC0xNy42NjUtMTQuMzM2LTMyLjAwMS0zMi0zMi4wMDFzLTMyIDE0LjMzNi0zMiAzMnYzMTguNDAxbC0zMjIuMzY4LS4xNzdoLS4wOTdjLTE3LjYzMiAwLTMxLjkzNSAxNC4yNC0zMiAzMS45MDQtLjA5NyAxNy42NjUgMTQuMjA4IDMyLjAzMiAzMS44NzEgMzIuMDk2bDMyMi41OTMuMTc3djMxOS4xNjdjMCAxNy42OTYgMTQuMzM2IDMyLjAwMSAzMS45OTkgMzIuMDAxczMyLTE0LjMwMyAzMi0zMlY1NDUuNDRsMzE3LjA4OC0uMWguMTI4YzE3LjYzMiAwIDMxLjkzNS0xNC4yNCAzMi0zMS45MDVzLTE0LjIzOC0zMi4wMzEtMzEuODctMzIuMDk1eiIvPjwvc3ZnPg==);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.gc-statusbar-slider-back-progress {
  width: 120px;
  height: 1px;
  background: #505050;
  display: inline-block;
  vertical-align: top;
}

.gc-statusbar-slider-back {
  display: inline-block;
}

.gc-statusbar-slider-middle-line {
  width: 1px;
  height: 8px;
  background: #505050;
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 9px;
}

.gc-statusbar-slider-drag-bar {
  width: 4px;
  height: 10px;
  background: #505050;
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 8px;
}

.gc-statusbar-contextmenu-check {
  width: 6px;
  height: 10px;
  margin: 0 0 0 5px;
  border-style: solid;
  border-color: #222222;
  border-width: 0 2px 2px 0;
  transform: rotateZ(45deg);
  content: "";
}

.gc-statusbar-contextmenu-check-container {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.gc-statusbar-contextmenu-content {
  display: inline-block;
  color: #444444;
  margin: 0 5px 0 15px;
}

.gc-statusbar-contextmenu-status {
  float: right;
  color: #444444;
  vertical-align: middle;
}

input.gc-checkbox-cell-type-input[type=checkbox]:before {
  position: static;
  display: inline-block;
  border: none;
  content: "";
  background: none;
}

input.gc-checkbox-cell-type-input[type=checkbox]:after {
  position: static;
  display: inline-block;
  border: none;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
}

.gc-chart-unsuppoprtedChart-fartherDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2d2d2;
  height: 100%;
  width: 100%;
}

.gc-chart-unsuppoprtedChart-childDiv {
  text-align: center;
}

/* status bar end */
div[gcUIElement=gcSpread] .gc-month-picker-container {
  font-size: 12px;
  display: block;
  background-color: #fff;
  border: solid 1px #a7abb0;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  overflow-y: auto;
  width: 320px;
  outline: none;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-year-container {
  display: inline-block;
  line-height: 126px;
  vertical-align: bottom;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-month-container {
  display: inline-block;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-separator {
  height: 1px;
  border-top: 1px solid lightgray;
  pointer-events: none;
  width: 100%;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-year-item {
  font-size: 18px;
  color: #838383;
  width: 60px;
  text-align: center;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-month-item,
div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-qtr-item {
  height: 30px;
  width: 60px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-month-item.selected, div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-month-item.selected:hover,
div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-qtr-item.selected,
div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-qtr-item.selected:hover {
  background: #3498db;
  color: #fff;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-month-item {
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-month-item:hover {
  background: #e2f2ff;
}

div[gcUIElement=gcSpread] .gc-month-picker-container .gc-month-picker-qtr-item {
  color: #a3a3a3;
}

div[gcUIElement=gcSpread] .gc-calendar-container {
  border: solid 1px #a7abb0;
  background-color: #fff;
  outline: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container td {
  padding: 0px;
}

div[gcUIElement=gcSpread] .gc-calendar-container input,
div[gcUIElement=gcSpread] .gc-calendar-container textarea {
  outline: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container {
  position: static !important;
  transform: none !important;
  overflow: hidden;
  max-width: 30rem;
  height: auto;
  outline: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-header-container .gc-header-title {
  width: 75px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-year-page .gc-content-container,
div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-month-page .gc-content-container {
  margin-top: 2px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-year-page .gc-content-container td,
div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-month-page .gc-content-container td {
  padding: 19px 7px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-year-page .gc-content-container td .gc-cl-day,
div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-month-page .gc-content-container td .gc-cl-day {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-year-page .gc-content-container td .gc-japan-cl-day,
div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-month-page .gc-content-container td .gc-japan-cl-day {
  width: 54px !important;
  height: 54px !important;
  padding-top: 14px !important;
  line-height: 16px !important;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-day-page .gc-header-container .gc-year-select-div {
  display: inline-flex;
  padding: 0px 5px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-day-page .gc-header-container .gc-year-select-div .gc-cl-select-container {
  margin-left: 0px;
  width: 68px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-day-page .gc-header-container .gc-year-select-div .gc-cl-select-container .gc-cl-select {
  height: 22px;
  min-width: 68px !important;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-day-page .gc-today-container tr {
  height: 20px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-day-page .gc-today-container a {
  padding-bottom: 0;
  color: #3498db;
  text-decoration: none;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-cl-button {
  cursor: pointer;
  border: 0px;
  outline: none;
  box-shadow: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-cl-button .gc-left-arrow {
  position: absolute;
  top: 5px;
  left: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #3498db;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-cl-button .gc-right-arrow {
  position: absolute;
  top: 5px;
  left: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #3498db;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-cl-disabled-text .gc-cl-day {
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-part-container .gc-is-focused {
  background: #e2f2ff;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-time-vertical-partline {
  width: 1px;
  height: auto;
  margin: -1px 3px -3px;
  background: #d8dde6;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-time-part-container {
  position: static !important;
  transform: none !important;
  overflow: hidden;
  width: 75px;
  max-height: 265px;
  overflow-y: auto;
  outline: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-time-part-container .gc-list-control {
  border: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-time-part-container .gc-time-picker-li {
  text-align: center !important;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-time-horizontal-partline {
  width: 100%;
  height: 1px;
  margin: 0 0px;
  background: #d8dde6;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-ok-button-container {
  position: static !important;
  transform: none !important;
  overflow: hidden;
  padding: 1px;
  border: none !important;
  background: #fff;
  text-align: center;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-ok-button-container button {
  width: 115px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-content-td-date {
  display: inline-flex;
  background: #fff;
  padding: 1px 3px 3px 3px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-dropdown {
  position: absolute;
  z-index: 7000;
  left: 50%;
  float: left;
  background: #fff;
}

div[gcUIElement=gcSpread] .gc-calendar-container {
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
  line-height: 1;
  color: #222;
  -webkit-tap-highlight-color: transparent;
  border-collapse: separate;
  border-spacing: 2px;
}

div[gcUIElement=gcSpread] .gc-calendar-container * {
  box-sizing: border-box;
}

div[gcUIElement=gcSpread] .gc-calendar-container *:before {
  box-sizing: border-box;
}

div[gcUIElement=gcSpread] .gc-calendar-container *:after {
  box-sizing: border-box;
}

div[gcUIElement=gcSpread] .gc-calendar-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

div[gcUIElement=gcSpread] .gc-calendar-container table td {
  text-align: left;
}

div[gcUIElement=gcSpread] .gc-calendar-container table th {
  text-align: left;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker {
  padding: 0;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker td {
  padding: 0px;
  text-align: center;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker td:hover:not(.gc-cl-disabled-text) > .gc-cl-day {
  background: #e2f2ff;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker td > .gc-cl-day {
  width: 30px;
  height: 28px;
  display: block;
  position: relative;
  line-height: 28px;
  margin: 0;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker td.gc-cl-is-selected:not(.gc-cl-disabled-text) > .gc-cl-day {
  background: #3498db;
  color: #fff;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker th {
  text-align: center;
  padding: 3px 0px;
  font-weight: 400;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker th > .gc-cl-week {
  width: 30px;
  height: 28px;
  display: block;
  position: relative;
  line-height: 28px;
  margin: 0;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker-filter {
  padding: 0;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-datepicker-filter-month {
  padding: 0 0.25rem 0 0;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-dropdown {
  position: absolute;
  z-index: 7000;
  left: 50%;
  float: left;
  margin-top: 0.125rem;
  background: #fff;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-grid {
  display: flex;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-grid-align-spread {
  justify-content: space-between;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-grow {
  flex-grow: 1;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-button {
  position: relative;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-button-brand {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #3498db;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-button-icon-container {
  line-height: 1;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-align-middle {
  vertical-align: middle;
  align-self: center;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-shrink-none {
  flex-shrink: 0;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-select {
  background-color: #fff;
  border: 1px solid #d8dde6;
  border-radius: 0.25rem;
  width: 100%;
  transition: border 0.1s linear, background-color 0.1s linear;
  height: 1.75rem;
  cursor: pointer;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-select > option {
  cursor: pointer;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-select-container {
  position: relative;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-select-container:after {
  position: absolute;
  content: "";
  display: block;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: 10px;
  border-left-width: 4px;
  border-right-width: 4px;
  pointer-events: none;
  border-top: 5px solid #3498db;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-select-container .gc-cl-select {
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 10%;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-select-container .gc-cl-select::-ms-expand {
  display: none;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-disabled-text {
  color: #d8dde6;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-show-inline-block {
  display: inline-block;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-cl-p-bottom-x-small {
  padding-bottom: 0.5rem;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-container {
  z-index: 9999;
}

div[gcUIElement=gcSpread] .gc-calendar-container .gc-date-time-container {
  z-index: 9999;
}

div[gcUIElement=gcSpread] .gc-calculator-container {
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 15px;
}

div[gcUIElement=gcSpread] .gc-calculator-container sub,
div[gcUIElement=gcSpread] .gc-calculator-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

div[gcUIElement=gcSpread] .gc-calculator-container sup {
  top: -0.25em;
}

div[gcUIElement=gcSpread] .gc-calculator-container sub {
  bottom: -0.25em;
  font-size: 90%;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator {
  width: 250px;
  border: 1px solid gray;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.2);
  background: #f2f2f2;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-screen {
  height: 50px;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-screen input {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  background: transparent;
  text-align: right;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-screen .gc-main-screen {
  height: 100%;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-screen .gc-main-screen .gc-main {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  padding: 10px 18px 0 10px;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .button,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .button {
  width: calc(25% - 2px);
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 1px;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .button:hover,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .button:hover {
  background: #cfcfcf;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .button:active,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .button:active {
  background: #b8b8b8;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .button.disabled,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .button.disabled {
  pointer-events: none;
  opacity: 0.3;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .number,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .number {
  font-size: 18px;
  font-weight: 600;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .gc-operation:hover,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .gc-operation:hover {
  background: #3498db;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .gc-operation:active,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .gc-operation:active {
  background: rgba(52, 152, 219, 0.79);
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .gc-number,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .gc-number {
  font-size: 1.2rem;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .icon,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .icon {
  width: 16px;
  height: 16px;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .image:active img,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .image:active img {
  width: 24px;
  height: 24px;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .dot,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .dot {
  font-size: 1.5rem;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .icon-group1,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .icon-group1 {
  background: #e6e6e6;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .gc-row .icon-group2,
div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-main-menu .gc-row .icon-group2 {
  background: #fdfdfd;
}

div[gcUIElement=gcSpread] .gc-calculator-container .gc-calculator .gc-sub-menu .button {
  line-height: 3rem;
}

div[gcUIElement=gcSpread] .gc-list-control {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #a7abb0;
  background-color: #fff;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-alignment-vertical {
  display: flex;
  flex-direction: column;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-alignment-horizontal {
  display: flex;
  flex-direction: row;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-item-wrap {
  flex-wrap: wrap;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-group .gc-list-control-group-text {
  display: block;
  background: #f0f2f5;
  font-weight: bold;
  color: #444;
  padding: 3px 4px;
  cursor: default;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-group .gc-list-control-group-text.hide-children {
  display: none;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item {
  position: relative;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-hassubitem {
  display: flex;
  align-items: center;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item {
  background: #3498db;
  color: #fff;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-selected-item:hover {
  background: #3498db;
  color: #fff;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item.gc-list-control-noitem {
  pointer-events: none;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-listseparator {
  height: 1px;
  border-top: 1px solid lightgray;
  margin: 0 0 0 12px;
  pointer-events: none;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-subitem {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFNUM4M0M4NjcyMzExRTlCM0Y0Q0IyQjZEQTUwQzlCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFNUM4M0M5NjcyMzExRTlCM0Y0Q0IyQjZEQTUwQzlCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEU1QzgzQzY2NzIzMTFFOUIzRjRDQjJCNkRBNTBDOUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEU1QzgzQzc2NzIzMTFFOUIzRjRDQjJCNkRBNTBDOUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Sk1otAAAAM0lEQVR42mJgGAU4QXl5+X9i1DFRaggTpS5hotQ7RBnQ2dnJSLYB+DRTJRZGARUAQIABAHK7DzeBU6NxAAAAAElFTkSuQmCC");
  width: 16px;
  height: 16px;
  display: block;
  justify-self: flex-end;
  margin-left: auto;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text {
  letter-spacing: 0;
  text-align: left;
  padding: 0.4em 1em;
  display: block;
  line-height: normal;
  white-space: pre;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-text.gc-list-control-item-bigtext {
  line-height: 32px;
  white-space: nowrap;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item:hover {
  background: #e2f2ff;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-icon {
  left: 0.5em;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-icon.gc-list-control-emptyicon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFFNTRFMjUxNjcyMzExRTlBOUQxRTQ3MjgyQjgwNkZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFFNTRFMjUyNjcyMzExRTlBOUQxRTQ3MjgyQjgwNkZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUU1NEUyNEY2NzIzMTFFOUE5RDFFNDcyODJCODA2RkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUU1NEUyNTA2NzIzMTFFOUE5RDFFNDcyODJCODA2RkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Dh39gAAAAH0lEQVR42mL8//8/AyWAiYFCMGrAqAGjBgwWAwACDABjmgMdW2LjxgAAAABJRU5ErkJggg==");
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-icon + .gc-list-control-item-text {
  padding-left: 25px;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-icon.gc-list-control-item-bigicon {
  top: 0.5em;
  margin-top: 0;
  width: 32px;
  height: 32px;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-item .gc-list-control-item-icon.gc-list-control-item-bigicon + .gc-list-control-item-bigtext {
  padding-left: 42px;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-text {
  display: block;
  font-weight: bold;
  color: #444;
  padding: 3px 4px;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content {
  margin-left: 0.4em;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content .gc-list-control-item .gc-list-control-item-text {
  padding: 3px 4px;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-tree-content .gc-list-control-item .gc-list-control-item-icon + .gc-list-control-item-text {
  padding-left: 25px;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree .gc-list-control-subitem {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFNUM4M0M4NjcyMzExRTlCM0Y0Q0IyQjZEQTUwQzlCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFNUM4M0M5NjcyMzExRTlCM0Y0Q0IyQjZEQTUwQzlCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEU1QzgzQzY2NzIzMTFFOUIzRjRDQjJCNkRBNTBDOUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEU1QzgzQzc2NzIzMTFFOUIzRjRDQjJCNkRBNTBDOUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Sk1otAAAAM0lEQVR42mJgGAU4QXl5+X9i1DFRaggTpS5hotQ7RBnQ2dnJSLYB+DRTJRZGARUAQIABAHK7DzeBU6NxAAAAAElFTkSuQmCC");
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  display: block;
  justify-self: flex-end;
  margin-left: auto;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree.hide-children .gc-list-control-tree-content {
  display: none;
}

div[gcUIElement=gcSpread] .gc-list-control .gc-list-control-container .gc-list-control-tree.hide-children .gc-list-control-subitem {
  transform: rotate(0deg);
}

.gc-slider {
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  height: 12px;
  margin: 0 20px;
  padding: 20px 0;
  cursor: pointer;
  touch-action: none;
}

.gc-slider.gc-slider-vertical {
  width: 12px;
  height: 100%;
  padding: 0 4px;
}

.gc-slider.gc-slider-vertical .gc-slider-rail {
  width: 4px;
  height: 100%;
}

.gc-slider.gc-slider-vertical .gc-slider-track {
  width: 4px;
}

.gc-slider.gc-slider-vertical .gc-slider-step {
  width: 4px;
  height: 100%;
}

.gc-slider.gc-slider-vertical .gc-slider-step .gc-slider-dot {
  top: auto;
  left: 0px;
  margin-bottom: -4px;
  box-sizing: content-box;
}

.gc-slider.gc-slider-vertical .gc-slider-handle {
  margin-bottom: -7px;
  margin-left: -7px;
}

.gc-slider.gc-slider-vertical .gc-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

.gc-slider.gc-slider-vertical .gc-slider-mark .gc-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}

.gc-slider.gc-slider-with-marks {
  padding-bottom: 32px;
}

.gc-slider.gc-slider-disabled {
  cursor: not-allowed;
}

.gc-slider.gc-slider-disabled .gc-slider-track {
  background-color: rgba(0, 0, 0, 0.25);
}

.gc-slider.gc-slider-disabled .gc-slider-handle {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
  cursor: not-allowed;
}

.gc-slider.gc-slider-disabled .gc-slider-step .gc-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
  cursor: not-allowed;
  cursor: not-allowed;
}

.gc-slider.gc-slider-disabled .gc-slider-mark .gc-slider-mark-text {
  cursor: not-allowed;
}

.gc-slider .gc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e8e8e8;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.gc-slider .gc-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.gc-slider .gc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.gc-slider .gc-slider-step .gc-slider-dot {
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}

.gc-slider .gc-slider-step .gc-slider-dot:first-child {
  margin-left: -4px;
}

.gc-slider .gc-slider-step .gc-slider-dot-active {
  border-color: #91d5ff;
}

.gc-slider .gc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  box-shadow: 0;
  box-sizing: content-box;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.gc-slider .gc-slider-handle:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
}

.gc-slider .gc-slider-mark {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  font-size: 14px;
}

.gc-slider .gc-slider-mark .gc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  cursor: pointer;
}

.gc-slider .gc-slider-mark .gc-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}

.gc-slider .gc-slider-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}

.gc-slider .gc-slider-tooltip.gc-slider-tooltip-placement-top {
  padding-bottom: 8px;
}

.gc-slider .gc-slider-tooltip .gc-slider-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.75);
}

.gc-slider .gc-slider-tooltip .gc-slider-tooltip-inner {
  min-width: 10px;
  min-height: 12px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gc-slider-container {
  background-color: white;
  box-sizing: content-box;
}

.gc-slider-container.gc-slider-vertical {
  padding: 20px 0;
  padding-right: 10px;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: white;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
  box-sizing: border-box;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div .gc-list-control-item {
  line-height: 0.5;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div .gc-list-control-item:hover {
  background-color: transparent !important;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div .gc-color-picker-group-row {
  display: inline-block;
  margin: 3px 0;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div .gc-color-picker-group-row .gc-color-picker-color-cell {
  width: 12px;
  height: 12px;
  border: 1.5px solid transparent;
  display: inline-block;
  margin: 0 2px;
  box-sizing: content-box;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div .gc-color-picker-group-row .gc-color-picker-color-cell:hover {
  border: 1.5px solid #f5ab5d;
}

div[gcUIElement=gcSpread] .gc-color-picker-outer-div .gc-color-picker-group-row .gc-color-picker-color-cell.selected {
  border: 1.5px solid #f58447;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  font-size: 12px;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  font-size: 12px;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-list-control-item {
  line-height: 0.5;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-list-control-item:hover {
  background-color: transparent !important;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-list-control {
  height: 100%;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-list-control .gc-list-control-container {
  height: 100%;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-list-control .gc-list-control-container .gc-list-control-item {
  height: 100%;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-time-picker-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-time-picker-container .gc-time-picker-ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-time-picker-container .gc-time-picker-ul .gc-time-picker-li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-time-picker-container .gc-time-picker-ul .gc-time-picker-li:hover {
  background-color: #e2f2ff !important;
}

div[gcUIElement=gcSpread] .gc-time-picker-outer-div .gc-time-picker-container .gc-time-picker-ul .gc-time-picker-li.selected {
  color: #fff;
  background-color: #3498db !important;
}

div[gcUIElement=gcSpread] .gc-base-spread-div {
  width: 100%;
  height: 100%;
  border: solid;
}

.gc-panel {
  position: relative;
  padding: 15px 5px 5px 15px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-panel .gc-panel-all-field-item,
.gc-panel .gc-panel-area-item {
  list-style-type: none;
  cursor: move;
}

.gc-panel .gc-panel-header {
  height: 27px;
}

.gc-panel .gc-panel-header h2 {
  margin: 0;
  color: #2c7a50;
  font-weight: 600;
  font-size: 20px;
}

.gc-panel .gc-panel-header p {
  margin: 0;
  color: black;
  font-size: 14px;
}

.gc-panel-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: inline-block;
  line-height: 22px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2hlY2tfZGFyazwvdGl0bGU+CiAgICA8ZyBpZD0iY2hlY2tfZGFyayIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTEzLDEgTDEzLDEzIEwxLDEzIEwxLDEgTDEzLDEgWiBNMTIsMiBMMiwyIEwyLDEyIEwxMiwxMiBMMTIsMiBaIiBpZD0i5b2i54q257uT5ZCIIiBmaWxsPSIjNjk2OTY5Ij48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
  cursor: default;
}

.gc-panel-checkbox:checked {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2hlY2tfZGFyazwvdGl0bGU+CiAgICA8ZyBpZD0iY2hlY2tfZGFyayIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtNCIgZmlsbD0iIzY5Njk2OSIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjExLjA2MDIyNjkgMyAxMiAzLjc1MDMxMDI5IDUuODIxNDMxODEgMTEgMiA3LjE0MDcwNzQzIDIuOTM5NzczMTQgNi4zOTAzOTcxMyA1LjgyMTQzMTgxIDkuMzAwNjA1OCI+PC9wb2x5Z29uPgogICAgICAgIDxwYXRoIGQ9Ik0xMywxIEwxMywxMyBMMSwxMyBMMSwxIEwxMywxIFogTTEyLDIgTDIsMiBMMiwxMiBMMTIsMTIgTDEyLDIgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.gc-panel-collapse {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  margin: 2px 3px 0px 4px;
  display: inline-block;
  line-height: 22px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+dHJpYW5nbGVfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9InRyaWFuZ2xlX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6ELTQiIGZpbGw9IiM2OTY5NjkiIHBvaW50cz0iNCA2IDEyIDYgOCAxMCI+PC9wb2x5Z29uPgogICAgPC9nPgo8L3N2Zz4=");
}

.gc-panel-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  float: right;
  margin-right: 2px;
  outline: none;
  font-size: 14px;
}

.gc-panel-button:focus {
  outline: none;
}

/*for IE*/
.gc-panel-button::-moz-focus-inner {
  border-color: transparent;
}

/*for mozilla*/
.gc-panel-views {
  width: 100%;
  color: black;
}

.gc-panel-views > div > input {
  color: black;
}

.gc-panel-viewList {
  position: absolute;
  bottom: 10px;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  font-size: 14px;
  min-height: 21px;
  max-height: 210px;
  overflow-y: scroll;
}

.gc-panel-viewList > ul {
  width: calc(100% - 35px);
  padding-left: 15px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.gc-panel-viewList > ul > li {
  margin-top: 1px;
  display: inline-block;
  width: 100%;
  line-height: 14px;
}

.gc-panel-viewList > ul > li > span:hover {
  background-color: #9fd5b7;
  cursor: default;
}

.gc-panel-button-delete {
  padding: 0;
}

.gc-panel-withoutViewList {
  height: 100%;
}

.gc-panel-withoutViewList[containViewList=true] {
  height: calc(100% - 30px);
}

.gc-panel-stack {
  width: 100%;
}

.gc-panel-stack .gc-panel-fields-section {
  width: 100%;
  height: calc(52% - 60px);
  color: black;
}

.gc-panel-stack .gc-panel-fields-section[containArea=false] {
  height: calc(100% - 30px);
}

.gc-panel-stack > span {
  color: black;
}

.gc-panel-stack .gc-panel-areas-section {
  width: 100%;
  height: 48%;
  color: black;
}

.gc-panel-stack .gc-panel-areas-section > span:first-child {
  display: inline-block;
  margin-bottom: 5px;
}

.gc-panel-stack .gc-panel-areas-section[containFields=false] {
  width: 100%;
  height: calc(100% - 40px);
}

.gc-panel-stack .gc-panel-areas-section span {
  white-space: normal;
}

.gc-panel-stack .gc-panel-field-area {
  height: calc(100% - 40px);
}

.gc-panel-stack .gc-panel-field-area > section:nth-of-type(1) {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.gc-panel-stack .gc-panel-field-area > section:nth-of-type(2) {
  border-bottom: 1px solid #bfbfbf;
}

.gc-panel-stack .gc-panel-field-area > section:nth-of-type(2) .gc-panel-area-item-title,
.gc-panel-stack .gc-panel-field-area > section:nth-of-type(2) .gc-panel-area-item-content {
  margin-left: 3%;
}

.gc-panel-stack .gc-panel-field-area > section:nth-of-type(3) {
  border-right: 1px solid #bfbfbf;
}

.gc-panel-stack .gc-panel-field-area > section:nth-of-type(4) .gc-panel-area-item-title,
.gc-panel-stack .gc-panel-field-area > section:nth-of-type(4) .gc-panel-area-item-content {
  margin-left: 3%;
}

.gc-panel-stack .gc-panel-area-section {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
}

.gc-panel-stack .gc-panel-area-section-Filters {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.gc-panel-stack .gc-panel-area-section-Columns {
  border-bottom-color: transparent;
}

.gc-panel-stack .gc-panel-area-section-Rows {
  border-right-color: transparent;
}

.gc-panel-stack .gc-panel-defer-layout-update {
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 5px 0;
}

.gc-panel-stack .gc-panel-field-area-text {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
}

.gc-panel-stack .gc-panel-area-section:nth-child(odd) {
  float: left;
}

.gc-panel-stack .gc-panel-area-section:nth-child(even) {
  float: right;
}

.gc-panel-flow {
  width: 100%;
}

.gc-panel-flow .gc-panel-fields-section {
  width: 49%;
  height: calc(100% - 50px);
  color: black;
  float: left;
  overflow-y: scroll;
}

.gc-panel-flow .gc-panel-fields-section[containArea=false] {
  width: 100%;
  height: calc(100% - 30px);
}

.gc-panel-flow .gc-panel-fields-section span {
  white-space: normal;
}

.gc-panel-flow > span {
  color: black;
}

.gc-panel-flow .gc-panel-areas-section {
  width: 49%;
  height: calc(100% - 50px);
  float: right;
  overflow-y: scroll;
  color: black;
}

.gc-panel-flow .gc-panel-areas-section[containFields=false] {
  width: 100%;
  height: calc(100% - 40px);
}

.gc-panel-flow .gc-panel-field-area {
  height: calc(100% - 40px);
}

.gc-panel-flow .gc-panel-area-section {
  width: 100%;
  height: 25%;
}

.gc-panel-flow .gc-panel-area-section-Filters {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.gc-panel-flow .gc-panel-area-section-Columns {
  border-bottom-color: transparent;
}

.gc-panel-flow .gc-panel-area-section-Rows {
  border-right-color: transparent;
}

.gc-panel-flow .gc-panel-defer-layout-update {
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 5px 0;
}

.gc-panel-flow .gc-panel-field-area-text {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
}

.gc-panel-all-field {
  background-color: white;
  height: calc(100% - 30px);
  overflow-y: auto;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-sizing: border-box;
}

.gc-panel-all-field ul {
  margin: 0;
  padding: 0;
}

.gc-panel-all-field .gc-panel-all-field-item {
  height: 22px;
  line-height: 19px;
  font-size: 12px;
  color: black;
}

.gc-panel-all-field .gc-panel-all-field-item:hover {
  background-color: #9fd5b7;
}

.gc-panel-all-field .gc-panel-area-item-icon {
  width: 20px;
  height: 13px;
  display: inline-block;
  margin-top: 7px;
  float: right;
  cursor: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+dHJpYW5nbGVfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9InRyaWFuZ2xlX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6ELTQiIGZpbGw9IiM2OTY5NjkiIHBvaW50cz0iNCA2IDEyIDYgOCAxMCI+PC9wb2x5Z29uPgogICAgPC9nPgo8L3N2Zz4=");
}

.gc-panel-all-field-checked {
  font-weight: 600;
}

.gc-panel-all-field-unchecked,
.gc-panel-all-field-checked {
  vertical-align: top;
}

.gc-panel-area-item-title {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: black;
  width: 97%;
}

.gc-panel-area-item {
  height: 23px;
  line-height: 23px;
  text-indent: 3px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  margin-bottom: 1px;
  font-size: 12px;
  border: 1px solid rgba(107, 107, 107, 0.2);
  outline: none;
}

.gc-panel-area-item:hover {
  border: 1px solid #217346;
}

.gc-panel-area-item .gc-panel-area-item-label {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

.gc-panel-area-item .gc-panel-area-item-icon {
  width: 20px;
  height: 13px;
  display: inline-block;
  margin-top: 4px;
  float: right;
  cursor: default;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+dHJpYW5nbGVfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9InRyaWFuZ2xlX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6ELTQiIGZpbGw9IiM2OTY5NjkiIHBvaW50cz0iNCA2IDEyIDYgOCAxMCI+PC9wb2x5Z29uPgogICAgPC9nPgo8L3N2Zz4=");
}

.gc-panel-area-item-content {
  margin: 0;
  padding: 1px;
  height: calc(100% - 30px);
  width: 97%;
  background-color: white;
  overflow-y: auto;
  box-sizing: border-box;
}

.gc-panel-defer-layout-left-div {
  float: left;
  width: calc(100% - 60px);
}

.gc-panel-defer-layout-left-div label {
  display: inline-block;
  max-width: calc(100% - 20px);
  color: black;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.gc-panel-defer-layout-left-div input {
  vertical-align: middle;
}

.gc-panel-defer-layout-right-button {
  float: right;
  border: 1px solid white;
  background-color: white;
  color: black;
  width: 60px;
}

.gc-panel-defer-layout-right-button:disabled {
  color: #c6bfbe;
}

.gc-panel-bottomBorderStyle {
  border-bottom: 2px solid green;
}

.gc-panel-topBorderStyle {
  border-top: 2px solid green;
}

.gc-panel-all-field-filter {
  width: 18px;
  height: 13px;
  margin-top: 3px;
  display: inline-block;
  float: right;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZmlsdGVyX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJmaWx0ZXJfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xMi45MzI0NzkyLDMgQzEzLjIwODYyMTYsMyAxMy40MzI0NzkyLDMuMjIzODU3NjMgMTMuNDMyNDc5MiwzLjUgQzEzLjQzMjQ3OTIsMy42MTY5NjgyNSAxMy4zOTE0NzExLDMuNzMwMjM0NyAxMy4zMTY1ODk4LDMuODIwMDkyMiBMOS4yLDguNzYgTDkuMiwxMi44IEw2LjgsMTQgTDYuOCw4Ljc2IEwyLjY4MzQxMDE3LDMuODIwMDkyMiBDMi41MDY2MjgxMywzLjYwNzk1Mzc1IDIuNTM1MjkwMTYsMy4yOTI2NzE0IDIuNzQ3NDI4NjEsMy4xMTU4ODkzNiBDMi44MzcyODYxMSwzLjA0MTAwODExIDIuOTUwNTUyNTUsMyAzLjA2NzUyMDgxLDMgTDEyLjkzMjQ3OTIsMyBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiM2OTY5NjkiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
  background-repeat: no-repeat;
}

.gc-panel-area-item-Filters {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZmlsdGVyX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJmaWx0ZXJfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xMi45MzI0NzkyLDMgQzEzLjIwODYyMTYsMyAxMy40MzI0NzkyLDMuMjIzODU3NjMgMTMuNDMyNDc5MiwzLjUgQzEzLjQzMjQ3OTIsMy42MTY5NjgyNSAxMy4zOTE0NzExLDMuNzMwMjM0NyAxMy4zMTY1ODk4LDMuODIwMDkyMiBMOS4yLDguNzYgTDkuMiwxMi44IEw2LjgsMTQgTDYuOCw4Ljc2IEwyLjY4MzQxMDE3LDMuODIwMDkyMiBDMi41MDY2MjgxMywzLjYwNzk1Mzc1IDIuNTM1MjkwMTYsMy4yOTI2NzE0IDIuNzQ3NDI4NjEsMy4xMTU4ODkzNiBDMi44MzcyODYxMSwzLjA0MTAwODExIDIuOTUwNTUyNTUsMyAzLjA2NzUyMDgxLDMgTDEyLjkzMjQ3OTIsMyBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiM2OTY5NjkiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
}

.gc-panel-area-item-Rows {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2F0ZWdvcnlfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9ImNhdGVnb3J5X2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMTMsMTIgTDEzLDEzIEwzLDEzIEwzLDEyIEwxMywxMiBaIE0xMywxMCBMMTMsMTEgTDMsMTEgTDMsMTAgTDEzLDEwIFogTTEzLDggTDEzLDkgTDMsOSBMMyw4IEwxMyw4IFogTTEzLDQgTDEzLDcgTDMsNyBMMyw0IEwxMyw0IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiM2OTY5NjkiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
}

.gc-panel-area-item-Columns {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2VyaWVzX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJzZXJpZXNfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik02LDMgTDYsMTMgTDMsMTMgTDMsMyBMNiwzIFogTTgsMyBMOCwxMyBMNywxMyBMNywzIEw4LDMgWiBNMTAsMyBMMTAsMTMgTDksMTMgTDksMyBMMTAsMyBaIE0xMiwzIEwxMiwxMyBMMTEsMTMgTDExLDMgTDEyLDMgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.gc-panel-area-item-Values {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+dmFsdWVfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9InZhbHVlX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMy40MzYyOTYyMiwzIEwxMywzIEwxMywzIEwxMyw2LjEyNSBMMTIuMjMwNzY5Miw2LjEyNSBMMTEuNDYxNTM4NSw0LjAxODQ3MzMxIEw1LjkwMzIzODkzLDQuMDE4NDczMzEgTDguOTY2Nzk2ODgsNy42ODMwMjQwOSBMNS42MjEwNTMwNiwxMS43MjI3Mzc2IEwxMS40NjE1Mzg1LDExLjcyMjczNzYgTDEyLjIzMDc2OTIsOS44NzUgTDEzLDkuODc1IEwxMywxMyBMMy40MzYyOTYyMiwxMyBDMy4zMjU4MzkyNywxMyAzLjIzNjI5NjIyLDEyLjkxMDQ1NjkgMy4yMzYyOTYyMiwxMi44IEMzLjIzNjI5NjIyLDEyLjc1MjA4MzggMy4yNTM0OTkxMiwxMi43MDU3NiAzLjI4NDc3NDQ4LDEyLjY2OTQ1ODIgTDcuMzA3NjkyMzIsOCBMNy4zMDc2OTIzMiw4IEwzLjI4NDc3NDQ4LDMuMzMwNTQxODEgQzMuMjEyNjc4MjMsMy4yNDY4NTg2NiAzLjIyMjA3MTI3LDMuMTIwNTc0NTEgMy4zMDU3NTQ0MSwzLjA0ODQ3ODI2IEMzLjM0MjA1NjE3LDMuMDE3MjAyOSAzLjM4ODM3OTk4LDMgMy40MzYyOTYyMiwzIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzY5Njk2OSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.gc-panel-all-field-filter:hover {
  cursor: auto;
}

.gc-panel-views #gc-panel-selected-view {
  background-color: white;
}

/* Base Style */
/* Tools */
/* Component */
/* Layout */
.gc-drop-down-list {
  box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 5px;
  background: #ffffff;
}

.gc-drop-down-list-span {
  display: block;
  margin: 1px 0px 0px 30px;
  border-bottom: 1px solid #e1dfdd;
}

.gc-drop-down-list-block {
  background: #ffffff;
  color: #444444;
}

.gc-drop-down-list-item {
  height: 21px;
  margin-bottom: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  line-height: 21px;
}

.gc-drop-down-list-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 3px 0px 0px 3px;
}

.gc-drop-down-list-link {
  padding: 0 15px 0 0;
  display: inline-block;
  width: 144px;
  letter-spacing: 0.2px;
  font-size: 12px;
  vertical-align: top;
  margin-left: 3px;
  white-space: nowrap;
}

.gc-drop-down-list-link-hover:hover {
  background-image: none;
  background-color: #c5c5c5;
}

.gc-drop-down-list-item-noHover,
.gc-Filter-list-noHover {
  color: #b1b1b1;
}

.icon-Move-Report {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZmlsdGVyX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJmaWx0ZXJfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xMi45MzI0NzkyLDMgQzEzLjIwODYyMTYsMyAxMy40MzI0NzkyLDMuMjIzODU3NjMgMTMuNDMyNDc5MiwzLjUgQzEzLjQzMjQ3OTIsMy42MTY5NjgyNSAxMy4zOTE0NzExLDMuNzMwMjM0NyAxMy4zMTY1ODk4LDMuODIwMDkyMiBMOS4yLDguNzYgTDkuMiwxMi44IEw2LjgsMTQgTDYuOCw4Ljc2IEwyLjY4MzQxMDE3LDMuODIwMDkyMiBDMi41MDY2MjgxMywzLjYwNzk1Mzc1IDIuNTM1MjkwMTYsMy4yOTI2NzE0IDIuNzQ3NDI4NjEsMy4xMTU4ODkzNiBDMi44MzcyODYxMSwzLjA0MTAwODExIDIuOTUwNTUyNTUsMyAzLjA2NzUyMDgxLDMgTDEyLjkzMjQ3OTIsMyBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiM2OTY5NjkiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
}

.icon-Move-Row {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2VyaWVzX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJzZXJpZXNfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik02LDMgTDYsMTMgTDMsMTMgTDMsMyBMNiwzIFogTTgsMyBMOCwxMyBMNywxMyBMNywzIEw4LDMgWiBNMTAsMyBMMTAsMTMgTDksMTMgTDksMyBMMTAsMyBaIE0xMiwzIEwxMiwxMyBMMTEsMTMgTDExLDMgTDEyLDMgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.icon-Move-Col {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2F0ZWdvcnlfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9ImNhdGVnb3J5X2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMTMsMTIgTDEzLDEzIEwzLDEzIEwzLDEyIEwxMywxMiBaIE0xMywxMCBMMTMsMTEgTDMsMTEgTDMsMTAgTDEzLDEwIFogTTEzLDggTDEzLDkgTDMsOSBMMyw4IEwxMyw4IFogTTEzLDQgTDEzLDcgTDMsNyBMMyw0IEwxMyw0IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiM2OTY5NjkiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+");
}

.icon-Move-Value {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+dmFsdWVfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9InZhbHVlX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMy40MzYyOTYyMiwzIEwxMywzIEwxMywzIEwxMyw2LjEyNSBMMTIuMjMwNzY5Miw2LjEyNSBMMTEuNDYxNTM4NSw0LjAxODQ3MzMxIEw1LjkwMzIzODkzLDQuMDE4NDczMzEgTDguOTY2Nzk2ODgsNy42ODMwMjQwOSBMNS42MjEwNTMwNiwxMS43MjI3Mzc2IEwxMS40NjE1Mzg1LDExLjcyMjczNzYgTDEyLjIzMDc2OTIsOS44NzUgTDEzLDkuODc1IEwxMywxMyBMMy40MzYyOTYyMiwxMyBDMy4zMjU4MzkyNywxMyAzLjIzNjI5NjIyLDEyLjkxMDQ1NjkgMy4yMzYyOTYyMiwxMi44IEMzLjIzNjI5NjIyLDEyLjc1MjA4MzggMy4yNTM0OTkxMiwxMi43MDU3NiAzLjI4NDc3NDQ4LDEyLjY2OTQ1ODIgTDcuMzA3NjkyMzIsOCBMNy4zMDc2OTIzMiw4IEwzLjI4NDc3NDQ4LDMuMzMwNTQxODEgQzMuMjEyNjc4MjMsMy4yNDY4NTg2NiAzLjIyMjA3MTI3LDMuMTIwNTc0NTEgMy4zMDU3NTQ0MSwzLjA0ODQ3ODI2IEMzLjM0MjA1NjE3LDMuMDE3MjAyOSAzLjM4ODM3OTk4LDMgMy40MzYyOTYyMiwzIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzY5Njk2OSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.icon-Move-Remove {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZGVsZXRlX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJkZWxldGVfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xMy45NzczODAzLDQuNzAzMzM2NjcgQzEzLjY0MDA5NzcsNS41NzA0MTE3NCAxMS44MTkxMTgsNi40MDUwODg0OSAxMC4xNDc4ODgyLDcuNjQ2NjYzNjYgQzEwLjk3OTcwNzMsOC45NzA1MzM0NCAxMS44OTk3MzYsMTAuNzQ2MzgxMyAxMy40Mjg4OTUxLDE0IEMxMS41MTE0ODE1LDExLjc1NjU3NzQgMTAuMTAzNDIzMywxMC4zOTkzNTg3IDguNjgxNjMwNyw4LjkwMzc0MzYyIEM3LjE2ODczOTI5LDEwLjI4NzI0NzIgNi40NTA3MjAzMywxMS4wMjA5NzgxIDUuOTIzMjY4MjIsMTIuMDAxNTM2NyBDNS4zMjMwNzAzOSwxMy4xMTczMzMgNC45NzgwMjkxNiwxNC4zNzA5NjggMy44NDI1NDcyMiwxMy44MjcxMDggQzMuMDg1NTU5MjcsMTMuNDYzMzQyIDIuNDAzNDAyNSwxMi4xMDI0OTkzIDMuODQyNTQ3MjIsMTAuNjkxNTY0MiBDNS4yODE2OTE5NSw5LjI4MDYyOTA3IDYuNDA0MTU5NzYsOC4yMjYzMDM5NSA3LjIxMTAzNTE4LDcuNTI5NzgxNDcgQzYuMTExMzQyMDcsNi42Mzc2NjAyMSA1LjEyNDQzOCw2LjAyMzEwMjcxIDMuODQyNTQ3MjIsNS41NjUxMTUzMiBDMi41NjA2NTY0NCw1LjEwNzEyNzk0IDMuMTk2NjQzMTcsMy43MzU4ODA3NyAzLjUyNzQxODcxLDMuMzE0ODY2MzMgQzMuODYwMzYzMjcsMi44OTUwNDQ1NiA0LjU0NjM5NDE5LDIuODk1MDQ0NTYgNS4zNjQxMTQ3MSwzLjMxNDg2NjMzIEM2Ljk2NDg1MTQyLDQuMzMyMjE4NTEgOC4yMDAxMDgyNyw1LjMwNjYzNDM4IDkuMDczMTM4NzksNi4yMzgxMTM5MiBDMTAuOTUzNjc5MSw1LjI0MzQyMjU3IDE0LjMwNzA3MTQsMy44NTQxNTE3MyAxMy45NzczODAzLDQuNzAzMzM2NjcgWiIgaWQ9IkZpbGwtOSIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.icon-Move-Setting {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aW5mb3JfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9ImluZm9yX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i57yW57uELTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTMsMCBMMTMuMDAxMTk5NSw2LjAwMDUzNTA2IEMxMi42OTMyOTQ2LDUuNzY5MTE0NzEgMTIuMzU3OCw1LjU3MjQyMjkzIDEyLjAwMDUzMjQsNS40MTYyNzYzNCBMMTIsMSBMMSwxIEwxLDEyIEw1LjQxNjI3NjM0LDEyLjAwMDUzMjQgQzUuNTcyNDIyOTMsMTIuMzU3OCA1Ljc2OTExNDcxLDEyLjY5MzI5NDYgNi4wMDA1MzUwNiwxMy4wMDExOTk1IEwwLDEzIEwwLDAgTDEzLDAgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiBmaWxsPSIjQjNCM0IzIiB4PSIyIiB5PSIyIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaLlpIfku70tOSIgZmlsbD0iI0IzQjNCMyIgeD0iMiIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iNSI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTgiIGZpbGw9IiNCM0IzQjMiIHg9IjYiIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjMiPjwvcmVjdD4KICAgICAgICAgICAgPHBhdGggZD0iTTEwLDYgQzEyLjIwOTEzOSw2IDE0LDcuNzkwODYxIDE0LDEwIEMxNCwxMi4yMDkxMzkgMTIuMjA5MTM5LDE0IDEwLDE0IEM3Ljc5MDg2MSwxNCA2LDEyLjIwOTEzOSA2LDEwIEM2LDcuNzkwODYxIDcuNzkwODYxLDYgMTAsNiBaIE0xMC42MjIyMjIyLDguOTMzMzMzMzMgTDkuMiw4LjkzMzMzMzMzIEw5LjIsMTMuMiBMMTAuNjIyMjIyMiwxMy4yIEwxMC42MjIyMjIyLDguOTMzMzMzMzMgWiBNOS45MTExMTExMSw2LjggQzkuNTE4Mzc1MjksNi44IDkuMiw3LjExODM3NTI5IDkuMiw3LjUxMTExMTExIEM5LjIsNy45MDM4NDY5MyA5LjUxODM3NTI5LDguMjIyMjIyMjIgOS45MTExMTExMSw4LjIyMjIyMjIyIEMxMC4zMDM4NDY5LDguMjIyMjIyMjIgMTAuNjIyMjIyMiw3LjkwMzg0NjkzIDEwLjYyMjIyMjIsNy41MTExMTExMSBDMTAuNjIyMjIyMiw3LjExODM3NTI5IDEwLjMwMzg0NjksNi44IDkuOTExMTExMTEsNi44IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiMzNjdGQzkiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.icon-Be-Used {
  background-repeat: round;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAGxJREFUOE+ljsENgDAMAzsaQ3QMxP4/wAhXwTKhEY9TlZOdtK1b/4WVFaysYGUFKxMWdY/hA5T3+x0+BjJYJmOJBoF+87UMYhAwzFBaBnFwYZ1j/kKFltIycHLqMrHyhEvSMrCygpUVrJyntwPdKU02VXQw7gAAAABJRU5ErkJggg==");
}

.icon-clear-filter {
  background-repeat: round;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAgRJREFUOBFjYKAQMIL0nzx5cs6/f/+SCZnFyMh4kpeX105bW/sXTC0TiCEmJpbz58+fc0DMgAe/YWJiCkXWDNILNkBRUfEHUGPw379/3/3+/RtsCIhGwv+A8pFmZmaPQZqQAdgAkICjo+MDoAExQPwPpBFIgzHIRUDv1QLl9yBrhLHBYQDjgOjt27fXAzU0AP0LFgbSmzw8PAKA9H9kdTA2hgH///9n2gIEQEO+mpzfvp2FmfWgeO3kuzAN6DTcCzAJoE0g/zZoXj+8h+Pti7lMLx5deJHpmwKTB9H/09JY74XamoHYGAaABIFh8PemhAb//3//1wBN4/r769fsRwmu0x8luUrdjXRov/v++sM/f/5a4DOA4RMrZ+dOq7C1QC8Z/P/7/8K/P38z/nz/+fjfn98+QDf4qq0/NgmvAaCYAHrlpziDzI0/f//e+AuMjb9//jH9+8dQrrL6yFmQZhDA6gWQBDAaG+Pu79/+8OudjX9//4kAeqcLKLbm7+9fHf8bGuD64AyQJhj4+fPnpaTHj5se3Xm08d/fv57AGJmgsupwubqIbtSP778enNm/IhymFqsB6enpvx/fO+IL9ILbn39/L6oIaJaBNDDOmvVb8Ldg2I9vv2yAYQNOAlgNACn+zfD/+r+//+4x/mMoAGkEiYGA4oEDP1iZmCp3a4mpQEQoJAFYGTPePuR04gAAAABJRU5ErkJggg==");
}

.gc-Filter-list-select-block {
  width: 100%;
  padding-bottom: 5px;
  background-color: #f0f0f0;
}

.gc-Filter-list {
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  width: 239px;
  border: 1px solid #c8c6c4;
  background: #ffffff;
  color: #222222;
  position: absolute;
}

.gc-Filter-list-item {
  padding: 4px 5px 4px 5px;
  font-weight: 500;
  font-size: 12px;
  color: #222222;
}

.gc-Filter-list-item select {
  font-size: 12px;
}

.gc-Filter-list-sort-item {
  padding-left: 3px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.gc-Filter-list-link {
  display: inline-block;
  width: 182px;
  height: 23px;
  font-size: 9pt;
  vertical-align: top;
  margin: 4px 0px 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gc-Filter-list-link-arrow {
  display: inline-block;
  font-size: 10px;
  margin-top: 7px;
  height: 13px;
  width: 13px;
  vertical-align: top;
  background-repeat: round;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAGBJREFUGBljYCAHzJo1a8L///+ZsOlFEQQqygcqXr1q1SpOdMUoCqGSQe/fv987c+ZMEWTF2BSC5C0ZGRkXEaPwONAZccgKWZA5UPY6QUHBmLCwsO9Y5CBC+HyNUxPZEgCPEyCkHm49GwAAAABJRU5ErkJggg==");
}

.gc-Filter-list-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 3px 0px 0px 3px;
}

.gc-Filter-list-icon-selected {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2hlY2tfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9ImNoZWNrX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC00IiBmaWxsPSIjMzY3RkM5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMTQuMDYwMjI2OSA1IDE1IDUuNzUwMzEwMjkgNy44MjE0MzE4MSAxMyA0IDkuMTQwNzA3NDMgNC45Mzk3NzMxNCA4LjM5MDM5NzEzIDcuODIxNDMxODEgMTEuMzAwNjA1OCI+PC9wb2x5Z29uPgogICAgICAgIDxwYXRoIGQ9Ik0xNywxIEwxNywxNyBMMSwxNyBMMSwxIEwxNywxIFogTTE2LDIgTDIsMiBMMiwxNiBMMTYsMTYgTDE2LDIgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.item-hover:hover {
  background-image: none;
  background-color: #c5c5c5;
}

.item-noHover {
  color: #b1b1b1;
}

.clear-filter-icon {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZmlsdGVyIGNsZWFyX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJmaWx0ZXItY2xlYXJfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLnvJbnu4QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzQwMjkwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTYuMDE5NDI3NywxLjU5ODcyMTE2ZS0xNCBDMTYuMjk1NTcwMSwxLjQxMDQ2MTdlLTE0IDE2LjUxOTQyNzcsMC4yMjM4NTc2MjUgMTYuNTE5NDI3NywwLjUgQzE2LjUxOTQyNzcsMC42MTgwMTMyMzkgMTYuNDc3Njg0OSwwLjczMjIyMjg3OCAxNi40MDE1ODQ3LDAuODIyNDIyMDYyIEwxMC4zMzA0MTk0LDguMDE1MTMwNDggQzkuODc3MzExNDksNy45NTA4NzUxNyA5LjQ0ODI5OTgsOC4wMzIzODI1OCA5LjA5ODk2ODE0LDguMjk2NDM2NTUgTDkuMDk5MTYyMzYsNy41OTM2NTYyNSBMMTQuMjIyODM1OCwxLjcxOTgzNTMzIEMxNC4yNzA0ODUyLDEuNjY1MTk3MzkgMTQuMjk2NzM3NSwxLjU5NTE1Mjk5IDE0LjI5NjczNzUsMS41MjI2NTYyNSBDMTQuMjk2NzM3NSwxLjM1Njk3MDgzIDE0LjE2MjQyMywxLjIyMjY1NjI1IDEzLjk5NjczNzUsMS4yMjI2NTYyNSBMMi42NTk0NzExNywxLjIyMjY1NjI1IEMyLjU4ODE1ODc1LDEuMjIyNjU2MjUgMi41MTkxNzg0NiwxLjI0ODA1OTQzIDIuNDY0ODk4OSwxLjI5NDMxMDgzIEMyLjM1NjgwMzE3LDEuMzg2NDE4OCAyLjMzMDI1MTc5LDEuNTM4Njg4OTQgMi4zOTI1NDI4OCwxLjY1OTczMjIyIEwyLjQzMTEyNTc1LDEuNzE3MjI4NTIgTDcuNDc3MTYyMzYsNy42Mzg2NTYyNSBMNy40Nzc3NDgxOCwxNC40NTM0ODAxIEw4LjYyMzQ3MzkzLDEzLjc3MjU4OTYgQzguMzU2MTU5MTEsMTQuMjE1MDA4MSA4LjI0Mjc5ODM4LDE0LjY4NDEwNjMgOC4yNjUyODk2OSwxNS4xMjM5NDk5IEw2LjQ5MjU3MjM5LDE2IEw2LjQ5MTk4NDY4LDguMzc4IEwwLjExNzg1Mzg5OSwwLjgyMjQyMjA2MiBDLTAuMDYwMjE0ODg4NiwwLjYxMTM2MjU0OSAtMC4wMzM0NzA2MjE3LDAuMjk1OTExNzM0IDAuMTc3NTg4ODkxLDAuMTE3ODQyOTQ2IEMwLjI2Nzc4ODA3NSwwLjA0MTc0MjgwMjEgMC4zODE5OTc3MTQsMS41NzMxMzM0NWUtMTQgMC41MDAwMTA5NTMsMS41OTg3MjExNmUtMTQgTDE2LjAxOTQyNzcsMS41OTg3MjExNmUtMTQgWiBNOS40NTk0Mjk4NCwxMS41NzQwNDg2IEw5LjcwMTQ3MDcyLDExLjY2NjQ0NjkgQzkuODEyNTgwMjUsMTEuNzExNzQ3IDkuOTIwNjMyOTgsMTEuNzU5OTk2OSAxMC4wMjcwNjM5LDExLjgxMTk4OTUgTDEwLjAyNiwxMi4yODIgTDkuNTg0NjQyOTEsMTIuNzA0MzA4OSBMOS4wOTksMTMuMTc2IEw5LjA5Nzg4NzU0LDExLjQwMzI3NjIgQzkuMjA3NDU1MDQsMTEuNDY5NzM5IDkuMzI4MDQ1MjcsMTEuNTI3MTA4MiA5LjQ1OTQyOTg0LDExLjU3NDA0ODYgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTYuMjQ1MzE1NywxMC4wODM5NDE1IEMxNi4wMzA2ODE0LDEwLjYzNTcxNjYgMTQuODcxODc2MSwxMS4xNjY4NzQ1IDEzLjgwODM2NjIsMTEuOTU2OTY3OCBDMTQuMzM3NzA1NywxMi43OTk0MzA0IDE0LjkyMzE3ODUsMTMuOTI5NTE1NCAxNS44OTYyNzk3LDE2IEMxNC42NzYxMDc0LDE0LjU3MjM2NzUgMTMuNzgwMDcwMywxMy43MDg2ODI4IDEyLjg3NTI5MzMsMTIuNzU2OTI3OCBDMTEuOTEyNTQ0MiwxMy42MzczMzkxIDExLjQ1NTYyMywxNC4xMDQyNTg4IDExLjExOTk3MTcsMTQuNzI4MjUwNiBDMTAuNzM4MDI3NiwxNS40MzgzMDI4IDEwLjUxODQ1NTksMTYuMjM2MDcwNiA5Ljc5NTg3NjUxLDE1Ljg4OTk3NzggQzkuMzE0MTU2OSwxNS42NTg0OTAzIDguODgwMDU3MTMsMTQuNzkyNDk5NSA5Ljc5NTg3NjUxLDEzLjg5NDYzMTcgQzEwLjcxMTY5NTksMTIuOTk2NzY0IDExLjQyNTk5MzYsMTIuMzI1ODI5OCAxMS45Mzk0NTk4LDExLjg4MjU4ODIgQzExLjIzOTY1NSwxMS4zMTQ4NzQ3IDEwLjYxMTYyNTIsMTAuOTIzNzkyNiA5Ljc5NTg3NjUxLDEwLjYzMjM0NjEgQzguOTgwMTI3ODMsMTAuMzQwODk5NiA5LjM4NDg0NjY1LDkuNDY4Mjg3NzYgOS41OTUzNDAxOCw5LjIwMDM2OTQ4IEM5LjgwNzIxMzk5LDguOTMzMjEwMTcgMTAuMjQzNzc5MSw4LjkzMzIxMDE3IDEwLjc2NDE0NjcsOS4yMDAzNjk0OCBDMTEuNzgyNzk3NCw5Ljg0Nzc3NTQyIDEyLjU2ODg2OTksMTAuNDY3ODU4MiAxMy4xMjQ0MzQ4LDExLjA2MDYxOCBDMTQuMzIxMTQyMiwxMC40Mjc2MzI1IDE2LjQ1NTExOTEsOS41NDM1NTExIDE2LjI0NTMxNTcsMTAuMDgzOTQxNSBaIiBpZD0iRmlsbC05IiBmaWxsPSIjRkE3NTQxIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.clear-filter-icon-default {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZmlsdGVyIGNsZWFyIGRpc2FibGVfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9ImZpbHRlci1jbGVhci1kaXNhYmxlX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i57yW57uEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc0MDI5MCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEzLjk5NjczNzUsMS4yMjI2NTYyNSBDMTQuMTYyNDIzLDEuMjIyNjU2MjUgMTQuMjk2NzM3NSwxLjM1Njk3MDgzIDE0LjI5NjczNzUsMS41MjI2NTYyNSBDMTQuMjk2NzM3NSwxLjU5NTE1Mjk5IDE0LjI3MDQ4NTIsMS42NjUxOTczOSAxNC4yMjI4MzU4LDEuNzE5ODM1MzMgTDkuMDk5MTYyMzYsNy41OTM2NTYyNSBMOS4wOTc5NjM3OSw4LjI5NzE5NjM5IEM4Ljk5NTIwNzYsOC4zNzUwMDUwNyA4Ljg5OTM1NjM0LDguNDY4NjI1NDIgOC44MTE4MjY1Nyw4LjU3ODk5NDg2IEM4LjU1OTI2NjYxLDguOTAwNDM4OSA4LjM1NTEzOTg2LDkuMzYyNDk1NzUgOC4zMTQ2NjkzOCw5LjgxOTI4MjE2IEM4LjI1NzE3NDIzLDEwLjQ2ODIyNDUgOC41MjkyNjA5MSwxMS4wNTg4NTI5IDkuMDk4ODkzMDYsMTEuNDAzODg1NyBMOS4wOTk0NjUzMiwxMy4xNzU2NTYyIEw5LjA5NTgwMjg1LDEzLjE4MDU2MTEgQzguOTA0MTMyMDksMTMuMzY4NDc0OCA4Ljc0NzI4ODcxLDEzLjU2NzY3MDMgOC42MjM0NzM5MywxMy43NzI1ODk2IEw3LjQ3Nzc0ODE4LDE0LjQ1MzQ4MDEgTDcuNDc3MTYyMzYsNy42Mzg2NTYyNSBMMi40MzExMjU3NSwxLjcxNzIyODUyIEMyLjMyMzY2NjQ1LDEuNTkxMTE2ODIgMi4zMzg3ODcyMSwxLjQwMTc3MDEyIDIuNDY0ODk4OSwxLjI5NDMxMDgzIEMyLjUxOTE3ODQ2LDEuMjQ4MDU5NDMgMi41ODgxNTg3NSwxLjIyMjY1NjI1IDIuNjU5NDcxMTcsMS4yMjI2NTYyNSBMMTMuOTk2NzM3NSwxLjIyMjY1NjI1IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNFMEUwRTAiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTE2LjAxOTQyNzcsMCBDMTYuMjk1NTcwMSwtMS44ODI1OTQ1MmUtMTUgMTYuNTE5NDI3NywwLjIyMzg1NzYyNSAxNi41MTk0Mjc3LDAuNSBDMTYuNTE5NDI3NywwLjYxODAxMzIzOSAxNi40Nzc2ODQ5LDAuNzMyMjIyODc4IDE2LjQwMTU4NDcsMC44MjI0MjIwNjIgTDEwLjMzMDQxOTQsOC4wMTUxMzA0OCBDOS44NzczMTE0OSw3Ljk1MDg3NTE3IDkuNDQ4Mjk5OCw4LjAzMjM4MjU4IDkuMDk4OTY4MTQsOC4yOTY0MzY1NSBMOS4wOTkxNjIzNiw3LjU5MzY1NjI1IEwxNC4yMjI4MzU4LDEuNzE5ODM1MzMgQzE0LjI3MDQ4NTIsMS42NjUxOTczOSAxNC4yOTY3Mzc1LDEuNTk1MTUyOTkgMTQuMjk2NzM3NSwxLjUyMjY1NjI1IEMxNC4yOTY3Mzc1LDEuMzU2OTcwODMgMTQuMTYyNDIzLDEuMjIyNjU2MjUgMTMuOTk2NzM3NSwxLjIyMjY1NjI1IEwyLjY1OTQ3MTE3LDEuMjIyNjU2MjUgQzIuNTg4MTU4NzUsMS4yMjI2NTYyNSAyLjUxOTE3ODQ2LDEuMjQ4MDU5NDMgMi40NjQ4OTg5LDEuMjk0MzEwODMgQzIuMzU2ODAzMTcsMS4zODY0MTg4IDIuMzMwMjUxNzksMS41Mzg2ODg5NCAyLjM5MjU0Mjg4LDEuNjU5NzMyMjIgTDIuNDMxMTI1NzUsMS43MTcyMjg1MiBMNy40NzcxNjIzNiw3LjYzODY1NjI1IEw3LjQ3Nzc0ODE4LDE0LjQ1MzQ4MDEgTDguNjIzNDczOTMsMTMuNzcyNTg5NiBDOC4zNTYxNTkxMSwxNC4yMTUwMDgxIDguMjQyNzk4MzgsMTQuNjg0MTA2MyA4LjI2NTI4OTY5LDE1LjEyMzk0OTkgTDYuNDkyNTcyMzksMTYgTDYuNDkxOTg0NjgsOC4zNzggTDAuMTE3ODUzODk5LDAuODIyNDIyMDYyIEMtMC4wNjAyMTQ4ODg2LDAuNjExMzYyNTQ5IC0wLjAzMzQ3MDYyMTcsMC4yOTU5MTE3MzQgMC4xNzc1ODg4OTEsMC4xMTc4NDI5NDYgQzAuMjY3Nzg4MDc1LDAuMDQxNzQyODAyMSAwLjM4MTk5NzcxNCwtMi41NTg3NzA3NmUtMTYgMC41MDAwMTA5NTMsMCBMMTYuMDE5NDI3NywwIFogTTkuNDU5NDI5ODQsMTEuNTc0MDQ4NiBMOS43MDE0NzA3MiwxMS42NjY0NDY5IEM5LjgxMjU4MDI1LDExLjcxMTc0NyA5LjkyMDYzMjk4LDExLjc1OTk5NjkgMTAuMDI3MDYzOSwxMS44MTE5ODk1IEwxMC4wMjYsMTIuMjgyIEw5LjU4NDY0MjkxLDEyLjcwNDMwODkgTDkuMDk5LDEzLjE3NiBMOS4wOTc4ODc1NCwxMS40MDMyNzYyIEM5LjIwNzQ1NTA0LDExLjQ2OTczOSA5LjMyODA0NTI3LDExLjUyNzEwODIgOS40NTk0Mjk4NCwxMS41NzQwNDg2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiM5ODk4OTgiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTE2LjI0NTMxNTcsMTAuMDgzOTQxNSBDMTYuMDMwNjgxNCwxMC42MzU3MTY2IDE0Ljg3MTg3NjEsMTEuMTY2ODc0NSAxMy44MDgzNjYyLDExLjk1Njk2NzggQzE0LjMzNzcwNTcsMTIuNzk5NDMwNCAxNC45MjMxNzg1LDEzLjkyOTUxNTQgMTUuODk2Mjc5NywxNiBDMTQuNjc2MTA3NCwxNC41NzIzNjc1IDEzLjc4MDA3MDMsMTMuNzA4NjgyOCAxMi44NzUyOTMzLDEyLjc1NjkyNzggQzExLjkxMjU0NDIsMTMuNjM3MzM5MSAxMS40NTU2MjMsMTQuMTA0MjU4OCAxMS4xMTk5NzE3LDE0LjcyODI1MDYgQzEwLjczODAyNzYsMTUuNDM4MzAyOCAxMC41MTg0NTU5LDE2LjIzNjA3MDYgOS43OTU4NzY1MSwxNS44ODk5Nzc4IEM5LjMxNDE1NjksMTUuNjU4NDkwMyA4Ljg4MDA1NzEzLDE0Ljc5MjQ5OTUgOS43OTU4NzY1MSwxMy44OTQ2MzE3IEMxMC43MTE2OTU5LDEyLjk5Njc2NCAxMS40MjU5OTM2LDEyLjMyNTgyOTggMTEuOTM5NDU5OCwxMS44ODI1ODgyIEMxMS4yMzk2NTUsMTEuMzE0ODc0NyAxMC42MTE2MjUyLDEwLjkyMzc5MjYgOS43OTU4NzY1MSwxMC42MzIzNDYxIEM4Ljk4MDEyNzgzLDEwLjM0MDg5OTYgOS4zODQ4NDY2NSw5LjQ2ODI4Nzc2IDkuNTk1MzQwMTgsOS4yMDAzNjk0OCBDOS44MDcyMTM5OSw4LjkzMzIxMDE3IDEwLjI0Mzc3OTEsOC45MzMyMTAxNyAxMC43NjQxNDY3LDkuMjAwMzY5NDggQzExLjc4Mjc5NzQsOS44NDc3NzU0MiAxMi41Njg4Njk5LDEwLjQ2Nzg1ODIgMTMuMTI0NDM0OCwxMS4wNjA2MTggQzE0LjMyMTE0MjIsMTAuNDI3NjMyNSAxNi40NTUxMTkxLDkuNTQzNTUxMSAxNi4yNDUzMTU3LDEwLjA4Mzk0MTUgWiIgaWQ9IkZpbGwtOSIgZmlsbD0iIzk4OTg5OCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}

.gc-Filter-list-span {
  display: block;
  border-bottom: solid 1px #e1dfdd;
  margin-left: 32px;
}

.filter-search {
  margin: 5px 5px 0px 30px;
  height: 25px;
  width: 210px;
}

.filter-search-input {
  outline: none;
  padding-left: 7px;
}

.filter-select-all-container {
  height: 20px;
  margin: 0px 0px 5px 24px;
}

.filter-select-all-link {
  height: 16px;
  cursor: pointer;
  margin-right: 16px;
  font-size: 12px;
  float: left;
}

.filter-select-all-link:hover {
  text-decoration: underline;
}

.filter-select-icon {
  height: 15px;
  width: 15px;
  margin-right: 4px;
  float: left;
}

.filter-check-all-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAGxJREFUOE+ljsENgDAMAzsaQ3QMxP4/wAhXwTKhEY9TlZOdtK1b/4WVFaysYGUFKxMWdY/hA5T3+x0+BjJYJmOJBoF+87UMYhAwzFBaBnFwYZ1j/kKFltIycHLqMrHyhEvSMrCygpUVrJyntwPdKU02VXQw7gAAAABJRU5ErkJggg==");
  background-repeat: round;
}

.filter-uncheck-all-icon {
  background-repeat: round;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAIJJREFUOE+lkssNgDAMQzsCw3UMxEocGKWDQSLVUj5GJeLwhPyI0x7a9qP/gsoKVFagskIUm3ALp3GKZvX63/q0QIcAlqAMXMcFIQ6z7DouTGLptawkMVmeDJi8BFsGQ0jzUcRyvEla4oLAhvVrveu4IOAdxJOwZPkOylBZgcrv9PYAV9tkcyJlS4sAAAAASUVORK5CYII=");
}

.filter-list-box {
  margin-top: 10px;
  height: 200px;
}

.filter-list-box-host {
  height: 170px;
  width: 100%;
  clear: both;
}

.filter-list-box-icon {
  display: inline-block;
  float: left;
  height: 100%;
  width: 25px;
}

.filter-list-box-container {
  display: inline-block;
  height: 100%;
  width: 191px;
  border: 1px solid #c8c8c8;
}

.filter-confirm {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
  height: 25px;
  line-height: 23px;
  width: 81px;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  float: right;
  font-weight: normal;
  color: black;
  border: 1px solid #b4b4b4;
  background-color: #efefef;
}

.filter-confirm:hover {
  border: 1px solid #3296c8;
  background-color: rgba(191, 216, 231, 0.9);
  line-height: 23px;
}

.filter-dialog-confirm {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 24px;
  line-height: 25px;
  width: 70px;
  margin: 8px 20px 7px -15px;
  text-align: center;
  font-size: 12px;
  float: right;
  font-weight: normal;
  color: #b1b1b1;
  border: 1px solid #b4b4b4;
  background-color: #efefef;
}

.filter-confirm-enable {
  color: black;
  box-sizing: border-box;
  line-height: 24px;
  border: 2px solid #0078d7;
}

.filter-confirm-enable:hover {
  border: 1px solid #3296c8;
  background-color: rgba(191, 216, 231, 0.9);
  line-height: 24px;
}

.ok-class {
  line-height: 22px;
}

.cancel-class {
  border: 1px solid #b4b4b4;
}

.filter-bottom-line {
  display: block;
  background-color: #D4D4D4;
  margin-bottom: 10px;
  margin-top: 9px;
}

.filter-sort-icon-one {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c29ydGF6X2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJzb3J0YXpfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTb3J0LUEtdG8tWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzY2NjY2NiIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjExIDE0Ljk5MzkwMDQgMTQgMTIgMTIgMTIgMTIgLTIuOTEzMTUwMzZlLTE1IDEwIC0yLjkxMzE1MDM2ZS0xNSAxMCAxMiA4IDEyIj48L3BvbHlnb24+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iWiIgZmlsbD0iIzY2NjY2NiIgcG9pbnRzPSIwLjgwNTYwMjcxNiA5IDYuMjU1NTE3ODMgOSA2LjI1NTUxNzgzIDkuNzgxNTEyNjEgMi4wNTg1NzM4NSAxNC4xNTk2NjM5IDYuNSAxNC4xNTk2NjM5IDYuNSAxNSAwLjUgMTUgMC41IDE0LjIyNjg5MDggNC43MDcxMzA3MyA5Ljg0MDMzNjEzIDAuODA1NjAyNzE2IDkuODQwMzM2MTMiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjgxNDQzMjk5LDAgTDQuMTg1NTY3MDEsMCBMNyw3IEw1LjcxMTM0MDIxLDcgTDUuMDQxMjM3MTEsNS4yNDUwOTgwNCBMMS45NTg3NjI4OSw1LjI0NTA5ODA0IEwxLjI4ODY1OTc5LDcgTDAsNyBMMi44MTQ0MzI5OSwwIFogTTIuMzE5NTg3NjMsNC4zMDM5MjE1NyBMNC42ODA0MTIzNyw0LjMwMzkyMTU3IEwzLjUyNTc3MzIsMS4yMzUyOTQxMiBMMy40ODQ1MzYwOCwxLjIzNTI5NDEyIEwyLjMxOTU4NzYzLDQuMzAzOTIxNTcgWiIgaWQ9IkEiIGZpbGw9IiMzNjdGQzkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}

.filter-sort-icon-two {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c29ydHphX2xpZ2h0PC90aXRsZT4KICAgIDxnIGlkPSJzb3J0emFfbGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTb3J0LUEtdG8tWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzY2NjY2NiIgZmlsbC1ydWxlPSJub256ZXJvIiBwb2ludHM9IjExIDE0Ljk5MzkwMDQgMTQgMTIgMTIgMTIgMTIgLTIuOTEzMTUwMzZlLTE1IDEwIC0yLjkxMzE1MDM2ZS0xNSAxMCAxMiA4IDEyIj48L3BvbHlnb24+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iWiIgZmlsbD0iIzY2NjY2NiIgcG9pbnRzPSIwLjgwNTYwMjcxNiAwIDYuMjU1NTE3ODMgMCA2LjI1NTUxNzgzIDAuNzgxNTEyNjA1IDIuMDU4NTczODUgNS4xNTk2NjM4NyA2LjUgNS4xNTk2NjM4NyA2LjUgNiAwLjUgNiAwLjUgNS4yMjY4OTA3NiA0LjcwNzEzMDczIDAuODQwMzM2MTM0IDAuODA1NjAyNzE2IDAuODQwMzM2MTM0Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi44MTQ0MzI5OSw4IEw0LjE4NTU2NzAxLDggTDcsMTUgTDUuNzExMzQwMjEsMTUgTDUuMDQxMjM3MTEsMTMuMjQ1MDk4IEwxLjk1ODc2Mjg5LDEzLjI0NTA5OCBMMS4yODg2NTk3OSwxNSBMMCwxNSBMMi44MTQ0MzI5OSw4IFogTTIuMzE5NTg3NjMsMTIuMzAzOTIxNiBMNC42ODA0MTIzNywxMi4zMDM5MjE2IEwzLjUyNTc3MzIsOS4yMzUyOTQxMiBMMy40ODQ1MzYwOCw5LjIzNTI5NDEyIEwyLjMxOTU4NzYzLDEyLjMwMzkyMTYgWiIgaWQ9IkEiIGZpbGw9IiMzNjdGQzkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
}

.icon-class {
  background-repeat: round;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Y2hlY2tfbGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9ImNoZWNrX2xpZ2h0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC00IiBmaWxsPSIjMzY3RkM5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHBvaW50cz0iMTQuMDYwMjI2OSA1IDE1IDUuNzUwMzEwMjkgNy44MjE0MzE4MSAxMyA0IDkuMTQwNzA3NDMgNC45Mzk3NzMxNCA4LjM5MDM5NzEzIDcuODIxNDMxODEgMTEuMzAwNjA1OCI+PC9wb2x5Z29uPgogICAgICAgIDxwYXRoIGQ9Ik0xNywxIEwxNywxNyBMMSwxNyBMMSwxIEwxNywxIFogTTE2LDIgTDIsMiBMMiwxNiBMMTYsMTYgTDE2LDIgWiIgaWQ9IuW9oueKtue7k+WQiCIgZmlsbD0iIzY5Njk2OSI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=");
}

.icon-class-second-menu {
  background-repeat: round;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAO5JREFUOBFjYBgFRIfAjRs3eI8dO7bz+PHjRsiaWJA5uNhnzpxhffny5dr///+7MjExgfQ4w9QywRggev/+/Rx79+6NRBYDamJ8//79/J8/f7r+/v373q9fv6KQ5VEM+Pbt24rv378v27ZtWwFMEZDdCdQUDdT8+u/fv+4uLi4vYXIgmhGZs3HjRr9///6tBYoxA3EqEPMAXTCBkZHxKzMzs6Ofn99pZPUgNooBIIGVK1eCvLAEqJEB6F9GIP0XSPuFhoZuB8mjAwwDQAoWL16cAtQ4G6o4MS4ubgGUTTw1b968wrlz51YRr2PkqgQA82JlH8nI1QYAAAAASUVORK5CYII=");
}

.filter-dialog-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: 446px;
  height: 165px;
}

.filter-dialog-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show-value-as-dialog-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: 560px;
  height: 165px;
}

.show-value-as-dialog-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show-value-as-dialog-header {
  height: 20%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.show-value-as-dialog-header > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 10px;
  height: 100%;
}

.show-value-as-dialog-content {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
}

.show-value-as-dialog-content > div:first-child {
  margin-bottom: 2px;
}

.show-value-as-dialog-content > .show-value-as-dialog-content-item {
  margin-bottom: 2px;
}

.show-value-as-dialog-content select {
  padding: 0px;
}

.show-value-as-dialog-content-select {
  width: 82%;
  height: 22px;
  float: right;
  border: 1px solid #abadb3;
  outline: none;
  font-size: 12px;
}

.show-value-as-dialog-content-item {
  margin-top: 10px;
  white-space: nowrap;
}

.show-value-as-dialog-content-item > span:first-child {
  display: inline-block;
}

.show-value-as-dialog-bottom-confirm {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.date-group-dialog-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: 315px;
  height: 330px;
}

.date-group-dialog-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.number-group-dialog-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: 315px;
  height: 248px;
}

.number-group-dialog-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.date-group-dialog-header {
  height: 10%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.date-group-dialog-header > .cancel-icon {
  line-height: 26px;
  border: none;
}

.number-group-dialog-header {
  height: 14%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.number-group-dialog-header > .cancel-icon {
  line-height: 28px;
  border: none;
}

.date-group-dialog-header-title,
.number-group-dialog-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 10px;
  height: 100%;
}

.date-group-dialog-content-header,
.number-group-dialog-content-header {
  margin: 8px 0px 8px 8px;
  position: relative;
}

.date-group-dialog-content-header > span:first-child,
.number-group-dialog-content-header > span:first-child {
  display: inline-block;
  line-height: 21px;
  position: absolute;
  padding-right: 6px;
  background-color: #f0f0f0;
}

.date-group-dialog-content {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
  height: 90%;
}

.number-group-dialog-content {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
  height: 86%;
}

.date-group-dialog-bottom-confirm,
.number-group-dialog-bottom-confirm {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.date-group--header-horizontal-group-line {
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
  border-bottom: 1px solid gainsboro;
}

.date-group--header-horizontal-auto-line,
.number-group--header-horizontal-line {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px solid gainsboro;
}

.date-group-dialog-sub-container {
  margin: 8px 0px 8px 8px;
}

.date-group-dialog-sub-container > span:first-child {
  position: absolute;
  display: inline-block;
  padding-right: 4px;
  background-color: #f0f0f0;
}

.number-group-dialog-sub-container {
  margin: 16px 0px 8px 8px;
}

.date-group-by {
  display: block;
  box-sizing: border-box;
  height: 15px;
  margin: 1px 0px 1px 6px;
}

.number-group-startingAt-value,
.number-group-endingAt-value,
.number-group-by-value {
  float: right;
  width: 62%;
  border: 1px solid #abadb3;
  outline: none;
}

.date-group-startingAt-value,
.date-group-endingAt-value,
.date-group-by-value {
  float: right;
  margin-left: 5px;
  margin-right: 12px;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
}

.date_group_dialog_group-by-subContainer {
  box-sizing: border-box;
  margin-top: 8px;
  width: 273px;
  height: 125px;
  margin-left: 13px;
  border: 1px solid rgba(176,167,167,0.94902);
  background-color: white;
}

.date-group-by-selected {
  background-color: rgba(127, 187, 235, 0.7);
}

.label-title-class {
  height: 20%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.label-title-class > .label-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 10px;
  height: 100%;
}

.cancel-icon {
  height: 100%;
  width: 50px;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  float: right;
  text-align: center;
  line-height: 25px;
  border: none;
  cursor: default;
}

.cancel-icon:hover {
  background-color: #e81123;
  color: white;
}

.label-filter-body {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
  width: auto;
}

.label-filter-body > .confirm-class {
  margin-bottom: 2px;
}

.label-filter-body > div:first-child {
  position: relative;
  margin-bottom: 6px;
}

.label-filter-body > div:last-child {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.top-ten-content > * {
  display: inline-block;
  white-space: nowrap;
  margin: 15px 2px;
}

.label-show {
  display: inline-block;
  line-height: 21px;
  position: absolute;
  padding-right: 6px;
  background-color: #f0f0f0;
}

.split-line {
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
  border-bottom: 1px solid gainsboro;
}

.label-select {
  margin: 0 2%;
  display: inline-block;
  border: 1px solid #abadb3;
  outline: none;
  width: 35%;
  height: 23px;
  text-overflow: ellipsis;
  font-size: 12px;
}

.label-input {
  display: inline-block;
  text-align: left;
  border: 1px solid #abadb3;
  outline: none;
  width: 100%;
  height: 23px;
  font-size: 12px;
}

.prompt-info {
  display: block;
  line-height: 20px;
}

.ok-label {
  border: 2px solid #0078d7;
  line-height: 21px;
}

.input-between-container {
  display: inline-block;
  width: 58%;
  margin-left: 2%;
}

.input-between {
  display: inline-block;
  text-align: left;
  border: 1px solid #abadb3;
  outline: none;
  width: 42%;
  height: 22px;
  font-size: 12px;
}

.and-joiner {
  display: inline-block;
  text-align: center;
  width: 11%;
  height: 20px;
}

.filter-value-dialog-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: 560px;
  height: 165px;
}

.filter-value-dialog-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-title-class {
  height: 20%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.value-title-class > .label-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 10px;
  height: 100%;
}

.value-filter-body {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
}

.value-filter-body > .confirm-class {
  margin-bottom: 2px;
}

.value-filter-body > div:first-child {
  position: relative;
  margin-bottom: 6px;
}

.value-filter-body > div:last-child {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.value-filter-body .input-between-container {
  display: inline-block;
  width: 52%;
  margin-left: 2%;
}

.split-line-class {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px solid gainsboro;
}

.value-select {
  display: inline-block;
  margin-left: 2%;
  outline: none;
  width: 20%;
  height: 22px;
  margin-top: 2%;
  border: 1px solid #abadb3;
  font-size: 12px;
  text-overflow: ellipsis;
}

.filter-top-ten-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: auto;
  height: 165px;
}

.filter-top-ten-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top-ten-title-class {
  height: 20%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.top-ten-title-class > .label-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 10px;
  height: 100%;
}

.top-ten-filter-body {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
}

.top-ten-filter-body > div:first-child {
  position: relative;
  margin-bottom: 6px;
}

.top-ten-filter-body > .confirm-class {
  margin-bottom: 2px;
}

.split-line-of-top-ten {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px solid gainsboro;
}

.value-of-top-ten {
  text-align: left;
  outline: none;
  height: 22px;
  border: 1px solid #abadb3;
  font-size: 12px;
}

.top-ten-select {
  border: 1px solid #abadb3;
  outline: none;
  width: 100px;
  height: 20px;
  height: 22px;
  text-overflow: ellipsis;
}

.close-dialog {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.by-joiner-class {
  text-align: center;
  height: 22px;
}

.filter-date-dialog-container {
  border: 1px solid #707070;
  box-shadow: 2px 2px 10px #707070;
  width: 450px;
  height: 150px;
}

.filter-date-dialog-container * {
  box-sizing: border-box;
  font-family: "Segoe UI", Calibri, Thonburi, Arial, Verdana, sans-serif, "Mongolian Baiti", "Microsoft Yi Baiti", "Javanese Text";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.date-title-class {
  height: 20%;
  font-size: 12px;
  color: #000000;
  background-color: white;
  padding-left: 10px;
}

.date-title-class > .label-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding-top: 10px;
  height: 100%;
}

.date-filter-body {
  font-size: 12px;
  padding: 6px 9px 9px 9px;
  background-color: #f0f0f0;
  height: 80%;
}

.date-filter-body > .confirm-class {
  margin-bottom: 2px;
}

.date-filter-body .input-between-container {
  display: inline-block;
  width: 64%;
  margin-left: 2%;
}

.date-filter-body > div:first-child {
  margin-bottom: 3px;
  position: relative;
}

.date-filter-body > div:last-child {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.date-split-line {
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
  border-bottom: 1px solid gainsboro;
}

.date-select {
  display: inline-block;
  margin: 2% 0 2% 2%;
  border: 1px solid #abadb3;
  outline: none;
  width: 30%;
  height: 22px;
}

.date-and-joiner {
  display: inline-block;
  text-align: right;
  width: 25px;
  height: 20px;
}

.input-of-between-date {
  margin-left: 10px;
  display: inline-block;
  text-align: left;
  border: none;
  outline: none;
  width: 110px;
  height: 20px;
}

.gc-pivot-field-setting-wrapper {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gc-pivot-field-setting-wrapper input[type=button] {
  display: inline-block;
  margin: 0px;
}

.gc-pivot-dialog-close:hover {
  background-color: #E81123;
  color: white;
}

.gc-pivot-field-setting-content {
  background-color: #f0f0f0;
}

.pivot-field-setting-control {
  width: 75px;
  height: 23px;
  line-height: 21px;
  font-size: 12px;
  background-color: #e1e1e1;
  border: 1px solid #c2c2c2;
  padding: 0px;
  display: inline-block;
  margin-left: 10px;
}

.pivot-field-setting-control-format {
  width: 100px;
  height: 23px;
  line-height: 21px;
  font-size: 12px;
  background-color: #e1e1e1;
  border: 1px solid #c2c2c2;
  padding: 0px;
  display: inline-block;
}

.pivot-field-setting-control:hover {
  border: 1px solid #3296c8;
  background-color: rgba(191, 216, 231, 0.9);
}

.pivot-field-setting-control-format:hover {
  border: 1px solid #3296c8;
  background-color: rgba(191, 216, 231, 0.9);
}

.pivot-field-row-wrap {
  width: 100%;
  margin: 10px 0;
}

.pivot-field-row-wrap > span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.pivot-field-row-wrap > span > input {
  border: 1px solid #d1d1d1;
  outline: none;
  height: 22px;
  width: 245px;
  box-sizing: border-box;
}

.gc-pivot-field-setting-content {
  padding: 0 12px;
  box-sizing: border-box;
}

.gc-pivot-field-setting-content label {
  display: inline-block;
  padding: 0px;
  vertical-align: middle;
}

.pivot-field-summarize-header {
  clear: both;
  width: 100%;
  height: 30px;
}

.pivot-field-summarize-item {
  float: left;
  padding: 0 10px;
  line-height: 30px;
}

.pivot-field-summarize-item.active {
  background-color: white;
}

.pivot-field-summarize-content-header,
.pivot-field-show-value-as-content-header {
  font-weight: 500;
  color: black;
  font-size: 13px;
  padding: 5px 0px;
  margin: 5px 0px;
  border-bottom: 1px solid #ddd;
  width: 320px;
}

.pivot-field-summarize-content-desc {
  height: 40px;
  max-width: 320px;
  margin-bottom: 5px;
}

.pivot-field-summarize-content,
.pivot-field-show-value-as-content {
  background-color: white;
  padding: 10px 10px;
}

.pivot-field-summarize-content input,
.pivot-field-show-value-as-content input {
  outline: none;
  font-size: 12px;
}

.pivot-field-summarize-content select,
.pivot-field-show-value-as-content select {
  outline: none;
  font-size: 12px;
  margin-top: 5px;
  height: 22px;
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
}

.pivot-field-summarize-content-list {
  overflow-y: auto;
  max-height: 110px;
  padding-left: 0;
  margin: 0;
  border: 1px solid black;
}

.pivot-field-content-item,
.pivot-field-content-base-item-item,
.pivot-field-content-base-field-item,
.pivot-field-content-number-format-item {
  list-style-type: none;
  line-height: 14px;
  height: 18px;
  text-indent: 8px;
}

.pivot-field-content-item.active,
.pivot-field-content-base-item-item.active,
.pivot-field-content-base-field-item.active,
.pivot-field-content-number-format-item.active {
  background-color: #0078d7;
  color: white;
  border: 1px dotted #ff8728;
  box-sizing: border-box;
}

.pivot-field-setting-footer {
  position: relative;
  background-color: #f0f0f0;
  padding: 12px 0px 12px 0;
  clear: both;
  height: 23px;
}

.pivot-field-setting-name-area {
  overflow: hidden;
}

.pivot-field-setting-control-wrap {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.pivot-field-setting-control-wrap-left {
  margin-left: 12px;
  height: 23px;
}

.gc-panel-view-name {
  float: left;
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  white-space: nowrap;
}

.value-filter::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.value-filter::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.pivot-field-content-hide {
  display: none;
}

.pivot-field-show-value-as-content-base-field,
.pivot-field-show-value-as-content-base-item {
  overflow-y: auto;
  padding-left: 0;
  margin: 0;
}

.pivot-field-show-value-as-content-base-field,
.pivot-field-show-value-as-content-base-item {
  border: 1px solid black;
  height: 97px;
}

.pivot-field-show-value-as-content-type-list {
  width: 100%;
  height: 24px;
}

.pivot-field-show-value-as-content-base-field-list {
  display: inline-block;
  width: 49%;
}

.pivot-field-show-value-as-content-base-field-list > div:first-child {
  margin-bottom: 2px;
}

.pivot-field-show-value-as-content-base-item-list {
  display: inline-block;
  width: 49%;
  float: right;
}

.pivot-field-show-value-as-content-base-item-list > div:first-child {
  margin-bottom: 2px;
}

.pivot-field-show-value-as-content-base-field.disable,
.pivot-field-show-value-as-content-base-item.disable {
  color: gray;
}

.pivot-field-number-format-content-list {
  max-height: 143px;
  overflow: auto;
  margin-top: 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: white;
  border: 1px solid black;
  width: 100%;
}

.pivot-field-number-format-show-value {
  width: 100%;
  height: 22px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}

.pivot-field-number-format-area {
  width: 348px;
}

.pivot-field-number-format-sample-value {
  width: 100%;
  height: 22px;
  box-sizing: border-box;
}

.pivot-field-custom-name {
  font-size: 12px;
}

.gcSpread.shape-editor-container {
  font: 14.6667px Calibri, Helvetica Neue, Arial, sans-serif;
  outline: none;
  resize: none;
  box-sizing: content-box;
  position: fixed;
  z-index: -1;
  display: table;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
}

.gcSpread.shape-editor {
  outline: none;
  resize: none;
  border: none;
  box-sizing: content-box;
  overflow: hidden;
  display: table-cell;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: left;
  vertical-align: top;
  float: none;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  max-width: 0px;
}
@charset "UTF-8";
/* classes attached to <body> */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* override events' custom cursors */
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc,
.fc *,
.fc *:before,
.fc *:after {
  box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  vertical-align: top;
  padding: 0;
}

.fc a[data-navlink] {
  cursor: pointer;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "";
}

.fc-icon-chevron-right:before {
  content: "";
}

.fc-icon-chevrons-left:before {
  content: "";
}

.fc-icon-chevrons-right:before {
  content: "";
}

.fc-icon-minus-square:before {
  content: "";
}

.fc-icon-plus-square:before {
  content: "";
}

.fc-icon-x:before {
  content: "";
}

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {
  /* reset */
}

.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button {
  -webkit-appearance: button;
}

.fc .fc-button:not(:disabled) {
  cursor: pointer;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc {
  /* theme */
}

.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:hover {
  text-decoration: none;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc {
  /* "primary" coloring */
}

.fc .fc-button-primary {
  color: #fff;
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
  /* not DRY */
  color: #fff;
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
  /* overrides :hover */
}

.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc {
  /* icons within buttons */
}

.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
  /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
  /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
  /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr {
  /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
  /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  /* undo above hack */
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  /* all tables (self included) */
  width: 100%;
  /* because tables don't normally do this */
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section {
  /* a <tr> */
  height: 1px;
}

.fc .fc-scrollgrid-section > td {
  height: 1px;
  /* needs a height so inner div within grow. better than 0, for firefox */
}

.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */
}

.fc .fc-scrollgrid-section-liquid {
  height: auto;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
  /* better than `auto`, for firefox */
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
  /* head keeps its bottom border tho */
}

.fc {
  /* stickiness */
}

.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 2;
  /* TODO: var */
  /* TODO: box-shadow when sticking */
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
  /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
  /* known bug: bottom-stickiness doesn't work in safari */
}

.fc .fc-scrollgrid-sticky-shim {
  /* for horizontal scrollbar */
  height: 1px;
  /* needs height to create scrollbars */
  margin-bottom: -1px;
}

.fc-sticky {
  /* no .fc wrap because used as child of body */
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1;
  /* because this harness is WITHIN the .fc's flexbox */
  position: relative;
}

.fc {
  /* when the harness controls the height, make the view liquid */
}

.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px;
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: #8fdf82;
  background: #8fdf82;
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) {
  /* MOUSE */
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event:hover,
.fc-event-selected {
  /* TOUCH */
}

.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(8px / 2);
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected {
  /* dimmer effect */
}

.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

/*
A HORIZONTAL event
*/
.fc-h-event {
  /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex;
  /* for make fc-event-title-container expand */
}

.fc-h-event .fc-event-time {
  max-width: 100%;
  /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
}

.fc-h-event .fc-event-title {
  display: inline-block;
  /* need this to be sticky cross-browser */
  vertical-align: top;
  /* for not messing up line-height */
  left: 0;
  /* for sticky */
  right: 0;
  /* for sticky */
  max-width: 100%;
  /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(8px / -2);
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(8px / -2);
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(8px / -2);
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(8px / -2);
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(8px / -2);
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
:root {
  --fc-daygrid-event-dot-width: 8px;
}

.fc .fc-popover {
  position: fixed;
  top: 0;
  /* for when not positioned yet */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness {
  /* for event top/bottom margins */
}

.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  /* a <div> that wraps the table */
  position: relative;
  z-index: 1;
  /* container inner z-index's because <tr>s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
  /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
  /* cell top */
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc {
  /* day number (within cell top) */
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc {
  /* event container */
}

.fc .fc-daygrid-day-events {
  margin-top: 1px;
  /* needs to be margin, not padding, so that available cell height can be computed */
}

.fc {
  /* positioning for balanced vs natural */
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  /* for containing abs positioned event harnesses */
  min-height: 2em;
  /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}

.fc .fc-daygrid-body-natural {
  /* can coexist with -unbalanced */
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc {
  /* event harness */
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  /* fallback coords for when cannot yet be computed */
  left: 0;
  /* */
  right: 0;
  /* */
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc {
  /* bg content */
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc {
  /* events */
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc {
  /* cell bottom (within day-events) */
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  margin: 2px 3px 0;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc {
  /* week number (within frame) */
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}

.fc {
  /* popover */
}

.fc .fc-more-popover {
  z-index: 8;
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
  /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event {
  /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative;
  /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px;
  /* dot event needs this to when selected */
  font-size: 0.85em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
  overflow: hidden;
  font-weight: bold;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(8px / 2) solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(8px / 2);
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}
@charset "UTF-8";
/*
A VERTICAL event
*/
.fc-v-event {
  /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
  /* important for allowing to shrink all the way */
}

.fc-v-event .fc-event-title {
  /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%;
  /* clip overflow */
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px;
}

.fc-v-event {
  /* resizer (mouse AND touch) */
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event {
  /* resizer for MOUSE */
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(8px / -2);
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(8px / -2);
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event {
  /* resizer for TOUCH (when event is "selected") */
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(8px / -2);
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(8px / -2);
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(8px / -2);
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
  /* the all-day daygrid within the timegrid view */
  z-index: 2;
  /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px;
  /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
  position: relative;
  z-index: 1;
  /* scope the z-indexes of slots and cols */
  min-height: 100%;
  /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk {
  /* for advanced ScrollGrid */
  position: relative;
}

.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1;
  /* above the now-indicator-container */
}

.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-slot {
  /* a <td> */
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " ";
  /* make sure there's at least an empty space to create height for height syncing */
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
  vertical-align: middle;
  /* vertical align the slots */
}

.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc {
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
  /* will need liquid-hack in FF */
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: flex-end;
  /* horizontal align. matches text-align below */
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  /* limits the width of the "all-day" text */
  flex-shrink: 0;
  /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  /* liquid-hack is below */
  position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-media-screen .fc-timegrid-event-harness {
  position: absolute;
  /* top/left/right/bottom will all be set by JS */
}

.fc {
  /* bg */
}

.fc .fc-timegrid-col-bg {
  z-index: 2;
  /* TODO: kill */
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute;
  /* top/bottom will be set by JS */
  left: 0;
  right: 0;
}

.fc {
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */
}

.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */
}

.fc {
  /* now indicator */
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
  /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event {
  /* events need to be root */
  font-size: 0.85em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-condensed .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-condensed .fc-event-time:after {
  content: " - ";
  /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-condensed .fc-event-title {
  font-size: 0.85em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-media-screen .fc-timegrid-event {
  position: absolute;
  /* absolute WITHIN the harness */
  top: 0;
  bottom: 1px;
  /* stay away from bottom slot line */
  left: 0;
  right: 0;
}

.fc {
  /* line */
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc {
  /* arrow */
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc .fc-timeline-body {
  min-height: 100%;
  position: relative;
  z-index: 1;
  /* scope slots, bg, etc */
}

/*
vertical slots in both the header AND the body
*/
.fc .fc-timeline-slots {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

.fc .fc-timeline-slots > table {
  height: 100%;
}

.fc {
  /* border for both header AND body cells */
}

.fc .fc-timeline-slot-minor {
  border-style: dotted;
}

.fc {
  /* header cells (aka "label") */
}

.fc .fc-timeline-slot-frame {
  display: flex;
  align-items: center;
  /* vertical align */
  justify-content: center;
  /* horizontal align */
}

.fc .fc-timeline-header-row-chrono {
  /* a row of times */
}

.fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame {
  justify-content: flex-start;
  /* horizontal align left or right */
}

.fc .fc-timeline-slot-cushion {
  padding: 4px 5px;
  /* TODO: unify with fc-col-header? */
  white-space: nowrap;
}

.fc {
  /* NOTE: how does the top row of cells get horizontally centered? */
  /* for the non-chrono-row, the fc-sticky system looks for text-align center, */
  /* and it's a fluke that the default browser stylesheet already does this for <th> */
  /* TODO: have StickyScrolling look at natural left coord to detect centeredness. */
}

/* only owns one side, so can do dotted */
.fc-direction-ltr .fc-timeline-slot {
  border-right: 0 !important;
}

.fc-direction-rtl .fc-timeline-slot {
  border-left: 0 !important;
}

.fc .fc-timeline-now-indicator-container {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
}

.fc .fc-timeline-now-indicator-arrow,
.fc .fc-timeline-now-indicator-line {
  position: absolute;
  top: 0;
  border-style: solid;
  border-color: red;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc .fc-timeline-now-indicator-arrow {
  margin: 0 -6px;
  /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down. TODO: mixin */
  border-width: 6px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc .fc-timeline-now-indicator-line {
  margin: 0 -1px;
  /* counteract scroller's negative margins */
  bottom: 0;
  border-width: 0 0 0 1px;
}

.fc {
  /* container */
}

.fc .fc-timeline-events {
  position: relative;
  z-index: 3;
  width: 0;
  /* for event positioning. will end up on correct side based on dir */
}

.fc {
  /* harness */
}

.fc .fc-timeline-event-harness {
  position: absolute;
  top: 0;
  /* for when when top can't be computed yet */
  /* JS will set tht left/right */
}

/* z-index, scoped within fc-timeline-events */
.fc-timeline-event {
  z-index: 1;
}

.fc-timeline-event.fc-event-mirror {
  z-index: 2;
}

.fc-timeline-event {
  position: relative;
  /* contains things. TODO: make part of fc-h-event and fc-v-event */
  display: flex;
  /* for v-aligning start/end arrows and making fc-event-main stretch all the way */
  align-items: center;
  border-radius: 0;
  padding: 2px 1px;
  margin-bottom: 1px;
  font-size: 0.85em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timeline-event .fc-event-main {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  /* important for allowing to shrink all the way */
}

.fc-timeline-event .fc-event-time {
  font-weight: bold;
}

.fc-timeline-event .fc-event-time,
.fc-timeline-event .fc-event-title {
  white-space: nowrap;
  padding: 0 2px;
}

/* move 1px away from slot line */
.fc-direction-ltr .fc-timeline-event.fc-event-end {
  margin-right: 1px;
}

.fc-direction-rtl .fc-timeline-event.fc-event-end {
  margin-left: 1px;
}

/* make event beefier when overlap not allowed */
.fc-timeline-overlap-disabled .fc-timeline-event {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* arrows indicating the event continues into past/future */
/* ---------------------------------------------------------------------------------------------------- */
/* part of the flexbox flow */
.fc-timeline-event:not(.fc-event-start):before,
.fc-timeline-event:not(.fc-event-end):after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 0.5;
  /* triangle. TODO: mixin */
  width: 0;
  height: 0;
  margin: 0 1px;
  border: 5px solid #000;
  /* TODO: var */
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* pointing left */
.fc-direction-ltr .fc-timeline-event:not(.fc-event-start):before,
.fc-direction-rtl .fc-timeline-event:not(.fc-event-end):after {
  border-left: 0;
}

/* pointing right */
.fc-direction-ltr .fc-timeline-event:not(.fc-event-end):after,
.fc-direction-rtl .fc-timeline-event:not(.fc-event-start):before {
  border-right: 0;
}

.fc .fc-timeline-bg {
  /* a container for bg content */
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0;
  left: 0;
  /* will take precedence when LTR */
  right: 0;
  /* will take precedence when RTL */
  /* TODO: kill */
}

.fc .fc-timeline-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timeline-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timeline-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-timeline-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc .fc-resource-timeline-divider {
  width: 3px;
  /* important to have width to shrink this cell. no cross-browser problems */
  cursor: col-resize;
}

.fc {
  /* will match horizontal groups in the datagrid AND group lanes in the timeline area */
}

.fc .fc-resource-timeline .fc-resource-group:not([rowspan]) {
  background: rgba(208, 208, 208, 0.3);
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc .fc-timeline-lane-frame {
  position: relative;
  /* contains the fc-timeline-bg container, which liquidly expands */
  /* the height is explicitly set by row-height-sync */
}

.fc .fc-timeline-overlap-enabled .fc-timeline-lane-frame .fc-timeline-events {
  /* has height set on it */
  box-sizing: content-box;
  /* padding no longer part of height */
  padding-bottom: 10px;
  /* give extra spacing underneath for selecting */
}

/* the "frame" */
.fc-datagrid-cell-frame-liquid {
  height: 100%;
  /* needs liquid hack */
}

.fc-liquid-hack .fc-datagrid-cell-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc {
  /* the "frame" in a HEADER */
  /* needs to position the column resizer */
  /* needs to vertically center content */
}

.fc .fc-datagrid-header .fc-datagrid-cell-frame {
  position: relative;
  /* for resizer */
  display: flex;
  justify-content: flex-start;
  /* horizontal align (natural left/right) */
  align-items: center;
  /* vertical align */
}

.fc {
  /* the column resizer (only in HEADER) */
}

.fc .fc-datagrid-cell-resizer {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
}

.fc {
  /* the cushion */
}

.fc .fc-datagrid-cell-cushion {
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  /* problem for col resizer :( */
}

.fc {
  /* expander icons */
}

.fc .fc-datagrid-expander {
  cursor: pointer;
  opacity: 0.65;
}

.fc .fc-datagrid-expander .fc-icon {
  /* the expander and spacers before the expander */
  display: inline-block;
  width: 1em;
  /* ensure constant width, esp for empty icons */
}

.fc .fc-datagrid-expander-placeholder {
  cursor: auto;
}

.fc .fc-resource-timeline-flat .fc-datagrid-expander-placeholder {
  display: none;
}

.fc-direction-ltr .fc-datagrid-cell-resizer {
  right: -3px;
}

.fc-direction-rtl .fc-datagrid-cell-resizer {
  left: -3px;
}

.fc-direction-ltr .fc-datagrid-expander {
  margin-right: 3px;
}

.fc-direction-rtl .fc-datagrid-expander {
  margin-left: 3px;
}
@media print {
  body, html, #wrapper {
    width: 100%;
  }

  div {
    overflow: visible !important;
  }
}

/*# sourceMappingURL=base.css.map*/