/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
  box-sizing: border-box; }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }
[tabindex="-1"]:focus {
  outline: 0 !important; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
p {
  margin-top: 0;
  margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 700; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
dfn {
  font-style: italic; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
a:hover {
    color: #0056b3;
    text-decoration: underline; }
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }
figure {
  margin: 0 0 1rem; }
img {
  vertical-align: middle;
  border-style: none; }
svg:not(:root) {
  overflow: hidden; }
table {
  border-collapse: collapse; }
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }
th {
  text-align: inherit; }
label {
  display: inline-block;
  margin-bottom: .5rem; }
button {
  border-radius: 0; }
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button,
input {
  overflow: visible; }
button,
select {
  text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
progress {
  vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
output {
  display: inline-block; }
summary {
  display: list-item;
  cursor: pointer; }
template {
  display: none; }
[hidden] {
  display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }
h1, .h1 {
  font-size: 2.5rem; }
h2, .h2 {
  font-size: 2rem; }
h3, .h3 {
  font-size: 1.75rem; }
h4, .h4 {
  font-size: 1.5rem; }
h5, .h5 {
  font-size: 1.25rem; }
h6, .h6 {
  font-size: 1rem; }
.lead {
  font-size: 1.25rem;
  font-weight: 300; }
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
  font-size: 80%;
  font-weight: 400; }
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  padding-left: 0;
  list-style: none; }
.list-inline-item {
  display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
.initialism {
  font-size: 90%;
  text-transform: uppercase; }
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
.blockquote-footer::before {
    content: "\2014 \00A0"; }
.img-fluid {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }
.figure {
  display: inline-block; }
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }
.figure-caption {
  font-size: 90%;
  color: #6c757d; }
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
a > code {
    color: inherit; }
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
    .container {
      max-width: 540px; } }
@media (min-width: 768px) {
    .container {
      max-width: 720px; } }
@media (min-width: 992px) {
    .container {
      max-width: 960px; } }
@media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }
.col-1 {
  -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }
.col-2 {
  -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }
.col-4 {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }
.col-5 {
  -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }
.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
.col-8 {
  -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }
.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }
.col-11 {
  -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }
.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }
.order-first {
  -ms-flex-order: -1;
      order: -1; }
.order-last {
  -ms-flex-order: 13;
      order: 13; }
.order-0 {
  -ms-flex-order: 0;
      order: 0; }
.order-1 {
  -ms-flex-order: 1;
      order: 1; }
.order-2 {
  -ms-flex-order: 2;
      order: 2; }
.order-3 {
  -ms-flex-order: 3;
      order: 3; }
.order-4 {
  -ms-flex-order: 4;
      order: 4; }
.order-5 {
  -ms-flex-order: 5;
      order: 5; }
.order-6 {
  -ms-flex-order: 6;
      order: 6; }
.order-7 {
  -ms-flex-order: 7;
      order: 7; }
.order-8 {
  -ms-flex-order: 8;
      order: 8; }
.order-9 {
  -ms-flex-order: 9;
      order: 9; }
.order-10 {
  -ms-flex-order: 10;
      order: 10; }
.order-11 {
  -ms-flex-order: 11;
      order: 11; }
.order-12 {
  -ms-flex-order: 12;
      order: 12; }
.offset-1 {
  margin-left: 8.33333333%; }
.offset-2 {
  margin-left: 16.66666667%; }
.offset-3 {
  margin-left: 25%; }
.offset-4 {
  margin-left: 33.33333333%; }
.offset-5 {
  margin-left: 41.66666667%; }
.offset-6 {
  margin-left: 50%; }
.offset-7 {
  margin-left: 58.33333333%; }
.offset-8 {
  margin-left: 66.66666667%; }
.offset-9 {
  margin-left: 75%; }
.offset-10 {
  margin-left: 83.33333333%; }
.offset-11 {
  margin-left: 91.66666667%; }
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
    border-top: 2px solid #dee2e6; }
.table .table {
    background-color: #fff; }
.table-sm th,
.table-sm td {
  padding: 0.3rem; }
.table-bordered {
  border: 1px solid #dee2e6; }
.table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }
.table-hover .table-primary:hover {
  background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-hover .table-success:hover {
  background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
.table-hover .table-info:hover {
  background-color: #abdde5; }
.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-hover .table-light:hover {
  background-color: #ececf6; }
.table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }
.table-dark {
  color: #fff;
  background-color: #212529; }
.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
.table-dark.table-bordered {
    border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
    border: 0; }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-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; }
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }
.form-group {
  margin-bottom: 1rem; }
.form-text {
  display: block;
  margin-top: 0.25rem; }
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }
.form-check-label {
  margin-bottom: 0; }
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          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 {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover, .btn:focus {
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.btn-block {
  display: block;
  width: 100%; }
.btn-block + .btn-block {
    margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
.fade.show {
    opacity: 1; }
.collapse {
  display: none; }
.collapse.show {
    display: block; }
tr.collapse.show {
  display: table-row; }
tbody.collapse.show {
  display: table-row-group; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
.dropup,
.dropdown {
  position: relative; }
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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 {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }
.dropdown-menu.show {
  display: block; }
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
.btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
.btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }
.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
.dropdown-toggle-split::after {
    margin-left: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
.btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
.btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
.input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
.input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }
.input-group-prepend {
  margin-right: -1px; }
.input-group-append {
  margin-left: -1px; }
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }
.custom-control-label {
  margin-bottom: 0; }
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
.custom-select::-ms-expand {
    opacity: 0; }
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-control::before {
      border-color: #80bdff; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
    text-decoration: none; }
.nav-link.disabled {
    color: #6c757d; }
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
.navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
.navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
.navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
.navbar-expand .navbar-toggler {
    display: none; }
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
  color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
    color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.card > hr {
    margin-right: 0;
    margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }
.card-title {
  margin-bottom: 0.75rem; }
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }
.card-text:last-child {
  margin-bottom: 0; }
.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
.card-deck .card {
    margin-bottom: 15px; }
@media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
.card-group > .card {
    margin-bottom: 15px; }
@media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
.badge:empty {
    display: none; }
.btn .badge {
  position: relative;
  top: -1px; }
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }
.badge-primary {
  color: #fff;
  background-color: #007bff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }
.badge-success {
  color: #fff;
  background-color: #28a745; }
.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }
.badge-info {
  color: #fff;
  background-color: #17a2b8; }
.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }
.badge-warning {
  color: #212529;
  background-color: #ffc107; }
.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }
.badge-danger {
  color: #fff;
  background-color: #dc3545; }
.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }
.badge-dark {
  color: #fff;
  background-color: #343a40; }
.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
@media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.alert-heading {
  color: inherit; }
.alert-link {
  font-weight: 700; }
.alert-dismissible {
  padding-right: 4rem; }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
.alert-primary hr {
    border-top-color: #9fcdff; }
.alert-primary .alert-link {
    color: #002752; }
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
.alert-secondary hr {
    border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
    color: #202326; }
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-success hr {
    border-top-color: #b1dfbb; }
.alert-success .alert-link {
    color: #0b2e13; }
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
.alert-info hr {
    border-top-color: #abdde5; }
.alert-info .alert-link {
    color: #062c33; }
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-warning hr {
    border-top-color: #ffe8a1; }
.alert-warning .alert-link {
    color: #533f03; }
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-danger hr {
    border-top-color: #f1b0b7; }
.alert-danger .alert-link {
    color: #491217; }
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-light hr {
    border-top-color: #ececf6; }
.alert-light .alert-link {
    color: #686868; }
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.alert-dark hr {
    border-top-color: #b9bbbe; }
.alert-dark .alert-link {
    color: #040505; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }
.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
.media-body {
  -ms-flex: 1;
      flex: 1; }
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
.close:not(:disabled):not(.disabled) {
    cursor: pointer; }
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }
.modal-open {
  overflow: hidden; }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: 0.5; }
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
    margin-left: .25rem; }
.modal-footer > :not(:last-child) {
    margin-right: .25rem; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
.tooltip.show {
    opacity: 0.9; }
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
.tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
    display: none; }
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }
.carousel {
  position: relative; }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
.carousel-control-prev {
  left: 0; }
.carousel-control-next {
  right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
.carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
.carousel-indicators .active {
    background-color: #fff; }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }
.align-baseline {
  vertical-align: baseline !important; }
.align-top {
  vertical-align: top !important; }
.align-middle {
  vertical-align: middle !important; }
.align-bottom {
  vertical-align: bottom !important; }
.align-text-bottom {
  vertical-align: text-bottom !important; }
.align-text-top {
  vertical-align: text-top !important; }
.bg-primary {
  background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }
.bg-secondary {
  background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }
.bg-success {
  background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }
.bg-info {
  background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }
.bg-warning {
  background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }
.bg-danger {
  background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }
.bg-light {
  background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }
.bg-dark {
  background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }
.bg-white {
  background-color: #fff !important; }
.bg-transparent {
  background-color: transparent !important; }
.border {
  border: 1px solid #dee2e6 !important; }
.border-top {
  border-top: 1px solid #dee2e6 !important; }
.border-right {
  border-right: 1px solid #dee2e6 !important; }
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }
.border-left {
  border-left: 1px solid #dee2e6 !important; }
.border-0 {
  border: 0 !important; }
.border-top-0 {
  border-top: 0 !important; }
.border-right-0 {
  border-right: 0 !important; }
.border-bottom-0 {
  border-bottom: 0 !important; }
.border-left-0 {
  border-left: 0 !important; }
.border-primary {
  border-color: #007bff !important; }
.border-secondary {
  border-color: #6c757d !important; }
.border-success {
  border-color: #28a745 !important; }
.border-info {
  border-color: #17a2b8 !important; }
.border-warning {
  border-color: #ffc107 !important; }
.border-danger {
  border-color: #dc3545 !important; }
.border-light {
  border-color: #f8f9fa !important; }
.border-dark {
  border-color: #343a40 !important; }
.border-white {
  border-color: #fff !important; }
.rounded {
  border-radius: 0.25rem !important; }
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
  border-radius: 50% !important; }
.rounded-0 {
  border-radius: 0 !important; }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.d-none {
  display: none !important; }
.d-inline {
  display: inline !important; }
.d-inline-block {
  display: inline-block !important; }
.d-block {
  display: block !important; }
.d-table {
  display: table !important; }
.d-table-row {
  display: table-row !important; }
.d-table-cell {
  display: table-cell !important; }
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.85714286%; }
.embed-responsive-16by9::before {
  padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }
.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }
.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }
.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }
.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }
.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-none {
  float: none !important; }
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100 {
  width: 100% !important; }
.h-25 {
  height: 25% !important; }
.h-50 {
  height: 50% !important; }
.h-75 {
  height: 75% !important; }
.h-100 {
  height: 100% !important; }
.mw-100 {
  max-width: 100% !important; }
.mh-100 {
  max-height: 100% !important; }
.m-0 {
  margin: 0 !important; }
.mt-0,
.my-0 {
  margin-top: 0 !important; }
.mr-0,
.mx-0 {
  margin-right: 0 !important; }
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
  margin-left: 0 !important; }
.m-1 {
  margin: 0.25rem !important; }
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }
.m-2 {
  margin: 0.5rem !important; }
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }
.m-3 {
  margin: 1rem !important; }
.mt-3,
.my-3 {
  margin-top: 1rem !important; }
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }
.m-4 {
  margin: 1.5rem !important; }
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }
.m-5 {
  margin: 3rem !important; }
.mt-5,
.my-5 {
  margin-top: 3rem !important; }
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }
.p-0 {
  padding: 0 !important; }
.pt-0,
.py-0 {
  padding-top: 0 !important; }
.pr-0,
.px-0 {
  padding-right: 0 !important; }
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }
.pl-0,
.px-0 {
  padding-left: 0 !important; }
.p-1 {
  padding: 0.25rem !important; }
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }
.p-2 {
  padding: 0.5rem !important; }
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }
.p-3 {
  padding: 1rem !important; }
.pt-3,
.py-3 {
  padding-top: 1rem !important; }
.pr-3,
.px-3 {
  padding-right: 1rem !important; }
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
  padding-left: 1rem !important; }
.p-4 {
  padding: 1.5rem !important; }
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }
.p-5 {
  padding: 3rem !important; }
.pt-5,
.py-5 {
  padding-top: 3rem !important; }
.pr-5,
.px-5 {
  padding-right: 3rem !important; }
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
  padding-left: 3rem !important; }
.m-auto {
  margin: auto !important; }
.mt-auto,
.my-auto {
  margin-top: auto !important; }
.mr-auto,
.mx-auto {
  margin-right: auto !important; }
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
  margin-left: auto !important; }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }
.text-nowrap {
  white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }
.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize {
  text-transform: capitalize !important; }
.font-weight-light {
  font-weight: 300 !important; }
.font-weight-normal {
  font-weight: 400 !important; }
.font-weight-bold {
  font-weight: 700 !important; }
.font-italic {
  font-style: italic !important; }
.text-white {
  color: #fff !important; }
.text-primary {
  color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }
.text-secondary {
  color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }
.text-success {
  color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }
.text-info {
  color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }
.text-warning {
  color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }
.text-danger {
  color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }
.text-light {
  color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }
.text-dark {
  color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }
.text-muted {
  color: #6c757d !important; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.visible {
  visibility: visible !important; }
.invisible {
  visibility: hidden !important; }
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    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 #ddd !important; } }

@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #215273;
  --indigo: #6610f2;
  --purple: #813679;
  --pink: #e83e8c;
  --red: #db432b;
  --orange: #ff773d;
  --yellow: #ffc107;
  --green: #0b9027;
  --teal: #00a398;
  --cyan: #3bbde1;
  --white: #fff;
  --gray: #a8abae;
  --gray-dark: #545657;
  --primary: #00a398;
  --secondary: #215273;
  --success: #0b9027;
  --info: #3bbde1;
  --warning: #ffc107;
  --danger: #db432b;
  --light: #f6f7f8;
  --dark: #2a2b2c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2b2c;
  text-align: left;
  background-color: #f6f7f8;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #00a398;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #005751;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a8abae;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.5rem;
}
h3, .h3 {
  font-size: 1.25rem;
}
h4, .h4 {
  font-size: 1.125rem;
}
h5, .h5 {
  font-size: 0.875rem;
}
h6, .h6 {
  font-size: 0.75rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #a8abae;
}
.blockquote-footer::before {
  content: "\2014\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f7f8;
  border: 1px solid #e4e6e9;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #a8abae;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #2a2b2c;
  border-radius: 4px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #2a2b2c;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 8.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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e4e6e9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e6e9;
}
.table tbody + tbody {
  border-top: 2px solid #e4e6e9;
}
.table .table {
  background-color: #f6f7f8;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e4e6e9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e4e6e9;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5e2;
}
.table-hover .table-primary:hover {
  background-color: #a5deda;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5deda;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c1cfd8;
}
.table-hover .table-secondary:hover {
  background-color: #b1c3ce;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b1c3ce;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bbe0c3;
}
.table-hover .table-success:hover {
  background-color: #a9d8b4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a9d8b4;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8edf7;
}
.table-hover .table-info:hover {
  background-color: #b2e6f4;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b2e6f4;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5cac4;
}
.table-hover .table-danger:hover {
  background-color: #f1b6ae;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b6ae;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfd;
}
.table-hover .table-light:hover {
  background-color: #edf3f3;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #edf3f3;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c4c4;
}
.table-hover .table-dark:hover {
  background-color: #b6b7b7;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b7b7;
}
.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: #f6f7f8;
  background-color: #2a2b2c;
  border-color: #3d3e40;
}
.table .thead-light th {
  color: #7e8083;
  background-color: #edeff0;
  border-color: #e4e6e9;
}
.table-dark {
  color: #f6f7f8;
  background-color: #2a2b2c;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #3d3e40;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #7e8083;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbdee1;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #7e8083;
  background-color: #fff;
  border-color: #99dad6;
  outline: 0;
  box-shadow: 0 0 0 2px #99dad6;
}
.form-control::-webkit-input-placeholder {
  color: #a8abae;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #a8abae;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #a8abae;
  opacity: 1;
}
.form-control::placeholder {
  color: #a8abae;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #edeff0;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #7e8083;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #a8abae;
}
.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: #0b9027;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(11, 144, 39, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #0b9027;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #0b9027;
  box-shadow: 0 0 0 2px rgba(11, 144, 39, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0b9027;
}
.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: #0b9027;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #2cef55;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #0fbf34;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f6f7f8, 0 0 0 2px rgba(11, 144, 39, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0b9027;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2px rgba(11, 144, 39, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #db432b;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(219, 67, 43, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #db432b;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #db432b;
  box-shadow: 0 0 0 2px rgba(219, 67, 43, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #db432b;
}
.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: #db432b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #eea498;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e26a57;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f6f7f8, 0 0 0 2px rgba(219, 67, 43, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #db432b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2px rgba(219, 67, 43, 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 {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  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;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #99dad6;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #00a398;
  border-color: #00a398;
}
.btn-primary:hover {
  color: #fff;
  background-color: #007d74;
  border-color: #007068;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(0, 163, 152, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00a398;
  border-color: #00a398;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007068;
  border-color: #00635d;
}
.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 2px rgba(0, 163, 152, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #215273;
  border-color: #215273;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #183d55;
  border-color: #16364b;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(33, 82, 115, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #215273;
  border-color: #215273;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #16364b;
  border-color: #132f41;
}
.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 2px rgba(33, 82, 115, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #0b9027;
  border-color: #0b9027;
}
.btn-success:hover {
  color: #fff;
  background-color: #086c1d;
  border-color: #07611a;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(11, 144, 39, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #0b9027;
  border-color: #0b9027;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #07611a;
  border-color: #065517;
}
.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 2px rgba(11, 144, 39, 0.5);
}
.btn-info {
  color: #2a2b2c;
  background-color: #3bbde1;
  border-color: #3bbde1;
}
.btn-info:hover {
  color: #fff;
  background-color: #21aed5;
  border-color: #1fa5ca;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(59, 189, 225, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #2a2b2c;
  background-color: #3bbde1;
  border-color: #3bbde1;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1fa5ca;
  border-color: #1d9cbf;
}
.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 2px rgba(59, 189, 225, 0.5);
}
.btn-warning {
  color: #2a2b2c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #2a2b2c;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #2a2b2c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #2a2b2c;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #db432b;
  border-color: #db432b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bf3620;
  border-color: #b4331f;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(219, 67, 43, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #db432b;
  border-color: #db432b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b4331f;
  border-color: #a9301d;
}
.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 2px rgba(219, 67, 43, 0.5);
}
.btn-light {
  color: #2a2b2c;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-light:hover {
  color: #2a2b2c;
  background-color: #e0e4e7;
  border-color: #d9dee2;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 2px rgba(246, 247, 248, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #2a2b2c;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #2a2b2c;
  background-color: #d9dee2;
  border-color: #d2d7dc;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(246, 247, 248, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #2a2b2c;
  border-color: #2a2b2c;
}
.btn-dark:hover {
  color: #fff;
  background-color: #171818;
  border-color: #111212;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 2px rgba(42, 43, 44, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2a2b2c;
  border-color: #2a2b2c;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #111212;
  border-color: #0b0b0b;
}
.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 2px rgba(42, 43, 44, 0.5);
}
.btn-outline-primary {
  color: #00a398;
  background-color: transparent;
  background-image: none;
  border-color: #00a398;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00a398;
  border-color: #00a398;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(0, 163, 152, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00a398;
  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: #00a398;
  border-color: #00a398;
}
.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 2px rgba(0, 163, 152, 0.5);
}
.btn-outline-secondary {
  color: #215273;
  background-color: transparent;
  background-image: none;
  border-color: #215273;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #215273;
  border-color: #215273;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(33, 82, 115, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #215273;
  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: #215273;
  border-color: #215273;
}
.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 2px rgba(33, 82, 115, 0.5);
}
.btn-outline-success {
  color: #0b9027;
  background-color: transparent;
  background-image: none;
  border-color: #0b9027;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #0b9027;
  border-color: #0b9027;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(11, 144, 39, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0b9027;
  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: #0b9027;
  border-color: #0b9027;
}
.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 2px rgba(11, 144, 39, 0.5);
}
.btn-outline-info {
  color: #3bbde1;
  background-color: transparent;
  background-image: none;
  border-color: #3bbde1;
}
.btn-outline-info:hover {
  color: #2a2b2c;
  background-color: #3bbde1;
  border-color: #3bbde1;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(59, 189, 225, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3bbde1;
  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: #2a2b2c;
  background-color: #3bbde1;
  border-color: #3bbde1;
}
.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 2px rgba(59, 189, 225, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #2a2b2c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #2a2b2c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #db432b;
  background-color: transparent;
  background-image: none;
  border-color: #db432b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #db432b;
  border-color: #db432b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(219, 67, 43, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #db432b;
  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: #db432b;
  border-color: #db432b;
}
.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 2px rgba(219, 67, 43, 0.5);
}
.btn-outline-light {
  color: #f6f7f8;
  background-color: transparent;
  background-image: none;
  border-color: #f6f7f8;
}
.btn-outline-light:hover {
  color: #2a2b2c;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 2px rgba(246, 247, 248, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f7f8;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2a2b2c;
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(246, 247, 248, 0.5);
}
.btn-outline-dark {
  color: #2a2b2c;
  background-color: transparent;
  background-image: none;
  border-color: #2a2b2c;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2a2b2c;
  border-color: #2a2b2c;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 2px rgba(42, 43, 44, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2a2b2c;
  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: #2a2b2c;
  border-color: #2a2b2c;
}
.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 2px rgba(42, 43, 44, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #00a398;
  background-color: transparent;
}
.btn-link:hover {
  color: #005751;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #a8abae;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
}
.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #2a2b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #edeff0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2a2b2c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e1e1f;
  text-decoration: none;
  background-color: #ccedea;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #99dad6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a8abae;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #a8abae;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e8083;
  text-align: center;
  white-space: nowrap;
  background-color: #edeff0;
  border: 1px solid #dbdee1;
  border-radius: 4px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #00a398;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f6f7f8, 0 0 0 2px #99dad6;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ccedea;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #a8abae;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #edeff0;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e4e6e9;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00a398;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #00a398;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 163, 152, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 163, 152, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00a398;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 163, 152, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #7e8083;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23545657' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #dbdee1;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #99dad6;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(153, 218, 214, 0.5);
}
.custom-select:focus::-ms-value {
  color: #7e8083;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #a8abae;
  background-color: #edeff0;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #99dad6;
  box-shadow: 0 0 0 2px #99dad6;
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #99dad6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #7e8083;
  background-color: #fff;
  border: 1px solid #dbdee1;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #7e8083;
  content: "Browse";
  background-color: #edeff0;
  border-left: 1px solid #dbdee1;
  border-radius: 0 4px 4px 0;
}
.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: #a8abae;
}
.nav-tabs {
  border-bottom: 1px solid #e4e6e9;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #edeff0 #edeff0 #e4e6e9;
}
.nav-tabs .nav-link.disabled {
  color: #a8abae;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #7e8083;
  background-color: #f6f7f8;
  border-color: #e4e6e9 #e4e6e9 #f6f7f8;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a398;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(4px - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 4px;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #edeff0;
  border-radius: 4px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #a8abae;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #a8abae;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a398;
  background-color: #fff;
  border: 1px solid #e4e6e9;
}
.page-link:hover {
  color: #005751;
  text-decoration: none;
  background-color: #edeff0;
  border-color: #e4e6e9;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 2px #99dad6;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a398;
  border-color: #00a398;
}
.page-item.disabled .page-link {
  color: #a8abae;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e4e6e9;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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: 4px;
}
.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: #00a398;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007068;
}
.badge-secondary {
  color: #fff;
  background-color: #215273;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #16364b;
}
.badge-success {
  color: #fff;
  background-color: #0b9027;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #07611a;
}
.badge-info {
  color: #2a2b2c;
  background-color: #3bbde1;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #2a2b2c;
  text-decoration: none;
  background-color: #1fa5ca;
}
.badge-warning {
  color: #2a2b2c;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #2a2b2c;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #db432b;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b4331f;
}
.badge-light {
  color: #2a2b2c;
  background-color: #f6f7f8;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #2a2b2c;
  text-decoration: none;
  background-color: #d9dee2;
}
.badge-dark {
  color: #fff;
  background-color: #2a2b2c;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #111212;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #edeff0;
  border-radius: 4px;
}
@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: 4px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #00554f;
  background-color: #ccedea;
  border-color: #b8e5e2;
}
.alert-primary hr {
  border-top-color: #a5deda;
}
.alert-primary .alert-link {
  color: #002220;
}
.alert-secondary {
  color: #112b3c;
  background-color: #d3dce3;
  border-color: #c1cfd8;
}
.alert-secondary hr {
  border-top-color: #b1c3ce;
}
.alert-secondary .alert-link {
  color: #060f14;
}
.alert-success {
  color: #064b14;
  background-color: #cee9d4;
  border-color: #bbe0c3;
}
.alert-success hr {
  border-top-color: #a9d8b4;
}
.alert-success .alert-link {
  color: #021c07;
}
.alert-info {
  color: #1f6275;
  background-color: #d8f2f9;
  border-color: #c8edf7;
}
.alert-info hr {
  border-top-color: #b2e6f4;
}
.alert-info .alert-link {
  color: #14404d;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #722316;
  background-color: #f8d9d5;
  border-color: #f5cac4;
}
.alert-danger hr {
  border-top-color: #f1b6ae;
}
.alert-danger .alert-link {
  color: #47160e;
}
.alert-light {
  color: #808081;
  background-color: #fdfdfe;
  border-color: #fcfdfd;
}
.alert-light hr {
  border-top-color: #edf3f3;
}
.alert-light .alert-link {
  color: #676767;
}
.alert-dark {
  color: #161617;
  background-color: #d4d5d5;
  border-color: #c3c4c4;
}
.alert-dark hr {
  border-top-color: #b6b7b7;
}
.alert-dark .alert-link {
  color: black;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #edeff0;
  border-radius: 4px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #00a398;
  transition: width 0.6s ease;
}
.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #7e8083;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #7e8083;
  text-decoration: none;
  background-color: #f6f7f8;
}
.list-group-item-action:active {
  color: #2a2b2c;
  background-color: #edeff0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #a8abae;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a398;
  border-color: #00a398;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #00554f;
  background-color: #b8e5e2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00554f;
  background-color: #a5deda;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00554f;
  border-color: #00554f;
}
.list-group-item-secondary {
  color: #112b3c;
  background-color: #c1cfd8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #112b3c;
  background-color: #b1c3ce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #112b3c;
  border-color: #112b3c;
}
.list-group-item-success {
  color: #064b14;
  background-color: #bbe0c3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #064b14;
  background-color: #a9d8b4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #064b14;
  border-color: #064b14;
}
.list-group-item-info {
  color: #1f6275;
  background-color: #c8edf7;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1f6275;
  background-color: #b2e6f4;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1f6275;
  border-color: #1f6275;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #722316;
  background-color: #f5cac4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #722316;
  background-color: #f1b6ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #722316;
  border-color: #722316;
}
.list-group-item-light {
  color: #808081;
  background-color: #fcfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #808081;
  background-color: #edf3f3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #808081;
  border-color: #808081;
}
.list-group-item-dark {
  color: #161617;
  background-color: #c3c4c4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #161617;
  background-color: #b6b7b7;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #161617;
  border-color: #161617;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #edeff0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #edeff0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 4px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 4px 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 4px 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #2a2b2c;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 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: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #00a398 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007068 !important;
}
.bg-secondary {
  background-color: #215273 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #16364b !important;
}
.bg-success {
  background-color: #0b9027 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #07611a !important;
}
.bg-info {
  background-color: #3bbde1 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1fa5ca !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #db432b !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b4331f !important;
}
.bg-light {
  background-color: #f6f7f8 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d9dee2 !important;
}
.bg-dark {
  background-color: #2a2b2c !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #111212 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e4e6e9 !important;
}
.border-top {
  border-top: 1px solid #e4e6e9 !important;
}
.border-right {
  border-right: 1px solid #e4e6e9 !important;
}
.border-bottom {
  border-bottom: 1px solid #e4e6e9 !important;
}
.border-left {
  border-left: 1px solid #e4e6e9 !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: #00a398 !important;
}
.border-secondary {
  border-color: #215273 !important;
}
.border-success {
  border-color: #0b9027 !important;
}
.border-info {
  border-color: #3bbde1 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #db432b !important;
}
.border-light {
  border-color: #f6f7f8 !important;
}
.border-dark {
  border-color: #2a2b2c !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.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;
}
.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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #00a398 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #007068 !important;
}
.text-secondary {
  color: #215273 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #16364b !important;
}
.text-success {
  color: #0b9027 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #07611a !important;
}
.text-info {
  color: #3bbde1 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #1fa5ca !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #db432b !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #b4331f !important;
}
.text-light {
  color: #f6f7f8 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d9dee2 !important;
}
.text-dark {
  color: #2a2b2c !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #111212 !important;
}
.text-muted {
  color: #a8abae !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    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 #ddd !important;
  }
}
.p-lg {
  padding: 50px !important;
}
.pt-lg {
  padding-top: 50px !important;
}
.pr-lg {
  padding-right: 50px !important;
}
.pb-lg {
  padding-bottom: 50px !important;
}
.pl-lg {
  padding-left: 50px !important;
}
.px-lg {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.py-lg {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-sm {
  padding: 10px !important;
}
.pt-sm {
  padding-top: 10px !important;
}
.pr-sm {
  padding-right: 10px !important;
}
.pb-sm {
  padding-bottom: 10px !important;
}
.pl-sm {
  padding-left: 10px !important;
}
.px-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.py-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-md {
  padding: 25px !important;
}
.pt-md {
  padding-top: 25px !important;
}
.pr-md {
  padding-right: 25px !important;
}
.pb-md {
  padding-bottom: 25px !important;
}
.pl-md {
  padding-left: 25px !important;
}
.px-md {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.py-md {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.fontface-display {
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif" !important;
}
.fontface-regular {
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif" !important;
}
.font-small {
  font-size: 0.875rem;
}
.font-mini {
  font-size: 0.75rem;
}
.font-micro {
  font-size: 0.625rem;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyperlink {
  color: #00a398 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.hyperlink:hover {
  color: #00827a !important;
  text-decoration: underline !important;
}
.hyperlink.underline {
  text-decoration: underline !important;
}
.hyperlink:not([href]) {
  color: #00a398 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.hyperlink:not([href]):hover {
  color: #00827a !important;
  text-decoration: underline !important;
}
.text-underline {
  text-decoration: underline !important;
}
.bg-primary {
  background-color: #00a398 !important;
  color: #fff;
}
.bg-secondary {
  background-color: #215273 !important;
  color: #fff;
}
.bg-terciary {
  background-color: #eee !important;
  color: #9b9b9b;
}
.bg-accent {
  background-color: #3bbde1 !important;
  color: #fff;
}
.bg-alternate1 {
  background-color: #7a67eb !important;
  color: #fff;
}
.bg-alternate2 {
  background-color: #52d4e0 !important;
  color: #fff;
}
.bg-alternate3 {
  background-color: #f7ad54 !important;
  color: #fff;
}
.bg-alternate4 {
  background-color: #4a4a4a !important;
  color: #fff;
}
.bg-deepsteel1 {
  background-color: #3d8da3 !important;
  color: #fff;
}
.bg-warning {
  background-color: #ffc107 !important;
  color: #fff;
}
.bg-warning-alternate {
  background-color: #fde6c9 !important;
}
.bg-critical {
  background-color: #db432b !important;
  color: #fff;
}
.bg-label {
  background-color: #9b9b9b !important;
  color: #fff;
}
.bg-white {
  background-color: #fff !important;
  color: #2a2b2c;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-section {
  background-color: rgba(220, 220, 220, 0.35) !important;
  color: #2a2b2c;
}
.bg-default-pill {
  background-color: #00a398;
  color: #fff;
}
.bg-success {
  background-color: #0b9027 !important;
  color: #fff;
}
.bg-blue {
  background-color: #215273;
}
.bg-blue-100 {
  background-color: #d3dce3;
}
.bg-blue-200 {
  background-color: #a6bac7;
}
.bg-blue-300 {
  background-color: #7a97ab;
}
.bg-blue-400 {
  background-color: #4d758f;
}
.bg-blue-500 {
  background-color: #215273;
}
.bg-blue-600 {
  background-color: #1a425c;
}
.bg-blue-700 {
  background-color: #143145;
}
.bg-blue-800 {
  background-color: #0d212e;
}
.bg-blue-900 {
  background-color: #071017;
}
.bg-purple {
  background-color: #813679;
}
.bg-purple-100 {
  background-color: #e6d7e4;
}
.bg-purple-200 {
  background-color: #cdafc9;
}
.bg-purple-300 {
  background-color: #b386af;
}
.bg-purple-400 {
  background-color: #9a5e94;
}
.bg-purple-500 {
  background-color: #813679;
}
.bg-purple-600 {
  background-color: #672b61;
}
.bg-purple-700 {
  background-color: #4d2049;
}
.bg-purple-800 {
  background-color: #341630;
}
.bg-purple-900 {
  background-color: #071017;
}
.bg-red {
  background-color: #db432b;
}
.bg-red-100 {
  background-color: #f8d9d5;
}
.bg-red-200 {
  background-color: #f1b4aa;
}
.bg-red-300 {
  background-color: #e98e80;
}
.bg-red-400 {
  background-color: #e26955;
}
.bg-red-500 {
  background-color: #db432b;
}
.bg-red-600 {
  background-color: #af3622;
}
.bg-red-700 {
  background-color: #83281a;
}
.bg-red-800 {
  background-color: #581b11;
}
.bg-red-900 {
  background-color: #071017;
}
.bg-orange {
  background-color: #ff773d;
}
.bg-orange-100 {
  background-color: #ffe4d8;
}
.bg-orange-200 {
  background-color: #ffc9b1;
}
.bg-orange-300 {
  background-color: #ffad8b;
}
.bg-orange-400 {
  background-color: #ff9264;
}
.bg-orange-500 {
  background-color: #ff773d;
}
.bg-orange-600 {
  background-color: #cc5f31;
}
.bg-orange-700 {
  background-color: #994725;
}
.bg-orange-800 {
  background-color: #663018;
}
.bg-orange-900 {
  background-color: #33180c;
}
.bg-yellow {
  background-color: #ffc107;
}
.bg-yellow-100 {
  background-color: #fff3cd;
}
.bg-yellow-200 {
  background-color: #ffe69c;
}
.bg-yellow-300 {
  background-color: #ffda6a;
}
.bg-yellow-400 {
  background-color: #ffcd39;
}
.bg-yellow-500 {
  background-color: #ffc107;
}
.bg-yellow-600 {
  background-color: #cc9a06;
}
.bg-yellow-700 {
  background-color: #997404;
}
.bg-yellow-800 {
  background-color: #664d03;
}
.bg-yellow-900 {
  background-color: #332701;
}
.bg-green {
  background-color: #0b9027;
}
.bg-green-100 {
  background-color: #cee9d4;
}
.bg-green-200 {
  background-color: #9dd3a9;
}
.bg-green-300 {
  background-color: #6dbc7d;
}
.bg-green-400 {
  background-color: #3ca652;
}
.bg-green-500 {
  background-color: #0b9027;
}
.bg-green-600 {
  background-color: #09731f;
}
.bg-green-700 {
  background-color: #075617;
}
.bg-green-800 {
  background-color: #043a10;
}
.bg-green-900 {
  background-color: #021d08;
}
.bg-teal {
  background-color: #00a398;
}
.bg-teal-100 {
  background-color: #ccedea;
}
.bg-teal-200 {
  background-color: #99dad6;
}
.bg-teal-300 {
  background-color: #66c8c1;
}
.bg-teal-400 {
  background-color: #33b5ad;
}
.bg-teal-500 {
  background-color: #00a398;
}
.bg-teal-600 {
  background-color: #00827a;
}
.bg-teal-700 {
  background-color: #00625b;
}
.bg-teal-800 {
  background-color: #00413d;
}
.bg-teal-900 {
  background-color: #00211e;
}
.bg-cyan {
  background-color: #3bbde1;
}
.bg-cyan-100 {
  background-color: #d8f2f9;
}
.bg-cyan-200 {
  background-color: #b1e5f3;
}
.bg-cyan-300 {
  background-color: #89d7ed;
}
.bg-cyan-400 {
  background-color: #62cae7;
}
.bg-cyan-500 {
  background-color: #3bbde1;
}
.bg-cyan-600 {
  background-color: #2f97b4;
}
.bg-cyan-700 {
  background-color: #237187;
}
.bg-cyan-800 {
  background-color: #184c5a;
}
.bg-cyan-900 {
  background-color: #0c262d;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-100 {
  background-color: #f6f7f8;
}
.bg-gray-200 {
  background-color: #edeff0;
}
.bg-gray-300 {
  background-color: #e4e6e9;
}
.bg-gray-400 {
  background-color: #dbdee1;
}
.bg-gray-500 {
  background-color: #d2d6da;
}
.bg-gray-600 {
  background-color: #a8abae;
}
.bg-gray-700 {
  background-color: #7e8083;
}
.bg-gray-800 {
  background-color: #545657;
}
.bg-gray-900 {
  background-color: #2a2b2c;
}
.bg-black {
  background-color: #000;
}
.text-bodytext-color {
  color: #2a2b2c !important;
}
.text-headingtext-color {
  color: #2a2b2c !important;
}
.text-primary {
  color: #00a398 !important;
}
.text-secondary {
  color: #215273 !important;
}
.text-terciary {
  color: #eee !important;
}
.text-alternate1 {
  color: #7a67eb !important;
}
.text-alternate2 {
  color: #52d4e0 !important;
}
.text-alternate3 {
  color: #f7ad54 !important;
}
.text-alternate4 {
  color: #4a4a4a !important;
}
.text-white {
  color: #fff !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-critical {
  color: #db432b !important;
}
.text-label {
  color: #9b9b9b !important;
}
.text-success {
  color: #0b9027 !important;
}
.text-gray-100 {
  color: #f6f7f8;
}
.text-gray-200 {
  color: #edeff0;
}
.text-gray-300 {
  color: #e4e6e9;
}
.text-gray-400 {
  color: #dbdee1;
}
.text-gray-500 {
  color: #d2d6da;
}
.text-gray-600 {
  color: #a8abae;
}
.text-gray-700 {
  color: #7e8083;
}
.text-gray-800 {
  color: #545657;
}
.text-gray-900 {
  color: #2a2b2c;
}
.text-black {
  color: #000;
}
.primary-color {
  background: #00a398;
}
.secondary-color {
  background: #215273;
}
.accent-color {
  background: #3bbde1;
}
.terciary-color {
  background: #eee;
}
.alternate1-color {
  background: #7a67eb;
}
.alternate2-color {
  background: #52d4e0;
}
.alternate3-color {
  background: #f7ad54;
}
.alternate4-color {
  background: #4a4a4a;
}
.white-color {
  background: #fff;
}
.grey1-color {
  background: #2a2a2a;
}
.grey2-color {
  background: #333;
}
.grey3-color {
  background: #666;
}
.grey4-color {
  background: #999;
}
.grey5-color {
  background: #ccc;
}
.grey6-color {
  background: #eee;
}
.grey7-color {
  background: #f5f5f5;
}
.grey8-color {
  background: #fafafa;
}
.warning-color {
  background: #ffc107;
}
.warning-alternate-color {
  background: #fde6c9;
}
.critical-color {
  background: #db432b;
}
.label-color {
  background: #9b9b9b;
}
.success-color {
  background: #0b9027;
}
.deepsteel1-color {
  background: #03202f;
}
.btn-link {
  color: #00a398;
}
.btn {
  padding: 8px 16px;
  cursor: pointer;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
}
.btn.disabled, .btn:disabled {
  cursor: default;
  opacity: 0.3;
}
.btn.btn-fixed-width {
  min-width: 80px;
}
.btn.btn-fixed-width.btn-lg, .btn-group-lg > .btn.btn-fixed-width {
  min-width: 200px;
}
.btn.btn-fixed-width.btn-sm, .btn-group-sm > .btn.btn-fixed-width {
  min-width: 100px;
}
.btn.btn-rounded {
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: normal;
  font-size: 1rem;
  padding: 0;
}
.btn.btn-rounded.btn-lg, .btn-group-lg > .btn.btn-rounded {
  font-size: 1.3rem;
  border-radius: 50%;
  padding: 0;
  width: 51px;
  height: 51px;
  line-height: normal;
}
.btn.btn-rounded.btn-sm, .btn-group-sm > .btn.btn-rounded {
  font-size: 1rem;
  border-radius: 50%;
  padding: 0;
  width: 31px;
  height: 31px;
  line-height: normal;
}
.btn.btn-primary.btn-outline {
  padding: 8px 15px;
  background-color: #fff;
  color: #00a398;
  border-width: 2px;
}
.btn.btn-primary:hover:not([disabled]):not(.disabled) {
  background-color: #00827a;
  border-color: #00827a;
}
.btn.btn-primary:hover:not([disabled]):not(.disabled).btn-outline {
  background-color: #fff;
  border-color: #00827a;
  color: #00827a;
}
.btn.btn-primary:focus, .btn.btn-primary.focus {
  box-shadow: 0 0 0 2px #99dad6;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  background-color: #00a398;
  border-color: #00a398;
}
.btn.btn-primary.disabled.btn-outline, .btn.btn-primary:disabled.btn-outline {
  background-color: #fff;
  color: #00a398;
}
.btn.btn-primary:active:not([disabled]):not(.disabled), .btn.btn-primary.active:not([disabled]):not(.disabled), .show > .btn.btn-primary.dropdown-toggle {
  background-color: #00625b;
  background-image: none;
  border-color: #00625b;
  color: #99dad6;
}
.btn.btn-primary:active:not([disabled]):not(.disabled).btn-outline, .btn.btn-primary:active:not([disabled]):not(.disabled).btn-outline:active, .btn.btn-primary.active:not([disabled]):not(.disabled).btn-outline, .btn.btn-primary.active:not([disabled]):not(.disabled).btn-outline:active, .show > .btn.btn-primary.dropdown-toggle.btn-outline, .show > .btn.btn-primary.dropdown-toggle.btn-outline:active {
  background-color: #99dad6;
  border-color: #00827a;
  color: #00827a;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #215273;
  border-color: #215273;
}
.btn.btn-secondary.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #215273;
  border-width: 2px;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #16364b;
  border-color: #16364b;
}
.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  box-shadow: 0 0 0 2px #327cae;
}
.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
  background-color: #215273;
  border-color: #215273;
}
.btn.btn-secondary.disabled.btn-outline.disabled, .btn.btn-secondary.disabled.btn-outline:disabled, .btn.btn-secondary:disabled.btn-outline.disabled, .btn.btn-secondary:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #215273;
}
.btn.btn-secondary:active, .btn.btn-secondary.active, .show > .btn.btn-secondary.dropdown-toggle {
  background-color: #102838;
  background-image: none;
  border-color: #102838;
}
.btn.btn-secondary:active:hover, .btn.btn-secondary.active:hover, .show > .btn.btn-secondary.dropdown-toggle:hover {
  background-color: #0e2230;
  border-color: #0e2230;
}
.btn.btn-terciary {
  color: #2a2b2c;
  background-color: #eee;
  border-color: #eee;
}
.btn.btn-terciary.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #434546;
  border-width: 2px;
  border-color: #d5d5d5;
}
.btn.btn-terciary:hover {
  color: #fff;
  background-color: #aeaeae;
  border-color: darkgray;
}
.btn.btn-terciary:focus, .btn.btn-terciary.focus {
  box-shadow: 0 0 0 2px white;
}
.btn.btn-terciary.disabled, .btn.btn-terciary:disabled {
  background-color: #eee;
  border-color: #eee;
}
.btn.btn-terciary.disabled.btn-outline.disabled, .btn.btn-terciary.disabled.btn-outline:disabled, .btn.btn-terciary:disabled.btn-outline.disabled, .btn.btn-terciary:disabled.btn-outline:disabled {
  border-color: #d5d5d5;
  background-color: transparent;
  color: #434546;
}
.btn.btn-terciary:active, .btn.btn-terciary.active, .show > .btn.btn-terciary.dropdown-toggle {
  background-color: #c8c8c8;
  background-image: none;
  border-color: #c3c3c3;
}
.btn.btn-terciary:active:hover, .btn.btn-terciary.active:hover, .show > .btn.btn-terciary.dropdown-toggle:hover {
  background-color: #aeaeae;
  border-color: darkgray;
}
.btn.btn-default {
  color: #2a2b2c;
  background-color: #fff;
  border: 1px solid #d6d8d9;
}
.btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default.focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #00a398;
}
.btn.btn-alternate1 {
  color: #fff;
  background-color: #7a67eb;
  border-color: #7a67eb;
}
.btn.btn-alternate1.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #7a67eb;
  border-width: 2px;
}
.btn.btn-alternate1:hover {
  color: #fff;
  background-color: #3018ba;
  border-color: #2d17b1;
}
.btn.btn-alternate1:focus, .btn.btn-alternate1.focus {
  box-shadow: 0 0 0 2px #b5abf4;
}
.btn.btn-alternate1.disabled, .btn.btn-alternate1:disabled {
  background-color: #7a67eb;
  border-color: #7a67eb;
}
.btn.btn-alternate1.disabled.btn-outline.disabled, .btn.btn-alternate1.disabled.btn-outline:disabled, .btn.btn-alternate1:disabled.btn-outline.disabled, .btn.btn-alternate1:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #7a67eb;
}
.btn.btn-alternate1:active, .btn.btn-alternate1.active, .show > .btn.btn-alternate1.dropdown-toggle {
  background-color: #3f23e2;
  background-image: none;
  border-color: #391dde;
}
.btn.btn-alternate1:active:hover, .btn.btn-alternate1.active:hover, .show > .btn.btn-alternate1.dropdown-toggle:hover {
  background-color: #3018ba;
  border-color: #2d17b1;
}
.btn.btn-alternate2 {
  color: #fff;
  background-color: #52d4e0;
  border-color: #52d4e0;
}
.btn.btn-alternate2.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #52d4e0;
  border-width: 2px;
}
.btn.btn-alternate2:hover {
  color: #fff;
  background-color: #1b8d97;
  border-color: #1a858f;
}
.btn.btn-alternate2:focus, .btn.btn-alternate2.focus {
  box-shadow: 0 0 0 2px #93e4ec;
}
.btn.btn-alternate2.disabled, .btn.btn-alternate2:disabled {
  background-color: #52d4e0;
  border-color: #52d4e0;
}
.btn.btn-alternate2.disabled.btn-outline.disabled, .btn.btn-alternate2.disabled.btn-outline:disabled, .btn.btn-alternate2:disabled.btn-outline.disabled, .btn.btn-alternate2:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #52d4e0;
}
.btn.btn-alternate2:active, .btn.btn-alternate2.active, .show > .btn.btn-alternate2.dropdown-toggle {
  background-color: #23b5c3;
  background-image: none;
  border-color: #21adba;
}
.btn.btn-alternate2:active:hover, .btn.btn-alternate2.active:hover, .show > .btn.btn-alternate2.dropdown-toggle:hover {
  background-color: #1b8d97;
  border-color: #1a858f;
}
.btn.btn-alternate3 {
  color: #fff;
  background-color: #f7ad54;
  border-color: #f7ad54;
}
.btn.btn-alternate3.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #f7ad54;
  border-width: 2px;
}
.btn.btn-alternate3:hover {
  color: #fff;
  background-color: #c26e09;
  border-color: #b96909;
}
.btn.btn-alternate3:focus, .btn.btn-alternate3.focus {
  box-shadow: 0 0 0 2px #fad09d;
}
.btn.btn-alternate3.disabled, .btn.btn-alternate3:disabled {
  background-color: #f7ad54;
  border-color: #f7ad54;
}
.btn.btn-alternate3.disabled.btn-outline.disabled, .btn.btn-alternate3.disabled.btn-outline:disabled, .btn.btn-alternate3:disabled.btn-outline.disabled, .btn.btn-alternate3:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #f7ad54;
}
.btn.btn-alternate3:active, .btn.btn-alternate3.active, .show > .btn.btn-alternate3.dropdown-toggle {
  background-color: #f38a0b;
  background-image: none;
  border-color: #e9840b;
}
.btn.btn-alternate3:active:hover, .btn.btn-alternate3.active:hover, .show > .btn.btn-alternate3.dropdown-toggle:hover {
  background-color: #c26e09;
  border-color: #b96909;
}
.btn.btn-alternate4 {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn.btn-alternate4.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #4a4a4a;
  border-width: 2px;
}
.btn.btn-alternate4:hover {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #050505;
}
.btn.btn-alternate4:focus, .btn.btn-alternate4.focus {
  box-shadow: 0 0 0 2px #707070;
}
.btn.btn-alternate4.disabled, .btn.btn-alternate4:disabled {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn.btn-alternate4.disabled.btn-outline.disabled, .btn.btn-alternate4.disabled.btn-outline:disabled, .btn.btn-alternate4:disabled.btn-outline.disabled, .btn.btn-alternate4:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #4a4a4a;
}
.btn.btn-alternate4:active, .btn.btn-alternate4.active, .show > .btn.btn-alternate4.dropdown-toggle {
  background-color: #242424;
  background-image: none;
  border-color: #1f1f1f;
}
.btn.btn-alternate4:active:hover, .btn.btn-alternate4.active:hover, .show > .btn.btn-alternate4.dropdown-toggle:hover {
  background-color: #0a0a0a;
  border-color: #050505;
}
.btn.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-warning.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #ffc107;
  border-width: 2px;
}
.btn.btn-warning:hover {
  color: #fff;
  background-color: #876500;
  border-color: #7c5d00;
}
.btn.btn-warning:focus, .btn.btn-warning.focus {
  box-shadow: 0 0 0 2px #ffd454;
}
.btn.btn-warning.disabled, .btn.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn.btn-warning.disabled.btn-outline.disabled, .btn.btn-warning.disabled.btn-outline:disabled, .btn.btn-warning:disabled.btn-outline.disabled, .btn.btn-warning:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn.btn-warning:active, .btn.btn-warning.active, .show > .btn.btn-warning.dropdown-toggle {
  background-color: #ba8b00;
  background-image: none;
  border-color: #af8300;
}
.btn.btn-warning:active:hover, .btn.btn-warning.active:hover, .show > .btn.btn-warning.dropdown-toggle:hover {
  background-color: #876500;
  border-color: #7c5d00;
}
.btn.btn-critical {
  color: #fff;
  background-color: #db432b;
  border-color: #db432b;
}
.btn.btn-critical.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #db432b;
  border-width: 2px;
}
.btn.btn-critical:hover {
  color: #fff;
  background-color: #732114;
  border-color: #6a1e12;
}
.btn.btn-critical:focus, .btn.btn-critical.focus {
  box-shadow: 0 0 0 2px #e67d6c;
}
.btn.btn-critical.disabled, .btn.btn-critical:disabled {
  background-color: #db432b;
  border-color: #db432b;
}
.btn.btn-critical.disabled.btn-outline.disabled, .btn.btn-critical.disabled.btn-outline:disabled, .btn.btn-critical:disabled.btn-outline.disabled, .btn.btn-critical:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #db432b;
}
.btn.btn-critical:active, .btn.btn-critical.active, .show > .btn.btn-critical.dropdown-toggle {
  background-color: #9f2d1b;
  background-image: none;
  border-color: #962a19;
}
.btn.btn-critical:active:hover, .btn.btn-critical.active:hover, .show > .btn.btn-critical.dropdown-toggle:hover {
  background-color: #732114;
  border-color: #6a1e12;
}
.btn.btn-label {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn.btn-label.btn-outline {
  padding: 8px 15px;
  background-color: transparent;
  color: #9b9b9b;
  border-width: 2px;
}
.btn.btn-label:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #565656;
}
.btn.btn-label:focus, .btn.btn-label.focus {
  box-shadow: 0 0 0 2px #c1c1c1;
}
.btn.btn-label.disabled, .btn.btn-label:disabled {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn.btn-label.disabled.btn-outline.disabled, .btn.btn-label.disabled.btn-outline:disabled, .btn.btn-label:disabled.btn-outline.disabled, .btn.btn-label:disabled.btn-outline:disabled {
  background-color: transparent;
  color: #9b9b9b;
}
.btn.btn-label:active, .btn.btn-label.active, .show > .btn.btn-label.dropdown-toggle {
  background-color: #757575;
  background-image: none;
  border-color: #707070;
}
.btn.btn-label:active:hover, .btn.btn-label.active:hover, .show > .btn.btn-label.dropdown-toggle:hover {
  background-color: #5b5b5b;
  border-color: #565656;
}
.btn.btn-transparent, .btn.btn-link {
  color: #00a398;
  background: none;
  border-color: transparent;
}
.btn.btn-transparent:hover:not([disabled]):not(.disabled), .btn.btn-link:hover:not([disabled]):not(.disabled) {
  color: #00827a;
  text-decoration: underline;
}
.btn.btn-transparent:active:not([disabled]):not(.disabled), .btn.btn-link:active:not([disabled]):not(.disabled) {
  color: #00827a;
  text-decoration: underline;
}
.btn.btn-transparent:focus, .btn.btn-transparent.focus, .btn.btn-link:focus, .btn.btn-link.focus {
  box-shadow: 0 0 0 2px #99dad6;
}
.btn.btn-icon {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.btn.btn-icon.close {
  background-color: transparent;
  opacity: 1;
  float: right;
}
.btn.btn-icon.close:after {
  content: "\F00D";
  font-family: "FontAwesome-webfont-solid";
}
.btn.btn-icon.ellipsis {
  padding: 0;
  background-color: transparent;
}
.btn.btn-icon.ellipsis:after {
  content: "\F141";
  font-family: "FontAwesome-webfont-solid";
}
.label {
  background-color: #215273;
  color: #fff;
  padding: 8px 10px;
  text-shadow: none;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 400;
}
.label.flat-edge-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: none;
}
.label.flat-edge-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: none;
}
.label.rectangular {
  border-radius: 4px;
}
.label-primary {
  background-color: #00a398;
  color: #fff;
}
.label-secondary {
  background-color: #215273;
  color: #fff;
}
.label-terciary {
  background-color: #eee;
  color: #fff;
}
.label-alternate1 {
  background-color: #7a67eb;
  color: #fff;
}
.label-alternate2 {
  background-color: #52d4e0;
  color: #fff;
}
.label-alternate3 {
  background-color: #f7ad54;
  color: #fff;
}
.label-alternate4 {
  background-color: #4a4a4a;
  color: #fff;
}
.label-success {
  background-color: #0b9027;
  color: #fff;
}
.label-danger {
  background-color: #db432b;
  color: #fff;
}
.label-info {
  background-color: #3bbde1;
  color: #fff;
}
.label-critical {
  background-color: #db432b;
  color: #fff;
}
.label-label {
  background-color: #9b9b9b;
  color: #fff;
}
.label-warning {
  background-color: #ffc107;
  color: #fff;
}
.label-default-pill {
  background-color: #ffc9b1;
  color: #000;
}
#toast-container {
  position: fixed;
  pointer-events: auto;
}
#toast-container > div {
  margin: 0 0 10px;
  padding: 24px;
  width: 650px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
}
#toast-container.toast-center > div, #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
  margin: 6px auto;
  pointer-events: auto;
}
#toast-container.toast-center > button, #toast-container.toast-top-center > button, #toast-container.toast-bottom-center > button {
  pointer-events: auto;
}
#toast-container.toast-center, #toast-container.toast-top-center, #toast-container.toast-bottom-center {
  width: 100%;
  pointer-events: none;
  left: 0;
  right: 0;
}
#toast-container.toast-acm-position {
  top: 50px;
}
#toast-container.toast-top-left {
  top: 12px;
  left: 12px;
}
#toast-container.toast-top-center {
  top: 12px;
}
#toast-container.toast-top-right {
  top: 12px;
  right: 12px;
}
#toast-container.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
#toast-container.toast-bottom-center {
  bottom: 12px;
}
#toast-container .toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container .toast-center {
  top: 45%;
}
#toast-container > :hover {
  box-shadow: 0 0 12px #000;
  cursor: pointer;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container .toast {
  position: relative;
  background-color: #3bbde1;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  /* Additional properties for button version iOS requires the button element instead of an anchor tag. If you want the anchor version, it requires `href="#"`. */
}
#toast-container .toast.toast-success {
  background-color: #0b9027;
}
#toast-container .toast.toast-error {
  background-color: #db432b;
}
#toast-container .toast.toast-info {
  background-color: #3bbde1;
}
#toast-container .toast.toast-warning {
  background-color: #ffc107;
}
#toast-container .toast .toast-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#toast-container .toast .toast-content {
  padding: 0 0 0 35px;
  display: inline-block;
  width: 100%;
}
#toast-container .toast .toast-title {
  font-weight: bold;
}
#toast-container .toast .toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#toast-container .toast .toast-message a,
#toast-container .toast .toast-message label {
  color: #fff;
}
#toast-container .toast .toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
#toast-container .toast .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
}
#toast-container .toast .toast-close-button:hover,
#toast-container .toast .toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#toast-container .toast button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner, .spinner-extra-small, .spinner-small, .spinner-large {
  display: inline-block;
  font-size: 0.5em;
  position: relative;
  text-indent: -9999em;
  border: 0.5em solid #00a398;
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.spinner, .spinner-extra-small, .spinner-small, .spinner-large,
.spinner:after,
.spinner-extra-small:after,
.spinner-small:after,
.spinner-large:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.spinner-large {
  font-size: 0.8em;
}
.spinner-small {
  width: 3em;
  height: 3em;
}
.spinner-extra-small {
  width: 1em;
  height: 1em;
}
.loading-bar {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.loading-bar:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #00a398;
  -webkit-animation: loading-bark-keyframes 2s linear infinite;
          animation: loading-bark-keyframes 2s linear infinite;
}
@-webkit-keyframes loading-bark-keyframes {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading-bark-keyframes {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.spinner-mini,
.spinner-mini:before,
.spinner-mini:after {
  width: 2px;
  height: 10px;
  background-color: #00a398;
  border-radius: 2px;
}
.spinner-mini {
  display: inline-block;
  position: relative;
  -webkit-animation: spinner-mini-animation 0.6s 0.1s infinite;
          animation: spinner-mini-animation 0.6s 0.1s infinite;
}
.spinner-mini:before, .spinner-mini:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
}
.spinner-mini:before {
  left: -4px;
  -webkit-animation: spinner-mini-animation 0.6s 0s infinite;
          animation: spinner-mini-animation 0.6s 0s infinite;
}
.spinner-mini:after {
  left: 4px;
  -webkit-animation: spinner-mini-animation 0.6s 0.2s infinite;
          animation: spinner-mini-animation 0.6s 0.2s infinite;
}
@-webkit-keyframes spinner-mini-animation {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #00a398;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes spinner-mini-animation {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #00a398;
  }
  100% {
    background-color: transparent;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f6f7f8;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #7a97ab;
  padding-top: 10px;
}
/*******************
Border
*******************/
html body .b-0 {
  border: none;
}
html body .b-r {
  border-right: 1px solid #d2d6da;
}
html body .b-l {
  border-left: 1px solid #d2d6da;
}
html body .b-b {
  border-bottom: 1px solid #d2d6da;
}
html body .b-t {
  border-top: 1px solid #d2d6da;
}
html body .b-all {
  border: 1px solid #d2d6da;
}
.modal-dialog {
  max-width: 600px;
}
.modal-dialog.modal-xs {
  max-width: 300px;
}
.modal-dialog.modal-sm {
  max-width: 400px;
}
.modal-dialog.modal-md {
  max-width: 600px;
}
.modal-dialog.modal-lg {
  max-width: 800px;
}
.modal-dialog.modal-xl {
  max-width: 1000px;
}
.modal-dialog.modal-xxl {
  max-width: 1200px;
}
.modal-dialog.modal-xxxl {
  max-width: 1400px;
}
.modal-dialog .modal-vertical-scrolbar, .modal-dialog.modal-height-xl .modal-body, .modal-dialog.modal-height-lg .modal-body, .modal-dialog.modal-height-md .modal-body, .modal-dialog.modal-height-sm .modal-body, .modal-dialog.modal-height-xs .modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 20px;
  padding-right: 5px;
}
.modal-dialog.modal-height-xs .modal-body {
  height: 100px;
}
.modal-dialog.modal-height-sm .modal-body {
  height: 250px;
}
.modal-dialog.modal-height-md .modal-body {
  height: 400px;
}
.modal-dialog.modal-height-lg .modal-body {
  height: 550px;
}
.modal-dialog.modal-height-xl .modal-body {
  height: 700px;
}
.modal-dialog .modal-header {
  padding: 25px 45px 0 25px;
  border-bottom: 0;
  font-size: 30px;
}
.modal-dialog .modal-header.inline {
  display: inline;
}
.modal-dialog .modal-body {
  padding: 25px 25px 0;
}
.modal-dialog .modal-footer {
  padding: 25px;
  border-top: 0;
}
.modal-close-button-position {
  position: absolute;
  right: 25px;
  top: 33px;
}
.fade-in {
  transition-property: visibility, opacity;
  transition-duration: 0s, 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fade-out {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.5s, 0s;
  transition-delay: 0s, 0.5s;
}
.ux-form-control-error .ux-form-control-single-select input {
  border: 1px solid #db432b !important;
}
.ux-form-control-error .ux-form-control-input input {
  border: 1px solid #db432b !important;
}
.ux-form-control-error ux-tag-input {
  border: 1px solid #db432b !important;
}
.right-sidebar-drawer {
  transition: 0.5s;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
.left-sidebar-drawer {
  transition: 0.5s;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
.expand-drawer {
  transition: 0.5s;
  border-left: 2px solid #d2d6da;
}
.side-drawer-container {
  padding: 20px;
}
.side-drawer-footer {
  border-top: 2px solid #d2d6da;
  box-shadow: 0 -5px 7px -4px #d2d6da;
  padding: 20px;
}
.close.drawer {
  transition: 0.5s;
  width: 0%;
}
.shrink-main-body-sm {
  transition: 0.5s;
  width: 80%;
}
.side-drawer-sm {
  width: 20% !important;
}
.shrink-main-body-md {
  transition: 0.5s;
  width: 70%;
}
.side-drawer-md {
  width: 30% !important;
}
.shrink-main-body-lg {
  transition: 0.5s;
  width: 60%;
}
.side-drawer-lg {
  width: 40% !important;
}
.reset-main-body {
  transition: 0.5s;
  width: 100%;
}
.side-drawer-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.side-drawer-backdrop.fade {
  opacity: 0;
  pointer-events: auto;
}
.side-drawer-backdrop.show {
  opacity: 0.5;
  pointer-events: none;
}
.side-drawer-content {
  height: 100%;
}
.dropdown-toggle-base, .dropup .dropdown-toggle:after, .dropdown-toggle:after {
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 0;
  float: right;
  height: 15px;
  margin-left: 15px;
  margin-top: 5px;
  width: 15px;
}
.dropdown-toggle:after {
  -webkit-mask-image: url('chevron-down.82a019a3683f54f84d43.svg');
          mask-image: url('chevron-down.82a019a3683f54f84d43.svg');
}
.dropdown.show .dropdown-toggle:after {
  -webkit-mask-image: url('chevron-up.cd67212e676937ef0303.svg');
          mask-image: url('chevron-up.cd67212e676937ef0303.svg');
}
.no-chevron.dropdown-toggle:after {
  height: 0;
  margin-left: 0;
  width: 0;
}
.dropup .dropdown-toggle:after {
  -webkit-mask-image: url('chevron-up.cd67212e676937ef0303.svg');
          mask-image: url('chevron-up.cd67212e676937ef0303.svg');
}
.dropup.show .dropdown-toggle:after {
  -webkit-mask-image: url('chevron-down.82a019a3683f54f84d43.svg');
          mask-image: url('chevron-down.82a019a3683f54f84d43.svg');
}
.dropdown-toggle:empty:after {
  margin-top: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('chevron-down.82a019a3683f54f84d43.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
  background-size: 1rem;
  padding: 8px 16px !important;
}
.card {
  border: 0;
  box-shadow: initial;
  border-radius: 5px;
}
.card.selected {
  box-shadow: 0 0 0 2px #00a398 !important;
  transition: box-shadow 0.5s;
}
.card.invalid {
  box-shadow: 0 0 0 2px #db432b !important;
  transition: box-shadow 0.5s;
}
.card .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 25px;
}
.card .card-header .eyebrow {
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 16px;
}
.card .card-header .header {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.card .card-header .sub-header {
  font-size: 16px;
  line-height: 19px;
}
.card .card-header.divider {
  border-bottom: 1px solid #aeb0b3;
}
.card .card-body {
  padding: 25px;
}
.hide {
  display: none !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.pointer {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}

@charset "UTF-8";
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. app
 *	7. Widgets
 *	8. Custom Templates
 */
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fc4b6c;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
hr {
  border: none;
  height: 1px;
  color: #aeb0b3;
  background-color: #aeb0b3;
  margin-top: 0;
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 *  1. Globals
 *  2. Headers
 *  3. Navigations
 *  4. Banners
 *  5. Footers
 *  6. Posts
 *  7. Widgets
 *  8. Custom Templates
 */
/*******************
Global Styles
*******************/
body {
  background: #f6f7f8;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #2a2b2c;
}
html {
  position: relative;
  min-height: 100%;
  background: #f6f7f8;
}
a.link {
  color: #2a2b2c;
}
a.link:hover, a.link:focus {
  color: #009efb;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}
.img-rounded {
  border-radius: 4px;
}
html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
html body .dl {
  display: inline-block;
}
html body .db {
  display: block;
}
.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}
/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #009efb;
  border: 1px solid #d2d6da;
  padding: 15px;
}
.clear {
  clear: both;
}
ol li {
  margin: 5px 0;
}
/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top;
}
html body .vm {
  vertical-align: middle;
}
html body .vb {
  vertical-align: bottom;
}
/*******************
Opacity
*******************/
.op-5 {
  opacity: 0.5;
}
/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px;
}
.thumb-md {
  height: 48px;
  width: 48px;
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
.hide {
  display: none;
}
.img-circle {
  border-radius: 100%;
}
.radius {
  border-radius: 4px;
}
/*******************
Pagination
*******************/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  color: #2a2b2c;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f6f7f8;
}
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.pagination-split li:first-child {
  margin-left: 0;
}
.pagination-split li a {
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #009efb;
  border-color: #009efb;
}
.pager li > a,
.pager li > span {
  border-radius: 4px;
  color: #2a2b2c;
}
/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%;
}
.table.no-border tbody td {
  border: 0px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.table td,
.table th {
  border-color: #f3f1f1;
}
.table thead th,
.table th {
  font-weight: 500;
}
.table-hover tbody tr:hover {
  background: #f6f7f8;
}
.v-middle td,
.v-middle th {
  vertical-align: middle;
}
/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -25px;
  right: -7px;
}
.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #db432b;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.notify .point {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #db432b;
  position: absolute;
  right: 6px;
  top: -10px;
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/*******************
File Upload
******************/
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*******************
Megamenu
******************/
.mega-dropdown {
  position: static;
  width: 100%;
}
.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
}
.mega-dropdown ul {
  padding: 0px;
}
.mega-dropdown ul li {
  list-style: none;
}
.mega-dropdown .nav-accordion .card {
  margin-bottom: 1px;
}
.mega-dropdown .nav-accordion .card-header {
  background: #fff;
}
.mega-dropdown .nav-accordion .card-header h5 {
  margin: 0px;
}
.mega-dropdown .nav-accordion .card-header h5 a {
  text-decoration: none;
  color: #2a2b2c;
}
/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}
ul.list-style-none li {
  list-style: none;
}
ul.list-style-none li a {
  color: #2a2b2c;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}
ul.list-style-none li a:hover {
  color: #009efb;
}
/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #2a2b2c;
}
.dropdown-item:focus,
.dropdown-item .focus {
  outline: none;
}
/*******************
Custom-select
******************/
.custom-select {
  color: #2a2b2c;
  min-height: 38px;
  display: initial;
  font-size: 14px;
}
.custom-select:disabled,
.custom-select[readonly] {
  opacity: 0.7;
}
/*******************
textarea
******************/
textarea {
  resize: none;
}
/*******************
Form-control
******************/
.form-control {
  color: #2a2b2c;
  min-height: 38px;
  display: initial;
  font-size: 14px;
}
.form-control-sm {
  min-height: 20px;
}
.form-control:disabled,
.form-control[readonly] {
  opacity: 0.7;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #0b9027;
}
form label {
  font-weight: 400;
}
.form-group {
  margin-bottom: 25px;
}
.form-horizontal label {
  margin-bottom: 0px;
}
.form-control-static {
  padding-top: 0px;
}
.form-bordered .form-group {
  border-bottom: 1px solid #d2d6da;
  padding-bottom: 20px;
}
/*******************
Layouts
******************/
/*Card-noborders*/
.card-no-border .sidebar-footer {
  background: #f2f6f8;
}
.card-no-border .shadow-none {
  box-shadow: none;
}
.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
  background: #fff;
}
.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}
/*******************/
/*widgets -app*/
/*******************/
.css-bar:after {
  z-index: 1;
}
.css-bar > i {
  z-index: 10;
}
/*******************/
/*single column*/
/*******************/
.single-column .left-sidebar {
  display: none;
}
.single-column .page-wrapper {
  margin-left: 0px;
}
.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
 For all pages
 ============================================================== */
#main-wrapper {
  width: 100%;
}
.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.boxed #main-wrapper .sidebar-footer {
  position: absolute;
}
.boxed #main-wrapper .footer {
  display: none;
}
.page-wrapper {
  background: #eef5f9;
  padding-bottom: 60px;
}
.container-fluid {
  padding: 0 30px 25px 30px;
}
/*******************
 Topbar
*******************/
.fix-header .topbar {
  position: fixed;
  top: 0px;
  width: 100%;
}
.fix-header .page-wrapper {
  padding-top: 70px;
}
.topbar {
  position: relative;
  z-index: 50;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}
.topbar .top-navbar {
  min-height: 70px;
  padding: 0px 15px 0 0;
}
.topbar .top-navbar .navbar-header {
  line-height: 65px;
  text-align: center;
}
.topbar .top-navbar .navbar-header .navbar-brand {
  margin-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand b {
  line-height: 70px;
  display: inline-block;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 19px;
  line-height: 50px;
}
.topbar .top-navbar .navbar-nav > .nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .profile-pic {
  width: 30px;
  border-radius: 100%;
}
.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: #d2d6da;
}
.topbar .dropdown-menu .dropdown-item {
  padding: 7px 1.5rem;
}
.topbar ul.dropdown-user {
  padding: 0px;
  width: 270px;
}
.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #d2d6da;
}
.topbar ul.dropdown-user li .dw-user-box {
  padding: 10px 15px;
}
.topbar ul.dropdown-user li .dw-user-box .u-img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.topbar ul.dropdown-user li .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
  margin: 0px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text p {
  margin-bottom: 2px;
  font-size: 14px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
  background: #e6294b;
}
.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #2a2b2c;
}
.topbar ul.dropdown-user li a:hover {
  background: #f6f7f8;
  color: #009efb;
  text-decoration: none;
}
.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}
.search-box .app-search input {
  width: 100%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  transition: 0.5s ease-in;
}
.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #fff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}
.mini-sidebar .top-navbar .navbar-header {
  width: 60px;
  text-align: center;
}
.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*******************
 Breadcrumb and page title
*******************/
.page-titles {
  background: #fff;
  margin: 0 -30px 30px;
  padding: 15px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.page-titles h3 {
  margin-bottom: 0px;
  margin-top: 8px;
}
.page-titles .breadcrumb {
  padding: 0px;
  background: transparent;
  font-size: 14px;
}
.page-titles .breadcrumb li {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\E649";
  font-family: themify;
  color: #a6b7bf;
  font-size: 11px;
}
.page-titles .breadcrumb .breadcrumb-item.active {
  color: #99abb4;
}
/*******************
 Right side toggle
*******************/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.right-side-toggle {
  position: relative;
}
.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: transform;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 18px;
  left: 18px;
}
.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #fff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.right-sidebar .rpanel-title {
  display: block;
  padding: 24px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  background: #009efb;
}
.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}
.right-sidebar .rpanel-title span:hover {
  color: #fff;
}
.right-sidebar .r-panel-body {
  padding: 20px;
}
.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}
.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}
.shw-rside {
  right: 0px;
  width: 240px;
  display: block;
}
.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px;
}
.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%;
}
.chatonline li a span {
  color: #2a2b2c;
}
.chatonline li a span small {
  display: block;
  font-size: 10px;
}
/*******************
 Right side toggle
*******************/
ul#themecolors {
  display: block;
}
ul#themecolors li {
  display: inline-block;
}
ul#themecolors li:first-child {
  display: block;
}
ul#themecolors li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}
ul#themecolors li a.working:before {
  content: "\F00C";
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.default-theme {
  background: #99abb4;
}
.green-theme {
  background: #0b9027;
}
.yellow-theme {
  background: #ffc107;
}
.red-theme {
  background: #db432b;
}
.blue-theme {
  background: #3bbde1;
}
.purple-theme {
  background: #813679;
}
.megna-theme {
  background: #00897b;
}
.default-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #99abb4 23%, #99abb4 99%);
}
.green-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #0b9027 23%, #0b9027 99%);
}
.yellow-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #db432b 23%, #db432b 99%);
}
.blue-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #3bbde1 23%, #3bbde1 99%);
}
.purple-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #813679 23%, #813679 99%);
}
.megna-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #00897b 23%, #00897b 99%);
}
.red-dark-theme {
  background: #2a2b2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a2b2c 0%, #2a2b2c 23%, #db432b 23%, #db432b 99%);
}
/*******************
 page title
*******************/
.page-titles {
  padding-bottom: 20px;
}
/*******************
 Footer
*******************/
.footer {
  background: #f6f7f8;
  border: 0;
  bottom: 0;
  color: #343a40;
  font-size: 14px;
  height: 69px;
  left: 0 !important;
  line-height: 56px;
  position: absolute;
  right: 0;
  text-align: left;
  vertical-align: middle;
}
.footer .footer-top-gradient {
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #215273 -5.25%, #00a398 100%);
}
.footer .powered-by {
  font-weight: bold;
  margin: 0 5px 0 15px;
}
.footer .logo {
  height: 20px;
  max-width: 100px;
  vertical-align: super;
}
.footer .privacy-policy {
  font-size: 12px;
  font-weight: 400;
  margin: 0 15px 0 20px;
}
/*******************
 Card title
*******************/
.card {
  margin-bottom: 30px;
}
.card .card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #99abb4;
}
.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}
.card-success {
  background: #0b9027;
  border-color: #0b9027;
}
.card-danger {
  background: #db432b;
  border-color: #db432b;
}
.card-warning {
  background: #ffc107;
  border-color: #ffc107;
}
.card-info {
  background: #3bbde1;
  border-color: #3bbde1;
}
.card-primary {
  background: #00a398;
  border-color: #00a398;
}
.card-dark {
  background: #2f3d4a;
  border-color: #2f3d4a;
}
.card-megna {
  background: #00897b;
  border-color: #00897b;
}
/*==============================================================
 Buttons page
 ============================================================== */
.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}
.no-button-group .btn {
  margin-bottom: 5px;
  margin-right: 0px;
}
.btn .text-active {
  display: none;
}
.btn.active .text-active {
  display: inline-block;
}
.btn.active .text {
  display: none;
}
/*==============================================================
 Cards page
 ============================================================== */
.card-actions {
  float: right;
}
.card-actions a {
  cursor: pointer;
  color: #2a2b2c;
  opacity: 0.7;
  padding-left: 7px;
  font-size: 13px;
}
.card-actions a:hover {
  opacity: 1;
}
.card-columns .card {
  margin-bottom: 20px;
}
.collapsing {
  transition: height 0.08s ease;
}
.card-info {
  background: #3bbde1;
  border-color: #3bbde1;
}
.card-primary {
  background: #00a398;
  border-color: #00a398;
}
.card-outline-info {
  border-color: #3bbde1;
}
.card-outline-info .card-header {
  background: #3bbde1;
  border-color: #3bbde1;
}
.card-outline-inverse {
  border-color: #2f3d4a;
}
.card-outline-inverse .card-header {
  background: #2f3d4a;
  border-color: #2f3d4a;
}
.card-outline-warning {
  border-color: #ffc107;
}
.card-outline-warning .card-header {
  background: #ffc107;
  border-color: #ffc107;
}
.card-outline-success {
  border-color: #0b9027;
}
.card-outline-success .card-header {
  background: #0b9027;
  border-color: #0b9027;
}
.card-outline-danger {
  border-color: #db432b;
}
.card-outline-danger .card-header {
  background: #db432b;
  border-color: #db432b;
}
.card-outline-primary {
  border-color: #00a398;
}
.card-outline-primary .card-header {
  background: #00a398;
  border-color: #00a398;
}
/*==============================================================
Breadcrumb
 ============================================================== */
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #fff;
}
.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
  opacity: 0.7;
}
.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb {
  margin-bottom: 0px;
}
/*==============================================================
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px;
}
ul.list-icons li {
  list-style: none;
  line-height: 30px;
  margin: 5px 0;
  transition: 0.2s ease-in;
}
ul.list-icons li a {
  color: #2a2b2c;
}
ul.list-icons li a:hover {
  color: #009efb;
}
ul.list-icons li i {
  font-size: 13px;
  padding-right: 8px;
}
ul.list-inline li {
  display: inline-block;
  padding: 0 8px;
}
ul.two-part {
  margin: 0px;
}
ul.two-part li {
  width: 48.8%;
}
/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px;
}
/*==============================================================
 flot chart
 ============================================================== */
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #2a2b2c;
  color: #fff;
  padding: 5px 10px;
}
/*==============================================================
Easy pie chart
 ============================================================== */
.chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pie-chart > span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.chart > span > img {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.percent {
  display: inline-block;
  line-height: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #2a2b2c;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}
/*==============================================================
Dashboard1 chart
 ============================================================== */
.ct-charts {
  position: relative;
}
.amp-pxl {
  position: relative;
}
.amp-pxl .ct-series-a .ct-bar {
  stroke: #3bbde1;
}
.amp-pxl .ct-series-b .ct-bar {
  stroke: #0b9027;
}
.c3-chart-arcs-title,
.c3-legend-item {
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  fill: #2a2b2c;
}
html body #visitor .c3-chart-arcs-title {
  font-size: 18px;
  fill: #99abb4;
}
.stylish-table thead th {
  font-weight: 400;
  color: #99abb4;
  border: 0px;
  border-bottom: 1px;
}
.stylish-table tbody tr {
  border-left: 4px solid #fff;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #009efb;
}
.stylish-table tbody td {
  vertical-align: middle;
}
.stylish-table tbody td h6 {
  font-weight: 500;
  margin-bottom: 0px;
  white-space: nowrap;
}
.stylish-table tbody td small {
  line-height: 12px;
  white-space: nowrap;
}
/*==============================================================
Dashboard2 chart
 ============================================================== */
.campaign {
  height: 280px;
}
.campaign .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(#gradient);
}
.campaign .ct-series-a .ct-line,
.campaign .ct-series-a .ct-point {
  stroke: #0b9027;
  stroke-width: 2px;
}
.campaign .ct-series-b .ct-area {
  fill: #3bbde1;
  fill-opacity: 0.1;
}
.campaign .ct-series-b .ct-line,
.campaign .ct-series-b .ct-point {
  stroke: #3bbde1;
  stroke-width: 2px;
}
.campaign .ct-series-a .ct-point,
.campaign .ct-series-b .ct-point {
  stroke-width: 6px;
}
.campaign2 .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(#gradient);
}
.campaign2 .ct-series-a .ct-line,
.campaign2 .ct-series-a .ct-point {
  stroke: #0b9027;
  stroke-width: 2px;
}
.campaign2 .ct-series-b .ct-area {
  fill: #3bbde1;
  fill-opacity: 0.1;
}
.campaign2 .ct-series-b .ct-line,
.campaign2 .ct-series-b .ct-point {
  stroke: #3bbde1;
  stroke-width: 2px;
}
.campaign2 .ct-series-a .ct-point,
.campaign2 .ct-series-b .ct-point {
  stroke-width: 6px;
}
.usage .ct-series-a .ct-line {
  stroke-width: 3px;
  stroke: rgba(255, 255, 255, 0.5);
}
/*==============================================================
Dashboard3 chart
 ============================================================== */
.total-sales {
  position: relative;
}
.total-sales .chartist-tooltip {
  background: #2f3d4a;
}
.total-sales .ct-series-a .ct-bar {
  stroke: #3bbde1;
}
.total-sales .ct-series-b .ct-bar {
  stroke: #0b9027;
}
.total-sales .ct-series-c .ct-bar {
  stroke: #db432b;
}
.ct-chart {
  position: relative;
}
.ct-chart .ct-series-a .ct-slice-donut {
  stroke: #0b9027;
}
.ct-chart .ct-series-b .ct-slice-donut {
  stroke: #f6f7f8;
}
.ct-chart .ct-series-c .ct-slice-donut {
  stroke: #3bbde1;
}
#visitfromworld path.jvectormap-region.jvectormap-element {
  stroke-width: 1px;
  stroke: #99abb4;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #99abb4;
}
.browser td {
  vertical-align: middle;
  padding-left: 0px;
}
#calendar .fc-today-button {
  display: none;
}
/*==============================================================
Dashboard4 chart
 ============================================================== */
.total-revenue4 {
  position: relative;
}
.total-revenue4 .ct-series-a .ct-line {
  stroke: #3bbde1;
  stroke-width: 1px;
}
.total-revenue4 .ct-series-a .ct-point {
  stroke: #3bbde1;
  stroke-width: 5px;
}
.total-revenue4 .ct-series-b .ct-line {
  stroke: #0b9027;
  stroke-width: 1px;
}
.total-revenue4 .ct-series-b .ct-point {
  stroke: #0b9027;
  stroke-width: 5px;
}
.total-revenue4 .ct-series-a .ct-area {
  fill: #3bbde1;
  fill-opacity: 0.2;
}
.total-revenue4 .ct-series-b .ct-area {
  fill: #0b9027;
  fill-opacity: 0.2;
}
/*==============================================================
Dashboard6 chart
 ============================================================== */
.product-overview.table tbody tr td {
  vertical-align: middle;
}
/*==============================================================
Widget-data
 ============================================================== */
.sparkchart {
  margin-bottom: -2px;
}
/*==============================================================
File upload
 ============================================================== */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}
.fileinput .input-group-addon {
  border-right: 1px solid #d2d6da;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
/*==============================================================
widget-chart-page product review
 ============================================================== */
.product-review {
  margin: 0px;
  padding: 25px;
}
.product-review li {
  display: block;
  padding: 20px 0;
  list-style: none;
}
.product-review li .font,
.product-review li span {
  display: inline-block;
  margin-left: 10px;
}
.social-profile {
  text-align: center;
  background: rgba(7, 10, 43, 0.8);
}
.profile-tab li a.nav-link,
.customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #2a2b2c;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #009efb;
  color: #009efb;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #009efb;
}
/*==============================================================
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #2a2b2c;
  white-space: nowrap;
}
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  color: #009efb;
  background: #f6f7f8;
}
.bootstrap-select .show > .dropdown-menu {
  display: block;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px;
}
.select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
/*==============================================================
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
  overflow: hidden;
}
.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
}
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  transition-duration: 0.3s;
}
.form-control-line .form-group {
  overflow: hidden;
}
.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #d9d9d9;
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #009efb;
}
/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
  position: relative;
}
.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9;
}
.floating-labels select.form-control > option {
  font-size: 14px;
}
.floating-labels .has-error .form-control {
  border-bottom: 1px solid #db432b;
}
.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffc107;
}
.floating-labels .has-success .form-control {
  border-bottom: 1px solid #0b9027;
}
.floating-labels .form-control:focus {
  outline: none;
  border: none;
}
.floating-labels label {
  color: #2a2b2c;
  position: absolute;
  cursor: auto;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .form-control:focus ~ label,
.floating-labels .form-control:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #2a2b2c;
}
.floating-labels .bar {
  position: relative;
  display: block;
}
.floating-labels .bar:before,
.floating-labels .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #009efb;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .bar:before {
  left: 50%;
}
.floating-labels .bar:after {
  right: 50%;
}
.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}
.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px;
}
.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px;
}
.has-warning .bar:before,
.has-warning .bar:after {
  background: #ffc107;
}
.has-success .bar:before,
.has-success .bar:after {
  background: #0b9027;
}
.has-error .bar:before,
.has-error .bar:after {
  background: #db432b;
}
.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #ffc107;
}
.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #0b9027;
}
.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #db432b;
}
.has-feedback label ~ .t-0 {
  top: 0;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #db432b;
}
.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
  border: 1px solid #0b9027;
}
.form-group.error .help-block ul {
  padding: 0px;
  color: #db432b;
}
.form-group.error .help-block ul li {
  list-style: none;
}
.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffc107;
}
.form-group.issue .help-block ul li {
  list-style: none;
}
/*******************
Pagination
******************/
.pagination-circle li.active a {
  background: #0b9027;
}
.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #f6f7f8;
  border: 0px;
  text-align: center;
  border-radius: 100%;
}
.pagination-circle li a:first-child, .pagination-circle li a:last-child {
  border-radius: 100%;
}
.pagination-circle li a:hover {
  background: #0b9027;
  color: #fff;
}
.pagination-circle li.disabled a {
  background: #f6f7f8;
  color: #d2d6da;
}
/*******************
Form Dropzone
******************/
.dropzone {
  border: 1px dashed #d9d9d9;
}
.dropzone .dz-message {
  padding: 5% 0;
  margin: 0px;
}
/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px;
}
.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0;
}
.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
table th {
  font-weight: 400;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #009efb;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #009efb;
  color: #fff;
}
.datepicker td,
.datepicker th {
  padding: 5px 10px;
}
/*******************
Form icheck
******************/
.icolors,
.icheck-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.icolors > li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #2a2b2c;
  text-align: center;
}
.icolors > li.active:after {
  content: "\2713";
  color: #fff;
  line-height: 30px;
}
.icolors > li:first-child {
  margin-left: 0;
}
.icolors > li.orange {
  background: #db432b;
}
.icolors > li.yellow {
  background: #ffc107;
}
.icolors > li.info {
  background: #3bbde1;
}
.icolors > li.green {
  background: #0b9027;
}
.icolors > li.red {
  background: #db432b;
}
.icolors > li.purple {
  background: #813679;
}
.icolors > li.blue {
  background: #215273;
}
.icheck-list {
  float: left;
  padding-right: 50px;
  padding-top: 10px;
}
.icheck-list li {
  padding-bottom: 5px;
}
.icheck-list li label {
  padding-left: 10px;
}
/*******************
Form summernote
******************/
.note-popover,
.note-icon-caret {
  display: none;
}
.note-editor.note-frame {
  border: 1px solid #d9d9d9;
}
.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
  border-bottom: 1px solid #d2d6da;
}
.label {
  display: inline-block;
}
/*******************
Table-Layout
******************/
.table thead th,
.table th {
  border: 0px;
}
.color-table.primary-table thead th {
  background-color: #00a398;
  color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f7f8;
}
.color-table.success-table thead th {
  background-color: #0b9027;
  color: #fff;
}
.color-table.info-table thead th {
  background-color: #3bbde1;
  color: #fff;
}
.color-table.warning-table thead th {
  background-color: #ffc107;
  color: #fff;
}
.color-table.danger-table thead th {
  background-color: #db432b;
  color: #fff;
}
.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #fff;
}
.color-table.dark-table thead th {
  background-color: #2a2b2c;
  color: #fff;
}
.color-table.red-table thead th {
  background-color: #db432b;
  color: #fff;
}
.color-table.purple-table thead th {
  background-color: #813679;
  color: #fff;
}
.color-table.muted-table thead th {
  background-color: #99abb4;
  color: #fff;
}
.color-bordered-table.primary-bordered-table {
  border: 2px solid #00a398;
}
.color-bordered-table.primary-bordered-table thead th {
  background-color: #00a398;
  color: #fff;
}
.color-bordered-table.success-bordered-table {
  border: 2px solid #0b9027;
}
.color-bordered-table.success-bordered-table thead th {
  background-color: #0b9027;
  color: #fff;
}
.color-bordered-table.info-bordered-table {
  border: 2px solid #3bbde1;
}
.color-bordered-table.info-bordered-table thead th {
  background-color: #3bbde1;
  color: #fff;
}
.color-bordered-table.warning-bordered-table {
  border: 2px solid #ffc107;
}
.color-bordered-table.warning-bordered-table thead th {
  background-color: #ffc107;
  color: #fff;
}
.color-bordered-table.danger-bordered-table {
  border: 2px solid #db432b;
}
.color-bordered-table.danger-bordered-table thead th {
  background-color: #db432b;
  color: #fff;
}
.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a;
}
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #2f3d4a;
  color: #fff;
}
.color-bordered-table.dark-bordered-table {
  border: 2px solid #2a2b2c;
}
.color-bordered-table.dark-bordered-table thead th {
  background-color: #2a2b2c;
  color: #fff;
}
.color-bordered-table.red-bordered-table {
  border: 2px solid #db432b;
}
.color-bordered-table.red-bordered-table thead th {
  background-color: #db432b;
  color: #fff;
}
.color-bordered-table.purple-bordered-table {
  border: 2px solid #813679;
}
.color-bordered-table.purple-bordered-table thead th {
  background-color: #813679;
  color: #fff;
}
.color-bordered-table.muted-bordered-table {
  border: 2px solid #99abb4;
}
.color-bordered-table.muted-bordered-table thead th {
  background-color: #99abb4;
  color: #fff;
}
.full-color-table.full-primary-table {
  background-color: #f1effd;
}
.full-color-table.full-primary-table thead th {
  background-color: #00a398;
  border: 0;
  color: #fff;
}
.full-color-table.full-primary-table tbody td {
  border: 0;
}
.full-color-table.full-primary-table tr:hover {
  background-color: #00a398;
  color: #fff;
}
.full-color-table.full-success-table {
  background-color: #e8fdeb;
}
.full-color-table.full-success-table thead th {
  background-color: #0b9027;
  border: 0;
  color: #fff;
}
.full-color-table.full-success-table tbody td {
  border: 0;
}
.full-color-table.full-success-table tr:hover {
  background-color: #0b9027;
  color: #fff;
}
.full-color-table.full-info-table {
  background-color: #cfecfe;
}
.full-color-table.full-info-table thead th {
  background-color: #3bbde1;
  border: 0;
  color: #fff;
}
.full-color-table.full-info-table tbody td {
  border: 0;
}
.full-color-table.full-info-table tr:hover {
  background-color: #3bbde1;
  color: #fff;
}
.full-color-table.full-warning-table {
  background-color: #fff8ec;
}
.full-color-table.full-warning-table thead th {
  background-color: #ffc107;
  border: 0;
  color: #fff;
}
.full-color-table.full-warning-table tbody td {
  border: 0;
}
.full-color-table.full-warning-table tr:hover {
  background-color: #ffc107;
  color: #fff;
}
.full-color-table.full-danger-table {
  background-color: #f9e7eb;
}
.full-color-table.full-danger-table thead th {
  background-color: #db432b;
  border: 0;
  color: #fff;
}
.full-color-table.full-danger-table tbody td {
  border: 0;
}
.full-color-table.full-danger-table tr:hover {
  background-color: #db432b;
  color: #fff;
}
.full-color-table.full-inverse-table {
  background-color: #f6f6f6;
}
.full-color-table.full-inverse-table thead th {
  background-color: #2f3d4a;
  border: 0;
  color: #fff;
}
.full-color-table.full-inverse-table tbody td {
  border: 0;
}
.full-color-table.full-inverse-table tr:hover {
  background-color: #2f3d4a;
  color: #fff;
}
.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}
.full-color-table.full-dark-table thead th {
  background-color: #2a2b2c;
  border: 0;
  color: #fff;
}
.full-color-table.full-dark-table tbody td {
  border: 0;
  color: #fff;
}
.full-color-table.full-dark-table tr:hover {
  background-color: #2a2b2c;
  color: #fff;
}
.full-color-table.full-red-table {
  background-color: #f9e7eb;
}
.full-color-table.full-red-table thead th {
  background-color: #db432b;
  border: 0;
  color: #fff;
}
.full-color-table.full-red-table tbody td {
  border: 0;
}
.full-color-table.full-red-table tr:hover {
  background-color: #db432b;
  color: #fff;
}
.full-color-table.full-purple-table {
  background-color: #f1effd;
}
.full-color-table.full-purple-table thead th {
  background-color: #813679;
  border: 0;
  color: #fff;
}
.full-color-table.full-purple-table tbody td {
  border: 0;
}
.full-color-table.full-purple-table tr:hover {
  background-color: #813679;
  color: #fff;
}
.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.2);
}
.full-color-table.full-muted-table thead th {
  background-color: #99abb4;
  border: 0;
  color: #fff;
}
.full-color-table.full-muted-table tbody td {
  border: 0;
}
.full-color-table.full-muted-table tr:hover {
  background-color: #99abb4;
  color: #fff;
}
/*******************
Table-Data Table
******************/
.dt-buttons {
  display: inline-block;
  padding-top: 5px;
}
.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #009efb;
  color: #fff;
  margin-right: 3px;
}
.dt-buttons .dt-button:hover {
  background: #2f3d4a;
}
.dataTables_info,
.dataTables_length {
  display: inline-block;
}
.dataTables_filter {
  float: right;
}
.dataTables_filter input {
  border: 1px solid #d9d9d9;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\F0DE";
  margin-left: 10px;
  cursor: pointer;
}
table.dataTable thead .sorting_desc:after {
  content: "\F0DD";
  margin-left: 10px;
  cursor: pointer;
}
table.dataTable thead .sorting:after {
  content: "\F0DC";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5);
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #2a2b2c;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #3bbde1;
  background-color: #3bbde1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #2a2b2c;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #00a398;
  background-color: #00a398;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2a2b2c;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #2a2b2c !important;
}
/*******************
Table- editable table
******************/
.dt-bootstrap {
  display: block;
}
.paging_simple_numbers .pagination .paginate_button {
  padding: 0px;
  background: #fff;
}
.paging_simple_numbers .pagination .paginate_button:hover {
  background: #fff;
}
.paging_simple_numbers .pagination .paginate_button a {
  padding: 5px 10px;
  border-radius: 4px;
  border: 0px;
}
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
  background: #3bbde1;
  color: #fff;
}
/*******************
Table- Footable
******************/
.footable .pagination {
  display: inline-block;
  padding: 8px 0;
}
.footable .pagination li {
  padding: 0px;
  margin: 0 1px;
  display: inline-block;
}
.footable .pagination li a {
  padding: 5px 10px;
}
.footable .pagination li a:hover, .footable .pagination li a.active {
  background: #3bbde1;
  color: #fff;
  border-radius: 4px;
}
.footable .pagination li.active a {
  color: #fff;
  border-radius: 4px;
}
.footable-odd {
  background: #f6f7f8;
}
/*******************
Icon list fontawesom
******************/
.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #2a2b2c;
}
.icon-list-demo div:hover {
  color: #2a2b2c;
}
.icon-list-demo div p {
  margin: 10px 0;
  padding: 5px 0;
}
.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all 0.2s;
  transition: font-size 0.2s;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.icon-list-demo .col-md-4,
.icon-list-demo .col-3 {
  border-radius: 4px;
}
.icon-list-demo .col-md-4:hover,
.icon-list-demo .col-3:hover {
  background-color: #ebf3f5;
}
.icon-list-demo .div:hover i {
  font-size: 2em;
}
/*******************
Icon list material icon
******************/
.material-icon-list-demo .mdi {
  font-size: 21px;
}
/*******************
Gridstack Dragable portlet
******************/
.grid-stack-item-content {
  background: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 20px;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid #d2d6da;
}
/*******************
Bootstrap Switch
******************/
.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
  border-radius: 2px;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #00a398;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #3bbde1;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #0b9027;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #fff;
  background: #ffc107;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #db432b;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #2a2b2c;
  background: #f6f7f8;
}
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0b9027;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 27px;
  background-color: #0b9027;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 24px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0b9027;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*******************
Date paginator page
******************/
.dp-selected[style] {
  background-color: #009efb !important;
}
.datepaginator-sm .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator .pagination li a {
  padding: 0 5px;
  height: 60px;
  border: 1px solid #d2d6da;
  float: left;
  position: relative;
}
/*******************
sweet alert page
******************/
.model_img {
  cursor: pointer;
}
/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d9d9d9;
  background-color: #f6f7f8;
}
/*******************
Vertical tabs
******************/
.vtabs {
  display: table;
}
.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid #d2d6da;
  display: table-cell;
  vertical-align: top;
}
.vtabs .tabs-vertical li .nav-link {
  color: #2a2b2c;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}
.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}
.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #fff;
}
/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #fff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb;
}
.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px;
}
.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #2a2b2c;
}
.customtab2 li a.nav-link.active {
  background: #009efb;
  color: #fff;
}
.customtab2 li a.nav-link:hover {
  color: #fff;
  background: #009efb;
}
/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  transform: rotate(180deg);
}
.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}
@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}
@keyframes myanimation {
  from {
    width: 0;
  }
}
/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
  background-color: #3bbde1;
  color: #fff;
}
.jq-icon-success {
  background-color: #0b9027;
  color: #fff;
}
.jq-icon-error {
  background-color: #db432b;
  color: #fff;
}
.jq-icon-warning {
  background-color: #ffc107;
  color: #fff;
}
.alert-rounded {
  border-radius: 60px;
}
/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f6f7f8;
}
.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #009efb;
  border-color: #009efb;
}
.list-group-item.disabled {
  color: #99abb4;
  background: #f6f7f8;
}
.media {
  border: 1px solid #d2d6da;
  margin-bottom: 10px;
  padding: 15px;
}
/*******************
User card page
******************/
.el-element-overlay .white-box {
  padding: 0px;
}
.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 25px;
}
.el-element-overlay .el-card-item .el-card-avatar {
  margin-bottom: 15px;
}
.el-element-overlay .el-card-item .el-card-content {
  text-align: center;
}
.el-element-overlay .el-card-item .el-card-content h3 {
  margin: 0px;
}
.el-element-overlay .el-card-item .el-card-content a {
  color: #2a2b2c;
}
.el-element-overlay .el-card-item .el-card-content a:hover {
  color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
  display: block;
  position: relative;
  transition: all 0.4s linear;
  width: 100%;
  height: auto;
}
.el-element-overlay .el-card-item .el-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
  border-color: #fff;
  color: #fff;
  padding: 12px 15px 10px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
  background: #009efb;
  border-color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}
/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f6f7f8;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d2d6da;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #d2d6da;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d2d6da;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #00a398;
}
.timeline-badge.success {
  background-color: #0b9027;
}
.timeline-badge.warning {
  background-color: #ffc107;
}
.timeline-badge.danger {
  background-color: #db432b;
}
.timeline-badge.info {
  background-color: #3bbde1;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/*******************
Horizontal Timeline page
******************/
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #009efb;
}
.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #009efb;
}
.cd-horizontal-timeline .events a.selected::after {
  border-color: #009efb;
}
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
  border-radius: 0;
}
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #fff;
  font-weight: 400;
}
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #fff;
  height: 36px;
  width: 36px;
}
.dd3-handle:before {
  color: #2a2b2c;
  top: 7px;
}
/*******************
ribbons page
******************/
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  position: relative;
  padding: 50px 15px 15px 15px;
}
.ribbon-vwrapper {
  padding: 15px 15px 15px 50px;
  position: relative;
}
.ribbon-overflow {
  overflow: hidden;
}
.ribbon-vwrapper-reverse {
  padding: 15px 50px 15px 15px;
}
.ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px;
}
.ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px;
}
.ribbon-content {
  margin-bottom: 0px;
}
.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #fff;
}
.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid #2a2b2c;
  border-right: 10px solid transparent;
}
.ribbon-right {
  left: auto;
  right: -2px;
}
.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #2a2b2c;
  border-left: 10px solid transparent;
}
.ribbon-vertical-l,
.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}
.ribbon-vertical-r {
  left: auto;
  right: 12px;
}
.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #2a2b2c;
  border-bottom: 10px solid transparent;
}
.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  transform: rotate(-45deg);
}
.ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  transform: rotate(45deg);
}
.ribbon-badge.ribbon-right.ribbon-bottom {
  transform: rotate(-45deg);
}
.ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px;
}
.ribbon-corner i {
  position: relative;
}
.ribbon-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 30px solid transparent;
  border-top-color: #009efb;
  border-left-color: #009efb;
}
.ribbon-corner.ribbon-right:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}
.ribbon-corner.ribbon-right {
  right: 0;
  left: auto;
  padding: 6px 10px 0 0;
}
.ribbon-corner.ribbon-bottom:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}
.ribbon-corner.ribbon-bottom {
  bottom: 0;
  top: auto;
  padding: 0 10px 6px 10px;
}
.ribbon-custom {
  background: #009efb;
}
.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #009efb;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #009efb;
  border-bottom-color: transparent;
}
.ribbon-primary {
  background: #00a398;
}
.ribbon-bookmark.ribbon-primary:before {
  border-color: #00a398;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #00a398;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #00a398;
  border-bottom-color: transparent;
}
.ribbon-primary.ribbon-corner:before {
  border-top-color: #00a398;
  border-left-color: #00a398;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #00a398;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #00a398;
}
.ribbon-success {
  background: #0b9027;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: #0b9027;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #0b9027;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #0b9027;
  border-bottom-color: transparent;
}
.ribbon-success.ribbon-corner:before {
  border-top-color: #0b9027;
  border-left-color: #0b9027;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #0b9027;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #0b9027;
}
.ribbon-info {
  background: #3bbde1;
}
.ribbon-bookmark.ribbon-info:before {
  border-color: #3bbde1;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #3bbde1;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #3bbde1;
  border-bottom-color: transparent;
}
.ribbon-info.ribbon-corner:before {
  border-top-color: #3bbde1;
  border-left-color: #3bbde1;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #3bbde1;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3bbde1;
}
.ribbon-warning {
  background: #ffc107;
}
.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffc107;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffc107;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #ffc107;
  border-bottom-color: transparent;
}
.ribbon-warning.ribbon-corner:before {
  border-top-color: #ffc107;
  border-left-color: #ffc107;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ffc107;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffc107;
}
.ribbon-danger {
  background: #db432b;
}
.ribbon-bookmark.ribbon-danger:before {
  border-color: #db432b;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #db432b;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #db432b;
  border-bottom-color: transparent;
}
.ribbon-danger.ribbon-corner:before {
  border-top-color: #db432b;
  border-left-color: #db432b;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #db432b;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #db432b;
}
.ribbon-default {
  background: #2a2b2c;
}
.ribbon-bookmark.ribbon-default:before {
  border-color: #2a2b2c;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #2a2b2c;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #2a2b2c;
  border-bottom-color: transparent;
}
.ribbon-default.ribbon-corner:before {
  border-top-color: #2a2b2c;
  border-left-color: #2a2b2c;
}
.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #2a2b2c;
  border-left-color: transparent;
}
.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2a2b2c;
}
/*******************
session ideal timeout page
******************/
#idletimeout {
  background: #009efb;
  border: 3px solid #009efb;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
}
#idletimeout a {
  color: #fff;
  font-weight: bold;
}
#idletimeout span {
  font-weight: bold;
}
/*******************
Stylish tooltip
******************/
.mytooltip:hover .tooltip-content2 i, .mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-text2, .mytooltip:hover .tooltip-content4 {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.mytooltip {
  display: inline;
  position: relative;
  z-index: 9999;
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-item2 {
  color: #fff;
  transform: translate3d(0, -0.5em, 0);
}
.mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.mytooltip:hover .tooltip-text3 {
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-inner2 {
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
}
.tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}
.tooltip-item::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}
.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  transform-origin: 50% calc(106%);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}
.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}
.tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff;
}
.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #009efb;
  color: #fff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}
.tooltip-content2 i {
  opacity: 0;
}
.tooltip-effect-6 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-6 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-6:hover .tooltip-content2 i {
  transform: rotate3d(1, 1, 1, 0);
}
.tooltip-content2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url('tooltip1.410969661a19142e0beb.svg') no-repeat center center;
  background-size: 100%;
}
.tooltip-content3 {
  position: absolute;
  background: url('shape1.b986fe6a0c6b736f3d7d.svg') no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  font-size: 14;
  line-height: 27px;
  pointer-events: none;
  transform: scale3d(0.1, 0.2, 1);
  transform-origin: 50% 120%;
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}
.tooltip-content3::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  background: #00aeef;
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}
.tooltip-item2 {
  color: #00aeef;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #00aeef;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #fff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  transform: translate3d(0, -0.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-content4 a {
  color: #2b2b2b;
}
.tooltip-text2 {
  opacity: 0;
  transform: translate3d(0, 1.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  transition: opacity 0.3s 0.3s;
}
.tooltip-content5 span {
  display: block;
}
.tooltip-text3 {
  border-bottom: 10px solid #009efb;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s 0.3s;
}
.tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
}
.tooltip-content5::after {
  content: "";
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #009efb;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s;
  color: #fff;
}
.tooltip-effect-2 .tooltip-content {
  transform-origin: 50% calc(110%);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-3 .tooltip-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-4 .tooltip-content {
  transform-origin: 50% 100%;
  transform: scale3d(0.7, 0.3, 1);
  transition: opacity 0.2s, transform 0.2s;
}
.tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
a.mytooltip {
  font-weight: 500;
  color: #009efb;
}
.tooltip-effect-7 .tooltip-content2 {
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 i {
  transform: translate3d(0, 15px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 {
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 i {
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
/*******************
vector map Page
******************/
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.jvectormap-zoomout {
  top: 40px;
}
/*******************
Seach listing Page
******************/
.search-listing {
  padding: 0px;
  margin: 0px;
}
.search-listing li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #d2d6da;
}
.search-listing li h3 {
  margin: 0px;
  font-size: 18px;
}
.search-listing li h3 a {
  color: #3bbde1;
}
.search-listing li h3 a:hover {
  text-decoration: underline;
}
.search-listing li a {
  color: #0b9027;
}
/*******************
Login register and recover password Page
******************/
.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed;
}
.login-box {
  width: 400px;
  margin: 0 auto;
}
.login-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}
.login-box .social {
  display: block;
  margin-bottom: 30px;
}
#recoverform {
  display: none;
}
.login-sidebar {
  padding: 0px;
  margin-top: 0px;
}
.login-sidebar .login-box {
  right: 0px;
  position: absolute;
  height: 100%;
}
/*******************
FAQs Page
******************/
.minimal-faq .card {
  border: 0px;
}
.minimal-faq .card .card-header {
  background: #fff;
  padding: 20px 0;
  margin-top: 10px;
}
.minimal-faq .card .card-block {
  padding: 15px 0px;
}
/*******************
Pricing Page
******************/
.pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.featured-plan {
  margin-top: 0px;
}
.featured-plan .pricing-body {
  padding: 60px 0;
  background: #ebf3f5;
  border: 1px solid #ddd;
}
.featured-plan .price-table-content .price-row {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.pricing-body {
  border-radius: 0px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 5px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
  padding: 30px 0;
  position: relative;
}
.pricing-body h2 {
  position: relative;
  font-size: 56px;
  margin: 20px 0 10px;
  font-weight: 500;
}
.pricing-body h2 span {
  position: absolute;
  font-size: 15px;
  top: -10px;
  margin-left: -10px;
}
.price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.pricing-plan {
  padding: 0 15px;
}
.pricing-plan .no-padding {
  padding: 0px;
}
.price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  left: 0px;
  right: 0px;
}
/*******************
chat application Page
******************/
.chat-main-box {
  position: relative;
  overflow: hidden;
}
.chat-main-box .chat-left-aside {
  position: relative;
  width: 250px;
  float: left;
  z-index: 9;
  top: 0px;
  border-right: 1px solid #d2d6da;
}
.chat-main-box .chat-left-aside .open-panel {
  display: none;
  cursor: pointer;
  position: absolute;
  left: -webkit-calc(100% - 1px);
  top: 50%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 100px 100px 0;
  line-height: 1;
  padding: 15px 8px 15px 4px;
}
.chat-main-box .chat-left-aside .chat-left-inner {
  position: relative;
}
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
  height: 60px;
  padding: 15px;
  background-image: linear-gradient(#3bbde1, #3bbde1), linear-gradient(#d2d6da, #d2d6da);
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none {
  padding: 0px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
  list-style: none;
  overflow: hidden;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
  padding: 20px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
  background: #ebf3f5;
}
.chat-main-box .chat-right-aside {
  width: calc(100% - 250px);
  float: left;
}
.chat-main-box .chat-right-aside .chat-list {
  max-height: none;
  height: 100%;
  padding-top: 40px;
}
.chat-main-box .chat-right-aside .chat-list .chat-text {
  border-radius: 6px;
}
.chat-main-box .chat-right-aside .send-chat-box {
  position: relative;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control {
  border: none;
  border-top: 1px solid #d2d6da;
  resize: none;
  height: 80px;
  padding-right: 180px;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
  border-color: #d2d6da;
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
  color: #2a2b2c;
  margin-right: 10px;
}
/*******************
Email inbox Page
******************/
.inbox-panel .list-group .list-group-item {
  border: 0px;
  border-radius: 0px;
  border-left: 3px solid transparent;
}
.inbox-panel .list-group .list-group-item a {
  color: #2a2b2c;
}
.inbox-panel .list-group .list-group-item.active, .inbox-panel .list-group .list-group-item:hover {
  background: #f6f7f8;
  border-left: 3px solid #009efb;
}
.inbox-center .unread td {
  font-weight: 400;
}
.inbox-center td {
  vertical-align: middle;
  white-space: nowrap;
}
.inbox-center a {
  color: #2a2b2c;
  padding: 2px 0 3px 0;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.inbox-center .checkbox {
  margin-top: -13px;
  height: 20px;
}
/*******************
Contact app Page
******************/
/*left-aside-column*/
.contact-page-aside {
  position: relative;
}
.left-aside {
  position: absolute;
  border-right: 1px solid #d2d6da;
  padding: 20px;
  width: 250px;
  height: 100%;
}
.right-aside {
  padding: 20px;
  margin-left: 250px;
}
.contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
}
.contact-list td img {
  width: 30px;
}
.list-style-none {
  margin: 0px;
  padding: 0px;
}
.list-style-none li {
  list-style: none;
  margin: 0px;
}
.list-style-none li.box-label a {
  font-weight: 500;
}
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: #d2d6da;
}
.list-style-none li a {
  padding: 15px 10px;
  display: block;
  color: #2a2b2c;
}
.list-style-none li a:hover {
  color: #009efb;
}
.list-style-none li a span {
  float: right;
}
.slimScrollBar {
  z-index: 10 !important;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Main sidebar
******************/
.left-sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0px;
  z-index: 20;
  padding-top: 70px;
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.fix-sidebar .left-sidebar {
  position: fixed;
}
/*******************
use profile section
******************/
.user-profile {
  position: relative;
  background-size: cover;
}
.user-profile .profile-img {
  width: 50px;
  margin-left: 30px;
  padding: 35px 0;
  border-radius: 100%;
}
.user-profile .profile-img::before {
  -webkit-animation: 2.5s blow 0s linear infinite;
  animation: 2.5s blow 0s linear infinite;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 35px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 0;
}
@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale3d(1, 1, 0.5);
  }
}
@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale3d(1, 1, 0.5);
  }
}
.user-profile .profile-img img {
  width: 100%;
  border-radius: 100%;
}
.user-profile .profile-text {
  padding: 5px 0px;
  position: relative;
}
.user-profile .profile-text > a {
  color: #fff !important;
  width: 100%;
  padding: 6px 30px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.user-profile .profile-text > a:after {
  position: absolute;
  right: 20px;
  top: 20px;
}
.user-profile .dropdown-menu {
  left: 0px;
  right: 0px;
  width: 180px;
  margin: 0 auto;
}
/*******************
sidebar footer
******************/
.sidebar-footer {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  transition: 0.2s ease-out;
  width: 240px;
  background: #fff;
  border-top: 1px solid #d2d6da;
}
.sidebar-footer a {
  padding: 15px;
  width: 33.333337%;
  float: left;
  text-align: center;
  font-size: 18px;
}
/*******************
sidebar navigation
******************/
.scroll-sidebar {
  padding-bottom: 60px;
}
.collapse.in {
  display: block;
}
.sidebar-nav {
  background: #fff;
  padding: 15px;
}
.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
}
.sidebar-nav ul li {
  list-style: none;
}
.sidebar-nav ul li a {
  color: #607d8b;
  padding: 8px 35px 8px 15px;
  display: block;
  font-size: 15px;
  border-radius: 4px;
  white-space: nowrap;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #26c6da;
}
.sidebar-nav ul li a.active {
  font-weight: 500;
  color: #2a2b2c;
}
.sidebar-nav ul li ul {
  padding-left: 5px;
  padding-top: 10px;
}
.sidebar-nav ul li ul li a {
  padding: 10px 35px 10px 15px;
}
.sidebar-nav ul li ul ul {
  padding-left: 15px;
}
.sidebar-nav ul li.nav-small-cap {
  font-size: 12px;
  margin-bottom: 0px;
  padding: 14px 14px 14px 20px;
  color: #2a2b2c;
  font-weight: 500;
}
.sidebar-nav ul li.nav-devider {
  height: 1px;
  background: #d2d6da;
  display: block;
  margin: 20px 0;
}
.sidebar-nav > ul > li {
  margin-bottom: 10px;
}
.sidebar-nav > ul > li > a.active {
  color: #fff;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sidebar-nav > ul > li > a.active i {
  color: #26c6da;
}
.sidebar-nav > ul > li > a i {
  width: 27px;
  height: 27px;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #99abb4;
}
.sidebar-nav > ul > li > a .label {
  float: right;
  margin-top: 6px;
}
.sidebar-nav > ul > li > a.active,
.sidebar-nav > a.active:hover,
.sidebar-nav > ul > li.active > a {
  color: #fff;
  background: #26c6da;
}
.sidebar-nav > ul > li > a.active i,
.sidebar-nav > a.active:hover i,
.sidebar-nav > ul > li.active > a i {
  color: #fff;
}
.sidebar-nav > ul > li > a.active:after,
.sidebar-nav > a.active:hover:after,
.sidebar-nav > ul > li.active > a:after {
  border-color: #fff;
}
.sidebar-nav .has-arrow {
  position: relative;
}
.sidebar-nav .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #607d8b;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 47%;
  transition: all 0.3s ease-out;
}
.sidebar-nav .active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  top: 45%;
  width: 0.58em;
  transform: rotate(-135deg) translate(0, -50%);
}
/****************
When click on sidebar toggler and also for tablet
*****************/
@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav li {
    position: relative;
  }

  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    position: absolute;
    left: 60px;
    top: 45px;
    width: 200px;
    z-index: 1001;
    background: #f2f6f8;
    display: none;
    padding-left: 1px;
  }

  .mini-sidebar .sidebar-nav {
    padding: 5px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul {
    height: auto !important;
    overflow: auto;
  }

  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul,
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
    display: block;
  }

  .mini-sidebar .sidebar-nav #sidebarnav > li > a.has-arrow:after {
    display: none;
  }

  .mini-sidebar .left-sidebar {
    width: 60px;
  }
  .mini-sidebar .user-profile {
    padding-bottom: 15px;
    width: 60px;
    margin-bottom: 7px;
  }
  .mini-sidebar .user-profile .profile-img {
    padding: 15px 0 0 0;
    margin: 0px 0 0 6px;
  }
  .mini-sidebar .user-profile .profile-img:before {
    top: 15px;
  }
  .mini-sidebar .scroll-sidebar {
    padding-bottom: 0px;
    position: absolute;
  }
  .mini-sidebar .hide-menu,
.mini-sidebar .nav-small-cap,
.mini-sidebar .sidebar-footer,
.mini-sidebar .user-profile .profile-text {
    display: none;
  }
  .mini-sidebar .nav-devider {
    width: 50px;
  }
  .mini-sidebar .sidebar-nav {
    background: transparent;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li > a {
    padding: 9px 15px;
    width: 50px;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    width: 260px;
    background: #26c6da;
    color: #fff;
    border-color: #009efb;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a i {
    color: #fff;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .hide-menu {
    display: inline;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li.active > a {
    border-color: transparent;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li.active > a.active {
    border-color: #009efb;
  }
}
@media (max-width: 767px) {
  .mini-sidebar .left-sidebar {
    position: fixed;
  }
  .mini-sidebar .left-sidebar,
.mini-sidebar .sidebar-footer {
    left: -240px;
  }
  .mini-sidebar.show-sidebar .left-sidebar,
.mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px;
  }
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@media (min-width: 1600px) {
  .col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.66666667%;
  }

  .col-xlg-push-7 {
    left: 58.33333333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.66666667%;
  }

  .col-xlg-push-4 {
    left: 33.33333333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.66666667%;
  }

  .col-xlg-push-1 {
    left: 8.33333333%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .offset-xlg-12 {
    margin-left: 100%;
  }

  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }

  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }

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

  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }

  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }

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

  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }

  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }

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

  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }

  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }

  .offset-xlg-0 {
    margin-left: 0;
  }
}
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff;
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
@media (min-width: 1650px) {
  .widget-app-columns {
    -moz-column-count: 3;
         column-count: 3;
  }

  .campaign {
    height: 365px !important;
  }
}
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1370px) {
  .widget-app-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper {
    margin-left: 240px;
  }

  .footer {
    left: 240px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper {
    margin-left: 60px;
    transition: 0.2s ease-in;
  }

  .footer {
    left: 60px;
  }

  .widget-app-columns {
    -moz-column-count: 1;
         column-count: 1;
  }

  .inbox-center a {
    width: 200px;
  }
}
/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
  .navbar-header {
    width: 240px;
    flex-shrink: 0;
  }
  .navbar-header .navbar-brand {
    padding-top: 0px;
  }

  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px;
  }

  .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
  .mini-sidebar .footer {
    left: 60px;
  }

  .flex-wrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
  }
}
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  /*Header*/
  .topbar {
    position: fixed;
    width: 100%;
  }
  .topbar .top-navbar {
    padding-right: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: center;
  }
  .topbar .top-navbar .navbar-collapse {
    display: flex;
    width: 100%;
  }
  .topbar .top-navbar .navbar-nav {
    flex-direction: row;
  }
  .topbar .top-navbar .navbar-nav > .nav-item.show {
    position: static;
  }
  .topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
    width: 100%;
    margin-top: 0px;
  }
  .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .topbar .top-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto;
  }

  /*Sidebar and wrapper*/
  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 70px;
  }

  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0;
  }

  .vtabs .tabs-vertical {
    width: auto;
  }

  /*Footer*/
  .footer {
    left: 0px;
  }

  .material-icon-list-demo .icons div {
    width: 100%;
  }

  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10;
  }

  .error-box {
    position: relative;
    padding-bottom: 60px;
  }

  .error-body {
    padding-top: 10%;
  }
  .error-body h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
  }

  .login-register {
    position: relative;
    overflow: hidden;
  }

  .login-box {
    width: 90%;
  }

  .login-sidebar {
    padding: 10% 0;
  }
  .login-sidebar .login-box {
    position: relative;
  }

  /*This is for chat page*/
  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    transition: 0.5s ease-in;
    background: #fff;
  }
  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }
  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }

  .chat-main-box .chat-right-aside {
    width: 100%;
  }

  /*Timeline*/
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: "calc(100% - 90px)";
    width: "calc(100% - 90px)";
    width: "calc(100% - 90px)";
  }

  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }

  /*Contact app page*/
  .left-aside {
    width: 100%;
    position: relative;
    border: 0px;
  }

  .right-aside {
    margin-left: 0px;
  }

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

  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }
}
/*******************
 Breadcrumb and page title
*******************/
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\F054";
}
/* ==============================================================
 Small Desktop & above all (1024px)
 ============================================================== */
@media (min-width: 1100px) {
  .container {
    padding: 0;
    max-width: 1270px;
  }
}
/********
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
***********/
hr {
  border: none;
  height: 1px;
  color: #aeb0b3;
  background-color: #aeb0b3;
  margin-top: 0;
}
/*******************
/*Top bar
*******************/
.topbar {
  background: #003d39;
}
.topbar .navbar-header {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #fff !important;
}
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}
/*******************
*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #00a398 !important;
}
.bg-theme {
  background-color: #00a398 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #00a398;
  border-color: #00a398;
}
.right-sidebar .rpanel-title {
  background: #00a398;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #00a398;
}
.text-themecolor {
  color: #00a398 !important;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #00a398;
  color: #00a398;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #00a398;
}

@font-face {
  font-family: 'FontAwesome-webfont-solid';
  src: url('fa-solid-900.c9a328cc89d13b8959e7.woff') format("woff");
  font-weight: 900;
  font-style: oblique; }

@font-face {
  font-family: 'FontAwesome-webfont-regular';
  src: url('fa-regular-400.562010a46ef5216ac76a.woff') format("woff");
  font-weight: 400;
  font-style: normal; }


/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
	background: transparent;
}

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	-webkit-filter: inherit;
	        filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.a6137456ed160d760698.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.4f0283c6ce28e888000e.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path {
	background-image: url('marker-icon.2273e3d8ad9264b7daa5.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}

.leaflet-popup-content p {
	margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.flatpickr-calendar{background:transparent;overflow:hidden;max-height:0;opacity:0;visibility:hidden;text-align:center;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;visibility:visible;overflow:visible;max-height:640px}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.hasWeeks{width:auto}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.flatpickr-prev-month,.flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px calc(3.57% - 1.5px);z-index:3;}.flatpickr-prev-month i,.flatpickr-next-month i{position:relative}.flatpickr-prev-month.flatpickr-prev-month,.flatpickr-next-month.flatpickr-prev-month{/*
        /*rtl:begin:ignore*/left:0;/*
        /*rtl:end:ignore*/}/*
        /*rtl:begin:ignore*//*
        /*rtl:end:ignore*/.flatpickr-prev-month.flatpickr-next-month,.flatpickr-next-month.flatpickr-next-month{/*
        /*rtl:begin:ignore*/right:0;/*
        /*rtl:end:ignore*/}/*
        /*rtl:begin:ignore*//*
        /*rtl:end:ignore*/.flatpickr-prev-month:hover,.flatpickr-next-month:hover{color:#959ea9;}.flatpickr-prev-month:hover svg,.flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-prev-month svg,.flatpickr-next-month svg{width:14px;}.flatpickr-prev-month svg path,.flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.05);box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute;top:33%}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6)}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6)}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;transform:translate3d(0,0,0);}.flatpickr-current-month.slideLeft{transform:translate3d(-100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideLeftNew{transform:translate3d(100%,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideRight{transform:translate3d(100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month.slideRightNew{transform:translate3d(0,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:default;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:initial;border:0;border-radius:0;vertical-align:initial;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0,0,0);opacity:1}.flatpickr-calendar.animate .dayContainer.slideLeft{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideLeft,.flatpickr-calendar.animate .dayContainer.slideLeftNew{transform:translate3d(-100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.animate .dayContainer.slideRight{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);transform:translate3d(100%,0,0)}.flatpickr-calendar.animate .dayContainer.slideRightNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange,.flatpickr-day.startRange.startRange + .endRange,.flatpickr-day.endRange.startRange + .endRange{box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{pointer-events:none}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day{display:block;width:100%;max-width:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#393939;font-size:14px;position:relative;box-sizing:border-box;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400;}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#f0f0f0}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@-webkit-keyframes fpSlideLeft{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0)}}@keyframes fpSlideLeft{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0)}}@-webkit-keyframes fpSlideLeftNew{from{transform:translate3d(100%,0,0)}to{transform:translate3d(0,0,0)}}@keyframes fpSlideLeftNew{from{transform:translate3d(100%,0,0)}to{transform:translate3d(0,0,0)}}@-webkit-keyframes fpSlideRight{from{transform:translate3d(0,0,0)}to{transform:translate3d(100%,0,0)}}@keyframes fpSlideRight{from{transform:translate3d(0,0,0)}to{transform:translate3d(100%,0,0)}}@-webkit-keyframes fpSlideRightNew{from{transform:translate3d(-100%,0,0)}to{transform:translate3d(0,0,0)}}@keyframes fpSlideRightNew{from{transform:translate3d(-100%,0,0)}to{transform:translate3d(0,0,0)}}@-webkit-keyframes fpFadeOut{from{opacity:1}to{opacity:0}}@keyframes fpFadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes fpFadeIn{from{opacity:0}to{opacity:1}}@keyframes fpFadeIn{from{opacity:0}to{opacity:1}}.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url('cross-inverse.46980de878e36e449f6e.svg');padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url('cross.26f0a45f7da51fd7483b.svg');background-size:8px;width:8px;line-height:1;opacity:.75}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.choices__list--dropdown.is-active{display:block}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}dialog {
  position: absolute;
  left: 0; right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}dialog:not([open]) {
  display: none;
}dialog + .backdrop {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}._dialog_overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}.formio-form {
  position: relative;
  min-height: 80px;
}.formio-wysiwyg-editor {
  min-height: 200px;
  background-color: #fff;
}.has-error.bg-danger {
  padding: 4px;
}.ql-source:after {
  content: "[source]";
}.quill-source-code {
  width: 100%;
  margin: 0px;
  background: rgb(29, 29, 29);
  box-sizing: border-box;
  color: rgb(204, 204, 204);
  font-size: 15px;
  outline: none;
  padding: 20px;
  line-height: 24px;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  display:none;
}.field-required:after {
  content:" *";
  color:red;
}.glyphicon-spin {
  -webkit-animation: formio-spin 1s infinite linear;
  animation: formio-spin 1s infinite linear;
}@-webkit-keyframes formio-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}@keyframes formio-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}.button-icon-right {
  margin-left: 5px;
}.form-control.flatpickr-input {
  background-color: #fff;
}td > .form-group {
  margin-bottom: 0;
}.signature-pad {
  position: relative;
}.signature-pad-canvas {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid #f4f4f4;
}.btn.signature-pad-refresh {
  position:absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 3px;
  line-height: 0;
}.choices__list--dropdown .choices__item--selectable{
  padding-right: 0px;
}.signature-pad-refresh img {
  height: 1.2em;
}.signature-pad-footer {
  text-align: center;
  color: #C3C3C3;
}.loader-wrapper {
  z-index: 1000;
  position:absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color:rgba(0, 0, 0, 0.1);
}.loader {
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 10000;
  display: inline-block;
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}.choices__list--dropdown {
  z-index: 100;
}.choices__list--multiple .choices__item {
  border-radius: 0;
  padding: 2px 8px;
  line-height: 1em;
  margin-bottom: 6px;
}.choices__list--single {
  padding: 0;
}.choices__input {
  padding: 2px;
}.formio-component-file .fileSelector {
  padding: 15px;
  border: 2px dashed #ddd;
  text-align: center;
}.formio-component-file .fileSelector.fileDragOver {
  border-color: #127abe;
}.formio-component-file .fileSelector .glyphicon {
  font-size: 20px;
  margin-right: 5px;
}.formio-dialog {
  width: 65%;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 5px;
}.formio-dialog-close {
  cursor: pointer;
  margin-bottom: 10px;
}

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog {
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* fix for Scrollbars not clickable on overflow #552 */
  background: rgba(0, 0, 0, 0.4); 
  -webkit-animation: ngdialog-fadein 0.5s; 
          animation: ngdialog-fadein 0.5s;
  /* end fix for Scrollbars not clickable on overflow #552 */
}

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none!important;
  animation: none!important;
}

.ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  /* fix for Scrollbars not clickable on overflow #552 */
  margin-right: 15px;
  background: transparent;
  /* end fix for Scrollbars not clickable on overflow #552 */
}

.ngdialog-no-overlay {
  pointer-events: none;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}

@charset "UTF-8";
.flatpickr-calendar{background:transparent;overflow:hidden;max-height:0;opacity:0;visibility:hidden;text-align:center;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}
.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;visibility:visible;overflow:visible;max-height:640px}
.flatpickr-calendar.open{display:inline-block;z-index:99999}
.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}
.flatpickr-calendar.inline{display:block;position:relative;top:2px}
.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}
.flatpickr-calendar.static.open{z-index:999;display:block}
.flatpickr-calendar.hasWeeks{width:auto}
.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}
.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}
.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}
.flatpickr-calendar:before{border-width:5px;margin:0 -5px}
.flatpickr-calendar:after{border-width:4px;margin:0 -4px}
.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}
.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}
.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}
.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}
.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}
.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}
.flatpickr-calendar:focus{outline:0}
.flatpickr-wrapper{position:relative;display:inline-block}
.flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}
.flatpickr-prev-month,.flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px calc(3.57% - 1.5px);z-index:3;}
.flatpickr-prev-month i,.flatpickr-next-month i{position:relative}
.flatpickr-prev-month.flatpickr-prev-month,.flatpickr-next-month.flatpickr-prev-month{/*
        /*rtl:begin:ignore*/left:0;/*
        /*rtl:end:ignore*/}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,.flatpickr-next-month.flatpickr-next-month{/*
        /*rtl:begin:ignore*/right:0;/*
        /*rtl:end:ignore*/}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,.flatpickr-next-month:hover{color:#959ea9;}
.flatpickr-prev-month:hover svg,.flatpickr-next-month:hover svg{fill:#f64747}
.flatpickr-prev-month svg,.flatpickr-next-month svg{width:14px;}
.flatpickr-prev-month svg path,.flatpickr-next-month svg path{transition:fill .1s;fill:inherit}
.numInputWrapper{position:relative;height:auto;}
.numInputWrapper input,.numInputWrapper span{display:inline-block}
.numInputWrapper input{width:100%}
.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.05);box-sizing:border-box;}
.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}
.numInputWrapper span:active{background:rgba(0,0,0,0.2)}
.numInputWrapper span:after{display:block;content:"";position:absolute;top:33%}
.numInputWrapper span.arrowUp{top:0;border-bottom:0;}
.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6)}
.numInputWrapper span.arrowDown{top:50%;}
.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6)}
.numInputWrapper span svg{width:inherit;height:auto;}
.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}
.numInputWrapper:hover{background:rgba(0,0,0,0.05);}
.numInputWrapper:hover span{opacity:1}
.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;transform:translate3d(0,0,0);}
.flatpickr-current-month.slideLeft{transform:translate3d(-100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-current-month.slideLeftNew{transform:translate3d(100%,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideLeftNew 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-current-month.slideRight{transform:translate3d(100%,0,0);-webkit-animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms ease,fpSlideRight 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-current-month.slideRightNew{transform:translate3d(0,0,0);-webkit-animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms ease,fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}
.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}
.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}
.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}
.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}
.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:default;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:initial;border:0;border-radius:0;vertical-align:initial;}
.flatpickr-current-month input.cur-year:focus{outline:0}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}
.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}
span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}
.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}
.flatpickr-days{position:relative;overflow:hidden;display:flex;width:307.875px;}
.flatpickr-days:focus{outline:0}
.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0,0,0);opacity:1}
.flatpickr-calendar.animate .dayContainer.slideLeft{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-calendar.animate .dayContainer.slideLeft,.flatpickr-calendar.animate .dayContainer.slideLeftNew{transform:translate3d(-100%,0,0)}
.flatpickr-calendar.animate .dayContainer.slideLeftNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideLeft 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-calendar.animate .dayContainer.slideRight{-webkit-animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeOut 400ms cubic-bezier(.23,1,.32,1),fpSlideRight 400ms cubic-bezier(.23,1,.32,1);transform:translate3d(100%,0,0)}
.flatpickr-calendar.animate .dayContainer.slideRightNew{-webkit-animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1);animation:fpFadeIn 400ms cubic-bezier(.23,1,.32,1),fpSlideRightNew 400ms cubic-bezier(.23,1,.32,1)}
.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center;}
.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}
.flatpickr-day.today{border-color:#959ea9;}
.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}
.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}
.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}
.flatpickr-day.selected.startRange + .endRange,.flatpickr-day.startRange.startRange + .endRange,.flatpickr-day.endRange.startRange + .endRange{box-shadow:-10px 0 0 #569ff7}
.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}
.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}
.flatpickr-day.disabled,.flatpickr-day.disabled:hover{pointer-events:none}
.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}
.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}
.rangeMode .flatpickr-day{margin-top:1px}
.flatpickr-weekwrapper{display:inline-block;float:left;}
.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}
.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}
.flatpickr-weekwrapper span.flatpickr-day{display:block;width:100%;max-width:none}
.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden;}
.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}
.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex;}
.flatpickr-time:after{content:"";display:table;clear:both}
.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left;}
.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}
.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}
.flatpickr-time.hasSeconds .numInputWrapper{width:26%}
.flatpickr-time.time24hr .numInputWrapper{width:49%}
.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#393939;font-size:14px;position:relative;box-sizing:border-box;}
.flatpickr-time input.flatpickr-hour{font-weight:bold}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}
.flatpickr-time input:focus{outline:0;border:0}
.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-self:center}
.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400;}
.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#f0f0f0}
.flatpickr-input[readonly]{cursor:pointer}
@-webkit-keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@-webkit-keyframes fpSlideLeft{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0)}}
@keyframes fpSlideLeft{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0)}}
@-webkit-keyframes fpSlideLeftNew{from{transform:translate3d(100%,0,0)}to{transform:translate3d(0,0,0)}}
@keyframes fpSlideLeftNew{from{transform:translate3d(100%,0,0)}to{transform:translate3d(0,0,0)}}
@-webkit-keyframes fpSlideRight{from{transform:translate3d(0,0,0)}to{transform:translate3d(100%,0,0)}}
@keyframes fpSlideRight{from{transform:translate3d(0,0,0)}to{transform:translate3d(100%,0,0)}}
@-webkit-keyframes fpSlideRightNew{from{transform:translate3d(-100%,0,0)}to{transform:translate3d(0,0,0)}}
@keyframes fpSlideRightNew{from{transform:translate3d(-100%,0,0)}to{transform:translate3d(0,0,0)}}
@-webkit-keyframes fpFadeOut{from{opacity:1}to{opacity:0}}
@keyframes fpFadeOut{from{opacity:1}to{opacity:0}}
@-webkit-keyframes fpFadeIn{from{opacity:0}to{opacity:1}}
@keyframes fpFadeIn{from{opacity:0}to{opacity:1}}
.choices{position:relative;margin-bottom:24px;font-size:16px}
.choices:focus{outline:none}
.choices:last-child{margin-bottom:0}
.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.choices.is-disabled .choices__item{cursor:not-allowed}
.choices[data-type*=select-one]{cursor:pointer}
.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}
.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}
.choices[data-type*=select-one] .choices__button{background-image:url('cross-inverse.46980de878e36e449f6e.svg');padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}
.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}
.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}
.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}
.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}
.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}
.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}
.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}
.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url('cross.26f0a45f7da51fd7483b.svg');background-size:8px;width:8px;line-height:1;opacity:.75}
.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}
.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}
.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}
.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}
.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}
.choices__list{margin:0;padding-left:0;list-style:none}
.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}
[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}
.choices__list--single .choices__item{width:100%}
.choices__list--multiple{display:inline}
.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all}
.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}
[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}
.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}
.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}
.choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}
.choices__list--dropdown.is-active{display:block}
.is-open .choices__list--dropdown{border-color:#b7b7b7}
.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}
.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}
.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}
[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}
@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}
.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}
.choices__item{cursor:default}
.choices__item--selectable{cursor:pointer}
.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}
.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}
.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}
.choices__button:focus{outline:none}
.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}
.choices__input:focus{outline:0}
[dir=rtl] .choices__input{padding-right:2px;padding-left:0}
.choices__placeholder{opacity:.5}
dialog {
  position: absolute;
  left: 0; right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}
dialog:not([open]) {
  display: none;
}
dialog + .backdrop {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}
._dialog_overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
.formio-form {
  position: relative;
  min-height: 80px;
}
.formio-wysiwyg-editor {
  min-height: 200px;
  background-color: #fff;
}
.has-error.bg-danger {
  padding: 4px;
}
.ql-source:after {
  content: "[source]";
}
.quill-source-code {
  width: 100%;
  margin: 0px;
  background: rgb(29, 29, 29);
  box-sizing: border-box;
  color: rgb(204, 204, 204);
  font-size: 15px;
  outline: none;
  padding: 20px;
  line-height: 24px;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  display:none;
}
.field-required:after {
  content:" *";
  color:red;
}
.glyphicon-spin {
  -webkit-animation: formio-spin 1s infinite linear;
  animation: formio-spin 1s infinite linear;
}
@-webkit-keyframes formio-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes formio-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-icon-right {
  margin-left: 5px;
}
.form-control.flatpickr-input {
  background-color: #fff;
}
td > .form-group {
  margin-bottom: 0;
}
.signature-pad {
  position: relative;
}
.signature-pad-canvas {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid #f4f4f4;
}
.btn.signature-pad-refresh {
  position:absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 3px;
  line-height: 0;
}
.choices__list--dropdown .choices__item--selectable{
  padding-right: 0px;
}
.signature-pad-refresh img {
  height: 1.2em;
}
.signature-pad-footer {
  text-align: center;
  color: #C3C3C3;
}
.loader-wrapper {
  z-index: 1000;
  position:absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color:rgba(0, 0, 0, 0.1);
}
.loader {
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 10000;
  display: inline-block;
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.choices__list--dropdown {
  z-index: 100;
}
.choices__list--multiple .choices__item {
  border-radius: 0;
  padding: 2px 8px;
  line-height: 1em;
  margin-bottom: 6px;
}
.choices__list--single {
  padding: 0;
}
.choices__input {
  padding: 2px;
}
.formio-component-file .fileSelector {
  padding: 15px;
  border: 2px dashed #ddd;
  text-align: center;
}
.formio-component-file .fileSelector.fileDragOver {
  border-color: #127abe;
}
.formio-component-file .fileSelector .glyphicon {
  font-size: 20px;
  margin-right: 5px;
}
.formio-dialog {
  width: 65%;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 5px;
}
.formio-dialog-close {
  cursor: pointer;
  margin-bottom: 10px;
}
advanced-survey-player {
  /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ }
advanced-survey-player html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
advanced-survey-player body {
    margin: 0; }
advanced-survey-player article,
  advanced-survey-player aside,
  advanced-survey-player details,
  advanced-survey-player figcaption,
  advanced-survey-player figure,
  advanced-survey-player footer,
  advanced-survey-player header,
  advanced-survey-player hgroup,
  advanced-survey-player main,
  advanced-survey-player menu,
  advanced-survey-player nav,
  advanced-survey-player section,
  advanced-survey-player summary {
    display: block; }
advanced-survey-player audio,
  advanced-survey-player canvas,
  advanced-survey-player progress,
  advanced-survey-player video {
    display: inline-block;
    vertical-align: baseline; }
advanced-survey-player audio:not([controls]) {
    display: none;
    height: 0; }
advanced-survey-player [hidden],
  advanced-survey-player template {
    display: none; }
advanced-survey-player a {
    background-color: transparent; }
advanced-survey-player a:active,
  advanced-survey-player a:hover {
    outline: 0; }
advanced-survey-player abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; }
advanced-survey-player b,
  advanced-survey-player strong {
    font-weight: bold; }
advanced-survey-player dfn {
    font-style: italic; }
advanced-survey-player h1 {
    font-size: 2em;
    margin: 0.67em 0; }
advanced-survey-player mark {
    background: #ff0;
    color: #000; }
advanced-survey-player small {
    font-size: 80%; }
advanced-survey-player sub,
  advanced-survey-player sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
advanced-survey-player sup {
    top: -0.5em; }
advanced-survey-player sub {
    bottom: -0.25em; }
advanced-survey-player img {
    border: 0; }
advanced-survey-player svg:not(:root) {
    overflow: hidden; }
advanced-survey-player figure {
    margin: 1em 40px; }
advanced-survey-player hr {
    box-sizing: content-box;
    height: 0; }
advanced-survey-player pre {
    overflow: auto; }
advanced-survey-player code,
  advanced-survey-player kbd,
  advanced-survey-player pre,
  advanced-survey-player samp {
    font-family: monospace, monospace;
    font-size: 1em; }
advanced-survey-player button,
  advanced-survey-player input,
  advanced-survey-player optgroup,
  advanced-survey-player select,
  advanced-survey-player textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
advanced-survey-player button {
    overflow: visible; }
advanced-survey-player button,
  advanced-survey-player select {
    text-transform: none; }
advanced-survey-player button,
  advanced-survey-player html input[type="button"],
  advanced-survey-player input[type="reset"],
  advanced-survey-player input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
advanced-survey-player button[disabled],
  advanced-survey-player html input[disabled] {
    cursor: default; }
advanced-survey-player button::-moz-focus-inner,
  advanced-survey-player input::-moz-focus-inner {
    border: 0;
    padding: 0; }
advanced-survey-player input {
    line-height: normal; }
advanced-survey-player input[type="checkbox"],
  advanced-survey-player input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
advanced-survey-player input[type="number"]::-webkit-inner-spin-button,
  advanced-survey-player input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
advanced-survey-player input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
advanced-survey-player input[type="search"]::-webkit-search-cancel-button,
  advanced-survey-player input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
advanced-survey-player fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
advanced-survey-player legend {
    border: 0;
    padding: 0; }
advanced-survey-player textarea {
    overflow: auto; }
advanced-survey-player optgroup {
    font-weight: bold; }
advanced-survey-player table {
    border-collapse: collapse;
    border-spacing: 0; }
advanced-survey-player td,
  advanced-survey-player th {
    padding: 0; }
@media print {
    advanced-survey-player *,
    advanced-survey-player *:before,
    advanced-survey-player *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important; }
    advanced-survey-player a,
    advanced-survey-player a:visited {
      text-decoration: underline; }
    advanced-survey-player a[href]:after {
      content: " (" attr(href) ")"; }
    advanced-survey-player abbr[title]:after {
      content: " (" attr(title) ")"; }
    advanced-survey-player a[href^="#"]:after,
    advanced-survey-player a[href^="javascript:"]:after {
      content: ""; }
    advanced-survey-player pre,
    advanced-survey-player blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    advanced-survey-player thead {
      display: table-header-group; }
    advanced-survey-player tr,
    advanced-survey-player img {
      page-break-inside: avoid; }
    advanced-survey-player img {
      max-width: 100% !important; }
    advanced-survey-player p,
    advanced-survey-player h2,
    advanced-survey-player h3 {
      orphans: 3;
      widows: 3; }
    advanced-survey-player h2,
    advanced-survey-player h3 {
      page-break-after: avoid; }
    advanced-survey-player .navbar {
      display: none; }
    advanced-survey-player .btn > .caret,
    advanced-survey-player .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    advanced-survey-player .label {
      border: 1px solid #000; }
    advanced-survey-player .table {
      border-collapse: collapse !important; }
      advanced-survey-player .table td,
      advanced-survey-player .table th {
        background-color: #fff !important; }
    advanced-survey-player .table-bordered th,
    advanced-survey-player .table-bordered td {
      border: 1px solid #ddd !important; } }
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot');
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot?#iefix') format("embedded-opentype"), url('glyphicons-halflings-regular.448c34a56d699c29117a.woff2') format("woff2"), url('glyphicons-halflings-regular.fa2772327f55d8198301.woff') format("woff"), url('glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf') format("truetype"), url('glyphicons-halflings-regular.89889688147bd7575d63.svg#glyphicons_halflingsregular') format("svg"); }
advanced-survey-player .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
advanced-survey-player .glyphicon-asterisk:before {
    content: "\002a"; }
advanced-survey-player .glyphicon-plus:before {
    content: "\002b"; }
advanced-survey-player .glyphicon-euro:before,
  advanced-survey-player .glyphicon-eur:before {
    content: "\20ac"; }
advanced-survey-player .glyphicon-minus:before {
    content: "\2212"; }
advanced-survey-player .glyphicon-cloud:before {
    content: "\2601"; }
advanced-survey-player .glyphicon-envelope:before {
    content: "\2709"; }
advanced-survey-player .glyphicon-pencil:before {
    content: "\270f"; }
advanced-survey-player .glyphicon-glass:before {
    content: "\e001"; }
advanced-survey-player .glyphicon-music:before {
    content: "\e002"; }
advanced-survey-player .glyphicon-search:before {
    content: "\e003"; }
advanced-survey-player .glyphicon-heart:before {
    content: "\e005"; }
advanced-survey-player .glyphicon-star:before {
    content: "\e006"; }
advanced-survey-player .glyphicon-star-empty:before {
    content: "\e007"; }
advanced-survey-player .glyphicon-user:before {
    content: "\e008"; }
advanced-survey-player .glyphicon-film:before {
    content: "\e009"; }
advanced-survey-player .glyphicon-th-large:before {
    content: "\e010"; }
advanced-survey-player .glyphicon-th:before {
    content: "\e011"; }
advanced-survey-player .glyphicon-th-list:before {
    content: "\e012"; }
advanced-survey-player .glyphicon-ok:before {
    content: "\e013"; }
advanced-survey-player .glyphicon-remove:before {
    content: "\e014"; }
advanced-survey-player .glyphicon-zoom-in:before {
    content: "\e015"; }
advanced-survey-player .glyphicon-zoom-out:before {
    content: "\e016"; }
advanced-survey-player .glyphicon-off:before {
    content: "\e017"; }
advanced-survey-player .glyphicon-signal:before {
    content: "\e018"; }
advanced-survey-player .glyphicon-cog:before {
    content: "\e019"; }
advanced-survey-player .glyphicon-trash:before {
    content: "\e020"; }
advanced-survey-player .glyphicon-home:before {
    content: "\e021"; }
advanced-survey-player .glyphicon-file:before {
    content: "\e022"; }
advanced-survey-player .glyphicon-time:before {
    content: "\e023"; }
advanced-survey-player .glyphicon-road:before {
    content: "\e024"; }
advanced-survey-player .glyphicon-download-alt:before {
    content: "\e025"; }
advanced-survey-player .glyphicon-download:before {
    content: "\e026"; }
advanced-survey-player .glyphicon-upload:before {
    content: "\e027"; }
advanced-survey-player .glyphicon-inbox:before {
    content: "\e028"; }
advanced-survey-player .glyphicon-play-circle:before {
    content: "\e029"; }
advanced-survey-player .glyphicon-repeat:before {
    content: "\e030"; }
advanced-survey-player .glyphicon-refresh:before {
    content: "\e031"; }
advanced-survey-player .glyphicon-list-alt:before {
    content: "\e032"; }
advanced-survey-player .glyphicon-lock:before {
    content: "\e033"; }
advanced-survey-player .glyphicon-flag:before {
    content: "\e034"; }
advanced-survey-player .glyphicon-headphones:before {
    content: "\e035"; }
advanced-survey-player .glyphicon-volume-off:before {
    content: "\e036"; }
advanced-survey-player .glyphicon-volume-down:before {
    content: "\e037"; }
advanced-survey-player .glyphicon-volume-up:before {
    content: "\e038"; }
advanced-survey-player .glyphicon-qrcode:before {
    content: "\e039"; }
advanced-survey-player .glyphicon-barcode:before {
    content: "\e040"; }
advanced-survey-player .glyphicon-tag:before {
    content: "\e041"; }
advanced-survey-player .glyphicon-tags:before {
    content: "\e042"; }
advanced-survey-player .glyphicon-book:before {
    content: "\e043"; }
advanced-survey-player .glyphicon-bookmark:before {
    content: "\e044"; }
advanced-survey-player .glyphicon-print:before {
    content: "\e045"; }
advanced-survey-player .glyphicon-camera:before {
    content: "\e046"; }
advanced-survey-player .glyphicon-font:before {
    content: "\e047"; }
advanced-survey-player .glyphicon-bold:before {
    content: "\e048"; }
advanced-survey-player .glyphicon-italic:before {
    content: "\e049"; }
advanced-survey-player .glyphicon-text-height:before {
    content: "\e050"; }
advanced-survey-player .glyphicon-text-width:before {
    content: "\e051"; }
advanced-survey-player .glyphicon-align-left:before {
    content: "\e052"; }
advanced-survey-player .glyphicon-align-center:before {
    content: "\e053"; }
advanced-survey-player .glyphicon-align-right:before {
    content: "\e054"; }
advanced-survey-player .glyphicon-align-justify:before {
    content: "\e055"; }
advanced-survey-player .glyphicon-list:before {
    content: "\e056"; }
advanced-survey-player .glyphicon-indent-left:before {
    content: "\e057"; }
advanced-survey-player .glyphicon-indent-right:before {
    content: "\e058"; }
advanced-survey-player .glyphicon-facetime-video:before {
    content: "\e059"; }
advanced-survey-player .glyphicon-picture:before {
    content: "\e060"; }
advanced-survey-player .glyphicon-map-marker:before {
    content: "\e062"; }
advanced-survey-player .glyphicon-adjust:before {
    content: "\e063"; }
advanced-survey-player .glyphicon-tint:before {
    content: "\e064"; }
advanced-survey-player .glyphicon-edit:before {
    content: "\e065"; }
advanced-survey-player .glyphicon-share:before {
    content: "\e066"; }
advanced-survey-player .glyphicon-check:before {
    content: "\e067"; }
advanced-survey-player .glyphicon-move:before {
    content: "\e068"; }
advanced-survey-player .glyphicon-step-backward:before {
    content: "\e069"; }
advanced-survey-player .glyphicon-fast-backward:before {
    content: "\e070"; }
advanced-survey-player .glyphicon-backward:before {
    content: "\e071"; }
advanced-survey-player .glyphicon-play:before {
    content: "\e072"; }
advanced-survey-player .glyphicon-pause:before {
    content: "\e073"; }
advanced-survey-player .glyphicon-stop:before {
    content: "\e074"; }
advanced-survey-player .glyphicon-forward:before {
    content: "\e075"; }
advanced-survey-player .glyphicon-fast-forward:before {
    content: "\e076"; }
advanced-survey-player .glyphicon-step-forward:before {
    content: "\e077"; }
advanced-survey-player .glyphicon-eject:before {
    content: "\e078"; }
advanced-survey-player .glyphicon-chevron-left:before {
    content: "\e079"; }
advanced-survey-player .glyphicon-chevron-right:before {
    content: "\e080"; }
advanced-survey-player .glyphicon-plus-sign:before {
    content: "\e081"; }
advanced-survey-player .glyphicon-minus-sign:before {
    content: "\e082"; }
advanced-survey-player .glyphicon-remove-sign:before {
    content: "\e083"; }
advanced-survey-player .glyphicon-ok-sign:before {
    content: "\e084"; }
advanced-survey-player .glyphicon-question-sign:before {
    content: "\e085"; }
advanced-survey-player .glyphicon-info-sign:before {
    content: "\e086"; }
advanced-survey-player .glyphicon-screenshot:before {
    content: "\e087"; }
advanced-survey-player .glyphicon-remove-circle:before {
    content: "\e088"; }
advanced-survey-player .glyphicon-ok-circle:before {
    content: "\e089"; }
advanced-survey-player .glyphicon-ban-circle:before {
    content: "\e090"; }
advanced-survey-player .glyphicon-arrow-left:before {
    content: "\e091"; }
advanced-survey-player .glyphicon-arrow-right:before {
    content: "\e092"; }
advanced-survey-player .glyphicon-arrow-up:before {
    content: "\e093"; }
advanced-survey-player .glyphicon-arrow-down:before {
    content: "\e094"; }
advanced-survey-player .glyphicon-share-alt:before {
    content: "\e095"; }
advanced-survey-player .glyphicon-resize-full:before {
    content: "\e096"; }
advanced-survey-player .glyphicon-resize-small:before {
    content: "\e097"; }
advanced-survey-player .glyphicon-exclamation-sign:before {
    content: "\e101"; }
advanced-survey-player .glyphicon-gift:before {
    content: "\e102"; }
advanced-survey-player .glyphicon-leaf:before {
    content: "\e103"; }
advanced-survey-player .glyphicon-fire:before {
    content: "\e104"; }
advanced-survey-player .glyphicon-eye-open:before {
    content: "\e105"; }
advanced-survey-player .glyphicon-eye-close:before {
    content: "\e106"; }
advanced-survey-player .glyphicon-warning-sign:before {
    content: "\e107"; }
advanced-survey-player .glyphicon-plane:before {
    content: "\e108"; }
advanced-survey-player .glyphicon-calendar:before {
    content: "\e109"; }
advanced-survey-player .glyphicon-random:before {
    content: "\e110"; }
advanced-survey-player .glyphicon-comment:before {
    content: "\e111"; }
advanced-survey-player .glyphicon-magnet:before {
    content: "\e112"; }
advanced-survey-player .glyphicon-chevron-up:before {
    content: "\e113"; }
advanced-survey-player .glyphicon-chevron-down:before {
    content: "\e114"; }
advanced-survey-player .glyphicon-retweet:before {
    content: "\e115"; }
advanced-survey-player .glyphicon-shopping-cart:before {
    content: "\e116"; }
advanced-survey-player .glyphicon-folder-close:before {
    content: "\e117"; }
advanced-survey-player .glyphicon-folder-open:before {
    content: "\e118"; }
advanced-survey-player .glyphicon-resize-vertical:before {
    content: "\e119"; }
advanced-survey-player .glyphicon-resize-horizontal:before {
    content: "\e120"; }
advanced-survey-player .glyphicon-hdd:before {
    content: "\e121"; }
advanced-survey-player .glyphicon-bullhorn:before {
    content: "\e122"; }
advanced-survey-player .glyphicon-bell:before {
    content: "\e123"; }
advanced-survey-player .glyphicon-certificate:before {
    content: "\e124"; }
advanced-survey-player .glyphicon-thumbs-up:before {
    content: "\e125"; }
advanced-survey-player .glyphicon-thumbs-down:before {
    content: "\e126"; }
advanced-survey-player .glyphicon-hand-right:before {
    content: "\e127"; }
advanced-survey-player .glyphicon-hand-left:before {
    content: "\e128"; }
advanced-survey-player .glyphicon-hand-up:before {
    content: "\e129"; }
advanced-survey-player .glyphicon-hand-down:before {
    content: "\e130"; }
advanced-survey-player .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
advanced-survey-player .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
advanced-survey-player .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
advanced-survey-player .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
advanced-survey-player .glyphicon-globe:before {
    content: "\e135"; }
advanced-survey-player .glyphicon-wrench:before {
    content: "\e136"; }
advanced-survey-player .glyphicon-tasks:before {
    content: "\e137"; }
advanced-survey-player .glyphicon-filter:before {
    content: "\e138"; }
advanced-survey-player .glyphicon-briefcase:before {
    content: "\e139"; }
advanced-survey-player .glyphicon-fullscreen:before {
    content: "\e140"; }
advanced-survey-player .glyphicon-dashboard:before {
    content: "\e141"; }
advanced-survey-player .glyphicon-paperclip:before {
    content: "\e142"; }
advanced-survey-player .glyphicon-heart-empty:before {
    content: "\e143"; }
advanced-survey-player .glyphicon-link:before {
    content: "\e144"; }
advanced-survey-player .glyphicon-phone:before {
    content: "\e145"; }
advanced-survey-player .glyphicon-pushpin:before {
    content: "\e146"; }
advanced-survey-player .glyphicon-usd:before {
    content: "\e148"; }
advanced-survey-player .glyphicon-gbp:before {
    content: "\e149"; }
advanced-survey-player .glyphicon-sort:before {
    content: "\e150"; }
advanced-survey-player .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
advanced-survey-player .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
advanced-survey-player .glyphicon-sort-by-order:before {
    content: "\e153"; }
advanced-survey-player .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
advanced-survey-player .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
advanced-survey-player .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
advanced-survey-player .glyphicon-unchecked:before {
    content: "\e157"; }
advanced-survey-player .glyphicon-expand:before {
    content: "\e158"; }
advanced-survey-player .glyphicon-collapse-down:before {
    content: "\e159"; }
advanced-survey-player .glyphicon-collapse-up:before {
    content: "\e160"; }
advanced-survey-player .glyphicon-log-in:before {
    content: "\e161"; }
advanced-survey-player .glyphicon-flash:before {
    content: "\e162"; }
advanced-survey-player .glyphicon-log-out:before {
    content: "\e163"; }
advanced-survey-player .glyphicon-new-window:before {
    content: "\e164"; }
advanced-survey-player .glyphicon-record:before {
    content: "\e165"; }
advanced-survey-player .glyphicon-save:before {
    content: "\e166"; }
advanced-survey-player .glyphicon-open:before {
    content: "\e167"; }
advanced-survey-player .glyphicon-saved:before {
    content: "\e168"; }
advanced-survey-player .glyphicon-import:before {
    content: "\e169"; }
advanced-survey-player .glyphicon-export:before {
    content: "\e170"; }
advanced-survey-player .glyphicon-send:before {
    content: "\e171"; }
advanced-survey-player .glyphicon-floppy-disk:before {
    content: "\e172"; }
advanced-survey-player .glyphicon-floppy-saved:before {
    content: "\e173"; }
advanced-survey-player .glyphicon-floppy-remove:before {
    content: "\e174"; }
advanced-survey-player .glyphicon-floppy-save:before {
    content: "\e175"; }
advanced-survey-player .glyphicon-floppy-open:before {
    content: "\e176"; }
advanced-survey-player .glyphicon-credit-card:before {
    content: "\e177"; }
advanced-survey-player .glyphicon-transfer:before {
    content: "\e178"; }
advanced-survey-player .glyphicon-cutlery:before {
    content: "\e179"; }
advanced-survey-player .glyphicon-header:before {
    content: "\e180"; }
advanced-survey-player .glyphicon-compressed:before {
    content: "\e181"; }
advanced-survey-player .glyphicon-earphone:before {
    content: "\e182"; }
advanced-survey-player .glyphicon-phone-alt:before {
    content: "\e183"; }
advanced-survey-player .glyphicon-tower:before {
    content: "\e184"; }
advanced-survey-player .glyphicon-stats:before {
    content: "\e185"; }
advanced-survey-player .glyphicon-sd-video:before {
    content: "\e186"; }
advanced-survey-player .glyphicon-hd-video:before {
    content: "\e187"; }
advanced-survey-player .glyphicon-subtitles:before {
    content: "\e188"; }
advanced-survey-player .glyphicon-sound-stereo:before {
    content: "\e189"; }
advanced-survey-player .glyphicon-sound-dolby:before {
    content: "\e190"; }
advanced-survey-player .glyphicon-sound-5-1:before {
    content: "\e191"; }
advanced-survey-player .glyphicon-sound-6-1:before {
    content: "\e192"; }
advanced-survey-player .glyphicon-sound-7-1:before {
    content: "\e193"; }
advanced-survey-player .glyphicon-copyright-mark:before {
    content: "\e194"; }
advanced-survey-player .glyphicon-registration-mark:before {
    content: "\e195"; }
advanced-survey-player .glyphicon-cloud-download:before {
    content: "\e197"; }
advanced-survey-player .glyphicon-cloud-upload:before {
    content: "\e198"; }
advanced-survey-player .glyphicon-tree-conifer:before {
    content: "\e199"; }
advanced-survey-player .glyphicon-tree-deciduous:before {
    content: "\e200"; }
advanced-survey-player .glyphicon-cd:before {
    content: "\e201"; }
advanced-survey-player .glyphicon-save-file:before {
    content: "\e202"; }
advanced-survey-player .glyphicon-open-file:before {
    content: "\e203"; }
advanced-survey-player .glyphicon-level-up:before {
    content: "\e204"; }
advanced-survey-player .glyphicon-copy:before {
    content: "\e205"; }
advanced-survey-player .glyphicon-paste:before {
    content: "\e206"; }
advanced-survey-player .glyphicon-alert:before {
    content: "\e209"; }
advanced-survey-player .glyphicon-equalizer:before {
    content: "\e210"; }
advanced-survey-player .glyphicon-king:before {
    content: "\e211"; }
advanced-survey-player .glyphicon-queen:before {
    content: "\e212"; }
advanced-survey-player .glyphicon-pawn:before {
    content: "\e213"; }
advanced-survey-player .glyphicon-bishop:before {
    content: "\e214"; }
advanced-survey-player .glyphicon-knight:before {
    content: "\e215"; }
advanced-survey-player .glyphicon-baby-formula:before {
    content: "\e216"; }
advanced-survey-player .glyphicon-tent:before {
    content: "\26fa"; }
advanced-survey-player .glyphicon-blackboard:before {
    content: "\e218"; }
advanced-survey-player .glyphicon-bed:before {
    content: "\e219"; }
advanced-survey-player .glyphicon-apple:before {
    content: "\f8ff"; }
advanced-survey-player .glyphicon-erase:before {
    content: "\e221"; }
advanced-survey-player .glyphicon-hourglass:before {
    content: "\231b"; }
advanced-survey-player .glyphicon-lamp:before {
    content: "\e223"; }
advanced-survey-player .glyphicon-duplicate:before {
    content: "\e224"; }
advanced-survey-player .glyphicon-piggy-bank:before {
    content: "\e225"; }
advanced-survey-player .glyphicon-scissors:before {
    content: "\e226"; }
advanced-survey-player .glyphicon-bitcoin:before {
    content: "\e227"; }
advanced-survey-player .glyphicon-btc:before {
    content: "\e227"; }
advanced-survey-player .glyphicon-xbt:before {
    content: "\e227"; }
advanced-survey-player .glyphicon-yen:before {
    content: "\00a5"; }
advanced-survey-player .glyphicon-jpy:before {
    content: "\00a5"; }
advanced-survey-player .glyphicon-ruble:before {
    content: "\20bd"; }
advanced-survey-player .glyphicon-rub:before {
    content: "\20bd"; }
advanced-survey-player .glyphicon-scale:before {
    content: "\e230"; }
advanced-survey-player .glyphicon-ice-lolly:before {
    content: "\e231"; }
advanced-survey-player .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
advanced-survey-player .glyphicon-education:before {
    content: "\e233"; }
advanced-survey-player .glyphicon-option-horizontal:before {
    content: "\e234"; }
advanced-survey-player .glyphicon-option-vertical:before {
    content: "\e235"; }
advanced-survey-player .glyphicon-menu-hamburger:before {
    content: "\e236"; }
advanced-survey-player .glyphicon-modal-window:before {
    content: "\e237"; }
advanced-survey-player .glyphicon-oil:before {
    content: "\e238"; }
advanced-survey-player .glyphicon-grain:before {
    content: "\e239"; }
advanced-survey-player .glyphicon-sunglasses:before {
    content: "\e240"; }
advanced-survey-player .glyphicon-text-size:before {
    content: "\e241"; }
advanced-survey-player .glyphicon-text-color:before {
    content: "\e242"; }
advanced-survey-player .glyphicon-text-background:before {
    content: "\e243"; }
advanced-survey-player .glyphicon-object-align-top:before {
    content: "\e244"; }
advanced-survey-player .glyphicon-object-align-bottom:before {
    content: "\e245"; }
advanced-survey-player .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
advanced-survey-player .glyphicon-object-align-left:before {
    content: "\e247"; }
advanced-survey-player .glyphicon-object-align-vertical:before {
    content: "\e248"; }
advanced-survey-player .glyphicon-object-align-right:before {
    content: "\e249"; }
advanced-survey-player .glyphicon-triangle-right:before {
    content: "\e250"; }
advanced-survey-player .glyphicon-triangle-left:before {
    content: "\e251"; }
advanced-survey-player .glyphicon-triangle-bottom:before {
    content: "\e252"; }
advanced-survey-player .glyphicon-triangle-top:before {
    content: "\e253"; }
advanced-survey-player .glyphicon-console:before {
    content: "\e254"; }
advanced-survey-player .glyphicon-superscript:before {
    content: "\e255"; }
advanced-survey-player .glyphicon-subscript:before {
    content: "\e256"; }
advanced-survey-player .glyphicon-menu-left:before {
    content: "\e257"; }
advanced-survey-player .glyphicon-menu-right:before {
    content: "\e258"; }
advanced-survey-player .glyphicon-menu-down:before {
    content: "\e259"; }
advanced-survey-player .glyphicon-menu-up:before {
    content: "\e260"; }
advanced-survey-player * {
    box-sizing: border-box; }
advanced-survey-player *:before,
  advanced-survey-player *:after {
    box-sizing: border-box; }
advanced-survey-player html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
advanced-survey-player body {
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f6f7f8; }
advanced-survey-player input,
  advanced-survey-player button,
  advanced-survey-player select,
  advanced-survey-player textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
advanced-survey-player a {
    color: #00a398;
    text-decoration: none; }
advanced-survey-player a:hover, advanced-survey-player a:focus {
      color: #005751;
      text-decoration: underline; }
advanced-survey-player a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
advanced-survey-player figure {
    margin: 0; }
advanced-survey-player img {
    vertical-align: middle; }
advanced-survey-player .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
advanced-survey-player .img-rounded {
    border-radius: 6px; }
advanced-survey-player .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f6f7f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
advanced-survey-player .img-circle {
    border-radius: 50%; }
advanced-survey-player hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
advanced-survey-player .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
advanced-survey-player .sr-only-focusable:active, advanced-survey-player .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
advanced-survey-player [role="button"] {
    cursor: pointer; }
advanced-survey-player h1, advanced-survey-player h2, advanced-survey-player h3, advanced-survey-player h4, advanced-survey-player h5, advanced-survey-player h6,
  advanced-survey-player .h1, advanced-survey-player .h2, advanced-survey-player .h3, advanced-survey-player .h4, advanced-survey-player .h5, advanced-survey-player .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
advanced-survey-player h1 small,
    advanced-survey-player h1 .small, advanced-survey-player h2 small,
    advanced-survey-player h2 .small, advanced-survey-player h3 small,
    advanced-survey-player h3 .small, advanced-survey-player h4 small,
    advanced-survey-player h4 .small, advanced-survey-player h5 small,
    advanced-survey-player h5 .small, advanced-survey-player h6 small,
    advanced-survey-player h6 .small,
    advanced-survey-player .h1 small,
    advanced-survey-player .h1 .small, advanced-survey-player .h2 small,
    advanced-survey-player .h2 .small, advanced-survey-player .h3 small,
    advanced-survey-player .h3 .small, advanced-survey-player .h4 small,
    advanced-survey-player .h4 .small, advanced-survey-player .h5 small,
    advanced-survey-player .h5 .small, advanced-survey-player .h6 small,
    advanced-survey-player .h6 .small {
      font-weight: 400;
      line-height: 1;
      color: #777777; }
advanced-survey-player h1, advanced-survey-player .h1,
  advanced-survey-player h2, advanced-survey-player .h2,
  advanced-survey-player h3, advanced-survey-player .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
advanced-survey-player h1 small,
    advanced-survey-player h1 .small, advanced-survey-player .h1 small,
    advanced-survey-player .h1 .small,
    advanced-survey-player h2 small,
    advanced-survey-player h2 .small, advanced-survey-player .h2 small,
    advanced-survey-player .h2 .small,
    advanced-survey-player h3 small,
    advanced-survey-player h3 .small, advanced-survey-player .h3 small,
    advanced-survey-player .h3 .small {
      font-size: 65%; }
advanced-survey-player h4, advanced-survey-player .h4,
  advanced-survey-player h5, advanced-survey-player .h5,
  advanced-survey-player h6, advanced-survey-player .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
advanced-survey-player h4 small,
    advanced-survey-player h4 .small, advanced-survey-player .h4 small,
    advanced-survey-player .h4 .small,
    advanced-survey-player h5 small,
    advanced-survey-player h5 .small, advanced-survey-player .h5 small,
    advanced-survey-player .h5 .small,
    advanced-survey-player h6 small,
    advanced-survey-player h6 .small, advanced-survey-player .h6 small,
    advanced-survey-player .h6 .small {
      font-size: 75%; }
advanced-survey-player h1, advanced-survey-player .h1 {
    font-size: 36px; }
advanced-survey-player h2, advanced-survey-player .h2 {
    font-size: 30px; }
advanced-survey-player h3, advanced-survey-player .h3 {
    font-size: 24px; }
advanced-survey-player h4, advanced-survey-player .h4 {
    font-size: 18px; }
advanced-survey-player h5, advanced-survey-player .h5 {
    font-size: 14px; }
advanced-survey-player h6, advanced-survey-player .h6 {
    font-size: 12px; }
advanced-survey-player p {
    margin: 0 0 10px; }
advanced-survey-player .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
      advanced-survey-player .lead {
        font-size: 21px; } }
advanced-survey-player small,
  advanced-survey-player .small {
    font-size: 85%; }
advanced-survey-player mark,
  advanced-survey-player .mark {
    padding: .2em;
    background-color: #fcf8e3; }
advanced-survey-player .text-left {
    text-align: left; }
advanced-survey-player .text-right {
    text-align: right; }
advanced-survey-player .text-center {
    text-align: center; }
advanced-survey-player .text-justify {
    text-align: justify; }
advanced-survey-player .text-nowrap {
    white-space: nowrap; }
advanced-survey-player .text-lowercase {
    text-transform: lowercase; }
advanced-survey-player .text-uppercase, advanced-survey-player .initialism {
    text-transform: uppercase; }
advanced-survey-player .text-capitalize {
    text-transform: capitalize; }
advanced-survey-player .text-muted {
    color: #777777; }
advanced-survey-player .text-primary {
    color: #00a398; }
advanced-survey-player a.text-primary:hover,
  advanced-survey-player a.text-primary:focus {
    color: #007068; }
advanced-survey-player .text-success {
    color: #3c763d; }
advanced-survey-player a.text-success:hover,
  advanced-survey-player a.text-success:focus {
    color: #2b542c; }
advanced-survey-player .text-info {
    color: #31708f; }
advanced-survey-player a.text-info:hover,
  advanced-survey-player a.text-info:focus {
    color: #245269; }
advanced-survey-player .text-warning {
    color: #8a6d3b; }
advanced-survey-player a.text-warning:hover,
  advanced-survey-player a.text-warning:focus {
    color: #66512c; }
advanced-survey-player .text-danger {
    color: #db432b; }
advanced-survey-player a.text-danger:hover,
  advanced-survey-player a.text-danger:focus {
    color: #b4331f; }
advanced-survey-player .bg-primary {
    color: #fff; }
advanced-survey-player .bg-primary {
    background-color: #00a398; }
advanced-survey-player a.bg-primary:hover,
  advanced-survey-player a.bg-primary:focus {
    background-color: #007068; }
advanced-survey-player .bg-success {
    background-color: #dff0d8; }
advanced-survey-player a.bg-success:hover,
  advanced-survey-player a.bg-success:focus {
    background-color: #c1e2b3; }
advanced-survey-player .bg-info {
    background-color: #d9edf7; }
advanced-survey-player a.bg-info:hover,
  advanced-survey-player a.bg-info:focus {
    background-color: #afd9ee; }
advanced-survey-player .bg-warning {
    background-color: #fcf8e3; }
advanced-survey-player a.bg-warning:hover,
  advanced-survey-player a.bg-warning:focus {
    background-color: #f7ecb5; }
advanced-survey-player .bg-danger {
    background-color: #f2dede; }
advanced-survey-player a.bg-danger:hover,
  advanced-survey-player a.bg-danger:focus {
    background-color: #e4b9b9; }
advanced-survey-player .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
advanced-survey-player ul,
  advanced-survey-player ol {
    margin-top: 0;
    margin-bottom: 10px; }
advanced-survey-player ul ul,
    advanced-survey-player ul ol,
    advanced-survey-player ol ul,
    advanced-survey-player ol ol {
      margin-bottom: 0; }
advanced-survey-player .list-unstyled {
    padding-left: 0;
    list-style: none; }
advanced-survey-player .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
advanced-survey-player .list-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px; }
advanced-survey-player dl {
    margin-top: 0;
    margin-bottom: 20px; }
advanced-survey-player dt,
  advanced-survey-player dd {
    line-height: 1.42857143; }
advanced-survey-player dt {
    font-weight: 700; }
advanced-survey-player dd {
    margin-left: 0; }
advanced-survey-player .dl-horizontal dd:before, advanced-survey-player .dl-horizontal dd:after {
    display: table;
    content: " "; }
advanced-survey-player .dl-horizontal dd:after {
    clear: both; }
@media (min-width: 768px) {
    advanced-survey-player .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    advanced-survey-player .dl-horizontal dd {
      margin-left: 180px; } }
advanced-survey-player abbr[title],
  advanced-survey-player abbr[data-original-title] {
    cursor: help; }
advanced-survey-player .initialism {
    font-size: 90%; }
advanced-survey-player blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
advanced-survey-player blockquote p:last-child,
    advanced-survey-player blockquote ul:last-child,
    advanced-survey-player blockquote ol:last-child {
      margin-bottom: 0; }
advanced-survey-player blockquote footer,
    advanced-survey-player blockquote small,
    advanced-survey-player blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857143;
      color: #777777; }
advanced-survey-player blockquote footer:before,
      advanced-survey-player blockquote small:before,
      advanced-survey-player blockquote .small:before {
        content: "\2014 \00A0"; }
advanced-survey-player .blockquote-reverse,
  advanced-survey-player blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
advanced-survey-player .blockquote-reverse footer:before,
    advanced-survey-player .blockquote-reverse small:before,
    advanced-survey-player .blockquote-reverse .small:before,
    advanced-survey-player blockquote.pull-right footer:before,
    advanced-survey-player blockquote.pull-right small:before,
    advanced-survey-player blockquote.pull-right .small:before {
      content: ""; }
advanced-survey-player .blockquote-reverse footer:after,
    advanced-survey-player .blockquote-reverse small:after,
    advanced-survey-player .blockquote-reverse .small:after,
    advanced-survey-player blockquote.pull-right footer:after,
    advanced-survey-player blockquote.pull-right small:after,
    advanced-survey-player blockquote.pull-right .small:after {
      content: "\00A0 \2014"; }
advanced-survey-player address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
advanced-survey-player code,
  advanced-survey-player kbd,
  advanced-survey-player pre,
  advanced-survey-player samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
advanced-survey-player code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
advanced-survey-player kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
advanced-survey-player kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700;
      box-shadow: none; }
advanced-survey-player pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
advanced-survey-player pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
advanced-survey-player .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
advanced-survey-player .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
advanced-survey-player .container:before, advanced-survey-player .container:after {
      display: table;
      content: " "; }
advanced-survey-player .container:after {
      clear: both; }
@media (min-width: 768px) {
      advanced-survey-player .container {
        width: 750px; } }
@media (min-width: 992px) {
      advanced-survey-player .container {
        width: 970px; } }
@media (min-width: 1200px) {
      advanced-survey-player .container {
        width: 1170px; } }
advanced-survey-player .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
advanced-survey-player .container-fluid:before, advanced-survey-player .container-fluid:after {
      display: table;
      content: " "; }
advanced-survey-player .container-fluid:after {
      clear: both; }
advanced-survey-player .row {
    margin-right: -15px;
    margin-left: -15px; }
advanced-survey-player .row:before, advanced-survey-player .row:after {
      display: table;
      content: " "; }
advanced-survey-player .row:after {
      clear: both; }
advanced-survey-player .row-no-gutters {
    margin-right: 0;
    margin-left: 0; }
advanced-survey-player .row-no-gutters [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
advanced-survey-player .col-xs-1, advanced-survey-player .col-sm-1, advanced-survey-player .col-md-1, advanced-survey-player .col-lg-1, advanced-survey-player .col-xs-2, advanced-survey-player .col-sm-2, advanced-survey-player .col-md-2, advanced-survey-player .col-lg-2, advanced-survey-player .col-xs-3, advanced-survey-player .col-sm-3, advanced-survey-player .col-md-3, advanced-survey-player .col-lg-3, advanced-survey-player .col-xs-4, advanced-survey-player .col-sm-4, advanced-survey-player .col-md-4, advanced-survey-player .col-lg-4, advanced-survey-player .col-xs-5, advanced-survey-player .col-sm-5, advanced-survey-player .col-md-5, advanced-survey-player .col-lg-5, advanced-survey-player .col-xs-6, advanced-survey-player .col-sm-6, advanced-survey-player .col-md-6, advanced-survey-player .col-lg-6, advanced-survey-player .col-xs-7, advanced-survey-player .col-sm-7, advanced-survey-player .col-md-7, advanced-survey-player .col-lg-7, advanced-survey-player .col-xs-8, advanced-survey-player .col-sm-8, advanced-survey-player .col-md-8, advanced-survey-player .col-lg-8, advanced-survey-player .col-xs-9, advanced-survey-player .col-sm-9, advanced-survey-player .col-md-9, advanced-survey-player .col-lg-9, advanced-survey-player .col-xs-10, advanced-survey-player .col-sm-10, advanced-survey-player .col-md-10, advanced-survey-player .col-lg-10, advanced-survey-player .col-xs-11, advanced-survey-player .col-sm-11, advanced-survey-player .col-md-11, advanced-survey-player .col-lg-11, advanced-survey-player .col-xs-12, advanced-survey-player .col-sm-12, advanced-survey-player .col-md-12, advanced-survey-player .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
advanced-survey-player .col-xs-1, advanced-survey-player .col-xs-2, advanced-survey-player .col-xs-3, advanced-survey-player .col-xs-4, advanced-survey-player .col-xs-5, advanced-survey-player .col-xs-6, advanced-survey-player .col-xs-7, advanced-survey-player .col-xs-8, advanced-survey-player .col-xs-9, advanced-survey-player .col-xs-10, advanced-survey-player .col-xs-11, advanced-survey-player .col-xs-12 {
    float: left; }
advanced-survey-player .col-xs-1 {
    width: 8.33333333%; }
advanced-survey-player .col-xs-2 {
    width: 16.66666667%; }
advanced-survey-player .col-xs-3 {
    width: 25%; }
advanced-survey-player .col-xs-4 {
    width: 33.33333333%; }
advanced-survey-player .col-xs-5 {
    width: 41.66666667%; }
advanced-survey-player .col-xs-6 {
    width: 50%; }
advanced-survey-player .col-xs-7 {
    width: 58.33333333%; }
advanced-survey-player .col-xs-8 {
    width: 66.66666667%; }
advanced-survey-player .col-xs-9 {
    width: 75%; }
advanced-survey-player .col-xs-10 {
    width: 83.33333333%; }
advanced-survey-player .col-xs-11 {
    width: 91.66666667%; }
advanced-survey-player .col-xs-12 {
    width: 100%; }
advanced-survey-player .col-xs-pull-0 {
    right: auto; }
advanced-survey-player .col-xs-pull-1 {
    right: 8.33333333%; }
advanced-survey-player .col-xs-pull-2 {
    right: 16.66666667%; }
advanced-survey-player .col-xs-pull-3 {
    right: 25%; }
advanced-survey-player .col-xs-pull-4 {
    right: 33.33333333%; }
advanced-survey-player .col-xs-pull-5 {
    right: 41.66666667%; }
advanced-survey-player .col-xs-pull-6 {
    right: 50%; }
advanced-survey-player .col-xs-pull-7 {
    right: 58.33333333%; }
advanced-survey-player .col-xs-pull-8 {
    right: 66.66666667%; }
advanced-survey-player .col-xs-pull-9 {
    right: 75%; }
advanced-survey-player .col-xs-pull-10 {
    right: 83.33333333%; }
advanced-survey-player .col-xs-pull-11 {
    right: 91.66666667%; }
advanced-survey-player .col-xs-pull-12 {
    right: 100%; }
advanced-survey-player .col-xs-push-0 {
    left: auto; }
advanced-survey-player .col-xs-push-1 {
    left: 8.33333333%; }
advanced-survey-player .col-xs-push-2 {
    left: 16.66666667%; }
advanced-survey-player .col-xs-push-3 {
    left: 25%; }
advanced-survey-player .col-xs-push-4 {
    left: 33.33333333%; }
advanced-survey-player .col-xs-push-5 {
    left: 41.66666667%; }
advanced-survey-player .col-xs-push-6 {
    left: 50%; }
advanced-survey-player .col-xs-push-7 {
    left: 58.33333333%; }
advanced-survey-player .col-xs-push-8 {
    left: 66.66666667%; }
advanced-survey-player .col-xs-push-9 {
    left: 75%; }
advanced-survey-player .col-xs-push-10 {
    left: 83.33333333%; }
advanced-survey-player .col-xs-push-11 {
    left: 91.66666667%; }
advanced-survey-player .col-xs-push-12 {
    left: 100%; }
advanced-survey-player .col-xs-offset-0 {
    margin-left: 0%; }
advanced-survey-player .col-xs-offset-1 {
    margin-left: 8.33333333%; }
advanced-survey-player .col-xs-offset-2 {
    margin-left: 16.66666667%; }
advanced-survey-player .col-xs-offset-3 {
    margin-left: 25%; }
advanced-survey-player .col-xs-offset-4 {
    margin-left: 33.33333333%; }
advanced-survey-player .col-xs-offset-5 {
    margin-left: 41.66666667%; }
advanced-survey-player .col-xs-offset-6 {
    margin-left: 50%; }
advanced-survey-player .col-xs-offset-7 {
    margin-left: 58.33333333%; }
advanced-survey-player .col-xs-offset-8 {
    margin-left: 66.66666667%; }
advanced-survey-player .col-xs-offset-9 {
    margin-left: 75%; }
advanced-survey-player .col-xs-offset-10 {
    margin-left: 83.33333333%; }
advanced-survey-player .col-xs-offset-11 {
    margin-left: 91.66666667%; }
advanced-survey-player .col-xs-offset-12 {
    margin-left: 100%; }
@media (min-width: 768px) {
    advanced-survey-player .col-sm-1, advanced-survey-player .col-sm-2, advanced-survey-player .col-sm-3, advanced-survey-player .col-sm-4, advanced-survey-player .col-sm-5, advanced-survey-player .col-sm-6, advanced-survey-player .col-sm-7, advanced-survey-player .col-sm-8, advanced-survey-player .col-sm-9, advanced-survey-player .col-sm-10, advanced-survey-player .col-sm-11, advanced-survey-player .col-sm-12 {
      float: left; }
    advanced-survey-player .col-sm-1 {
      width: 8.33333333%; }
    advanced-survey-player .col-sm-2 {
      width: 16.66666667%; }
    advanced-survey-player .col-sm-3 {
      width: 25%; }
    advanced-survey-player .col-sm-4 {
      width: 33.33333333%; }
    advanced-survey-player .col-sm-5 {
      width: 41.66666667%; }
    advanced-survey-player .col-sm-6 {
      width: 50%; }
    advanced-survey-player .col-sm-7 {
      width: 58.33333333%; }
    advanced-survey-player .col-sm-8 {
      width: 66.66666667%; }
    advanced-survey-player .col-sm-9 {
      width: 75%; }
    advanced-survey-player .col-sm-10 {
      width: 83.33333333%; }
    advanced-survey-player .col-sm-11 {
      width: 91.66666667%; }
    advanced-survey-player .col-sm-12 {
      width: 100%; }
    advanced-survey-player .col-sm-pull-0 {
      right: auto; }
    advanced-survey-player .col-sm-pull-1 {
      right: 8.33333333%; }
    advanced-survey-player .col-sm-pull-2 {
      right: 16.66666667%; }
    advanced-survey-player .col-sm-pull-3 {
      right: 25%; }
    advanced-survey-player .col-sm-pull-4 {
      right: 33.33333333%; }
    advanced-survey-player .col-sm-pull-5 {
      right: 41.66666667%; }
    advanced-survey-player .col-sm-pull-6 {
      right: 50%; }
    advanced-survey-player .col-sm-pull-7 {
      right: 58.33333333%; }
    advanced-survey-player .col-sm-pull-8 {
      right: 66.66666667%; }
    advanced-survey-player .col-sm-pull-9 {
      right: 75%; }
    advanced-survey-player .col-sm-pull-10 {
      right: 83.33333333%; }
    advanced-survey-player .col-sm-pull-11 {
      right: 91.66666667%; }
    advanced-survey-player .col-sm-pull-12 {
      right: 100%; }
    advanced-survey-player .col-sm-push-0 {
      left: auto; }
    advanced-survey-player .col-sm-push-1 {
      left: 8.33333333%; }
    advanced-survey-player .col-sm-push-2 {
      left: 16.66666667%; }
    advanced-survey-player .col-sm-push-3 {
      left: 25%; }
    advanced-survey-player .col-sm-push-4 {
      left: 33.33333333%; }
    advanced-survey-player .col-sm-push-5 {
      left: 41.66666667%; }
    advanced-survey-player .col-sm-push-6 {
      left: 50%; }
    advanced-survey-player .col-sm-push-7 {
      left: 58.33333333%; }
    advanced-survey-player .col-sm-push-8 {
      left: 66.66666667%; }
    advanced-survey-player .col-sm-push-9 {
      left: 75%; }
    advanced-survey-player .col-sm-push-10 {
      left: 83.33333333%; }
    advanced-survey-player .col-sm-push-11 {
      left: 91.66666667%; }
    advanced-survey-player .col-sm-push-12 {
      left: 100%; }
    advanced-survey-player .col-sm-offset-0 {
      margin-left: 0%; }
    advanced-survey-player .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    advanced-survey-player .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    advanced-survey-player .col-sm-offset-3 {
      margin-left: 25%; }
    advanced-survey-player .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    advanced-survey-player .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    advanced-survey-player .col-sm-offset-6 {
      margin-left: 50%; }
    advanced-survey-player .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    advanced-survey-player .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    advanced-survey-player .col-sm-offset-9 {
      margin-left: 75%; }
    advanced-survey-player .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    advanced-survey-player .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    advanced-survey-player .col-sm-offset-12 {
      margin-left: 100%; } }
@media (min-width: 992px) {
    advanced-survey-player .col-md-1, advanced-survey-player .col-md-2, advanced-survey-player .col-md-3, advanced-survey-player .col-md-4, advanced-survey-player .col-md-5, advanced-survey-player .col-md-6, advanced-survey-player .col-md-7, advanced-survey-player .col-md-8, advanced-survey-player .col-md-9, advanced-survey-player .col-md-10, advanced-survey-player .col-md-11, advanced-survey-player .col-md-12 {
      float: left; }
    advanced-survey-player .col-md-1 {
      width: 8.33333333%; }
    advanced-survey-player .col-md-2 {
      width: 16.66666667%; }
    advanced-survey-player .col-md-3 {
      width: 25%; }
    advanced-survey-player .col-md-4 {
      width: 33.33333333%; }
    advanced-survey-player .col-md-5 {
      width: 41.66666667%; }
    advanced-survey-player .col-md-6 {
      width: 50%; }
    advanced-survey-player .col-md-7 {
      width: 58.33333333%; }
    advanced-survey-player .col-md-8 {
      width: 66.66666667%; }
    advanced-survey-player .col-md-9 {
      width: 75%; }
    advanced-survey-player .col-md-10 {
      width: 83.33333333%; }
    advanced-survey-player .col-md-11 {
      width: 91.66666667%; }
    advanced-survey-player .col-md-12 {
      width: 100%; }
    advanced-survey-player .col-md-pull-0 {
      right: auto; }
    advanced-survey-player .col-md-pull-1 {
      right: 8.33333333%; }
    advanced-survey-player .col-md-pull-2 {
      right: 16.66666667%; }
    advanced-survey-player .col-md-pull-3 {
      right: 25%; }
    advanced-survey-player .col-md-pull-4 {
      right: 33.33333333%; }
    advanced-survey-player .col-md-pull-5 {
      right: 41.66666667%; }
    advanced-survey-player .col-md-pull-6 {
      right: 50%; }
    advanced-survey-player .col-md-pull-7 {
      right: 58.33333333%; }
    advanced-survey-player .col-md-pull-8 {
      right: 66.66666667%; }
    advanced-survey-player .col-md-pull-9 {
      right: 75%; }
    advanced-survey-player .col-md-pull-10 {
      right: 83.33333333%; }
    advanced-survey-player .col-md-pull-11 {
      right: 91.66666667%; }
    advanced-survey-player .col-md-pull-12 {
      right: 100%; }
    advanced-survey-player .col-md-push-0 {
      left: auto; }
    advanced-survey-player .col-md-push-1 {
      left: 8.33333333%; }
    advanced-survey-player .col-md-push-2 {
      left: 16.66666667%; }
    advanced-survey-player .col-md-push-3 {
      left: 25%; }
    advanced-survey-player .col-md-push-4 {
      left: 33.33333333%; }
    advanced-survey-player .col-md-push-5 {
      left: 41.66666667%; }
    advanced-survey-player .col-md-push-6 {
      left: 50%; }
    advanced-survey-player .col-md-push-7 {
      left: 58.33333333%; }
    advanced-survey-player .col-md-push-8 {
      left: 66.66666667%; }
    advanced-survey-player .col-md-push-9 {
      left: 75%; }
    advanced-survey-player .col-md-push-10 {
      left: 83.33333333%; }
    advanced-survey-player .col-md-push-11 {
      left: 91.66666667%; }
    advanced-survey-player .col-md-push-12 {
      left: 100%; }
    advanced-survey-player .col-md-offset-0 {
      margin-left: 0%; }
    advanced-survey-player .col-md-offset-1 {
      margin-left: 8.33333333%; }
    advanced-survey-player .col-md-offset-2 {
      margin-left: 16.66666667%; }
    advanced-survey-player .col-md-offset-3 {
      margin-left: 25%; }
    advanced-survey-player .col-md-offset-4 {
      margin-left: 33.33333333%; }
    advanced-survey-player .col-md-offset-5 {
      margin-left: 41.66666667%; }
    advanced-survey-player .col-md-offset-6 {
      margin-left: 50%; }
    advanced-survey-player .col-md-offset-7 {
      margin-left: 58.33333333%; }
    advanced-survey-player .col-md-offset-8 {
      margin-left: 66.66666667%; }
    advanced-survey-player .col-md-offset-9 {
      margin-left: 75%; }
    advanced-survey-player .col-md-offset-10 {
      margin-left: 83.33333333%; }
    advanced-survey-player .col-md-offset-11 {
      margin-left: 91.66666667%; }
    advanced-survey-player .col-md-offset-12 {
      margin-left: 100%; } }
@media (min-width: 1200px) {
    advanced-survey-player .col-lg-1, advanced-survey-player .col-lg-2, advanced-survey-player .col-lg-3, advanced-survey-player .col-lg-4, advanced-survey-player .col-lg-5, advanced-survey-player .col-lg-6, advanced-survey-player .col-lg-7, advanced-survey-player .col-lg-8, advanced-survey-player .col-lg-9, advanced-survey-player .col-lg-10, advanced-survey-player .col-lg-11, advanced-survey-player .col-lg-12 {
      float: left; }
    advanced-survey-player .col-lg-1 {
      width: 8.33333333%; }
    advanced-survey-player .col-lg-2 {
      width: 16.66666667%; }
    advanced-survey-player .col-lg-3 {
      width: 25%; }
    advanced-survey-player .col-lg-4 {
      width: 33.33333333%; }
    advanced-survey-player .col-lg-5 {
      width: 41.66666667%; }
    advanced-survey-player .col-lg-6 {
      width: 50%; }
    advanced-survey-player .col-lg-7 {
      width: 58.33333333%; }
    advanced-survey-player .col-lg-8 {
      width: 66.66666667%; }
    advanced-survey-player .col-lg-9 {
      width: 75%; }
    advanced-survey-player .col-lg-10 {
      width: 83.33333333%; }
    advanced-survey-player .col-lg-11 {
      width: 91.66666667%; }
    advanced-survey-player .col-lg-12 {
      width: 100%; }
    advanced-survey-player .col-lg-pull-0 {
      right: auto; }
    advanced-survey-player .col-lg-pull-1 {
      right: 8.33333333%; }
    advanced-survey-player .col-lg-pull-2 {
      right: 16.66666667%; }
    advanced-survey-player .col-lg-pull-3 {
      right: 25%; }
    advanced-survey-player .col-lg-pull-4 {
      right: 33.33333333%; }
    advanced-survey-player .col-lg-pull-5 {
      right: 41.66666667%; }
    advanced-survey-player .col-lg-pull-6 {
      right: 50%; }
    advanced-survey-player .col-lg-pull-7 {
      right: 58.33333333%; }
    advanced-survey-player .col-lg-pull-8 {
      right: 66.66666667%; }
    advanced-survey-player .col-lg-pull-9 {
      right: 75%; }
    advanced-survey-player .col-lg-pull-10 {
      right: 83.33333333%; }
    advanced-survey-player .col-lg-pull-11 {
      right: 91.66666667%; }
    advanced-survey-player .col-lg-pull-12 {
      right: 100%; }
    advanced-survey-player .col-lg-push-0 {
      left: auto; }
    advanced-survey-player .col-lg-push-1 {
      left: 8.33333333%; }
    advanced-survey-player .col-lg-push-2 {
      left: 16.66666667%; }
    advanced-survey-player .col-lg-push-3 {
      left: 25%; }
    advanced-survey-player .col-lg-push-4 {
      left: 33.33333333%; }
    advanced-survey-player .col-lg-push-5 {
      left: 41.66666667%; }
    advanced-survey-player .col-lg-push-6 {
      left: 50%; }
    advanced-survey-player .col-lg-push-7 {
      left: 58.33333333%; }
    advanced-survey-player .col-lg-push-8 {
      left: 66.66666667%; }
    advanced-survey-player .col-lg-push-9 {
      left: 75%; }
    advanced-survey-player .col-lg-push-10 {
      left: 83.33333333%; }
    advanced-survey-player .col-lg-push-11 {
      left: 91.66666667%; }
    advanced-survey-player .col-lg-push-12 {
      left: 100%; }
    advanced-survey-player .col-lg-offset-0 {
      margin-left: 0%; }
    advanced-survey-player .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    advanced-survey-player .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    advanced-survey-player .col-lg-offset-3 {
      margin-left: 25%; }
    advanced-survey-player .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    advanced-survey-player .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    advanced-survey-player .col-lg-offset-6 {
      margin-left: 50%; }
    advanced-survey-player .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    advanced-survey-player .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    advanced-survey-player .col-lg-offset-9 {
      margin-left: 75%; }
    advanced-survey-player .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    advanced-survey-player .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    advanced-survey-player .col-lg-offset-12 {
      margin-left: 100%; } }
advanced-survey-player table {
    background-color: transparent; }
advanced-survey-player table col[class*="col-"] {
      position: static;
      display: table-column;
      float: none; }
advanced-survey-player table td[class*="col-"],
    advanced-survey-player table th[class*="col-"] {
      position: static;
      display: table-cell;
      float: none; }
advanced-survey-player caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
advanced-survey-player th {
    text-align: left; }
advanced-survey-player .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
advanced-survey-player .table > thead > tr > th,
    advanced-survey-player .table > thead > tr > td,
    advanced-survey-player .table > tbody > tr > th,
    advanced-survey-player .table > tbody > tr > td,
    advanced-survey-player .table > tfoot > tr > th,
    advanced-survey-player .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top;
      border-top: 1px solid #ddd; }
advanced-survey-player .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
advanced-survey-player .table > caption + thead > tr:first-child > th,
    advanced-survey-player .table > caption + thead > tr:first-child > td,
    advanced-survey-player .table > colgroup + thead > tr:first-child > th,
    advanced-survey-player .table > colgroup + thead > tr:first-child > td,
    advanced-survey-player .table > thead:first-child > tr:first-child > th,
    advanced-survey-player .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
advanced-survey-player .table > tbody + tbody {
      border-top: 2px solid #ddd; }
advanced-survey-player .table .table {
      background-color: #f6f7f8; }
advanced-survey-player .table-condensed > thead > tr > th,
  advanced-survey-player .table-condensed > thead > tr > td,
  advanced-survey-player .table-condensed > tbody > tr > th,
  advanced-survey-player .table-condensed > tbody > tr > td,
  advanced-survey-player .table-condensed > tfoot > tr > th,
  advanced-survey-player .table-condensed > tfoot > tr > td {
    padding: 5px; }
advanced-survey-player .table-bordered {
    border: 1px solid #ddd; }
advanced-survey-player .table-bordered > thead > tr > th,
    advanced-survey-player .table-bordered > thead > tr > td,
    advanced-survey-player .table-bordered > tbody > tr > th,
    advanced-survey-player .table-bordered > tbody > tr > td,
    advanced-survey-player .table-bordered > tfoot > tr > th,
    advanced-survey-player .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
advanced-survey-player .table-bordered > thead > tr > th,
    advanced-survey-player .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
advanced-survey-player .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
advanced-survey-player .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
advanced-survey-player .table > thead > tr > td.active,
  advanced-survey-player .table > thead > tr > th.active,
  advanced-survey-player .table > thead > tr.active > td,
  advanced-survey-player .table > thead > tr.active > th,
  advanced-survey-player .table > tbody > tr > td.active,
  advanced-survey-player .table > tbody > tr > th.active,
  advanced-survey-player .table > tbody > tr.active > td,
  advanced-survey-player .table > tbody > tr.active > th,
  advanced-survey-player .table > tfoot > tr > td.active,
  advanced-survey-player .table > tfoot > tr > th.active,
  advanced-survey-player .table > tfoot > tr.active > td,
  advanced-survey-player .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
advanced-survey-player .table-hover > tbody > tr > td.active:hover,
  advanced-survey-player .table-hover > tbody > tr > th.active:hover,
  advanced-survey-player .table-hover > tbody > tr.active:hover > td,
  advanced-survey-player .table-hover > tbody > tr:hover > .active,
  advanced-survey-player .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
advanced-survey-player .table > thead > tr > td.success,
  advanced-survey-player .table > thead > tr > th.success,
  advanced-survey-player .table > thead > tr.success > td,
  advanced-survey-player .table > thead > tr.success > th,
  advanced-survey-player .table > tbody > tr > td.success,
  advanced-survey-player .table > tbody > tr > th.success,
  advanced-survey-player .table > tbody > tr.success > td,
  advanced-survey-player .table > tbody > tr.success > th,
  advanced-survey-player .table > tfoot > tr > td.success,
  advanced-survey-player .table > tfoot > tr > th.success,
  advanced-survey-player .table > tfoot > tr.success > td,
  advanced-survey-player .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
advanced-survey-player .table-hover > tbody > tr > td.success:hover,
  advanced-survey-player .table-hover > tbody > tr > th.success:hover,
  advanced-survey-player .table-hover > tbody > tr.success:hover > td,
  advanced-survey-player .table-hover > tbody > tr:hover > .success,
  advanced-survey-player .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
advanced-survey-player .table > thead > tr > td.info,
  advanced-survey-player .table > thead > tr > th.info,
  advanced-survey-player .table > thead > tr.info > td,
  advanced-survey-player .table > thead > tr.info > th,
  advanced-survey-player .table > tbody > tr > td.info,
  advanced-survey-player .table > tbody > tr > th.info,
  advanced-survey-player .table > tbody > tr.info > td,
  advanced-survey-player .table > tbody > tr.info > th,
  advanced-survey-player .table > tfoot > tr > td.info,
  advanced-survey-player .table > tfoot > tr > th.info,
  advanced-survey-player .table > tfoot > tr.info > td,
  advanced-survey-player .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
advanced-survey-player .table-hover > tbody > tr > td.info:hover,
  advanced-survey-player .table-hover > tbody > tr > th.info:hover,
  advanced-survey-player .table-hover > tbody > tr.info:hover > td,
  advanced-survey-player .table-hover > tbody > tr:hover > .info,
  advanced-survey-player .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
advanced-survey-player .table > thead > tr > td.warning,
  advanced-survey-player .table > thead > tr > th.warning,
  advanced-survey-player .table > thead > tr.warning > td,
  advanced-survey-player .table > thead > tr.warning > th,
  advanced-survey-player .table > tbody > tr > td.warning,
  advanced-survey-player .table > tbody > tr > th.warning,
  advanced-survey-player .table > tbody > tr.warning > td,
  advanced-survey-player .table > tbody > tr.warning > th,
  advanced-survey-player .table > tfoot > tr > td.warning,
  advanced-survey-player .table > tfoot > tr > th.warning,
  advanced-survey-player .table > tfoot > tr.warning > td,
  advanced-survey-player .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
advanced-survey-player .table-hover > tbody > tr > td.warning:hover,
  advanced-survey-player .table-hover > tbody > tr > th.warning:hover,
  advanced-survey-player .table-hover > tbody > tr.warning:hover > td,
  advanced-survey-player .table-hover > tbody > tr:hover > .warning,
  advanced-survey-player .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
advanced-survey-player .table > thead > tr > td.danger,
  advanced-survey-player .table > thead > tr > th.danger,
  advanced-survey-player .table > thead > tr.danger > td,
  advanced-survey-player .table > thead > tr.danger > th,
  advanced-survey-player .table > tbody > tr > td.danger,
  advanced-survey-player .table > tbody > tr > th.danger,
  advanced-survey-player .table > tbody > tr.danger > td,
  advanced-survey-player .table > tbody > tr.danger > th,
  advanced-survey-player .table > tfoot > tr > td.danger,
  advanced-survey-player .table > tfoot > tr > th.danger,
  advanced-survey-player .table > tfoot > tr.danger > td,
  advanced-survey-player .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
advanced-survey-player .table-hover > tbody > tr > td.danger:hover,
  advanced-survey-player .table-hover > tbody > tr > th.danger:hover,
  advanced-survey-player .table-hover > tbody > tr.danger:hover > td,
  advanced-survey-player .table-hover > tbody > tr:hover > .danger,
  advanced-survey-player .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
advanced-survey-player .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
@media screen and (max-width: 767px) {
      advanced-survey-player .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        advanced-survey-player .table-responsive > .table {
          margin-bottom: 0; }
          advanced-survey-player .table-responsive > .table > thead > tr > th,
          advanced-survey-player .table-responsive > .table > thead > tr > td,
          advanced-survey-player .table-responsive > .table > tbody > tr > th,
          advanced-survey-player .table-responsive > .table > tbody > tr > td,
          advanced-survey-player .table-responsive > .table > tfoot > tr > th,
          advanced-survey-player .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        advanced-survey-player .table-responsive > .table-bordered {
          border: 0; }
          advanced-survey-player .table-responsive > .table-bordered > thead > tr > th:first-child,
          advanced-survey-player .table-responsive > .table-bordered > thead > tr > td:first-child,
          advanced-survey-player .table-responsive > .table-bordered > tbody > tr > th:first-child,
          advanced-survey-player .table-responsive > .table-bordered > tbody > tr > td:first-child,
          advanced-survey-player .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          advanced-survey-player .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          advanced-survey-player .table-responsive > .table-bordered > thead > tr > th:last-child,
          advanced-survey-player .table-responsive > .table-bordered > thead > tr > td:last-child,
          advanced-survey-player .table-responsive > .table-bordered > tbody > tr > th:last-child,
          advanced-survey-player .table-responsive > .table-bordered > tbody > tr > td:last-child,
          advanced-survey-player .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          advanced-survey-player .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          advanced-survey-player .table-responsive > .table-bordered > tbody > tr:last-child > th,
          advanced-survey-player .table-responsive > .table-bordered > tbody > tr:last-child > td,
          advanced-survey-player .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          advanced-survey-player .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
advanced-survey-player fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
advanced-survey-player legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
advanced-survey-player label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }
advanced-survey-player input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
advanced-survey-player input[type="radio"],
  advanced-survey-player input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
advanced-survey-player input[type="radio"][disabled], advanced-survey-player input[type="radio"].disabled,
    fieldset[disabled] advanced-survey-player input[type="radio"],
    advanced-survey-player input[type="checkbox"][disabled],
    advanced-survey-player input[type="checkbox"].disabled,
    fieldset[disabled]
    advanced-survey-player input[type="checkbox"] {
      cursor: not-allowed; }
advanced-survey-player input[type="file"] {
    display: block; }
advanced-survey-player input[type="range"] {
    display: block;
    width: 100%; }
advanced-survey-player select[multiple],
  advanced-survey-player select[size] {
    height: auto; }
advanced-survey-player input[type="file"]:focus,
  advanced-survey-player input[type="radio"]:focus,
  advanced-survey-player input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
advanced-survey-player output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d2d6da; }
advanced-survey-player .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d2d6da;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
advanced-survey-player .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
advanced-survey-player .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
advanced-survey-player .form-control:-ms-input-placeholder {
      color: #999; }
advanced-survey-player .form-control::-webkit-input-placeholder {
      color: #999; }
advanced-survey-player .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
advanced-survey-player .form-control[disabled], advanced-survey-player .form-control[readonly],
    fieldset[disabled] advanced-survey-player .form-control {
      background-color: #eeeeee;
      opacity: 1; }
advanced-survey-player .form-control[disabled],
    fieldset[disabled] advanced-survey-player .form-control {
      cursor: not-allowed; }
advanced-survey-player textarea.form-control {
    height: auto; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    advanced-survey-player input[type="date"].form-control,
    advanced-survey-player input[type="time"].form-control,
    advanced-survey-player input[type="datetime-local"].form-control,
    advanced-survey-player input[type="month"].form-control {
      line-height: 34px; }
    advanced-survey-player input[type="date"].input-sm, advanced-survey-player .input-group-sm > input.form-control[type="date"],
    advanced-survey-player .input-group-sm > input.input-group-addon[type="date"],
    advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="date"], advanced-survey-player old-survey-player .input-group-sm > input.form-control[type="date"],
    advanced-survey-player old-survey-player .input-group-sm > input.input-group-addon[type="date"],
    advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm advanced-survey-player input[type="date"],
    advanced-survey-player input[type="time"].input-sm,
    advanced-survey-player .input-group-sm > input.form-control[type="time"],
    advanced-survey-player .input-group-sm > input.input-group-addon[type="time"],
    advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="time"],
    advanced-survey-player old-survey-player .input-group-sm > input.form-control[type="time"],
    advanced-survey-player old-survey-player .input-group-sm > input.input-group-addon[type="time"],
    advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    advanced-survey-player input[type="time"],
    advanced-survey-player input[type="datetime-local"].input-sm,
    advanced-survey-player .input-group-sm > input.form-control[type="datetime-local"],
    advanced-survey-player .input-group-sm > input.input-group-addon[type="datetime-local"],
    advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    advanced-survey-player old-survey-player .input-group-sm > input.form-control[type="datetime-local"],
    advanced-survey-player old-survey-player .input-group-sm > input.input-group-addon[type="datetime-local"],
    advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    advanced-survey-player input[type="datetime-local"],
    advanced-survey-player input[type="month"].input-sm,
    advanced-survey-player .input-group-sm > input.form-control[type="month"],
    advanced-survey-player .input-group-sm > input.input-group-addon[type="month"],
    advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="month"],
    advanced-survey-player old-survey-player .input-group-sm > input.form-control[type="month"],
    advanced-survey-player old-survey-player .input-group-sm > input.input-group-addon[type="month"],
    advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    advanced-survey-player input[type="month"] {
      line-height: 30px; }
    advanced-survey-player input[type="date"].input-lg, advanced-survey-player .input-group-lg > input.form-control[type="date"],
    advanced-survey-player .input-group-lg > input.input-group-addon[type="date"],
    advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="date"], advanced-survey-player old-survey-player .input-group-lg > input.form-control[type="date"],
    advanced-survey-player old-survey-player .input-group-lg > input.input-group-addon[type="date"],
    advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg advanced-survey-player input[type="date"],
    advanced-survey-player input[type="time"].input-lg,
    advanced-survey-player .input-group-lg > input.form-control[type="time"],
    advanced-survey-player .input-group-lg > input.input-group-addon[type="time"],
    advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="time"],
    advanced-survey-player old-survey-player .input-group-lg > input.form-control[type="time"],
    advanced-survey-player old-survey-player .input-group-lg > input.input-group-addon[type="time"],
    advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    advanced-survey-player input[type="time"],
    advanced-survey-player input[type="datetime-local"].input-lg,
    advanced-survey-player .input-group-lg > input.form-control[type="datetime-local"],
    advanced-survey-player .input-group-lg > input.input-group-addon[type="datetime-local"],
    advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    advanced-survey-player old-survey-player .input-group-lg > input.form-control[type="datetime-local"],
    advanced-survey-player old-survey-player .input-group-lg > input.input-group-addon[type="datetime-local"],
    advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    advanced-survey-player input[type="datetime-local"],
    advanced-survey-player input[type="month"].input-lg,
    advanced-survey-player .input-group-lg > input.form-control[type="month"],
    advanced-survey-player .input-group-lg > input.input-group-addon[type="month"],
    advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="month"],
    advanced-survey-player old-survey-player .input-group-lg > input.form-control[type="month"],
    advanced-survey-player old-survey-player .input-group-lg > input.input-group-addon[type="month"],
    advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    advanced-survey-player input[type="month"] {
      line-height: 46px; } }
advanced-survey-player .form-group {
    margin-bottom: 15px; }
advanced-survey-player .radio,
  advanced-survey-player .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
advanced-survey-player .radio.disabled label,
    fieldset[disabled] advanced-survey-player .radio label,
    advanced-survey-player .checkbox.disabled label,
    fieldset[disabled]
    advanced-survey-player .checkbox label {
      cursor: not-allowed; }
advanced-survey-player .radio label,
    advanced-survey-player .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: 400;
      cursor: pointer; }
advanced-survey-player .radio input[type="radio"],
  advanced-survey-player .radio-inline input[type="radio"],
  advanced-survey-player .checkbox input[type="checkbox"],
  advanced-survey-player .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
advanced-survey-player .radio + .radio,
  advanced-survey-player .checkbox + .checkbox {
    margin-top: -5px; }
advanced-survey-player .radio-inline,
  advanced-survey-player .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
advanced-survey-player .radio-inline.disabled,
    fieldset[disabled] advanced-survey-player .radio-inline,
    advanced-survey-player .checkbox-inline.disabled,
    fieldset[disabled]
    advanced-survey-player .checkbox-inline {
      cursor: not-allowed; }
advanced-survey-player .radio-inline + .radio-inline,
  advanced-survey-player .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
advanced-survey-player .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
advanced-survey-player .form-control-static.input-lg, advanced-survey-player .input-group-lg > .form-control-static.form-control,
    advanced-survey-player .input-group-lg > .form-control-static.input-group-addon,
    advanced-survey-player .input-group-lg > .input-group-btn > .form-control-static.btn, advanced-survey-player old-survey-player .input-group-lg > .form-control-static.form-control,
    advanced-survey-player old-survey-player .input-group-lg > .form-control-static.input-group-addon,
    advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > .form-control-static.btn, advanced-survey-player .form-control-static.input-sm, advanced-survey-player .input-group-sm > .form-control-static.form-control,
    advanced-survey-player .input-group-sm > .form-control-static.input-group-addon,
    advanced-survey-player .input-group-sm > .input-group-btn > .form-control-static.btn, advanced-survey-player old-survey-player .input-group-sm > .form-control-static.form-control,
    advanced-survey-player old-survey-player .input-group-sm > .form-control-static.input-group-addon,
    advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-right: 0;
      padding-left: 0; }
advanced-survey-player .input-sm, advanced-survey-player .input-group-sm > .form-control,
  advanced-survey-player .input-group-sm > .input-group-addon,
  advanced-survey-player .input-group-sm > .input-group-btn > .btn, advanced-survey-player old-survey-player .input-group-sm > .form-control,
  advanced-survey-player old-survey-player .input-group-sm > .input-group-addon,
  advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
advanced-survey-player select.input-sm, advanced-survey-player .input-group-sm > select.form-control,
  advanced-survey-player .input-group-sm > select.input-group-addon,
  advanced-survey-player .input-group-sm > .input-group-btn > select.btn, advanced-survey-player old-survey-player .input-group-sm > select.form-control,
  advanced-survey-player old-survey-player .input-group-sm > select.input-group-addon,
  advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
advanced-survey-player textarea.input-sm, advanced-survey-player .input-group-sm > textarea.form-control,
  advanced-survey-player .input-group-sm > textarea.input-group-addon,
  advanced-survey-player .input-group-sm > .input-group-btn > textarea.btn, advanced-survey-player old-survey-player .input-group-sm > textarea.form-control,
  advanced-survey-player old-survey-player .input-group-sm > textarea.input-group-addon,
  advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > textarea.btn,
  advanced-survey-player select[multiple].input-sm,
  advanced-survey-player .input-group-sm > select.form-control[multiple],
  advanced-survey-player .input-group-sm > select.input-group-addon[multiple],
  advanced-survey-player .input-group-sm > .input-group-btn > select.btn[multiple],
  advanced-survey-player old-survey-player .input-group-sm > select.form-control[multiple],
  advanced-survey-player old-survey-player .input-group-sm > select.input-group-addon[multiple],
  advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto; }
advanced-survey-player .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
advanced-survey-player .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
advanced-survey-player .form-group-sm textarea.form-control,
  advanced-survey-player .form-group-sm select[multiple].form-control {
    height: auto; }
advanced-survey-player .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
advanced-survey-player .input-lg, advanced-survey-player .input-group-lg > .form-control,
  advanced-survey-player .input-group-lg > .input-group-addon,
  advanced-survey-player .input-group-lg > .input-group-btn > .btn, advanced-survey-player old-survey-player .input-group-lg > .form-control,
  advanced-survey-player old-survey-player .input-group-lg > .input-group-addon,
  advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
advanced-survey-player select.input-lg, advanced-survey-player .input-group-lg > select.form-control,
  advanced-survey-player .input-group-lg > select.input-group-addon,
  advanced-survey-player .input-group-lg > .input-group-btn > select.btn, advanced-survey-player old-survey-player .input-group-lg > select.form-control,
  advanced-survey-player old-survey-player .input-group-lg > select.input-group-addon,
  advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }
advanced-survey-player textarea.input-lg, advanced-survey-player .input-group-lg > textarea.form-control,
  advanced-survey-player .input-group-lg > textarea.input-group-addon,
  advanced-survey-player .input-group-lg > .input-group-btn > textarea.btn, advanced-survey-player old-survey-player .input-group-lg > textarea.form-control,
  advanced-survey-player old-survey-player .input-group-lg > textarea.input-group-addon,
  advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > textarea.btn,
  advanced-survey-player select[multiple].input-lg,
  advanced-survey-player .input-group-lg > select.form-control[multiple],
  advanced-survey-player .input-group-lg > select.input-group-addon[multiple],
  advanced-survey-player .input-group-lg > .input-group-btn > select.btn[multiple],
  advanced-survey-player old-survey-player .input-group-lg > select.form-control[multiple],
  advanced-survey-player old-survey-player .input-group-lg > select.input-group-addon[multiple],
  advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto; }
advanced-survey-player .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
advanced-survey-player .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
advanced-survey-player .form-group-lg textarea.form-control,
  advanced-survey-player .form-group-lg select[multiple].form-control {
    height: auto; }
advanced-survey-player .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
advanced-survey-player .has-feedback {
    position: relative; }
advanced-survey-player .has-feedback .form-control {
      padding-right: 42.5px; }
advanced-survey-player .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
advanced-survey-player .input-lg + .form-control-feedback, advanced-survey-player .input-group-lg > .form-control + .form-control-feedback, advanced-survey-player .input-group-lg > .input-group-addon + .form-control-feedback, advanced-survey-player .input-group-lg > .input-group-btn > .btn + .form-control-feedback, advanced-survey-player old-survey-player .input-group-lg > .form-control + .form-control-feedback, advanced-survey-player old-survey-player .input-group-lg > .input-group-addon + .form-control-feedback, advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  advanced-survey-player .input-group-lg + .form-control-feedback,
  advanced-survey-player .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
advanced-survey-player .input-sm + .form-control-feedback, advanced-survey-player .input-group-sm > .form-control + .form-control-feedback, advanced-survey-player .input-group-sm > .input-group-addon + .form-control-feedback, advanced-survey-player .input-group-sm > .input-group-btn > .btn + .form-control-feedback, advanced-survey-player old-survey-player .input-group-sm > .form-control + .form-control-feedback, advanced-survey-player old-survey-player .input-group-sm > .input-group-addon + .form-control-feedback, advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  advanced-survey-player .input-group-sm + .form-control-feedback,
  advanced-survey-player .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
advanced-survey-player .has-success .help-block,
  advanced-survey-player .has-success .control-label,
  advanced-survey-player .has-success .radio,
  advanced-survey-player .has-success .checkbox,
  advanced-survey-player .has-success .radio-inline,
  advanced-survey-player .has-success .checkbox-inline,
  advanced-survey-player .has-success.radio label,
  advanced-survey-player .has-success.checkbox label,
  advanced-survey-player .has-success.radio-inline label,
  advanced-survey-player .has-success.checkbox-inline label {
    color: #3c763d; }
advanced-survey-player .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
advanced-survey-player .has-success .form-control:focus {
      border-color: #2b542c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
advanced-survey-player .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; }
advanced-survey-player .has-success .form-control-feedback {
    color: #3c763d; }
advanced-survey-player .has-warning .help-block,
  advanced-survey-player .has-warning .control-label,
  advanced-survey-player .has-warning .radio,
  advanced-survey-player .has-warning .checkbox,
  advanced-survey-player .has-warning .radio-inline,
  advanced-survey-player .has-warning .checkbox-inline,
  advanced-survey-player .has-warning.radio label,
  advanced-survey-player .has-warning.checkbox label,
  advanced-survey-player .has-warning.radio-inline label,
  advanced-survey-player .has-warning.checkbox-inline label {
    color: #8a6d3b; }
advanced-survey-player .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
advanced-survey-player .has-warning .form-control:focus {
      border-color: #66512c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
advanced-survey-player .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }
advanced-survey-player .has-warning .form-control-feedback {
    color: #8a6d3b; }
advanced-survey-player .has-error .help-block,
  advanced-survey-player .has-error .control-label,
  advanced-survey-player .has-error .radio,
  advanced-survey-player .has-error .checkbox,
  advanced-survey-player .has-error .radio-inline,
  advanced-survey-player .has-error .checkbox-inline,
  advanced-survey-player .has-error.radio label,
  advanced-survey-player .has-error.checkbox label,
  advanced-survey-player .has-error.radio-inline label,
  advanced-survey-player .has-error.checkbox-inline label {
    color: #db432b; }
advanced-survey-player .has-error .form-control {
    border-color: #db432b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
advanced-survey-player .has-error .form-control:focus {
      border-color: #b4331f;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ea9082; }
advanced-survey-player .has-error .input-group-addon {
    color: #db432b;
    background-color: #f2dede;
    border-color: #db432b; }
advanced-survey-player .has-error .form-control-feedback {
    color: #db432b; }
advanced-survey-player .has-feedback label ~ .form-control-feedback {
    top: 25px; }
advanced-survey-player .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
advanced-survey-player .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
@media (min-width: 768px) {
    advanced-survey-player .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    advanced-survey-player .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    advanced-survey-player .form-inline .form-control-static {
      display: inline-block; }
    advanced-survey-player .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      advanced-survey-player .form-inline .input-group .input-group-addon,
      advanced-survey-player .form-inline .input-group .input-group-btn,
      advanced-survey-player .form-inline .input-group .form-control {
        width: auto; }
    advanced-survey-player .form-inline .input-group > .form-control {
      width: 100%; }
    advanced-survey-player .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    advanced-survey-player .form-inline .radio,
    advanced-survey-player .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      advanced-survey-player .form-inline .radio label,
      advanced-survey-player .form-inline .checkbox label {
        padding-left: 0; }
    advanced-survey-player .form-inline .radio input[type="radio"],
    advanced-survey-player .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    advanced-survey-player .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
advanced-survey-player .form-horizontal .radio,
  advanced-survey-player .form-horizontal .checkbox,
  advanced-survey-player .form-horizontal .radio-inline,
  advanced-survey-player .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0; }
advanced-survey-player .form-horizontal .radio,
  advanced-survey-player .form-horizontal .checkbox {
    min-height: 27px; }
advanced-survey-player .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
advanced-survey-player .form-horizontal .form-group:before, advanced-survey-player .form-horizontal .form-group:after {
      display: table;
      content: " "; }
advanced-survey-player .form-horizontal .form-group:after {
      clear: both; }
@media (min-width: 768px) {
    advanced-survey-player .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
advanced-survey-player .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
@media (min-width: 768px) {
    advanced-survey-player .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
@media (min-width: 768px) {
    advanced-survey-player .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
advanced-survey-player .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
advanced-survey-player .btn:focus, advanced-survey-player .btn.focus, advanced-survey-player .btn:active:focus, advanced-survey-player .btn:active.focus, advanced-survey-player .btn.active:focus, advanced-survey-player .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
advanced-survey-player .btn:hover, advanced-survey-player .btn:focus, advanced-survey-player .btn.focus {
      color: #333;
      text-decoration: none; }
advanced-survey-player .btn:active, advanced-survey-player .btn.active {
      background-image: none;
      outline: 0;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
advanced-survey-player .btn.disabled, advanced-survey-player .btn[disabled],
    fieldset[disabled] advanced-survey-player .btn {
      cursor: not-allowed;
      filter: alpha(opacity=65);
      opacity: 0.65;
      box-shadow: none; }
advanced-survey-player a.btn.disabled,
  fieldset[disabled] advanced-survey-player a.btn {
    pointer-events: none; }
advanced-survey-player .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
advanced-survey-player .btn-default:focus, advanced-survey-player .btn-default.focus {
      color: #333;
      background-color: #e6e5e5;
      border-color: #8c8c8c; }
advanced-survey-player .btn-default:hover {
      color: #333;
      background-color: #e6e5e5;
      border-color: #adadad; }
advanced-survey-player .btn-default:active, advanced-survey-player .btn-default.active,
    .open > advanced-survey-player .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e5e5;
      background-image: none;
      border-color: #adadad; }
advanced-survey-player .btn-default:active:hover, advanced-survey-player .btn-default:active:focus, advanced-survey-player .btn-default:active.focus, advanced-survey-player .btn-default.active:hover, advanced-survey-player .btn-default.active:focus, advanced-survey-player .btn-default.active.focus,
      .open > advanced-survey-player .btn-default.dropdown-toggle:hover,
      .open > advanced-survey-player .btn-default.dropdown-toggle:focus,
      .open > advanced-survey-player .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
advanced-survey-player .btn-default.disabled:hover, advanced-survey-player .btn-default.disabled:focus, advanced-survey-player .btn-default.disabled.focus, advanced-survey-player .btn-default[disabled]:hover, advanced-survey-player .btn-default[disabled]:focus, advanced-survey-player .btn-default[disabled].focus,
    fieldset[disabled] advanced-survey-player .btn-default:hover,
    fieldset[disabled] advanced-survey-player .btn-default:focus,
    fieldset[disabled] advanced-survey-player .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
advanced-survey-player .btn-default .badge {
      color: #fff;
      background-color: #333; }
advanced-survey-player .btn-primary {
    color: #fff;
    background-color: #00a398;
    border-color: #008a80; }
advanced-survey-player .btn-primary:focus, advanced-survey-player .btn-primary.focus {
      color: #fff;
      background-color: #007068;
      border-color: #000a09; }
advanced-survey-player .btn-primary:hover {
      color: #fff;
      background-color: #007068;
      border-color: #004c47; }
advanced-survey-player .btn-primary:active, advanced-survey-player .btn-primary.active,
    .open > advanced-survey-player .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #007068;
      background-image: none;
      border-color: #004c47; }
advanced-survey-player .btn-primary:active:hover, advanced-survey-player .btn-primary:active:focus, advanced-survey-player .btn-primary:active.focus, advanced-survey-player .btn-primary.active:hover, advanced-survey-player .btn-primary.active:focus, advanced-survey-player .btn-primary.active.focus,
      .open > advanced-survey-player .btn-primary.dropdown-toggle:hover,
      .open > advanced-survey-player .btn-primary.dropdown-toggle:focus,
      .open > advanced-survey-player .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #004c47;
        border-color: #000a09; }
advanced-survey-player .btn-primary.disabled:hover, advanced-survey-player .btn-primary.disabled:focus, advanced-survey-player .btn-primary.disabled.focus, advanced-survey-player .btn-primary[disabled]:hover, advanced-survey-player .btn-primary[disabled]:focus, advanced-survey-player .btn-primary[disabled].focus,
    fieldset[disabled] advanced-survey-player .btn-primary:hover,
    fieldset[disabled] advanced-survey-player .btn-primary:focus,
    fieldset[disabled] advanced-survey-player .btn-primary.focus {
      background-color: #00a398;
      border-color: #008a80; }
advanced-survey-player .btn-primary .badge {
      color: #00a398;
      background-color: #fff; }
advanced-survey-player .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
advanced-survey-player .btn-success:focus, advanced-survey-player .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
advanced-survey-player .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
advanced-survey-player .btn-success:active, advanced-survey-player .btn-success.active,
    .open > advanced-survey-player .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      background-image: none;
      border-color: #398439; }
advanced-survey-player .btn-success:active:hover, advanced-survey-player .btn-success:active:focus, advanced-survey-player .btn-success:active.focus, advanced-survey-player .btn-success.active:hover, advanced-survey-player .btn-success.active:focus, advanced-survey-player .btn-success.active.focus,
      .open > advanced-survey-player .btn-success.dropdown-toggle:hover,
      .open > advanced-survey-player .btn-success.dropdown-toggle:focus,
      .open > advanced-survey-player .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
advanced-survey-player .btn-success.disabled:hover, advanced-survey-player .btn-success.disabled:focus, advanced-survey-player .btn-success.disabled.focus, advanced-survey-player .btn-success[disabled]:hover, advanced-survey-player .btn-success[disabled]:focus, advanced-survey-player .btn-success[disabled].focus,
    fieldset[disabled] advanced-survey-player .btn-success:hover,
    fieldset[disabled] advanced-survey-player .btn-success:focus,
    fieldset[disabled] advanced-survey-player .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
advanced-survey-player .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
advanced-survey-player .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
advanced-survey-player .btn-info:focus, advanced-survey-player .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
advanced-survey-player .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
advanced-survey-player .btn-info:active, advanced-survey-player .btn-info.active,
    .open > advanced-survey-player .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      background-image: none;
      border-color: #269abc; }
advanced-survey-player .btn-info:active:hover, advanced-survey-player .btn-info:active:focus, advanced-survey-player .btn-info:active.focus, advanced-survey-player .btn-info.active:hover, advanced-survey-player .btn-info.active:focus, advanced-survey-player .btn-info.active.focus,
      .open > advanced-survey-player .btn-info.dropdown-toggle:hover,
      .open > advanced-survey-player .btn-info.dropdown-toggle:focus,
      .open > advanced-survey-player .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
advanced-survey-player .btn-info.disabled:hover, advanced-survey-player .btn-info.disabled:focus, advanced-survey-player .btn-info.disabled.focus, advanced-survey-player .btn-info[disabled]:hover, advanced-survey-player .btn-info[disabled]:focus, advanced-survey-player .btn-info[disabled].focus,
    fieldset[disabled] advanced-survey-player .btn-info:hover,
    fieldset[disabled] advanced-survey-player .btn-info:focus,
    fieldset[disabled] advanced-survey-player .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
advanced-survey-player .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
advanced-survey-player .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
advanced-survey-player .btn-warning:focus, advanced-survey-player .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
advanced-survey-player .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
advanced-survey-player .btn-warning:active, advanced-survey-player .btn-warning.active,
    .open > advanced-survey-player .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      background-image: none;
      border-color: #d58512; }
advanced-survey-player .btn-warning:active:hover, advanced-survey-player .btn-warning:active:focus, advanced-survey-player .btn-warning:active.focus, advanced-survey-player .btn-warning.active:hover, advanced-survey-player .btn-warning.active:focus, advanced-survey-player .btn-warning.active.focus,
      .open > advanced-survey-player .btn-warning.dropdown-toggle:hover,
      .open > advanced-survey-player .btn-warning.dropdown-toggle:focus,
      .open > advanced-survey-player .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
advanced-survey-player .btn-warning.disabled:hover, advanced-survey-player .btn-warning.disabled:focus, advanced-survey-player .btn-warning.disabled.focus, advanced-survey-player .btn-warning[disabled]:hover, advanced-survey-player .btn-warning[disabled]:focus, advanced-survey-player .btn-warning[disabled].focus,
    fieldset[disabled] advanced-survey-player .btn-warning:hover,
    fieldset[disabled] advanced-survey-player .btn-warning:focus,
    fieldset[disabled] advanced-survey-player .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
advanced-survey-player .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
advanced-survey-player .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
advanced-survey-player .btn-danger:focus, advanced-survey-player .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
advanced-survey-player .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
advanced-survey-player .btn-danger:active, advanced-survey-player .btn-danger.active,
    .open > advanced-survey-player .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      background-image: none;
      border-color: #ac2925; }
advanced-survey-player .btn-danger:active:hover, advanced-survey-player .btn-danger:active:focus, advanced-survey-player .btn-danger:active.focus, advanced-survey-player .btn-danger.active:hover, advanced-survey-player .btn-danger.active:focus, advanced-survey-player .btn-danger.active.focus,
      .open > advanced-survey-player .btn-danger.dropdown-toggle:hover,
      .open > advanced-survey-player .btn-danger.dropdown-toggle:focus,
      .open > advanced-survey-player .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
advanced-survey-player .btn-danger.disabled:hover, advanced-survey-player .btn-danger.disabled:focus, advanced-survey-player .btn-danger.disabled.focus, advanced-survey-player .btn-danger[disabled]:hover, advanced-survey-player .btn-danger[disabled]:focus, advanced-survey-player .btn-danger[disabled].focus,
    fieldset[disabled] advanced-survey-player .btn-danger:hover,
    fieldset[disabled] advanced-survey-player .btn-danger:focus,
    fieldset[disabled] advanced-survey-player .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
advanced-survey-player .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
advanced-survey-player .btn-link {
    font-weight: 400;
    color: #00a398;
    border-radius: 0; }
advanced-survey-player .btn-link, advanced-survey-player .btn-link:active, advanced-survey-player .btn-link.active, advanced-survey-player .btn-link[disabled],
    fieldset[disabled] advanced-survey-player .btn-link {
      background-color: transparent;
      box-shadow: none; }
advanced-survey-player .btn-link, advanced-survey-player .btn-link:hover, advanced-survey-player .btn-link:focus, advanced-survey-player .btn-link:active {
      border-color: transparent; }
advanced-survey-player .btn-link:hover, advanced-survey-player .btn-link:focus {
      color: #005751;
      text-decoration: underline;
      background-color: transparent; }
advanced-survey-player .btn-link[disabled]:hover, advanced-survey-player .btn-link[disabled]:focus,
    fieldset[disabled] advanced-survey-player .btn-link:hover,
    fieldset[disabled] advanced-survey-player .btn-link:focus {
      color: #777777;
      text-decoration: none; }
advanced-survey-player .btn-lg, advanced-survey-player .btn-group-lg > .btn, advanced-survey-player old-survey-player .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
advanced-survey-player .btn-sm, advanced-survey-player .btn-group-sm > .btn, advanced-survey-player old-survey-player .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
advanced-survey-player .btn-xs, advanced-survey-player .btn-group-xs > .btn, advanced-survey-player old-survey-player .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
advanced-survey-player .btn-block {
    display: block;
    width: 100%; }
advanced-survey-player .btn-block + .btn-block {
    margin-top: 5px; }
advanced-survey-player input[type="submit"].btn-block,
  advanced-survey-player input[type="reset"].btn-block,
  advanced-survey-player input[type="button"].btn-block {
    width: 100%; }
advanced-survey-player .fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
advanced-survey-player .fade.in {
      opacity: 1; }
advanced-survey-player .collapse {
    display: none; }
advanced-survey-player .collapse.in {
      display: block; }
advanced-survey-player tr.collapse.in {
    display: table-row; }
advanced-survey-player tbody.collapse.in {
    display: table-row-group; }
advanced-survey-player .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease; }
advanced-survey-player .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
advanced-survey-player .dropup,
  advanced-survey-player .dropdown {
    position: relative; }
advanced-survey-player .dropdown-toggle:focus {
    outline: 0; }
advanced-survey-player .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
advanced-survey-player .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
advanced-survey-player .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
advanced-survey-player .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333333;
      white-space: nowrap; }
advanced-survey-player .dropdown-menu > li > a:hover, advanced-survey-player .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #ccedea; }
advanced-survey-player .dropdown-menu > .active > a, advanced-survey-player .dropdown-menu > .active > a:hover, advanced-survey-player .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #99dad6;
    outline: 0; }
advanced-survey-player .dropdown-menu > .disabled > a, advanced-survey-player .dropdown-menu > .disabled > a:hover, advanced-survey-player .dropdown-menu > .disabled > a:focus {
    color: #777777; }
advanced-survey-player .dropdown-menu > .disabled > a:hover, advanced-survey-player .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
advanced-survey-player .open > .dropdown-menu {
    display: block; }
advanced-survey-player .open > a {
    outline: 0; }
advanced-survey-player .dropdown-menu-right {
    right: 0;
    left: auto; }
advanced-survey-player .dropdown-menu-left {
    right: auto;
    left: 0; }
advanced-survey-player .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap; }
advanced-survey-player .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }
advanced-survey-player .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
advanced-survey-player .dropup .caret,
  advanced-survey-player .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }
advanced-survey-player .dropup .dropdown-menu,
  advanced-survey-player .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
@media (min-width: 768px) {
    advanced-survey-player .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    advanced-survey-player .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
advanced-survey-player .btn-group,
  advanced-survey-player .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
advanced-survey-player .btn-group > .btn,
    advanced-survey-player .btn-group-vertical > .btn {
      position: relative;
      float: left; }
advanced-survey-player .btn-group > .btn:hover, advanced-survey-player .btn-group > .btn:focus, advanced-survey-player .btn-group > .btn:active, advanced-survey-player .btn-group > .btn.active,
      advanced-survey-player .btn-group-vertical > .btn:hover,
      advanced-survey-player .btn-group-vertical > .btn:focus,
      advanced-survey-player .btn-group-vertical > .btn:active,
      advanced-survey-player .btn-group-vertical > .btn.active {
        z-index: 2; }
advanced-survey-player .btn-group .btn + .btn,
  advanced-survey-player .btn-group .btn + .btn-group,
  advanced-survey-player .btn-group .btn-group + .btn,
  advanced-survey-player .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
advanced-survey-player .btn-toolbar {
    margin-left: -5px; }
advanced-survey-player .btn-toolbar:before, advanced-survey-player .btn-toolbar:after {
      display: table;
      content: " "; }
advanced-survey-player .btn-toolbar:after {
      clear: both; }
advanced-survey-player .btn-toolbar .btn,
    advanced-survey-player .btn-toolbar .btn-group,
    advanced-survey-player .btn-toolbar .input-group {
      float: left; }
advanced-survey-player .btn-toolbar > .btn,
    advanced-survey-player .btn-toolbar > .btn-group,
    advanced-survey-player .btn-toolbar > .input-group {
      margin-left: 5px; }
advanced-survey-player .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
advanced-survey-player .btn-group > .btn:first-child {
    margin-left: 0; }
advanced-survey-player .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
advanced-survey-player .btn-group > .btn:last-child:not(:first-child),
  advanced-survey-player .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
advanced-survey-player .btn-group > .btn-group {
    float: left; }
advanced-survey-player .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
advanced-survey-player .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  advanced-survey-player .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
advanced-survey-player .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
advanced-survey-player .btn-group .dropdown-toggle:active,
  advanced-survey-player .btn-group.open .dropdown-toggle {
    outline: 0; }
advanced-survey-player .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }
advanced-survey-player .btn-group > .btn-lg + .dropdown-toggle, advanced-survey-player .btn-group-lg.btn-group > .btn + .dropdown-toggle, advanced-survey-player old-survey-player .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }
advanced-survey-player .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
advanced-survey-player .btn-group.open .dropdown-toggle.btn-link {
      box-shadow: none; }
advanced-survey-player .btn .caret {
    margin-left: 0; }
advanced-survey-player .btn-lg .caret, advanced-survey-player .btn-group-lg > .btn .caret, advanced-survey-player old-survey-player .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
advanced-survey-player .dropup .btn-lg .caret, advanced-survey-player .dropup .btn-group-lg > .btn .caret, advanced-survey-player .dropup old-survey-player .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }
advanced-survey-player .btn-group-vertical > .btn,
  advanced-survey-player .btn-group-vertical > .btn-group,
  advanced-survey-player .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
advanced-survey-player .btn-group-vertical > .btn-group:before, advanced-survey-player .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "; }
advanced-survey-player .btn-group-vertical > .btn-group:after {
    clear: both; }
advanced-survey-player .btn-group-vertical > .btn-group > .btn {
    float: none; }
advanced-survey-player .btn-group-vertical > .btn + .btn,
  advanced-survey-player .btn-group-vertical > .btn + .btn-group,
  advanced-survey-player .btn-group-vertical > .btn-group + .btn,
  advanced-survey-player .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
advanced-survey-player .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
advanced-survey-player .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
advanced-survey-player .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
advanced-survey-player .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
advanced-survey-player .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  advanced-survey-player .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
advanced-survey-player .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
advanced-survey-player .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
advanced-survey-player .btn-group-justified > .btn,
    advanced-survey-player .btn-group-justified > .btn-group {
      display: table-cell;
      float: none;
      width: 1%; }
advanced-survey-player .btn-group-justified > .btn-group .btn {
      width: 100%; }
advanced-survey-player .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
advanced-survey-player [data-toggle="buttons"] > .btn input[type="radio"],
  advanced-survey-player [data-toggle="buttons"] > .btn input[type="checkbox"],
  advanced-survey-player [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  advanced-survey-player [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
advanced-survey-player .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
advanced-survey-player .input-group[class*="col-"] {
      float: none;
      padding-right: 0;
      padding-left: 0; }
advanced-survey-player .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
advanced-survey-player .input-group .form-control:focus {
        z-index: 3; }
advanced-survey-player .input-group-addon,
  advanced-survey-player .input-group-btn,
  advanced-survey-player .input-group .form-control {
    display: table-cell; }
advanced-survey-player .input-group-addon:not(:first-child):not(:last-child),
    advanced-survey-player .input-group-btn:not(:first-child):not(:last-child),
    advanced-survey-player .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
advanced-survey-player .input-group-addon,
  advanced-survey-player .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
advanced-survey-player .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #d2d6da;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
advanced-survey-player .input-group-addon.input-sm,
    advanced-survey-player .input-group-sm > .input-group-addon,
    advanced-survey-player .input-group-sm > .input-group-btn > .input-group-addon.btn,
    advanced-survey-player old-survey-player .input-group-sm > .input-group-addon,
    advanced-survey-player old-survey-player .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px; }
advanced-survey-player .input-group-addon.input-lg,
    advanced-survey-player .input-group-lg > .input-group-addon,
    advanced-survey-player .input-group-lg > .input-group-btn > .input-group-addon.btn,
    advanced-survey-player old-survey-player .input-group-lg > .input-group-addon,
    advanced-survey-player old-survey-player .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px; }
advanced-survey-player .input-group-addon input[type="radio"],
    advanced-survey-player .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
advanced-survey-player .input-group .form-control:first-child,
  advanced-survey-player .input-group-addon:first-child,
  advanced-survey-player .input-group-btn:first-child > .btn,
  advanced-survey-player .input-group-btn:first-child > .btn-group > .btn,
  advanced-survey-player .input-group-btn:first-child > .dropdown-toggle,
  advanced-survey-player .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  advanced-survey-player .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
advanced-survey-player .input-group-addon:first-child {
    border-right: 0; }
advanced-survey-player .input-group .form-control:last-child,
  advanced-survey-player .input-group-addon:last-child,
  advanced-survey-player .input-group-btn:last-child > .btn,
  advanced-survey-player .input-group-btn:last-child > .btn-group > .btn,
  advanced-survey-player .input-group-btn:last-child > .dropdown-toggle,
  advanced-survey-player .input-group-btn:first-child > .btn:not(:first-child),
  advanced-survey-player .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
advanced-survey-player .input-group-addon:last-child {
    border-left: 0; }
advanced-survey-player .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
advanced-survey-player .input-group-btn > .btn {
      position: relative; }
advanced-survey-player .input-group-btn > .btn + .btn {
        margin-left: -1px; }
advanced-survey-player .input-group-btn > .btn:hover, advanced-survey-player .input-group-btn > .btn:focus, advanced-survey-player .input-group-btn > .btn:active {
        z-index: 2; }
advanced-survey-player .input-group-btn:first-child > .btn,
    advanced-survey-player .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
advanced-survey-player .input-group-btn:last-child > .btn,
    advanced-survey-player .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
advanced-survey-player .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
advanced-survey-player .nav:before, advanced-survey-player .nav:after {
      display: table;
      content: " "; }
advanced-survey-player .nav:after {
      clear: both; }
advanced-survey-player .nav > li {
      position: relative;
      display: block; }
advanced-survey-player .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
advanced-survey-player .nav > li > a:hover, advanced-survey-player .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
advanced-survey-player .nav > li.disabled > a {
        color: #777777; }
advanced-survey-player .nav > li.disabled > a:hover, advanced-survey-player .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          cursor: not-allowed;
          background-color: transparent; }
advanced-survey-player .nav .open > a, advanced-survey-player .nav .open > a:hover, advanced-survey-player .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #00a398; }
advanced-survey-player .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
advanced-survey-player .nav > li > a > img {
      max-width: none; }
advanced-survey-player .nav-tabs {
    border-bottom: 1px solid #ddd; }
advanced-survey-player .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
advanced-survey-player .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
advanced-survey-player .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
advanced-survey-player .nav-tabs > li.active > a, advanced-survey-player .nav-tabs > li.active > a:hover, advanced-survey-player .nav-tabs > li.active > a:focus {
        color: #d2d6da;
        cursor: default;
        background-color: #f6f7f8;
        border: 1px solid #ddd;
        border-bottom-color: transparent; }
advanced-survey-player .nav-pills > li {
    float: left; }
advanced-survey-player .nav-pills > li > a {
      border-radius: 4px; }
advanced-survey-player .nav-pills > li + li {
      margin-left: 2px; }
advanced-survey-player .nav-pills > li.active > a, advanced-survey-player .nav-pills > li.active > a:hover, advanced-survey-player .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #00a398; }
advanced-survey-player .nav-stacked > li {
    float: none; }
advanced-survey-player .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
advanced-survey-player .nav-justified, advanced-survey-player .nav-tabs.nav-justified {
    width: 100%; }
advanced-survey-player .nav-justified > li, advanced-survey-player .nav-tabs.nav-justified > li, advanced-survey-player old-survey-player .nav-tabs.nav-justified > li {
      float: none; }
advanced-survey-player .nav-justified > li > a, advanced-survey-player .nav-tabs.nav-justified > li > a, advanced-survey-player old-survey-player .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center; }
advanced-survey-player .nav-justified > .dropdown .dropdown-menu, advanced-survey-player old-survey-player .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
@media (min-width: 768px) {
      advanced-survey-player .nav-justified > li, advanced-survey-player .nav-tabs.nav-justified > li, advanced-survey-player old-survey-player .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        advanced-survey-player .nav-justified > li > a, advanced-survey-player .nav-tabs.nav-justified > li > a, advanced-survey-player old-survey-player .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
advanced-survey-player .nav-tabs-justified, advanced-survey-player .nav-tabs.nav-justified {
    border-bottom: 0; }
advanced-survey-player .nav-tabs-justified > li > a, advanced-survey-player .nav-tabs.nav-justified > li > a, advanced-survey-player old-survey-player .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
advanced-survey-player .nav-tabs-justified > .active > a, advanced-survey-player .nav-tabs.nav-justified > .active > a, advanced-survey-player old-survey-player .nav-tabs.nav-justified > .active > a,
    advanced-survey-player .nav-tabs-justified > .active > a:hover,
    advanced-survey-player .nav-tabs.nav-justified > .active > a:hover,
    advanced-survey-player old-survey-player .nav-tabs.nav-justified > .active > a:hover,
    advanced-survey-player .nav-tabs-justified > .active > a:focus,
    advanced-survey-player .nav-tabs.nav-justified > .active > a:focus,
    advanced-survey-player old-survey-player .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
@media (min-width: 768px) {
      advanced-survey-player .nav-tabs-justified > li > a, advanced-survey-player .nav-tabs.nav-justified > li > a, advanced-survey-player old-survey-player .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      advanced-survey-player .nav-tabs-justified > .active > a, advanced-survey-player .nav-tabs.nav-justified > .active > a, advanced-survey-player old-survey-player .nav-tabs.nav-justified > .active > a,
      advanced-survey-player .nav-tabs-justified > .active > a:hover,
      advanced-survey-player .nav-tabs.nav-justified > .active > a:hover,
      advanced-survey-player old-survey-player .nav-tabs.nav-justified > .active > a:hover,
      advanced-survey-player .nav-tabs-justified > .active > a:focus,
      advanced-survey-player .nav-tabs.nav-justified > .active > a:focus,
      advanced-survey-player old-survey-player .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f6f7f8; } }
advanced-survey-player .tab-content > .tab-pane {
    display: none; }
advanced-survey-player .tab-content > .active {
    display: block; }
advanced-survey-player .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
advanced-survey-player .navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
advanced-survey-player .navbar:before, advanced-survey-player .navbar:after {
      display: table;
      content: " "; }
advanced-survey-player .navbar:after {
      clear: both; }
@media (min-width: 768px) {
      advanced-survey-player .navbar {
        border-radius: 4px; } }
advanced-survey-player .navbar-header:before, advanced-survey-player .navbar-header:after {
    display: table;
    content: " "; }
advanced-survey-player .navbar-header:after {
    clear: both; }
@media (min-width: 768px) {
    advanced-survey-player .navbar-header {
      float: left; } }
advanced-survey-player .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
advanced-survey-player .navbar-collapse:before, advanced-survey-player .navbar-collapse:after {
      display: table;
      content: " "; }
advanced-survey-player .navbar-collapse:after {
      clear: both; }
advanced-survey-player .navbar-collapse.in {
      overflow-y: auto; }
@media (min-width: 768px) {
      advanced-survey-player .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        advanced-survey-player .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        advanced-survey-player .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top advanced-survey-player .navbar-collapse,
        .navbar-static-top advanced-survey-player .navbar-collapse,
        .navbar-fixed-bottom advanced-survey-player .navbar-collapse {
          padding-right: 0;
          padding-left: 0; } }
advanced-survey-player .navbar-fixed-top,
  advanced-survey-player .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
advanced-survey-player .navbar-fixed-top .navbar-collapse,
    advanced-survey-player .navbar-fixed-bottom .navbar-collapse {
      max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
        advanced-survey-player .navbar-fixed-top .navbar-collapse,
        advanced-survey-player .navbar-fixed-bottom .navbar-collapse {
          max-height: 200px; } }
@media (min-width: 768px) {
      advanced-survey-player .navbar-fixed-top,
      advanced-survey-player .navbar-fixed-bottom {
        border-radius: 0; } }
advanced-survey-player .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
advanced-survey-player .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
advanced-survey-player .container > .navbar-header,
  advanced-survey-player .container > .navbar-collapse,
  advanced-survey-player .container-fluid > .navbar-header,
  advanced-survey-player .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 768px) {
      advanced-survey-player .container > .navbar-header,
      advanced-survey-player .container > .navbar-collapse,
      advanced-survey-player .container-fluid > .navbar-header,
      advanced-survey-player .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
advanced-survey-player .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 768px) {
      advanced-survey-player .navbar-static-top {
        border-radius: 0; } }
advanced-survey-player .navbar-brand {
    float: left;
    height: 64px;
    padding: 22px 15px;
    font-size: 18px;
    line-height: 20px; }
advanced-survey-player .navbar-brand:hover, advanced-survey-player .navbar-brand:focus {
      text-decoration: none; }
advanced-survey-player .navbar-brand > img {
      display: block; }
@media (min-width: 768px) {
      .navbar > .container advanced-survey-player .navbar-brand,
      .navbar > .container-fluid advanced-survey-player .navbar-brand {
        margin-left: -15px; } }
advanced-survey-player .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
advanced-survey-player .navbar-toggle:focus {
      outline: 0; }
advanced-survey-player .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
advanced-survey-player .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
@media (min-width: 768px) {
      advanced-survey-player .navbar-toggle {
        display: none; } }
advanced-survey-player .navbar-nav {
    margin: 11px -15px; }
advanced-survey-player .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
@media (max-width: 767px) {
      advanced-survey-player .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        advanced-survey-player .navbar-nav .open .dropdown-menu > li > a,
        advanced-survey-player .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        advanced-survey-player .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          advanced-survey-player .navbar-nav .open .dropdown-menu > li > a:hover, advanced-survey-player .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
@media (min-width: 768px) {
      advanced-survey-player .navbar-nav {
        float: left;
        margin: 0; }
        advanced-survey-player .navbar-nav > li {
          float: left; }
          advanced-survey-player .navbar-nav > li > a {
            padding-top: 22px;
            padding-bottom: 22px; } }
advanced-survey-player .navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 768px) {
      advanced-survey-player .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      advanced-survey-player .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      advanced-survey-player .navbar-form .form-control-static {
        display: inline-block; }
      advanced-survey-player .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        advanced-survey-player .navbar-form .input-group .input-group-addon,
        advanced-survey-player .navbar-form .input-group .input-group-btn,
        advanced-survey-player .navbar-form .input-group .form-control {
          width: auto; }
      advanced-survey-player .navbar-form .input-group > .form-control {
        width: 100%; }
      advanced-survey-player .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      advanced-survey-player .navbar-form .radio,
      advanced-survey-player .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        advanced-survey-player .navbar-form .radio label,
        advanced-survey-player .navbar-form .checkbox label {
          padding-left: 0; }
      advanced-survey-player .navbar-form .radio input[type="radio"],
      advanced-survey-player .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      advanced-survey-player .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
@media (max-width: 767px) {
      advanced-survey-player .navbar-form .form-group {
        margin-bottom: 5px; }
        advanced-survey-player .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
@media (min-width: 768px) {
      advanced-survey-player .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none; } }
advanced-survey-player .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
advanced-survey-player .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
advanced-survey-player .navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px; }
advanced-survey-player .navbar-btn.btn-sm, advanced-survey-player .btn-group-sm > .navbar-btn.btn, advanced-survey-player old-survey-player .btn-group-sm > .navbar-btn.btn {
      margin-top: 17px;
      margin-bottom: 17px; }
advanced-survey-player .navbar-btn.btn-xs, advanced-survey-player .btn-group-xs > .navbar-btn.btn, advanced-survey-player old-survey-player .btn-group-xs > .navbar-btn.btn {
      margin-top: 21px;
      margin-bottom: 21px; }
advanced-survey-player .navbar-text {
    margin-top: 22px;
    margin-bottom: 22px; }
@media (min-width: 768px) {
      advanced-survey-player .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px; } }
@media (min-width: 768px) {
    advanced-survey-player .navbar-left {
      float: left !important; }
    advanced-survey-player .navbar-right {
      float: right !important;
      margin-right: -15px; }
      advanced-survey-player .navbar-right ~ .navbar-right {
        margin-right: 0; } }
advanced-survey-player .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
advanced-survey-player .navbar-default .navbar-brand {
      color: #777; }
advanced-survey-player .navbar-default .navbar-brand:hover, advanced-survey-player .navbar-default .navbar-brand:focus {
        color: #5e5d5d;
        background-color: transparent; }
advanced-survey-player .navbar-default .navbar-text {
      color: #777; }
advanced-survey-player .navbar-default .navbar-nav > li > a {
      color: #777; }
advanced-survey-player .navbar-default .navbar-nav > li > a:hover, advanced-survey-player .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: transparent; }
advanced-survey-player .navbar-default .navbar-nav > .active > a, advanced-survey-player .navbar-default .navbar-nav > .active > a:hover, advanced-survey-player .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
advanced-survey-player .navbar-default .navbar-nav > .disabled > a, advanced-survey-player .navbar-default .navbar-nav > .disabled > a:hover, advanced-survey-player .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
advanced-survey-player .navbar-default .navbar-nav > .open > a, advanced-survey-player .navbar-default .navbar-nav > .open > a:hover, advanced-survey-player .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background-color: #e7e7e7; }
@media (max-width: 767px) {
      advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
        advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
          background-color: transparent; }
      advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .active > a, advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
      advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, advanced-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
advanced-survey-player .navbar-default .navbar-toggle {
      border-color: #ddd; }
advanced-survey-player .navbar-default .navbar-toggle:hover, advanced-survey-player .navbar-default .navbar-toggle:focus {
        background-color: #ddd; }
advanced-survey-player .navbar-default .navbar-toggle .icon-bar {
        background-color: #888; }
advanced-survey-player .navbar-default .navbar-collapse,
    advanced-survey-player .navbar-default .navbar-form {
      border-color: #e7e7e7; }
advanced-survey-player .navbar-default .navbar-link {
      color: #777; }
advanced-survey-player .navbar-default .navbar-link:hover {
        color: #333; }
advanced-survey-player .navbar-default .btn-link {
      color: #777; }
advanced-survey-player .navbar-default .btn-link:hover, advanced-survey-player .navbar-default .btn-link:focus {
        color: #333; }
advanced-survey-player .navbar-default .btn-link[disabled]:hover, advanced-survey-player .navbar-default .btn-link[disabled]:focus,
      fieldset[disabled] advanced-survey-player .navbar-default .btn-link:hover,
      fieldset[disabled] advanced-survey-player .navbar-default .btn-link:focus {
        color: #ccc; }
advanced-survey-player .navbar-inverse {
    background-color: #222;
    border-color: #090909; }
advanced-survey-player .navbar-inverse .navbar-brand {
      color: #9d9d9d; }
advanced-survey-player .navbar-inverse .navbar-brand:hover, advanced-survey-player .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent; }
advanced-survey-player .navbar-inverse .navbar-text {
      color: #9d9d9d; }
advanced-survey-player .navbar-inverse .navbar-nav > li > a {
      color: #9d9d9d; }
advanced-survey-player .navbar-inverse .navbar-nav > li > a:hover, advanced-survey-player .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent; }
advanced-survey-player .navbar-inverse .navbar-nav > .active > a, advanced-survey-player .navbar-inverse .navbar-nav > .active > a:hover, advanced-survey-player .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #090909; }
advanced-survey-player .navbar-inverse .navbar-nav > .disabled > a, advanced-survey-player .navbar-inverse .navbar-nav > .disabled > a:hover, advanced-survey-player .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
advanced-survey-player .navbar-inverse .navbar-nav > .open > a, advanced-survey-player .navbar-inverse .navbar-nav > .open > a:hover, advanced-survey-player .navbar-inverse .navbar-nav > .open > a:focus {
      color: #fff;
      background-color: #090909; }
@media (max-width: 767px) {
      advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, advanced-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
advanced-survey-player .navbar-inverse .navbar-toggle {
      border-color: #333; }
advanced-survey-player .navbar-inverse .navbar-toggle:hover, advanced-survey-player .navbar-inverse .navbar-toggle:focus {
        background-color: #333; }
advanced-survey-player .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff; }
advanced-survey-player .navbar-inverse .navbar-collapse,
    advanced-survey-player .navbar-inverse .navbar-form {
      border-color: #101010; }
advanced-survey-player .navbar-inverse .navbar-link {
      color: #9d9d9d; }
advanced-survey-player .navbar-inverse .navbar-link:hover {
        color: #fff; }
advanced-survey-player .navbar-inverse .btn-link {
      color: #9d9d9d; }
advanced-survey-player .navbar-inverse .btn-link:hover, advanced-survey-player .navbar-inverse .btn-link:focus {
        color: #fff; }
advanced-survey-player .navbar-inverse .btn-link[disabled]:hover, advanced-survey-player .navbar-inverse .btn-link[disabled]:focus,
      fieldset[disabled] advanced-survey-player .navbar-inverse .btn-link:hover,
      fieldset[disabled] advanced-survey-player .navbar-inverse .btn-link:focus {
        color: #444; }
advanced-survey-player .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
advanced-survey-player .breadcrumb > li {
      display: inline-block; }
advanced-survey-player .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/ "; }
advanced-survey-player .breadcrumb > .active {
      color: #777777; }
advanced-survey-player .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
advanced-survey-player .pagination > li {
      display: inline; }
advanced-survey-player .pagination > li > a,
      advanced-survey-player .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #00a398;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd; }
advanced-survey-player .pagination > li > a:hover, advanced-survey-player .pagination > li > a:focus,
        advanced-survey-player .pagination > li > span:hover,
        advanced-survey-player .pagination > li > span:focus {
          z-index: 2;
          color: #005751;
          background-color: #eeeeee;
          border-color: #ddd; }
advanced-survey-player .pagination > li:first-child > a,
      advanced-survey-player .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
advanced-survey-player .pagination > li:last-child > a,
      advanced-survey-player .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
advanced-survey-player .pagination > .active > a, advanced-survey-player .pagination > .active > a:hover, advanced-survey-player .pagination > .active > a:focus,
    advanced-survey-player .pagination > .active > span,
    advanced-survey-player .pagination > .active > span:hover,
    advanced-survey-player .pagination > .active > span:focus {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #00a398;
      border-color: #00a398; }
advanced-survey-player .pagination > .disabled > span,
    advanced-survey-player .pagination > .disabled > span:hover,
    advanced-survey-player .pagination > .disabled > span:focus,
    advanced-survey-player .pagination > .disabled > a,
    advanced-survey-player .pagination > .disabled > a:hover,
    advanced-survey-player .pagination > .disabled > a:focus {
      color: #777777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }
advanced-survey-player .pagination-lg > li > a,
  advanced-survey-player .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
advanced-survey-player .pagination-lg > li:first-child > a,
  advanced-survey-player .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
advanced-survey-player .pagination-lg > li:last-child > a,
  advanced-survey-player .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
advanced-survey-player .pagination-sm > li > a,
  advanced-survey-player .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
advanced-survey-player .pagination-sm > li:first-child > a,
  advanced-survey-player .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
advanced-survey-player .pagination-sm > li:last-child > a,
  advanced-survey-player .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
advanced-survey-player .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none; }
advanced-survey-player .pager:before, advanced-survey-player .pager:after {
      display: table;
      content: " "; }
advanced-survey-player .pager:after {
      clear: both; }
advanced-survey-player .pager li {
      display: inline; }
advanced-survey-player .pager li > a,
      advanced-survey-player .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px; }
advanced-survey-player .pager li > a:hover,
      advanced-survey-player .pager li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
advanced-survey-player .pager .next > a,
    advanced-survey-player .pager .next > span {
      float: right; }
advanced-survey-player .pager .previous > a,
    advanced-survey-player .pager .previous > span {
      float: left; }
advanced-survey-player .pager .disabled > a,
    advanced-survey-player .pager .disabled > a:hover,
    advanced-survey-player .pager .disabled > a:focus,
    advanced-survey-player .pager .disabled > span {
      color: #777777;
      cursor: not-allowed;
      background-color: #fff; }
advanced-survey-player .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
advanced-survey-player .label:empty {
      display: none; }
.btn advanced-survey-player .label {
      position: relative;
      top: -1px; }
advanced-survey-player a.label:hover, advanced-survey-player a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
advanced-survey-player .label-default {
    background-color: #777777; }
advanced-survey-player .label-default[href]:hover, advanced-survey-player .label-default[href]:focus {
      background-color: #5e5e5e; }
advanced-survey-player .label-primary {
    background-color: #00a398; }
advanced-survey-player .label-primary[href]:hover, advanced-survey-player .label-primary[href]:focus {
      background-color: #007068; }
advanced-survey-player .label-success {
    background-color: #5cb85c; }
advanced-survey-player .label-success[href]:hover, advanced-survey-player .label-success[href]:focus {
      background-color: #449d44; }
advanced-survey-player .label-info {
    background-color: #5bc0de; }
advanced-survey-player .label-info[href]:hover, advanced-survey-player .label-info[href]:focus {
      background-color: #31b0d5; }
advanced-survey-player .label-warning {
    background-color: #f0ad4e; }
advanced-survey-player .label-warning[href]:hover, advanced-survey-player .label-warning[href]:focus {
      background-color: #ec971f; }
advanced-survey-player .label-danger {
    background-color: #d9534f; }
advanced-survey-player .label-danger[href]:hover, advanced-survey-player .label-danger[href]:focus {
      background-color: #c9302c; }
advanced-survey-player .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px; }
advanced-survey-player .badge:empty {
      display: none; }
.btn advanced-survey-player .badge {
      position: relative;
      top: -1px; }
.btn-xs advanced-survey-player .badge, advanced-survey-player .btn-group-xs > .btn advanced-survey-player .badge, old-survey-player .btn-group-xs > .btn advanced-survey-player .badge,
    .btn-group-xs > .btn advanced-survey-player .badge {
      top: 0;
      padding: 1px 5px; }
.list-group-item.active > advanced-survey-player .badge,
    .nav-pills > .active > a > advanced-survey-player .badge {
      color: #00a398;
      background-color: #fff; }
.list-group-item > advanced-survey-player .badge {
      float: right; }
.list-group-item > advanced-survey-player .badge + advanced-survey-player .badge {
      margin-right: 5px; }
.nav-pills > li > a > advanced-survey-player .badge {
      margin-left: 3px; }
advanced-survey-player a.badge:hover, advanced-survey-player a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
advanced-survey-player .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
advanced-survey-player .jumbotron h1,
    advanced-survey-player .jumbotron .h1 {
      color: inherit; }
advanced-survey-player .jumbotron p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200; }
advanced-survey-player .jumbotron > hr {
      border-top-color: #d5d5d5; }
.container advanced-survey-player .jumbotron,
    .container-fluid advanced-survey-player .jumbotron {
      padding-right: 15px;
      padding-left: 15px;
      border-radius: 6px; }
advanced-survey-player .jumbotron .container {
      max-width: 100%; }
@media screen and (min-width: 768px) {
      advanced-survey-player .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container advanced-survey-player .jumbotron,
        .container-fluid advanced-survey-player .jumbotron {
          padding-right: 60px;
          padding-left: 60px; }
        advanced-survey-player .jumbotron h1,
        advanced-survey-player .jumbotron .h1 {
          font-size: 63px; } }
advanced-survey-player .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f6f7f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out; }
advanced-survey-player .thumbnail > img,
    advanced-survey-player .thumbnail a > img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-right: auto;
      margin-left: auto; }
advanced-survey-player .thumbnail .caption {
      padding: 9px;
      color: #333333; }
advanced-survey-player a.thumbnail:hover,
  advanced-survey-player a.thumbnail:focus,
  advanced-survey-player a.thumbnail.active {
    border-color: #00a398; }
advanced-survey-player .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
advanced-survey-player .alert h4 {
      margin-top: 0;
      color: inherit; }
advanced-survey-player .alert .alert-link {
      font-weight: bold; }
advanced-survey-player .alert > p,
    advanced-survey-player .alert > ul {
      margin-bottom: 0; }
advanced-survey-player .alert > p + p {
      margin-top: 5px; }
advanced-survey-player .alert-dismissable,
  advanced-survey-player .alert-dismissible {
    padding-right: 35px; }
advanced-survey-player .alert-dismissable .close,
    advanced-survey-player .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
advanced-survey-player .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
advanced-survey-player .alert-success hr {
      border-top-color: #c9e2b3; }
advanced-survey-player .alert-success .alert-link {
      color: #2b542c; }
advanced-survey-player .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
advanced-survey-player .alert-info hr {
      border-top-color: #a6e1ec; }
advanced-survey-player .alert-info .alert-link {
      color: #245269; }
advanced-survey-player .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
advanced-survey-player .alert-warning hr {
      border-top-color: #f7e1b5; }
advanced-survey-player .alert-warning .alert-link {
      color: #66512c; }
advanced-survey-player .alert-danger {
    color: #db432b;
    background-color: #f2dede;
    border-color: #ebccd1; }
advanced-survey-player .alert-danger hr {
      border-top-color: #e4b9c0; }
advanced-survey-player .alert-danger .alert-link {
      color: #b4331f; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
advanced-survey-player .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
advanced-survey-player .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00a398;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease; }
advanced-survey-player .progress-striped .progress-bar,
  advanced-survey-player .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: 40px 40px; }
advanced-survey-player .progress.active .progress-bar,
  advanced-survey-player .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
advanced-survey-player .progress-bar-success {
    background-color: #5cb85c; }
.progress-striped advanced-survey-player .progress-bar-success {
      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); }
advanced-survey-player .progress-bar-info {
    background-color: #5bc0de; }
.progress-striped advanced-survey-player .progress-bar-info {
      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); }
advanced-survey-player .progress-bar-warning {
    background-color: #f0ad4e; }
.progress-striped advanced-survey-player .progress-bar-warning {
      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); }
advanced-survey-player .progress-bar-danger {
    background-color: #d9534f; }
.progress-striped advanced-survey-player .progress-bar-danger {
      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); }
advanced-survey-player .media {
    margin-top: 15px; }
advanced-survey-player .media:first-child {
      margin-top: 0; }
advanced-survey-player .media,
  advanced-survey-player .media-body {
    overflow: hidden;
    zoom: 1; }
advanced-survey-player .media-body {
    width: 10000px; }
advanced-survey-player .media-object {
    display: block; }
advanced-survey-player .media-object.img-thumbnail {
      max-width: none; }
advanced-survey-player .media-right,
  advanced-survey-player .media > .pull-right {
    padding-left: 10px; }
advanced-survey-player .media-left,
  advanced-survey-player .media > .pull-left {
    padding-right: 10px; }
advanced-survey-player .media-left,
  advanced-survey-player .media-right,
  advanced-survey-player .media-body {
    display: table-cell;
    vertical-align: top; }
advanced-survey-player .media-middle {
    vertical-align: middle; }
advanced-survey-player .media-bottom {
    vertical-align: bottom; }
advanced-survey-player .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
advanced-survey-player .media-list {
    padding-left: 0;
    list-style: none; }
advanced-survey-player .list-group {
    padding-left: 0;
    margin-bottom: 20px; }
advanced-survey-player .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
advanced-survey-player .list-group-item:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
advanced-survey-player .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
advanced-survey-player .list-group-item.disabled, advanced-survey-player .list-group-item.disabled:hover, advanced-survey-player .list-group-item.disabled:focus {
      color: #777777;
      cursor: not-allowed;
      background-color: #eeeeee; }
advanced-survey-player .list-group-item.disabled .list-group-item-heading, advanced-survey-player .list-group-item.disabled:hover .list-group-item-heading, advanced-survey-player .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit; }
advanced-survey-player .list-group-item.disabled .list-group-item-text, advanced-survey-player .list-group-item.disabled:hover .list-group-item-text, advanced-survey-player .list-group-item.disabled:focus .list-group-item-text {
        color: #777777; }
advanced-survey-player .list-group-item.active, advanced-survey-player .list-group-item.active:hover, advanced-survey-player .list-group-item.active:focus {
      z-index: 2;
      color: #fff;
      background-color: #00a398;
      border-color: #00a398; }
advanced-survey-player .list-group-item.active .list-group-item-heading,
      advanced-survey-player .list-group-item.active .list-group-item-heading > small,
      advanced-survey-player .list-group-item.active .list-group-item-heading > .small, advanced-survey-player .list-group-item.active:hover .list-group-item-heading,
      advanced-survey-player .list-group-item.active:hover .list-group-item-heading > small,
      advanced-survey-player .list-group-item.active:hover .list-group-item-heading > .small, advanced-survey-player .list-group-item.active:focus .list-group-item-heading,
      advanced-survey-player .list-group-item.active:focus .list-group-item-heading > small,
      advanced-survey-player .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit; }
advanced-survey-player .list-group-item.active .list-group-item-text, advanced-survey-player .list-group-item.active:hover .list-group-item-text, advanced-survey-player .list-group-item.active:focus .list-group-item-text {
        color: #70fff5; }
advanced-survey-player a.list-group-item,
  advanced-survey-player button.list-group-item {
    color: #555; }
advanced-survey-player a.list-group-item .list-group-item-heading,
    advanced-survey-player button.list-group-item .list-group-item-heading {
      color: #333; }
advanced-survey-player a.list-group-item:hover, advanced-survey-player a.list-group-item:focus,
    advanced-survey-player button.list-group-item:hover,
    advanced-survey-player button.list-group-item:focus {
      color: #555;
      text-decoration: none;
      background-color: #f5f5f5; }
advanced-survey-player button.list-group-item {
    width: 100%;
    text-align: left; }
advanced-survey-player .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
advanced-survey-player a.list-group-item-success,
  advanced-survey-player button.list-group-item-success {
    color: #3c763d; }
advanced-survey-player a.list-group-item-success .list-group-item-heading,
    advanced-survey-player button.list-group-item-success .list-group-item-heading {
      color: inherit; }
advanced-survey-player a.list-group-item-success:hover, advanced-survey-player a.list-group-item-success:focus,
    advanced-survey-player button.list-group-item-success:hover,
    advanced-survey-player button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
advanced-survey-player a.list-group-item-success.active, advanced-survey-player a.list-group-item-success.active:hover, advanced-survey-player a.list-group-item-success.active:focus,
    advanced-survey-player button.list-group-item-success.active,
    advanced-survey-player button.list-group-item-success.active:hover,
    advanced-survey-player button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
advanced-survey-player .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
advanced-survey-player a.list-group-item-info,
  advanced-survey-player button.list-group-item-info {
    color: #31708f; }
advanced-survey-player a.list-group-item-info .list-group-item-heading,
    advanced-survey-player button.list-group-item-info .list-group-item-heading {
      color: inherit; }
advanced-survey-player a.list-group-item-info:hover, advanced-survey-player a.list-group-item-info:focus,
    advanced-survey-player button.list-group-item-info:hover,
    advanced-survey-player button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
advanced-survey-player a.list-group-item-info.active, advanced-survey-player a.list-group-item-info.active:hover, advanced-survey-player a.list-group-item-info.active:focus,
    advanced-survey-player button.list-group-item-info.active,
    advanced-survey-player button.list-group-item-info.active:hover,
    advanced-survey-player button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
advanced-survey-player .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
advanced-survey-player a.list-group-item-warning,
  advanced-survey-player button.list-group-item-warning {
    color: #8a6d3b; }
advanced-survey-player a.list-group-item-warning .list-group-item-heading,
    advanced-survey-player button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
advanced-survey-player a.list-group-item-warning:hover, advanced-survey-player a.list-group-item-warning:focus,
    advanced-survey-player button.list-group-item-warning:hover,
    advanced-survey-player button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
advanced-survey-player a.list-group-item-warning.active, advanced-survey-player a.list-group-item-warning.active:hover, advanced-survey-player a.list-group-item-warning.active:focus,
    advanced-survey-player button.list-group-item-warning.active,
    advanced-survey-player button.list-group-item-warning.active:hover,
    advanced-survey-player button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
advanced-survey-player .list-group-item-danger {
    color: #db432b;
    background-color: #f2dede; }
advanced-survey-player a.list-group-item-danger,
  advanced-survey-player button.list-group-item-danger {
    color: #db432b; }
advanced-survey-player a.list-group-item-danger .list-group-item-heading,
    advanced-survey-player button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
advanced-survey-player a.list-group-item-danger:hover, advanced-survey-player a.list-group-item-danger:focus,
    advanced-survey-player button.list-group-item-danger:hover,
    advanced-survey-player button.list-group-item-danger:focus {
      color: #db432b;
      background-color: #ebcccc; }
advanced-survey-player a.list-group-item-danger.active, advanced-survey-player a.list-group-item-danger.active:hover, advanced-survey-player a.list-group-item-danger.active:focus,
    advanced-survey-player button.list-group-item-danger.active,
    advanced-survey-player button.list-group-item-danger.active:hover,
    advanced-survey-player button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #db432b;
      border-color: #db432b; }
advanced-survey-player .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
advanced-survey-player .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
advanced-survey-player .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
advanced-survey-player .panel-body {
    padding: 15px; }
advanced-survey-player .panel-body:before, advanced-survey-player .panel-body:after {
      display: table;
      content: " "; }
advanced-survey-player .panel-body:after {
      clear: both; }
advanced-survey-player .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
advanced-survey-player .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
advanced-survey-player .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
advanced-survey-player .panel-title > a,
    advanced-survey-player .panel-title > small,
    advanced-survey-player .panel-title > .small,
    advanced-survey-player .panel-title > small > a,
    advanced-survey-player .panel-title > .small > a {
      color: inherit; }
advanced-survey-player .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
advanced-survey-player .panel > .list-group,
  advanced-survey-player .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
advanced-survey-player .panel > .list-group .list-group-item,
    advanced-survey-player .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
advanced-survey-player .panel > .list-group:first-child .list-group-item:first-child,
    advanced-survey-player .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
advanced-survey-player .panel > .list-group:last-child .list-group-item:last-child,
    advanced-survey-player .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
advanced-survey-player .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
advanced-survey-player .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
advanced-survey-player .list-group + .panel-footer {
    border-top-width: 0; }
advanced-survey-player .panel > .table,
  advanced-survey-player .panel > .table-responsive > .table,
  advanced-survey-player .panel > .panel-collapse > .table {
    margin-bottom: 0; }
advanced-survey-player .panel > .table caption,
    advanced-survey-player .panel > .table-responsive > .table caption,
    advanced-survey-player .panel > .panel-collapse > .table caption {
      padding-right: 15px;
      padding-left: 15px; }
advanced-survey-player .panel > .table:first-child,
  advanced-survey-player .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
advanced-survey-player .panel > .table:first-child > thead:first-child > tr:first-child,
    advanced-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child,
    advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
advanced-survey-player .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      advanced-survey-player .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      advanced-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      advanced-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
advanced-survey-player .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      advanced-survey-player .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      advanced-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      advanced-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      advanced-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
advanced-survey-player .panel > .table:last-child,
  advanced-survey-player .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
advanced-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child,
    advanced-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child,
    advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
advanced-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      advanced-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      advanced-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      advanced-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
advanced-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      advanced-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      advanced-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      advanced-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      advanced-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
advanced-survey-player .panel > .panel-body + .table,
  advanced-survey-player .panel > .panel-body + .table-responsive,
  advanced-survey-player .panel > .table + .panel-body,
  advanced-survey-player .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
advanced-survey-player .panel > .table > tbody:first-child > tr:first-child th,
  advanced-survey-player .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
advanced-survey-player .panel > .table-bordered,
  advanced-survey-player .panel > .table-responsive > .table-bordered {
    border: 0; }
advanced-survey-player .panel > .table-bordered > thead > tr > th:first-child,
    advanced-survey-player .panel > .table-bordered > thead > tr > td:first-child,
    advanced-survey-player .panel > .table-bordered > tbody > tr > th:first-child,
    advanced-survey-player .panel > .table-bordered > tbody > tr > td:first-child,
    advanced-survey-player .panel > .table-bordered > tfoot > tr > th:first-child,
    advanced-survey-player .panel > .table-bordered > tfoot > tr > td:first-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
advanced-survey-player .panel > .table-bordered > thead > tr > th:last-child,
    advanced-survey-player .panel > .table-bordered > thead > tr > td:last-child,
    advanced-survey-player .panel > .table-bordered > tbody > tr > th:last-child,
    advanced-survey-player .panel > .table-bordered > tbody > tr > td:last-child,
    advanced-survey-player .panel > .table-bordered > tfoot > tr > th:last-child,
    advanced-survey-player .panel > .table-bordered > tfoot > tr > td:last-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
advanced-survey-player .panel > .table-bordered > thead > tr:first-child > td,
    advanced-survey-player .panel > .table-bordered > thead > tr:first-child > th,
    advanced-survey-player .panel > .table-bordered > tbody > tr:first-child > td,
    advanced-survey-player .panel > .table-bordered > tbody > tr:first-child > th,
    advanced-survey-player .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    advanced-survey-player .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
advanced-survey-player .panel > .table-bordered > tbody > tr:last-child > td,
    advanced-survey-player .panel > .table-bordered > tbody > tr:last-child > th,
    advanced-survey-player .panel > .table-bordered > tfoot > tr:last-child > td,
    advanced-survey-player .panel > .table-bordered > tfoot > tr:last-child > th,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    advanced-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
advanced-survey-player .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
advanced-survey-player .panel-group {
    margin-bottom: 20px; }
advanced-survey-player .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
advanced-survey-player .panel-group .panel + .panel {
        margin-top: 5px; }
advanced-survey-player .panel-group .panel-heading {
      border-bottom: 0; }
advanced-survey-player .panel-group .panel-heading + .panel-collapse > .panel-body,
      advanced-survey-player .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
advanced-survey-player .panel-group .panel-footer {
      border-top: 0; }
advanced-survey-player .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
advanced-survey-player .panel-default {
    border-color: #ddd; }
advanced-survey-player .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
advanced-survey-player .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
advanced-survey-player .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
advanced-survey-player .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
advanced-survey-player .panel-primary {
    border-color: #00a398; }
advanced-survey-player .panel-primary > .panel-heading {
      color: #fff;
      background-color: #00a398;
      border-color: #00a398; }
advanced-survey-player .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #00a398; }
advanced-survey-player .panel-primary > .panel-heading .badge {
        color: #00a398;
        background-color: #fff; }
advanced-survey-player .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #00a398; }
advanced-survey-player .panel-success {
    border-color: #d6e9c6; }
advanced-survey-player .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
advanced-survey-player .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
advanced-survey-player .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
advanced-survey-player .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
advanced-survey-player .panel-info {
    border-color: #bce8f1; }
advanced-survey-player .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
advanced-survey-player .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
advanced-survey-player .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
advanced-survey-player .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
advanced-survey-player .panel-warning {
    border-color: #faebcc; }
advanced-survey-player .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
advanced-survey-player .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
advanced-survey-player .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
advanced-survey-player .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
advanced-survey-player .panel-danger {
    border-color: #ebccd1; }
advanced-survey-player .panel-danger > .panel-heading {
      color: #db432b;
      background-color: #f2dede;
      border-color: #ebccd1; }
advanced-survey-player .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
advanced-survey-player .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #db432b; }
advanced-survey-player .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
advanced-survey-player .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
advanced-survey-player .embed-responsive .embed-responsive-item,
    advanced-survey-player .embed-responsive iframe,
    advanced-survey-player .embed-responsive embed,
    advanced-survey-player .embed-responsive object,
    advanced-survey-player .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
advanced-survey-player .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
advanced-survey-player .embed-responsive-4by3 {
    padding-bottom: 75%; }
advanced-survey-player .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
advanced-survey-player .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
advanced-survey-player .well-lg {
    padding: 24px;
    border-radius: 6px; }
advanced-survey-player .well-sm {
    padding: 9px;
    border-radius: 3px; }
advanced-survey-player .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2; }
advanced-survey-player .close:hover, advanced-survey-player .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      filter: alpha(opacity=50);
      opacity: 0.5; }
advanced-survey-player button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
advanced-survey-player .modal-open {
    overflow: hidden; }
advanced-survey-player .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
advanced-survey-player .modal.fade .modal-dialog {
      transform: translate(0, -25%);
      transition: transform 0.3s ease-out; }
advanced-survey-player .modal.in .modal-dialog {
      transform: translate(0, 0); }
advanced-survey-player .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
advanced-survey-player .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
advanced-survey-player .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0; }
advanced-survey-player .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
advanced-survey-player .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0; }
advanced-survey-player .modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: 0.5; }
advanced-survey-player .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
advanced-survey-player .modal-header:before, advanced-survey-player .modal-header:after {
      display: table;
      content: " "; }
advanced-survey-player .modal-header:after {
      clear: both; }
advanced-survey-player .modal-header .close {
    margin-top: -2px; }
advanced-survey-player .modal-title {
    margin: 0;
    line-height: 1.42857143; }
advanced-survey-player .modal-body {
    position: relative;
    padding: 15px; }
advanced-survey-player .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
advanced-survey-player .modal-footer:before, advanced-survey-player .modal-footer:after {
      display: table;
      content: " "; }
advanced-survey-player .modal-footer:after {
      clear: both; }
advanced-survey-player .modal-footer .btn + .btn {
      margin-bottom: 0;
      margin-left: 5px; }
advanced-survey-player .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
advanced-survey-player .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
advanced-survey-player .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
@media (min-width: 768px) {
    advanced-survey-player .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    advanced-survey-player .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    advanced-survey-player .modal-sm {
      width: 300px; } }
@media (min-width: 992px) {
    advanced-survey-player .modal-lg {
      width: 900px; } }
advanced-survey-player .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0; }
advanced-survey-player .tooltip.in {
      filter: alpha(opacity=90);
      opacity: 0.9; }
advanced-survey-player .tooltip.top {
      padding: 5px 0;
      margin-top: -3px; }
advanced-survey-player .tooltip.right {
      padding: 0 5px;
      margin-left: 3px; }
advanced-survey-player .tooltip.bottom {
      padding: 5px 0;
      margin-top: 3px; }
advanced-survey-player .tooltip.left {
      padding: 0 5px;
      margin-left: -3px; }
advanced-survey-player .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
advanced-survey-player .tooltip.top-left .tooltip-arrow {
      right: 5px;
      bottom: 0;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
advanced-survey-player .tooltip.top-right .tooltip-arrow {
      bottom: 0;
      left: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
advanced-survey-player .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
advanced-survey-player .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
advanced-survey-player .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
advanced-survey-player .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      right: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
advanced-survey-player .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      left: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
advanced-survey-player .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
advanced-survey-player .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
advanced-survey-player .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
advanced-survey-player .popover.top {
      margin-top: -10px; }
advanced-survey-player .popover.right {
      margin-left: 10px; }
advanced-survey-player .popover.bottom {
      margin-top: 10px; }
advanced-survey-player .popover.left {
      margin-left: -10px; }
advanced-survey-player .popover > .arrow {
      border-width: 11px; }
advanced-survey-player .popover > .arrow, advanced-survey-player .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid; }
advanced-survey-player .popover > .arrow:after {
        content: "";
        border-width: 10px; }
advanced-survey-player .popover.top > .arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: #999999;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
advanced-survey-player .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0; }
advanced-survey-player .popover.right > .arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: #999999;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
advanced-survey-player .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0; }
advanced-survey-player .popover.bottom > .arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: #999999;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
advanced-survey-player .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff; }
advanced-survey-player .popover.left > .arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: #999999;
      border-left-color: rgba(0, 0, 0, 0.25); }
advanced-survey-player .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff; }
advanced-survey-player .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
advanced-survey-player .popover-content {
    padding: 9px 14px; }
advanced-survey-player .carousel {
    position: relative; }
advanced-survey-player .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
advanced-survey-player .carousel-inner > .item {
      position: relative;
      display: none;
      transition: 0.6s ease-in-out left; }
advanced-survey-player .carousel-inner > .item > img,
      advanced-survey-player .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
        advanced-survey-player .carousel-inner > .item {
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          perspective: 1000px; }
          advanced-survey-player .carousel-inner > .item.next, advanced-survey-player .carousel-inner > .item.active.right {
            transform: translate3d(100%, 0, 0);
            left: 0; }
          advanced-survey-player .carousel-inner > .item.prev, advanced-survey-player .carousel-inner > .item.active.left {
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          advanced-survey-player .carousel-inner > .item.next.left, advanced-survey-player .carousel-inner > .item.prev.right, advanced-survey-player .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0; } }
advanced-survey-player .carousel-inner > .active,
    advanced-survey-player .carousel-inner > .next,
    advanced-survey-player .carousel-inner > .prev {
      display: block; }
advanced-survey-player .carousel-inner > .active {
      left: 0; }
advanced-survey-player .carousel-inner > .next,
    advanced-survey-player .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
advanced-survey-player .carousel-inner > .next {
      left: 100%; }
advanced-survey-player .carousel-inner > .prev {
      left: -100%; }
advanced-survey-player .carousel-inner > .next.left,
    advanced-survey-player .carousel-inner > .prev.right {
      left: 0; }
advanced-survey-player .carousel-inner > .active.left {
      left: -100%; }
advanced-survey-player .carousel-inner > .active.right {
      left: 100%; }
advanced-survey-player .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5; }
advanced-survey-player .carousel-control.left {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x; }
advanced-survey-player .carousel-control.right {
      right: 0;
      left: auto;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x; }
advanced-survey-player .carousel-control:hover, advanced-survey-player .carousel-control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      filter: alpha(opacity=90);
      opacity: 0.9; }
advanced-survey-player .carousel-control .icon-prev,
    advanced-survey-player .carousel-control .icon-next,
    advanced-survey-player .carousel-control .glyphicon-chevron-left,
    advanced-survey-player .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
      margin-top: -10px; }
advanced-survey-player .carousel-control .icon-prev,
    advanced-survey-player .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
advanced-survey-player .carousel-control .icon-next,
    advanced-survey-player .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
advanced-survey-player .carousel-control .icon-prev,
    advanced-survey-player .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      font-family: serif;
      line-height: 1; }
advanced-survey-player .carousel-control .icon-prev:before {
      content: "\2039"; }
advanced-survey-player .carousel-control .icon-next:before {
      content: "\203a"; }
advanced-survey-player .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none; }
advanced-survey-player .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid #fff;
      border-radius: 10px; }
advanced-survey-player .carousel-indicators .active {
      width: 12px;
      height: 12px;
      margin: 0;
      background-color: #fff; }
advanced-survey-player .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
advanced-survey-player .carousel-caption .btn {
      text-shadow: none; }
@media screen and (min-width: 768px) {
    advanced-survey-player .carousel-control .glyphicon-chevron-left,
    advanced-survey-player .carousel-control .glyphicon-chevron-right,
    advanced-survey-player .carousel-control .icon-prev,
    advanced-survey-player .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    advanced-survey-player .carousel-control .glyphicon-chevron-left,
    advanced-survey-player .carousel-control .icon-prev {
      margin-left: -10px; }
    advanced-survey-player .carousel-control .glyphicon-chevron-right,
    advanced-survey-player .carousel-control .icon-next {
      margin-right: -10px; }
    advanced-survey-player .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px; }
    advanced-survey-player .carousel-indicators {
      bottom: 20px; } }
advanced-survey-player .clearfix:before, advanced-survey-player .clearfix:after {
    display: table;
    content: " "; }
advanced-survey-player .clearfix:after {
    clear: both; }
advanced-survey-player .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
advanced-survey-player .pull-right {
    float: right !important; }
advanced-survey-player .pull-left {
    float: left !important; }
advanced-survey-player .hide {
    display: none !important; }
advanced-survey-player .show {
    display: block !important; }
advanced-survey-player .invisible {
    visibility: hidden; }
advanced-survey-player .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
advanced-survey-player .hidden {
    display: none !important; }
advanced-survey-player .affix {
    position: fixed; }
@-ms-viewport {
  width: device-width; }
advanced-survey-player .visible-xs {
    display: none !important; }
advanced-survey-player .visible-sm {
    display: none !important; }
advanced-survey-player .visible-md {
    display: none !important; }
advanced-survey-player .visible-lg {
    display: none !important; }
advanced-survey-player .visible-xs-block,
  advanced-survey-player .visible-xs-inline,
  advanced-survey-player .visible-xs-inline-block,
  advanced-survey-player .visible-sm-block,
  advanced-survey-player .visible-sm-inline,
  advanced-survey-player .visible-sm-inline-block,
  advanced-survey-player .visible-md-block,
  advanced-survey-player .visible-md-inline,
  advanced-survey-player .visible-md-inline-block,
  advanced-survey-player .visible-lg-block,
  advanced-survey-player .visible-lg-inline,
  advanced-survey-player .visible-lg-inline-block {
    display: none !important; }
@media (max-width: 767px) {
    advanced-survey-player .visible-xs {
      display: block !important; }
    advanced-survey-player table.visible-xs {
      display: table !important; }
    advanced-survey-player tr.visible-xs {
      display: table-row !important; }
    advanced-survey-player th.visible-xs,
    advanced-survey-player td.visible-xs {
      display: table-cell !important; } }
@media (max-width: 767px) {
    advanced-survey-player .visible-xs-block {
      display: block !important; } }
@media (max-width: 767px) {
    advanced-survey-player .visible-xs-inline {
      display: inline !important; } }
@media (max-width: 767px) {
    advanced-survey-player .visible-xs-inline-block {
      display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    advanced-survey-player .visible-sm {
      display: block !important; }
    advanced-survey-player table.visible-sm {
      display: table !important; }
    advanced-survey-player tr.visible-sm {
      display: table-row !important; }
    advanced-survey-player th.visible-sm,
    advanced-survey-player td.visible-sm {
      display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    advanced-survey-player .visible-sm-block {
      display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    advanced-survey-player .visible-sm-inline {
      display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    advanced-survey-player .visible-sm-inline-block {
      display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    advanced-survey-player .visible-md {
      display: block !important; }
    advanced-survey-player table.visible-md {
      display: table !important; }
    advanced-survey-player tr.visible-md {
      display: table-row !important; }
    advanced-survey-player th.visible-md,
    advanced-survey-player td.visible-md {
      display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    advanced-survey-player .visible-md-block {
      display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    advanced-survey-player .visible-md-inline {
      display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    advanced-survey-player .visible-md-inline-block {
      display: inline-block !important; } }
@media (min-width: 1200px) {
    advanced-survey-player .visible-lg {
      display: block !important; }
    advanced-survey-player table.visible-lg {
      display: table !important; }
    advanced-survey-player tr.visible-lg {
      display: table-row !important; }
    advanced-survey-player th.visible-lg,
    advanced-survey-player td.visible-lg {
      display: table-cell !important; } }
@media (min-width: 1200px) {
    advanced-survey-player .visible-lg-block {
      display: block !important; } }
@media (min-width: 1200px) {
    advanced-survey-player .visible-lg-inline {
      display: inline !important; } }
@media (min-width: 1200px) {
    advanced-survey-player .visible-lg-inline-block {
      display: inline-block !important; } }
@media (max-width: 767px) {
    advanced-survey-player .hidden-xs {
      display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    advanced-survey-player .hidden-sm {
      display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    advanced-survey-player .hidden-md {
      display: none !important; } }
@media (min-width: 1200px) {
    advanced-survey-player .hidden-lg {
      display: none !important; } }
advanced-survey-player .visible-print {
    display: none !important; }
@media print {
    advanced-survey-player .visible-print {
      display: block !important; }
    advanced-survey-player table.visible-print {
      display: table !important; }
    advanced-survey-player tr.visible-print {
      display: table-row !important; }
    advanced-survey-player th.visible-print,
    advanced-survey-player td.visible-print {
      display: table-cell !important; } }
advanced-survey-player .visible-print-block {
    display: none !important; }
@media print {
      advanced-survey-player .visible-print-block {
        display: block !important; } }
advanced-survey-player .visible-print-inline {
    display: none !important; }
@media print {
      advanced-survey-player .visible-print-inline {
        display: inline !important; } }
advanced-survey-player .visible-print-inline-block {
    display: none !important; }
@media print {
      advanced-survey-player .visible-print-inline-block {
        display: inline-block !important; } }
@media print {
    advanced-survey-player .hidden-print {
      display: none !important; } }
advanced-survey-player .sp2-review .formio-component.has-feedback:hover {
    outline: 3px dashed #89B3FF; }
advanced-survey-player .sp2-review .formio-component.has-feedback.reviewing {
    background-color: #89B3FF;
    padding: 10px; }
advanced-survey-player .sp2-review .formio-component.has-feedback.reviewing input[type="text"],
    advanced-survey-player .sp2-review .formio-component.has-feedback.reviewing textarea {
      background-color: #89B3FF; }
advanced-survey-player .sp2-review .formio-component.has-feedback.reviewing .form-control,
    advanced-survey-player .sp2-review .formio-component.has-feedback.reviewing .choices__item.choices__item--selectable {
      background-color: #89B3FF; }
advanced-survey-player .choices__input {
    background-color: inherit; }
advanced-survey-player div.form-control {
    height: auto; }
advanced-survey-player [hidden] {
    display: none !important; }
advanced-survey-player .btn-link:focus, advanced-survey-player .btn-link:active {
    outline: none; }
advanced-survey-player .sp2-upload-btn {
    position: relative;
    overflow: hidden; }
advanced-survey-player .sp2-upload-btn input {
      position: absolute;
      left: -1000px;
      top: -1000px; }
advanced-survey-player .choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==) !important; }
advanced-survey-player .choices[data-type*="text"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==) !important; }
advanced-survey-player .sp2-readonly .btn-wizard-nav-cancel,
  advanced-survey-player .sp2-readonly .btn-wizard-nav-submit,
  advanced-survey-player .sp2-readonly .btn-wizard-nav-reset_page {
    display: none; }
advanced-survey-player .sp2-without-saveAndExit .btn-wizard-nav-saveAndExit,
  advanced-survey-player .sp2-without-submit .btn-wizard-nav-submit,
  advanced-survey-player .sp2-without-reset .btn-wizard-nav-reset_page,
  advanced-survey-player .sp2-without-updown .up-down-load,
  advanced-survey-player .sp2-without-close .btn-wizard-nav-close,
  advanced-survey-player .sp2-without-cancel .btn-wizard-nav-cancel {
    display: none; }
advanced-survey-player div.field-required:after {
    display: none; }
advanced-survey-player div.field-required > p:last-child:after {
    content: "*";
    color: #db432b;
    padding-left: 3px; }
advanced-survey-player div.field-required br:last-child {
    display: none; }
advanced-survey-player .list-inline.wizard-nav > li {
    padding-left: 0 !important;
    padding-right: 0 !important; }
advanced-survey-player .list-inline.wizard-nav > li .btn {
      margin-left: 5px !important;
      margin-right: 5px !important; }
advanced-survey-player .pagination > li > span {
    background-color: #EEEEEE;
    color: #2a2b2c; }
advanced-survey-player li.unvisited span {
    background-color: #FFFFFF;
    color: #4A4A4A; }
advanced-survey-player li.invalid span {
    background-color: #f4c6bf;
    color: #db432b; }
advanced-survey-player .sp-action-button,
  advanced-survey-player div.up-down-load {
    margin-bottom: 5px; }
advanced-survey-player .btn.btn-primary.btn-outline {
    border-width: 1px;
    padding: 6px 12px; }
advanced-survey-player .btn.btn-link.btn-wizard-nav-reset_page {
    text-decoration: underline;
    padding-left: 0; }
advanced-survey-player .up-down-load .btn {
    margin-left: 2px; }
advanced-survey-player .modal-dialog .modal-header .close {
    font-size: 30px;
    font-weight: 900; }
advanced-survey-player .modal-dialog .modal-footer .btn {
    padding: 8px 16px; }
advanced-survey-player .sp2-without-footer .modal-dialog {
    font-family: Roboto,sans-serif,Helvetica,Arial,sans-serif;
    line-height: 1.5; }
advanced-survey-player .sp2-without-footer .modal-dialog .modal-footer {
      display: none; }
advanced-survey-player .sp2-without-footer .modal-dialog .modal-body {
      padding: 25px; }
advanced-survey-player .panel-primary {
    border-color: #00a398; }
advanced-survey-player .panel-primary > .panel-heading {
      background-color: #00a398; }
advanced-survey-player .fileSelector a.btn.btn-primary,
  advanced-survey-player .fileSelector a.btn.btn-primary:hover {
    color: #fff; }
advanced-survey-player .pagination > .active > a,
  advanced-survey-player .pagination > .active > span,
  advanced-survey-player .pagination > .active > a:hover,
  advanced-survey-player .pagination > .active > span:hover,
  advanced-survey-player .pagination > .active > a:focus,
  advanced-survey-player .pagination > .active > span:focus {
    background-color: #00a398;
    border-color: #00a398; }
advanced-survey-player .progress-bar {
    background-color: #00a398; }
advanced-survey-player .modal-dialog .modal-header .close {
    padding: 0; }
old-survey-player {
  /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  font-size: 16px; }
old-survey-player html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
old-survey-player body {
    margin: 0; }
old-survey-player article,
  old-survey-player aside,
  old-survey-player details,
  old-survey-player figcaption,
  old-survey-player figure,
  old-survey-player footer,
  old-survey-player header,
  old-survey-player hgroup,
  old-survey-player main,
  old-survey-player menu,
  old-survey-player nav,
  old-survey-player section,
  old-survey-player summary {
    display: block; }
old-survey-player audio,
  old-survey-player canvas,
  old-survey-player progress,
  old-survey-player video {
    display: inline-block;
    vertical-align: baseline; }
old-survey-player audio:not([controls]) {
    display: none;
    height: 0; }
old-survey-player [hidden],
  old-survey-player template {
    display: none; }
old-survey-player a {
    background-color: transparent; }
old-survey-player a:active,
  old-survey-player a:hover {
    outline: 0; }
old-survey-player abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; }
old-survey-player b,
  old-survey-player strong {
    font-weight: bold; }
old-survey-player dfn {
    font-style: italic; }
old-survey-player h1 {
    font-size: 2em;
    margin: 0.67em 0; }
old-survey-player mark {
    background: #ff0;
    color: #000; }
old-survey-player small {
    font-size: 80%; }
old-survey-player sub,
  old-survey-player sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
old-survey-player sup {
    top: -0.5em; }
old-survey-player sub {
    bottom: -0.25em; }
old-survey-player img {
    border: 0; }
old-survey-player svg:not(:root) {
    overflow: hidden; }
old-survey-player figure {
    margin: 1em 40px; }
old-survey-player hr {
    box-sizing: content-box;
    height: 0; }
old-survey-player pre {
    overflow: auto; }
old-survey-player code,
  old-survey-player kbd,
  old-survey-player pre,
  old-survey-player samp {
    font-family: monospace, monospace;
    font-size: 1em; }
old-survey-player button,
  old-survey-player input,
  old-survey-player optgroup,
  old-survey-player select,
  old-survey-player textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
old-survey-player button {
    overflow: visible; }
old-survey-player button,
  old-survey-player select {
    text-transform: none; }
old-survey-player button,
  old-survey-player html input[type="button"],
  old-survey-player input[type="reset"],
  old-survey-player input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
old-survey-player button[disabled],
  old-survey-player html input[disabled] {
    cursor: default; }
old-survey-player button::-moz-focus-inner,
  old-survey-player input::-moz-focus-inner {
    border: 0;
    padding: 0; }
old-survey-player input {
    line-height: normal; }
old-survey-player input[type="checkbox"],
  old-survey-player input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
old-survey-player input[type="number"]::-webkit-inner-spin-button,
  old-survey-player input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
old-survey-player input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
old-survey-player input[type="search"]::-webkit-search-cancel-button,
  old-survey-player input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
old-survey-player fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
old-survey-player legend {
    border: 0;
    padding: 0; }
old-survey-player textarea {
    overflow: auto; }
old-survey-player optgroup {
    font-weight: bold; }
old-survey-player table {
    border-collapse: collapse;
    border-spacing: 0; }
old-survey-player td,
  old-survey-player th {
    padding: 0; }
@media print {
    old-survey-player *,
    old-survey-player *:before,
    old-survey-player *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important; }
    old-survey-player a,
    old-survey-player a:visited {
      text-decoration: underline; }
    old-survey-player a[href]:after {
      content: " (" attr(href) ")"; }
    old-survey-player abbr[title]:after {
      content: " (" attr(title) ")"; }
    old-survey-player a[href^="#"]:after,
    old-survey-player a[href^="javascript:"]:after {
      content: ""; }
    old-survey-player pre,
    old-survey-player blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    old-survey-player thead {
      display: table-header-group; }
    old-survey-player tr,
    old-survey-player img {
      page-break-inside: avoid; }
    old-survey-player img {
      max-width: 100% !important; }
    old-survey-player p,
    old-survey-player h2,
    old-survey-player h3 {
      orphans: 3;
      widows: 3; }
    old-survey-player h2,
    old-survey-player h3 {
      page-break-after: avoid; }
    old-survey-player .navbar {
      display: none; }
    old-survey-player .btn > .caret,
    old-survey-player .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    old-survey-player .label {
      border: 1px solid #000; }
    old-survey-player .table {
      border-collapse: collapse !important; }
      old-survey-player .table td,
      old-survey-player .table th {
        background-color: #fff !important; }
    old-survey-player .table-bordered th,
    old-survey-player .table-bordered td {
      border: 1px solid #ddd !important; } }
@font-face {
  font-family: "Glyphicons Halflings";
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot');
  src: url('glyphicons-halflings-regular.f4769f9bdb7466be6508.eot?#iefix') format("embedded-opentype"), url('glyphicons-halflings-regular.448c34a56d699c29117a.woff2') format("woff2"), url('glyphicons-halflings-regular.fa2772327f55d8198301.woff') format("woff"), url('glyphicons-halflings-regular.e18bbf611f2a2e43afc0.ttf') format("truetype"), url('glyphicons-halflings-regular.89889688147bd7575d63.svg#glyphicons_halflingsregular') format("svg"); }
old-survey-player .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
old-survey-player .glyphicon-asterisk:before {
    content: "\002a"; }
old-survey-player .glyphicon-plus:before {
    content: "\002b"; }
old-survey-player .glyphicon-euro:before,
  old-survey-player .glyphicon-eur:before {
    content: "\20ac"; }
old-survey-player .glyphicon-minus:before {
    content: "\2212"; }
old-survey-player .glyphicon-cloud:before {
    content: "\2601"; }
old-survey-player .glyphicon-envelope:before {
    content: "\2709"; }
old-survey-player .glyphicon-pencil:before {
    content: "\270f"; }
old-survey-player .glyphicon-glass:before {
    content: "\e001"; }
old-survey-player .glyphicon-music:before {
    content: "\e002"; }
old-survey-player .glyphicon-search:before {
    content: "\e003"; }
old-survey-player .glyphicon-heart:before {
    content: "\e005"; }
old-survey-player .glyphicon-star:before {
    content: "\e006"; }
old-survey-player .glyphicon-star-empty:before {
    content: "\e007"; }
old-survey-player .glyphicon-user:before {
    content: "\e008"; }
old-survey-player .glyphicon-film:before {
    content: "\e009"; }
old-survey-player .glyphicon-th-large:before {
    content: "\e010"; }
old-survey-player .glyphicon-th:before {
    content: "\e011"; }
old-survey-player .glyphicon-th-list:before {
    content: "\e012"; }
old-survey-player .glyphicon-ok:before {
    content: "\e013"; }
old-survey-player .glyphicon-remove:before {
    content: "\e014"; }
old-survey-player .glyphicon-zoom-in:before {
    content: "\e015"; }
old-survey-player .glyphicon-zoom-out:before {
    content: "\e016"; }
old-survey-player .glyphicon-off:before {
    content: "\e017"; }
old-survey-player .glyphicon-signal:before {
    content: "\e018"; }
old-survey-player .glyphicon-cog:before {
    content: "\e019"; }
old-survey-player .glyphicon-trash:before {
    content: "\e020"; }
old-survey-player .glyphicon-home:before {
    content: "\e021"; }
old-survey-player .glyphicon-file:before {
    content: "\e022"; }
old-survey-player .glyphicon-time:before {
    content: "\e023"; }
old-survey-player .glyphicon-road:before {
    content: "\e024"; }
old-survey-player .glyphicon-download-alt:before {
    content: "\e025"; }
old-survey-player .glyphicon-download:before {
    content: "\e026"; }
old-survey-player .glyphicon-upload:before {
    content: "\e027"; }
old-survey-player .glyphicon-inbox:before {
    content: "\e028"; }
old-survey-player .glyphicon-play-circle:before {
    content: "\e029"; }
old-survey-player .glyphicon-repeat:before {
    content: "\e030"; }
old-survey-player .glyphicon-refresh:before {
    content: "\e031"; }
old-survey-player .glyphicon-list-alt:before {
    content: "\e032"; }
old-survey-player .glyphicon-lock:before {
    content: "\e033"; }
old-survey-player .glyphicon-flag:before {
    content: "\e034"; }
old-survey-player .glyphicon-headphones:before {
    content: "\e035"; }
old-survey-player .glyphicon-volume-off:before {
    content: "\e036"; }
old-survey-player .glyphicon-volume-down:before {
    content: "\e037"; }
old-survey-player .glyphicon-volume-up:before {
    content: "\e038"; }
old-survey-player .glyphicon-qrcode:before {
    content: "\e039"; }
old-survey-player .glyphicon-barcode:before {
    content: "\e040"; }
old-survey-player .glyphicon-tag:before {
    content: "\e041"; }
old-survey-player .glyphicon-tags:before {
    content: "\e042"; }
old-survey-player .glyphicon-book:before {
    content: "\e043"; }
old-survey-player .glyphicon-bookmark:before {
    content: "\e044"; }
old-survey-player .glyphicon-print:before {
    content: "\e045"; }
old-survey-player .glyphicon-camera:before {
    content: "\e046"; }
old-survey-player .glyphicon-font:before {
    content: "\e047"; }
old-survey-player .glyphicon-bold:before {
    content: "\e048"; }
old-survey-player .glyphicon-italic:before {
    content: "\e049"; }
old-survey-player .glyphicon-text-height:before {
    content: "\e050"; }
old-survey-player .glyphicon-text-width:before {
    content: "\e051"; }
old-survey-player .glyphicon-align-left:before {
    content: "\e052"; }
old-survey-player .glyphicon-align-center:before {
    content: "\e053"; }
old-survey-player .glyphicon-align-right:before {
    content: "\e054"; }
old-survey-player .glyphicon-align-justify:before {
    content: "\e055"; }
old-survey-player .glyphicon-list:before {
    content: "\e056"; }
old-survey-player .glyphicon-indent-left:before {
    content: "\e057"; }
old-survey-player .glyphicon-indent-right:before {
    content: "\e058"; }
old-survey-player .glyphicon-facetime-video:before {
    content: "\e059"; }
old-survey-player .glyphicon-picture:before {
    content: "\e060"; }
old-survey-player .glyphicon-map-marker:before {
    content: "\e062"; }
old-survey-player .glyphicon-adjust:before {
    content: "\e063"; }
old-survey-player .glyphicon-tint:before {
    content: "\e064"; }
old-survey-player .glyphicon-edit:before {
    content: "\e065"; }
old-survey-player .glyphicon-share:before {
    content: "\e066"; }
old-survey-player .glyphicon-check:before {
    content: "\e067"; }
old-survey-player .glyphicon-move:before {
    content: "\e068"; }
old-survey-player .glyphicon-step-backward:before {
    content: "\e069"; }
old-survey-player .glyphicon-fast-backward:before {
    content: "\e070"; }
old-survey-player .glyphicon-backward:before {
    content: "\e071"; }
old-survey-player .glyphicon-play:before {
    content: "\e072"; }
old-survey-player .glyphicon-pause:before {
    content: "\e073"; }
old-survey-player .glyphicon-stop:before {
    content: "\e074"; }
old-survey-player .glyphicon-forward:before {
    content: "\e075"; }
old-survey-player .glyphicon-fast-forward:before {
    content: "\e076"; }
old-survey-player .glyphicon-step-forward:before {
    content: "\e077"; }
old-survey-player .glyphicon-eject:before {
    content: "\e078"; }
old-survey-player .glyphicon-chevron-left:before {
    content: "\e079"; }
old-survey-player .glyphicon-chevron-right:before {
    content: "\e080"; }
old-survey-player .glyphicon-plus-sign:before {
    content: "\e081"; }
old-survey-player .glyphicon-minus-sign:before {
    content: "\e082"; }
old-survey-player .glyphicon-remove-sign:before {
    content: "\e083"; }
old-survey-player .glyphicon-ok-sign:before {
    content: "\e084"; }
old-survey-player .glyphicon-question-sign:before {
    content: "\e085"; }
old-survey-player .glyphicon-info-sign:before {
    content: "\e086"; }
old-survey-player .glyphicon-screenshot:before {
    content: "\e087"; }
old-survey-player .glyphicon-remove-circle:before {
    content: "\e088"; }
old-survey-player .glyphicon-ok-circle:before {
    content: "\e089"; }
old-survey-player .glyphicon-ban-circle:before {
    content: "\e090"; }
old-survey-player .glyphicon-arrow-left:before {
    content: "\e091"; }
old-survey-player .glyphicon-arrow-right:before {
    content: "\e092"; }
old-survey-player .glyphicon-arrow-up:before {
    content: "\e093"; }
old-survey-player .glyphicon-arrow-down:before {
    content: "\e094"; }
old-survey-player .glyphicon-share-alt:before {
    content: "\e095"; }
old-survey-player .glyphicon-resize-full:before {
    content: "\e096"; }
old-survey-player .glyphicon-resize-small:before {
    content: "\e097"; }
old-survey-player .glyphicon-exclamation-sign:before {
    content: "\e101"; }
old-survey-player .glyphicon-gift:before {
    content: "\e102"; }
old-survey-player .glyphicon-leaf:before {
    content: "\e103"; }
old-survey-player .glyphicon-fire:before {
    content: "\e104"; }
old-survey-player .glyphicon-eye-open:before {
    content: "\e105"; }
old-survey-player .glyphicon-eye-close:before {
    content: "\e106"; }
old-survey-player .glyphicon-warning-sign:before {
    content: "\e107"; }
old-survey-player .glyphicon-plane:before {
    content: "\e108"; }
old-survey-player .glyphicon-calendar:before {
    content: "\e109"; }
old-survey-player .glyphicon-random:before {
    content: "\e110"; }
old-survey-player .glyphicon-comment:before {
    content: "\e111"; }
old-survey-player .glyphicon-magnet:before {
    content: "\e112"; }
old-survey-player .glyphicon-chevron-up:before {
    content: "\e113"; }
old-survey-player .glyphicon-chevron-down:before {
    content: "\e114"; }
old-survey-player .glyphicon-retweet:before {
    content: "\e115"; }
old-survey-player .glyphicon-shopping-cart:before {
    content: "\e116"; }
old-survey-player .glyphicon-folder-close:before {
    content: "\e117"; }
old-survey-player .glyphicon-folder-open:before {
    content: "\e118"; }
old-survey-player .glyphicon-resize-vertical:before {
    content: "\e119"; }
old-survey-player .glyphicon-resize-horizontal:before {
    content: "\e120"; }
old-survey-player .glyphicon-hdd:before {
    content: "\e121"; }
old-survey-player .glyphicon-bullhorn:before {
    content: "\e122"; }
old-survey-player .glyphicon-bell:before {
    content: "\e123"; }
old-survey-player .glyphicon-certificate:before {
    content: "\e124"; }
old-survey-player .glyphicon-thumbs-up:before {
    content: "\e125"; }
old-survey-player .glyphicon-thumbs-down:before {
    content: "\e126"; }
old-survey-player .glyphicon-hand-right:before {
    content: "\e127"; }
old-survey-player .glyphicon-hand-left:before {
    content: "\e128"; }
old-survey-player .glyphicon-hand-up:before {
    content: "\e129"; }
old-survey-player .glyphicon-hand-down:before {
    content: "\e130"; }
old-survey-player .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
old-survey-player .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
old-survey-player .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
old-survey-player .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
old-survey-player .glyphicon-globe:before {
    content: "\e135"; }
old-survey-player .glyphicon-wrench:before {
    content: "\e136"; }
old-survey-player .glyphicon-tasks:before {
    content: "\e137"; }
old-survey-player .glyphicon-filter:before {
    content: "\e138"; }
old-survey-player .glyphicon-briefcase:before {
    content: "\e139"; }
old-survey-player .glyphicon-fullscreen:before {
    content: "\e140"; }
old-survey-player .glyphicon-dashboard:before {
    content: "\e141"; }
old-survey-player .glyphicon-paperclip:before {
    content: "\e142"; }
old-survey-player .glyphicon-heart-empty:before {
    content: "\e143"; }
old-survey-player .glyphicon-link:before {
    content: "\e144"; }
old-survey-player .glyphicon-phone:before {
    content: "\e145"; }
old-survey-player .glyphicon-pushpin:before {
    content: "\e146"; }
old-survey-player .glyphicon-usd:before {
    content: "\e148"; }
old-survey-player .glyphicon-gbp:before {
    content: "\e149"; }
old-survey-player .glyphicon-sort:before {
    content: "\e150"; }
old-survey-player .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
old-survey-player .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
old-survey-player .glyphicon-sort-by-order:before {
    content: "\e153"; }
old-survey-player .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
old-survey-player .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
old-survey-player .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
old-survey-player .glyphicon-unchecked:before {
    content: "\e157"; }
old-survey-player .glyphicon-expand:before {
    content: "\e158"; }
old-survey-player .glyphicon-collapse-down:before {
    content: "\e159"; }
old-survey-player .glyphicon-collapse-up:before {
    content: "\e160"; }
old-survey-player .glyphicon-log-in:before {
    content: "\e161"; }
old-survey-player .glyphicon-flash:before {
    content: "\e162"; }
old-survey-player .glyphicon-log-out:before {
    content: "\e163"; }
old-survey-player .glyphicon-new-window:before {
    content: "\e164"; }
old-survey-player .glyphicon-record:before {
    content: "\e165"; }
old-survey-player .glyphicon-save:before {
    content: "\e166"; }
old-survey-player .glyphicon-open:before {
    content: "\e167"; }
old-survey-player .glyphicon-saved:before {
    content: "\e168"; }
old-survey-player .glyphicon-import:before {
    content: "\e169"; }
old-survey-player .glyphicon-export:before {
    content: "\e170"; }
old-survey-player .glyphicon-send:before {
    content: "\e171"; }
old-survey-player .glyphicon-floppy-disk:before {
    content: "\e172"; }
old-survey-player .glyphicon-floppy-saved:before {
    content: "\e173"; }
old-survey-player .glyphicon-floppy-remove:before {
    content: "\e174"; }
old-survey-player .glyphicon-floppy-save:before {
    content: "\e175"; }
old-survey-player .glyphicon-floppy-open:before {
    content: "\e176"; }
old-survey-player .glyphicon-credit-card:before {
    content: "\e177"; }
old-survey-player .glyphicon-transfer:before {
    content: "\e178"; }
old-survey-player .glyphicon-cutlery:before {
    content: "\e179"; }
old-survey-player .glyphicon-header:before {
    content: "\e180"; }
old-survey-player .glyphicon-compressed:before {
    content: "\e181"; }
old-survey-player .glyphicon-earphone:before {
    content: "\e182"; }
old-survey-player .glyphicon-phone-alt:before {
    content: "\e183"; }
old-survey-player .glyphicon-tower:before {
    content: "\e184"; }
old-survey-player .glyphicon-stats:before {
    content: "\e185"; }
old-survey-player .glyphicon-sd-video:before {
    content: "\e186"; }
old-survey-player .glyphicon-hd-video:before {
    content: "\e187"; }
old-survey-player .glyphicon-subtitles:before {
    content: "\e188"; }
old-survey-player .glyphicon-sound-stereo:before {
    content: "\e189"; }
old-survey-player .glyphicon-sound-dolby:before {
    content: "\e190"; }
old-survey-player .glyphicon-sound-5-1:before {
    content: "\e191"; }
old-survey-player .glyphicon-sound-6-1:before {
    content: "\e192"; }
old-survey-player .glyphicon-sound-7-1:before {
    content: "\e193"; }
old-survey-player .glyphicon-copyright-mark:before {
    content: "\e194"; }
old-survey-player .glyphicon-registration-mark:before {
    content: "\e195"; }
old-survey-player .glyphicon-cloud-download:before {
    content: "\e197"; }
old-survey-player .glyphicon-cloud-upload:before {
    content: "\e198"; }
old-survey-player .glyphicon-tree-conifer:before {
    content: "\e199"; }
old-survey-player .glyphicon-tree-deciduous:before {
    content: "\e200"; }
old-survey-player .glyphicon-cd:before {
    content: "\e201"; }
old-survey-player .glyphicon-save-file:before {
    content: "\e202"; }
old-survey-player .glyphicon-open-file:before {
    content: "\e203"; }
old-survey-player .glyphicon-level-up:before {
    content: "\e204"; }
old-survey-player .glyphicon-copy:before {
    content: "\e205"; }
old-survey-player .glyphicon-paste:before {
    content: "\e206"; }
old-survey-player .glyphicon-alert:before {
    content: "\e209"; }
old-survey-player .glyphicon-equalizer:before {
    content: "\e210"; }
old-survey-player .glyphicon-king:before {
    content: "\e211"; }
old-survey-player .glyphicon-queen:before {
    content: "\e212"; }
old-survey-player .glyphicon-pawn:before {
    content: "\e213"; }
old-survey-player .glyphicon-bishop:before {
    content: "\e214"; }
old-survey-player .glyphicon-knight:before {
    content: "\e215"; }
old-survey-player .glyphicon-baby-formula:before {
    content: "\e216"; }
old-survey-player .glyphicon-tent:before {
    content: "\26fa"; }
old-survey-player .glyphicon-blackboard:before {
    content: "\e218"; }
old-survey-player .glyphicon-bed:before {
    content: "\e219"; }
old-survey-player .glyphicon-apple:before {
    content: "\f8ff"; }
old-survey-player .glyphicon-erase:before {
    content: "\e221"; }
old-survey-player .glyphicon-hourglass:before {
    content: "\231b"; }
old-survey-player .glyphicon-lamp:before {
    content: "\e223"; }
old-survey-player .glyphicon-duplicate:before {
    content: "\e224"; }
old-survey-player .glyphicon-piggy-bank:before {
    content: "\e225"; }
old-survey-player .glyphicon-scissors:before {
    content: "\e226"; }
old-survey-player .glyphicon-bitcoin:before {
    content: "\e227"; }
old-survey-player .glyphicon-btc:before {
    content: "\e227"; }
old-survey-player .glyphicon-xbt:before {
    content: "\e227"; }
old-survey-player .glyphicon-yen:before {
    content: "\00a5"; }
old-survey-player .glyphicon-jpy:before {
    content: "\00a5"; }
old-survey-player .glyphicon-ruble:before {
    content: "\20bd"; }
old-survey-player .glyphicon-rub:before {
    content: "\20bd"; }
old-survey-player .glyphicon-scale:before {
    content: "\e230"; }
old-survey-player .glyphicon-ice-lolly:before {
    content: "\e231"; }
old-survey-player .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
old-survey-player .glyphicon-education:before {
    content: "\e233"; }
old-survey-player .glyphicon-option-horizontal:before {
    content: "\e234"; }
old-survey-player .glyphicon-option-vertical:before {
    content: "\e235"; }
old-survey-player .glyphicon-menu-hamburger:before {
    content: "\e236"; }
old-survey-player .glyphicon-modal-window:before {
    content: "\e237"; }
old-survey-player .glyphicon-oil:before {
    content: "\e238"; }
old-survey-player .glyphicon-grain:before {
    content: "\e239"; }
old-survey-player .glyphicon-sunglasses:before {
    content: "\e240"; }
old-survey-player .glyphicon-text-size:before {
    content: "\e241"; }
old-survey-player .glyphicon-text-color:before {
    content: "\e242"; }
old-survey-player .glyphicon-text-background:before {
    content: "\e243"; }
old-survey-player .glyphicon-object-align-top:before {
    content: "\e244"; }
old-survey-player .glyphicon-object-align-bottom:before {
    content: "\e245"; }
old-survey-player .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
old-survey-player .glyphicon-object-align-left:before {
    content: "\e247"; }
old-survey-player .glyphicon-object-align-vertical:before {
    content: "\e248"; }
old-survey-player .glyphicon-object-align-right:before {
    content: "\e249"; }
old-survey-player .glyphicon-triangle-right:before {
    content: "\e250"; }
old-survey-player .glyphicon-triangle-left:before {
    content: "\e251"; }
old-survey-player .glyphicon-triangle-bottom:before {
    content: "\e252"; }
old-survey-player .glyphicon-triangle-top:before {
    content: "\e253"; }
old-survey-player .glyphicon-console:before {
    content: "\e254"; }
old-survey-player .glyphicon-superscript:before {
    content: "\e255"; }
old-survey-player .glyphicon-subscript:before {
    content: "\e256"; }
old-survey-player .glyphicon-menu-left:before {
    content: "\e257"; }
old-survey-player .glyphicon-menu-right:before {
    content: "\e258"; }
old-survey-player .glyphicon-menu-down:before {
    content: "\e259"; }
old-survey-player .glyphicon-menu-up:before {
    content: "\e260"; }
old-survey-player * {
    box-sizing: border-box; }
old-survey-player *:before,
  old-survey-player *:after {
    box-sizing: border-box; }
old-survey-player html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
old-survey-player body {
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f6f7f8; }
old-survey-player input,
  old-survey-player button,
  old-survey-player select,
  old-survey-player textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
old-survey-player a {
    color: #00a398;
    text-decoration: none; }
old-survey-player a:hover, old-survey-player a:focus {
      color: #005751;
      text-decoration: underline; }
old-survey-player a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
old-survey-player figure {
    margin: 0; }
old-survey-player img {
    vertical-align: middle; }
old-survey-player .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
old-survey-player .img-rounded {
    border-radius: 6px; }
old-survey-player .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f6f7f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
old-survey-player .img-circle {
    border-radius: 50%; }
old-survey-player hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
old-survey-player .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
old-survey-player .sr-only-focusable:active, old-survey-player .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
old-survey-player [role="button"] {
    cursor: pointer; }
old-survey-player h1, old-survey-player h2, old-survey-player h3, old-survey-player h4, old-survey-player h5, old-survey-player h6,
  old-survey-player .h1, old-survey-player .h2, old-survey-player .h3, old-survey-player .h4, old-survey-player .h5, old-survey-player .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
old-survey-player h1 small,
    old-survey-player h1 .small, old-survey-player h2 small,
    old-survey-player h2 .small, old-survey-player h3 small,
    old-survey-player h3 .small, old-survey-player h4 small,
    old-survey-player h4 .small, old-survey-player h5 small,
    old-survey-player h5 .small, old-survey-player h6 small,
    old-survey-player h6 .small,
    old-survey-player .h1 small,
    old-survey-player .h1 .small, old-survey-player .h2 small,
    old-survey-player .h2 .small, old-survey-player .h3 small,
    old-survey-player .h3 .small, old-survey-player .h4 small,
    old-survey-player .h4 .small, old-survey-player .h5 small,
    old-survey-player .h5 .small, old-survey-player .h6 small,
    old-survey-player .h6 .small {
      font-weight: 400;
      line-height: 1;
      color: #777777; }
old-survey-player h1, old-survey-player .h1,
  old-survey-player h2, old-survey-player .h2,
  old-survey-player h3, old-survey-player .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
old-survey-player h1 small,
    old-survey-player h1 .small, old-survey-player .h1 small,
    old-survey-player .h1 .small,
    old-survey-player h2 small,
    old-survey-player h2 .small, old-survey-player .h2 small,
    old-survey-player .h2 .small,
    old-survey-player h3 small,
    old-survey-player h3 .small, old-survey-player .h3 small,
    old-survey-player .h3 .small {
      font-size: 65%; }
old-survey-player h4, old-survey-player .h4,
  old-survey-player h5, old-survey-player .h5,
  old-survey-player h6, old-survey-player .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
old-survey-player h4 small,
    old-survey-player h4 .small, old-survey-player .h4 small,
    old-survey-player .h4 .small,
    old-survey-player h5 small,
    old-survey-player h5 .small, old-survey-player .h5 small,
    old-survey-player .h5 .small,
    old-survey-player h6 small,
    old-survey-player h6 .small, old-survey-player .h6 small,
    old-survey-player .h6 .small {
      font-size: 75%; }
old-survey-player h1, old-survey-player .h1 {
    font-size: 36px; }
old-survey-player h2, old-survey-player .h2 {
    font-size: 30px; }
old-survey-player h3, old-survey-player .h3 {
    font-size: 24px; }
old-survey-player h4, old-survey-player .h4 {
    font-size: 18px; }
old-survey-player h5, old-survey-player .h5 {
    font-size: 14px; }
old-survey-player h6, old-survey-player .h6 {
    font-size: 12px; }
old-survey-player p {
    margin: 0 0 10px; }
old-survey-player .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
      old-survey-player .lead {
        font-size: 21px; } }
old-survey-player small,
  old-survey-player .small {
    font-size: 85%; }
old-survey-player mark,
  old-survey-player .mark {
    padding: .2em;
    background-color: #fcf8e3; }
old-survey-player .text-left {
    text-align: left; }
old-survey-player .text-right {
    text-align: right; }
old-survey-player .text-center {
    text-align: center; }
old-survey-player .text-justify {
    text-align: justify; }
old-survey-player .text-nowrap {
    white-space: nowrap; }
old-survey-player .text-lowercase {
    text-transform: lowercase; }
old-survey-player .text-uppercase, old-survey-player .initialism {
    text-transform: uppercase; }
old-survey-player .text-capitalize {
    text-transform: capitalize; }
old-survey-player .text-muted {
    color: #777777; }
old-survey-player .text-primary {
    color: #00a398; }
old-survey-player a.text-primary:hover,
  old-survey-player a.text-primary:focus {
    color: #007068; }
old-survey-player .text-success {
    color: #3c763d; }
old-survey-player a.text-success:hover,
  old-survey-player a.text-success:focus {
    color: #2b542c; }
old-survey-player .text-info {
    color: #31708f; }
old-survey-player a.text-info:hover,
  old-survey-player a.text-info:focus {
    color: #245269; }
old-survey-player .text-warning {
    color: #8a6d3b; }
old-survey-player a.text-warning:hover,
  old-survey-player a.text-warning:focus {
    color: #66512c; }
old-survey-player .text-danger {
    color: #db432b; }
old-survey-player a.text-danger:hover,
  old-survey-player a.text-danger:focus {
    color: #b4331f; }
old-survey-player .bg-primary {
    color: #fff; }
old-survey-player .bg-primary {
    background-color: #00a398; }
old-survey-player a.bg-primary:hover,
  old-survey-player a.bg-primary:focus {
    background-color: #007068; }
old-survey-player .bg-success {
    background-color: #dff0d8; }
old-survey-player a.bg-success:hover,
  old-survey-player a.bg-success:focus {
    background-color: #c1e2b3; }
old-survey-player .bg-info {
    background-color: #d9edf7; }
old-survey-player a.bg-info:hover,
  old-survey-player a.bg-info:focus {
    background-color: #afd9ee; }
old-survey-player .bg-warning {
    background-color: #fcf8e3; }
old-survey-player a.bg-warning:hover,
  old-survey-player a.bg-warning:focus {
    background-color: #f7ecb5; }
old-survey-player .bg-danger {
    background-color: #f2dede; }
old-survey-player a.bg-danger:hover,
  old-survey-player a.bg-danger:focus {
    background-color: #e4b9b9; }
old-survey-player .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
old-survey-player ul,
  old-survey-player ol {
    margin-top: 0;
    margin-bottom: 10px; }
old-survey-player ul ul,
    old-survey-player ul ol,
    old-survey-player ol ul,
    old-survey-player ol ol {
      margin-bottom: 0; }
old-survey-player .list-unstyled {
    padding-left: 0;
    list-style: none; }
old-survey-player .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
old-survey-player .list-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px; }
old-survey-player dl {
    margin-top: 0;
    margin-bottom: 20px; }
old-survey-player dt,
  old-survey-player dd {
    line-height: 1.42857143; }
old-survey-player dt {
    font-weight: 700; }
old-survey-player dd {
    margin-left: 0; }
old-survey-player .dl-horizontal dd:before, old-survey-player .dl-horizontal dd:after {
    display: table;
    content: " "; }
old-survey-player .dl-horizontal dd:after {
    clear: both; }
@media (min-width: 768px) {
    old-survey-player .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    old-survey-player .dl-horizontal dd {
      margin-left: 180px; } }
old-survey-player abbr[title],
  old-survey-player abbr[data-original-title] {
    cursor: help; }
old-survey-player .initialism {
    font-size: 90%; }
old-survey-player blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
old-survey-player blockquote p:last-child,
    old-survey-player blockquote ul:last-child,
    old-survey-player blockquote ol:last-child {
      margin-bottom: 0; }
old-survey-player blockquote footer,
    old-survey-player blockquote small,
    old-survey-player blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857143;
      color: #777777; }
old-survey-player blockquote footer:before,
      old-survey-player blockquote small:before,
      old-survey-player blockquote .small:before {
        content: "\2014 \00A0"; }
old-survey-player .blockquote-reverse,
  old-survey-player blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
old-survey-player .blockquote-reverse footer:before,
    old-survey-player .blockquote-reverse small:before,
    old-survey-player .blockquote-reverse .small:before,
    old-survey-player blockquote.pull-right footer:before,
    old-survey-player blockquote.pull-right small:before,
    old-survey-player blockquote.pull-right .small:before {
      content: ""; }
old-survey-player .blockquote-reverse footer:after,
    old-survey-player .blockquote-reverse small:after,
    old-survey-player .blockquote-reverse .small:after,
    old-survey-player blockquote.pull-right footer:after,
    old-survey-player blockquote.pull-right small:after,
    old-survey-player blockquote.pull-right .small:after {
      content: "\00A0 \2014"; }
old-survey-player address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
old-survey-player code,
  old-survey-player kbd,
  old-survey-player pre,
  old-survey-player samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
old-survey-player code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
old-survey-player kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
old-survey-player kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700;
      box-shadow: none; }
old-survey-player pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
old-survey-player pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
old-survey-player .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
old-survey-player .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
old-survey-player .container:before, old-survey-player .container:after {
      display: table;
      content: " "; }
old-survey-player .container:after {
      clear: both; }
@media (min-width: 768px) {
      old-survey-player .container {
        width: 750px; } }
@media (min-width: 992px) {
      old-survey-player .container {
        width: 970px; } }
@media (min-width: 1200px) {
      old-survey-player .container {
        width: 1170px; } }
old-survey-player .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
old-survey-player .container-fluid:before, old-survey-player .container-fluid:after {
      display: table;
      content: " "; }
old-survey-player .container-fluid:after {
      clear: both; }
old-survey-player .row {
    margin-right: -15px;
    margin-left: -15px; }
old-survey-player .row:before, old-survey-player .row:after {
      display: table;
      content: " "; }
old-survey-player .row:after {
      clear: both; }
old-survey-player .row-no-gutters {
    margin-right: 0;
    margin-left: 0; }
old-survey-player .row-no-gutters [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
old-survey-player .col-xs-1, old-survey-player .col-sm-1, old-survey-player .col-md-1, old-survey-player .col-lg-1, old-survey-player .col-xs-2, old-survey-player .col-sm-2, old-survey-player .col-md-2, old-survey-player .col-lg-2, old-survey-player .col-xs-3, old-survey-player .col-sm-3, old-survey-player .col-md-3, old-survey-player .col-lg-3, old-survey-player .col-xs-4, old-survey-player .col-sm-4, old-survey-player .col-md-4, old-survey-player .col-lg-4, old-survey-player .col-xs-5, old-survey-player .col-sm-5, old-survey-player .col-md-5, old-survey-player .col-lg-5, old-survey-player .col-xs-6, old-survey-player .col-sm-6, old-survey-player .col-md-6, old-survey-player .col-lg-6, old-survey-player .col-xs-7, old-survey-player .col-sm-7, old-survey-player .col-md-7, old-survey-player .col-lg-7, old-survey-player .col-xs-8, old-survey-player .col-sm-8, old-survey-player .col-md-8, old-survey-player .col-lg-8, old-survey-player .col-xs-9, old-survey-player .col-sm-9, old-survey-player .col-md-9, old-survey-player .col-lg-9, old-survey-player .col-xs-10, old-survey-player .col-sm-10, old-survey-player .col-md-10, old-survey-player .col-lg-10, old-survey-player .col-xs-11, old-survey-player .col-sm-11, old-survey-player .col-md-11, old-survey-player .col-lg-11, old-survey-player .col-xs-12, old-survey-player .col-sm-12, old-survey-player .col-md-12, old-survey-player .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
old-survey-player .col-xs-1, old-survey-player .col-xs-2, old-survey-player .col-xs-3, old-survey-player .col-xs-4, old-survey-player .col-xs-5, old-survey-player .col-xs-6, old-survey-player .col-xs-7, old-survey-player .col-xs-8, old-survey-player .col-xs-9, old-survey-player .col-xs-10, old-survey-player .col-xs-11, old-survey-player .col-xs-12 {
    float: left; }
old-survey-player .col-xs-1 {
    width: 8.33333333%; }
old-survey-player .col-xs-2 {
    width: 16.66666667%; }
old-survey-player .col-xs-3 {
    width: 25%; }
old-survey-player .col-xs-4 {
    width: 33.33333333%; }
old-survey-player .col-xs-5 {
    width: 41.66666667%; }
old-survey-player .col-xs-6 {
    width: 50%; }
old-survey-player .col-xs-7 {
    width: 58.33333333%; }
old-survey-player .col-xs-8 {
    width: 66.66666667%; }
old-survey-player .col-xs-9 {
    width: 75%; }
old-survey-player .col-xs-10 {
    width: 83.33333333%; }
old-survey-player .col-xs-11 {
    width: 91.66666667%; }
old-survey-player .col-xs-12 {
    width: 100%; }
old-survey-player .col-xs-pull-0 {
    right: auto; }
old-survey-player .col-xs-pull-1 {
    right: 8.33333333%; }
old-survey-player .col-xs-pull-2 {
    right: 16.66666667%; }
old-survey-player .col-xs-pull-3 {
    right: 25%; }
old-survey-player .col-xs-pull-4 {
    right: 33.33333333%; }
old-survey-player .col-xs-pull-5 {
    right: 41.66666667%; }
old-survey-player .col-xs-pull-6 {
    right: 50%; }
old-survey-player .col-xs-pull-7 {
    right: 58.33333333%; }
old-survey-player .col-xs-pull-8 {
    right: 66.66666667%; }
old-survey-player .col-xs-pull-9 {
    right: 75%; }
old-survey-player .col-xs-pull-10 {
    right: 83.33333333%; }
old-survey-player .col-xs-pull-11 {
    right: 91.66666667%; }
old-survey-player .col-xs-pull-12 {
    right: 100%; }
old-survey-player .col-xs-push-0 {
    left: auto; }
old-survey-player .col-xs-push-1 {
    left: 8.33333333%; }
old-survey-player .col-xs-push-2 {
    left: 16.66666667%; }
old-survey-player .col-xs-push-3 {
    left: 25%; }
old-survey-player .col-xs-push-4 {
    left: 33.33333333%; }
old-survey-player .col-xs-push-5 {
    left: 41.66666667%; }
old-survey-player .col-xs-push-6 {
    left: 50%; }
old-survey-player .col-xs-push-7 {
    left: 58.33333333%; }
old-survey-player .col-xs-push-8 {
    left: 66.66666667%; }
old-survey-player .col-xs-push-9 {
    left: 75%; }
old-survey-player .col-xs-push-10 {
    left: 83.33333333%; }
old-survey-player .col-xs-push-11 {
    left: 91.66666667%; }
old-survey-player .col-xs-push-12 {
    left: 100%; }
old-survey-player .col-xs-offset-0 {
    margin-left: 0%; }
old-survey-player .col-xs-offset-1 {
    margin-left: 8.33333333%; }
old-survey-player .col-xs-offset-2 {
    margin-left: 16.66666667%; }
old-survey-player .col-xs-offset-3 {
    margin-left: 25%; }
old-survey-player .col-xs-offset-4 {
    margin-left: 33.33333333%; }
old-survey-player .col-xs-offset-5 {
    margin-left: 41.66666667%; }
old-survey-player .col-xs-offset-6 {
    margin-left: 50%; }
old-survey-player .col-xs-offset-7 {
    margin-left: 58.33333333%; }
old-survey-player .col-xs-offset-8 {
    margin-left: 66.66666667%; }
old-survey-player .col-xs-offset-9 {
    margin-left: 75%; }
old-survey-player .col-xs-offset-10 {
    margin-left: 83.33333333%; }
old-survey-player .col-xs-offset-11 {
    margin-left: 91.66666667%; }
old-survey-player .col-xs-offset-12 {
    margin-left: 100%; }
@media (min-width: 768px) {
    old-survey-player .col-sm-1, old-survey-player .col-sm-2, old-survey-player .col-sm-3, old-survey-player .col-sm-4, old-survey-player .col-sm-5, old-survey-player .col-sm-6, old-survey-player .col-sm-7, old-survey-player .col-sm-8, old-survey-player .col-sm-9, old-survey-player .col-sm-10, old-survey-player .col-sm-11, old-survey-player .col-sm-12 {
      float: left; }
    old-survey-player .col-sm-1 {
      width: 8.33333333%; }
    old-survey-player .col-sm-2 {
      width: 16.66666667%; }
    old-survey-player .col-sm-3 {
      width: 25%; }
    old-survey-player .col-sm-4 {
      width: 33.33333333%; }
    old-survey-player .col-sm-5 {
      width: 41.66666667%; }
    old-survey-player .col-sm-6 {
      width: 50%; }
    old-survey-player .col-sm-7 {
      width: 58.33333333%; }
    old-survey-player .col-sm-8 {
      width: 66.66666667%; }
    old-survey-player .col-sm-9 {
      width: 75%; }
    old-survey-player .col-sm-10 {
      width: 83.33333333%; }
    old-survey-player .col-sm-11 {
      width: 91.66666667%; }
    old-survey-player .col-sm-12 {
      width: 100%; }
    old-survey-player .col-sm-pull-0 {
      right: auto; }
    old-survey-player .col-sm-pull-1 {
      right: 8.33333333%; }
    old-survey-player .col-sm-pull-2 {
      right: 16.66666667%; }
    old-survey-player .col-sm-pull-3 {
      right: 25%; }
    old-survey-player .col-sm-pull-4 {
      right: 33.33333333%; }
    old-survey-player .col-sm-pull-5 {
      right: 41.66666667%; }
    old-survey-player .col-sm-pull-6 {
      right: 50%; }
    old-survey-player .col-sm-pull-7 {
      right: 58.33333333%; }
    old-survey-player .col-sm-pull-8 {
      right: 66.66666667%; }
    old-survey-player .col-sm-pull-9 {
      right: 75%; }
    old-survey-player .col-sm-pull-10 {
      right: 83.33333333%; }
    old-survey-player .col-sm-pull-11 {
      right: 91.66666667%; }
    old-survey-player .col-sm-pull-12 {
      right: 100%; }
    old-survey-player .col-sm-push-0 {
      left: auto; }
    old-survey-player .col-sm-push-1 {
      left: 8.33333333%; }
    old-survey-player .col-sm-push-2 {
      left: 16.66666667%; }
    old-survey-player .col-sm-push-3 {
      left: 25%; }
    old-survey-player .col-sm-push-4 {
      left: 33.33333333%; }
    old-survey-player .col-sm-push-5 {
      left: 41.66666667%; }
    old-survey-player .col-sm-push-6 {
      left: 50%; }
    old-survey-player .col-sm-push-7 {
      left: 58.33333333%; }
    old-survey-player .col-sm-push-8 {
      left: 66.66666667%; }
    old-survey-player .col-sm-push-9 {
      left: 75%; }
    old-survey-player .col-sm-push-10 {
      left: 83.33333333%; }
    old-survey-player .col-sm-push-11 {
      left: 91.66666667%; }
    old-survey-player .col-sm-push-12 {
      left: 100%; }
    old-survey-player .col-sm-offset-0 {
      margin-left: 0%; }
    old-survey-player .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    old-survey-player .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    old-survey-player .col-sm-offset-3 {
      margin-left: 25%; }
    old-survey-player .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    old-survey-player .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    old-survey-player .col-sm-offset-6 {
      margin-left: 50%; }
    old-survey-player .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    old-survey-player .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    old-survey-player .col-sm-offset-9 {
      margin-left: 75%; }
    old-survey-player .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    old-survey-player .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    old-survey-player .col-sm-offset-12 {
      margin-left: 100%; } }
@media (min-width: 992px) {
    old-survey-player .col-md-1, old-survey-player .col-md-2, old-survey-player .col-md-3, old-survey-player .col-md-4, old-survey-player .col-md-5, old-survey-player .col-md-6, old-survey-player .col-md-7, old-survey-player .col-md-8, old-survey-player .col-md-9, old-survey-player .col-md-10, old-survey-player .col-md-11, old-survey-player .col-md-12 {
      float: left; }
    old-survey-player .col-md-1 {
      width: 8.33333333%; }
    old-survey-player .col-md-2 {
      width: 16.66666667%; }
    old-survey-player .col-md-3 {
      width: 25%; }
    old-survey-player .col-md-4 {
      width: 33.33333333%; }
    old-survey-player .col-md-5 {
      width: 41.66666667%; }
    old-survey-player .col-md-6 {
      width: 50%; }
    old-survey-player .col-md-7 {
      width: 58.33333333%; }
    old-survey-player .col-md-8 {
      width: 66.66666667%; }
    old-survey-player .col-md-9 {
      width: 75%; }
    old-survey-player .col-md-10 {
      width: 83.33333333%; }
    old-survey-player .col-md-11 {
      width: 91.66666667%; }
    old-survey-player .col-md-12 {
      width: 100%; }
    old-survey-player .col-md-pull-0 {
      right: auto; }
    old-survey-player .col-md-pull-1 {
      right: 8.33333333%; }
    old-survey-player .col-md-pull-2 {
      right: 16.66666667%; }
    old-survey-player .col-md-pull-3 {
      right: 25%; }
    old-survey-player .col-md-pull-4 {
      right: 33.33333333%; }
    old-survey-player .col-md-pull-5 {
      right: 41.66666667%; }
    old-survey-player .col-md-pull-6 {
      right: 50%; }
    old-survey-player .col-md-pull-7 {
      right: 58.33333333%; }
    old-survey-player .col-md-pull-8 {
      right: 66.66666667%; }
    old-survey-player .col-md-pull-9 {
      right: 75%; }
    old-survey-player .col-md-pull-10 {
      right: 83.33333333%; }
    old-survey-player .col-md-pull-11 {
      right: 91.66666667%; }
    old-survey-player .col-md-pull-12 {
      right: 100%; }
    old-survey-player .col-md-push-0 {
      left: auto; }
    old-survey-player .col-md-push-1 {
      left: 8.33333333%; }
    old-survey-player .col-md-push-2 {
      left: 16.66666667%; }
    old-survey-player .col-md-push-3 {
      left: 25%; }
    old-survey-player .col-md-push-4 {
      left: 33.33333333%; }
    old-survey-player .col-md-push-5 {
      left: 41.66666667%; }
    old-survey-player .col-md-push-6 {
      left: 50%; }
    old-survey-player .col-md-push-7 {
      left: 58.33333333%; }
    old-survey-player .col-md-push-8 {
      left: 66.66666667%; }
    old-survey-player .col-md-push-9 {
      left: 75%; }
    old-survey-player .col-md-push-10 {
      left: 83.33333333%; }
    old-survey-player .col-md-push-11 {
      left: 91.66666667%; }
    old-survey-player .col-md-push-12 {
      left: 100%; }
    old-survey-player .col-md-offset-0 {
      margin-left: 0%; }
    old-survey-player .col-md-offset-1 {
      margin-left: 8.33333333%; }
    old-survey-player .col-md-offset-2 {
      margin-left: 16.66666667%; }
    old-survey-player .col-md-offset-3 {
      margin-left: 25%; }
    old-survey-player .col-md-offset-4 {
      margin-left: 33.33333333%; }
    old-survey-player .col-md-offset-5 {
      margin-left: 41.66666667%; }
    old-survey-player .col-md-offset-6 {
      margin-left: 50%; }
    old-survey-player .col-md-offset-7 {
      margin-left: 58.33333333%; }
    old-survey-player .col-md-offset-8 {
      margin-left: 66.66666667%; }
    old-survey-player .col-md-offset-9 {
      margin-left: 75%; }
    old-survey-player .col-md-offset-10 {
      margin-left: 83.33333333%; }
    old-survey-player .col-md-offset-11 {
      margin-left: 91.66666667%; }
    old-survey-player .col-md-offset-12 {
      margin-left: 100%; } }
@media (min-width: 1200px) {
    old-survey-player .col-lg-1, old-survey-player .col-lg-2, old-survey-player .col-lg-3, old-survey-player .col-lg-4, old-survey-player .col-lg-5, old-survey-player .col-lg-6, old-survey-player .col-lg-7, old-survey-player .col-lg-8, old-survey-player .col-lg-9, old-survey-player .col-lg-10, old-survey-player .col-lg-11, old-survey-player .col-lg-12 {
      float: left; }
    old-survey-player .col-lg-1 {
      width: 8.33333333%; }
    old-survey-player .col-lg-2 {
      width: 16.66666667%; }
    old-survey-player .col-lg-3 {
      width: 25%; }
    old-survey-player .col-lg-4 {
      width: 33.33333333%; }
    old-survey-player .col-lg-5 {
      width: 41.66666667%; }
    old-survey-player .col-lg-6 {
      width: 50%; }
    old-survey-player .col-lg-7 {
      width: 58.33333333%; }
    old-survey-player .col-lg-8 {
      width: 66.66666667%; }
    old-survey-player .col-lg-9 {
      width: 75%; }
    old-survey-player .col-lg-10 {
      width: 83.33333333%; }
    old-survey-player .col-lg-11 {
      width: 91.66666667%; }
    old-survey-player .col-lg-12 {
      width: 100%; }
    old-survey-player .col-lg-pull-0 {
      right: auto; }
    old-survey-player .col-lg-pull-1 {
      right: 8.33333333%; }
    old-survey-player .col-lg-pull-2 {
      right: 16.66666667%; }
    old-survey-player .col-lg-pull-3 {
      right: 25%; }
    old-survey-player .col-lg-pull-4 {
      right: 33.33333333%; }
    old-survey-player .col-lg-pull-5 {
      right: 41.66666667%; }
    old-survey-player .col-lg-pull-6 {
      right: 50%; }
    old-survey-player .col-lg-pull-7 {
      right: 58.33333333%; }
    old-survey-player .col-lg-pull-8 {
      right: 66.66666667%; }
    old-survey-player .col-lg-pull-9 {
      right: 75%; }
    old-survey-player .col-lg-pull-10 {
      right: 83.33333333%; }
    old-survey-player .col-lg-pull-11 {
      right: 91.66666667%; }
    old-survey-player .col-lg-pull-12 {
      right: 100%; }
    old-survey-player .col-lg-push-0 {
      left: auto; }
    old-survey-player .col-lg-push-1 {
      left: 8.33333333%; }
    old-survey-player .col-lg-push-2 {
      left: 16.66666667%; }
    old-survey-player .col-lg-push-3 {
      left: 25%; }
    old-survey-player .col-lg-push-4 {
      left: 33.33333333%; }
    old-survey-player .col-lg-push-5 {
      left: 41.66666667%; }
    old-survey-player .col-lg-push-6 {
      left: 50%; }
    old-survey-player .col-lg-push-7 {
      left: 58.33333333%; }
    old-survey-player .col-lg-push-8 {
      left: 66.66666667%; }
    old-survey-player .col-lg-push-9 {
      left: 75%; }
    old-survey-player .col-lg-push-10 {
      left: 83.33333333%; }
    old-survey-player .col-lg-push-11 {
      left: 91.66666667%; }
    old-survey-player .col-lg-push-12 {
      left: 100%; }
    old-survey-player .col-lg-offset-0 {
      margin-left: 0%; }
    old-survey-player .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    old-survey-player .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    old-survey-player .col-lg-offset-3 {
      margin-left: 25%; }
    old-survey-player .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    old-survey-player .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    old-survey-player .col-lg-offset-6 {
      margin-left: 50%; }
    old-survey-player .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    old-survey-player .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    old-survey-player .col-lg-offset-9 {
      margin-left: 75%; }
    old-survey-player .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    old-survey-player .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    old-survey-player .col-lg-offset-12 {
      margin-left: 100%; } }
old-survey-player table {
    background-color: transparent; }
old-survey-player table col[class*="col-"] {
      position: static;
      display: table-column;
      float: none; }
old-survey-player table td[class*="col-"],
    old-survey-player table th[class*="col-"] {
      position: static;
      display: table-cell;
      float: none; }
old-survey-player caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
old-survey-player th {
    text-align: left; }
old-survey-player .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
old-survey-player .table > thead > tr > th,
    old-survey-player .table > thead > tr > td,
    old-survey-player .table > tbody > tr > th,
    old-survey-player .table > tbody > tr > td,
    old-survey-player .table > tfoot > tr > th,
    old-survey-player .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top;
      border-top: 1px solid #ddd; }
old-survey-player .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
old-survey-player .table > caption + thead > tr:first-child > th,
    old-survey-player .table > caption + thead > tr:first-child > td,
    old-survey-player .table > colgroup + thead > tr:first-child > th,
    old-survey-player .table > colgroup + thead > tr:first-child > td,
    old-survey-player .table > thead:first-child > tr:first-child > th,
    old-survey-player .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
old-survey-player .table > tbody + tbody {
      border-top: 2px solid #ddd; }
old-survey-player .table .table {
      background-color: #f6f7f8; }
old-survey-player .table-condensed > thead > tr > th,
  old-survey-player .table-condensed > thead > tr > td,
  old-survey-player .table-condensed > tbody > tr > th,
  old-survey-player .table-condensed > tbody > tr > td,
  old-survey-player .table-condensed > tfoot > tr > th,
  old-survey-player .table-condensed > tfoot > tr > td {
    padding: 5px; }
old-survey-player .table-bordered {
    border: 1px solid #ddd; }
old-survey-player .table-bordered > thead > tr > th,
    old-survey-player .table-bordered > thead > tr > td,
    old-survey-player .table-bordered > tbody > tr > th,
    old-survey-player .table-bordered > tbody > tr > td,
    old-survey-player .table-bordered > tfoot > tr > th,
    old-survey-player .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
old-survey-player .table-bordered > thead > tr > th,
    old-survey-player .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
old-survey-player .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
old-survey-player .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
old-survey-player .table > thead > tr > td.active,
  old-survey-player .table > thead > tr > th.active,
  old-survey-player .table > thead > tr.active > td,
  old-survey-player .table > thead > tr.active > th,
  old-survey-player .table > tbody > tr > td.active,
  old-survey-player .table > tbody > tr > th.active,
  old-survey-player .table > tbody > tr.active > td,
  old-survey-player .table > tbody > tr.active > th,
  old-survey-player .table > tfoot > tr > td.active,
  old-survey-player .table > tfoot > tr > th.active,
  old-survey-player .table > tfoot > tr.active > td,
  old-survey-player .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
old-survey-player .table-hover > tbody > tr > td.active:hover,
  old-survey-player .table-hover > tbody > tr > th.active:hover,
  old-survey-player .table-hover > tbody > tr.active:hover > td,
  old-survey-player .table-hover > tbody > tr:hover > .active,
  old-survey-player .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
old-survey-player .table > thead > tr > td.success,
  old-survey-player .table > thead > tr > th.success,
  old-survey-player .table > thead > tr.success > td,
  old-survey-player .table > thead > tr.success > th,
  old-survey-player .table > tbody > tr > td.success,
  old-survey-player .table > tbody > tr > th.success,
  old-survey-player .table > tbody > tr.success > td,
  old-survey-player .table > tbody > tr.success > th,
  old-survey-player .table > tfoot > tr > td.success,
  old-survey-player .table > tfoot > tr > th.success,
  old-survey-player .table > tfoot > tr.success > td,
  old-survey-player .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
old-survey-player .table-hover > tbody > tr > td.success:hover,
  old-survey-player .table-hover > tbody > tr > th.success:hover,
  old-survey-player .table-hover > tbody > tr.success:hover > td,
  old-survey-player .table-hover > tbody > tr:hover > .success,
  old-survey-player .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
old-survey-player .table > thead > tr > td.info,
  old-survey-player .table > thead > tr > th.info,
  old-survey-player .table > thead > tr.info > td,
  old-survey-player .table > thead > tr.info > th,
  old-survey-player .table > tbody > tr > td.info,
  old-survey-player .table > tbody > tr > th.info,
  old-survey-player .table > tbody > tr.info > td,
  old-survey-player .table > tbody > tr.info > th,
  old-survey-player .table > tfoot > tr > td.info,
  old-survey-player .table > tfoot > tr > th.info,
  old-survey-player .table > tfoot > tr.info > td,
  old-survey-player .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
old-survey-player .table-hover > tbody > tr > td.info:hover,
  old-survey-player .table-hover > tbody > tr > th.info:hover,
  old-survey-player .table-hover > tbody > tr.info:hover > td,
  old-survey-player .table-hover > tbody > tr:hover > .info,
  old-survey-player .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
old-survey-player .table > thead > tr > td.warning,
  old-survey-player .table > thead > tr > th.warning,
  old-survey-player .table > thead > tr.warning > td,
  old-survey-player .table > thead > tr.warning > th,
  old-survey-player .table > tbody > tr > td.warning,
  old-survey-player .table > tbody > tr > th.warning,
  old-survey-player .table > tbody > tr.warning > td,
  old-survey-player .table > tbody > tr.warning > th,
  old-survey-player .table > tfoot > tr > td.warning,
  old-survey-player .table > tfoot > tr > th.warning,
  old-survey-player .table > tfoot > tr.warning > td,
  old-survey-player .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
old-survey-player .table-hover > tbody > tr > td.warning:hover,
  old-survey-player .table-hover > tbody > tr > th.warning:hover,
  old-survey-player .table-hover > tbody > tr.warning:hover > td,
  old-survey-player .table-hover > tbody > tr:hover > .warning,
  old-survey-player .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
old-survey-player .table > thead > tr > td.danger,
  old-survey-player .table > thead > tr > th.danger,
  old-survey-player .table > thead > tr.danger > td,
  old-survey-player .table > thead > tr.danger > th,
  old-survey-player .table > tbody > tr > td.danger,
  old-survey-player .table > tbody > tr > th.danger,
  old-survey-player .table > tbody > tr.danger > td,
  old-survey-player .table > tbody > tr.danger > th,
  old-survey-player .table > tfoot > tr > td.danger,
  old-survey-player .table > tfoot > tr > th.danger,
  old-survey-player .table > tfoot > tr.danger > td,
  old-survey-player .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
old-survey-player .table-hover > tbody > tr > td.danger:hover,
  old-survey-player .table-hover > tbody > tr > th.danger:hover,
  old-survey-player .table-hover > tbody > tr.danger:hover > td,
  old-survey-player .table-hover > tbody > tr:hover > .danger,
  old-survey-player .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
old-survey-player .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
@media screen and (max-width: 767px) {
      old-survey-player .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        old-survey-player .table-responsive > .table {
          margin-bottom: 0; }
          old-survey-player .table-responsive > .table > thead > tr > th,
          old-survey-player .table-responsive > .table > thead > tr > td,
          old-survey-player .table-responsive > .table > tbody > tr > th,
          old-survey-player .table-responsive > .table > tbody > tr > td,
          old-survey-player .table-responsive > .table > tfoot > tr > th,
          old-survey-player .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        old-survey-player .table-responsive > .table-bordered {
          border: 0; }
          old-survey-player .table-responsive > .table-bordered > thead > tr > th:first-child,
          old-survey-player .table-responsive > .table-bordered > thead > tr > td:first-child,
          old-survey-player .table-responsive > .table-bordered > tbody > tr > th:first-child,
          old-survey-player .table-responsive > .table-bordered > tbody > tr > td:first-child,
          old-survey-player .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          old-survey-player .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          old-survey-player .table-responsive > .table-bordered > thead > tr > th:last-child,
          old-survey-player .table-responsive > .table-bordered > thead > tr > td:last-child,
          old-survey-player .table-responsive > .table-bordered > tbody > tr > th:last-child,
          old-survey-player .table-responsive > .table-bordered > tbody > tr > td:last-child,
          old-survey-player .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          old-survey-player .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          old-survey-player .table-responsive > .table-bordered > tbody > tr:last-child > th,
          old-survey-player .table-responsive > .table-bordered > tbody > tr:last-child > td,
          old-survey-player .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          old-survey-player .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
old-survey-player fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
old-survey-player legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
old-survey-player label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }
old-survey-player input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
old-survey-player input[type="radio"],
  old-survey-player input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
old-survey-player input[type="radio"][disabled], old-survey-player input[type="radio"].disabled,
    fieldset[disabled] old-survey-player input[type="radio"],
    old-survey-player input[type="checkbox"][disabled],
    old-survey-player input[type="checkbox"].disabled,
    fieldset[disabled]
    old-survey-player input[type="checkbox"] {
      cursor: not-allowed; }
old-survey-player input[type="file"] {
    display: block; }
old-survey-player input[type="range"] {
    display: block;
    width: 100%; }
old-survey-player select[multiple],
  old-survey-player select[size] {
    height: auto; }
old-survey-player input[type="file"]:focus,
  old-survey-player input[type="radio"]:focus,
  old-survey-player input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
old-survey-player output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d2d6da; }
old-survey-player .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d2d6da;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
old-survey-player .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
old-survey-player .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
old-survey-player .form-control:-ms-input-placeholder {
      color: #999; }
old-survey-player .form-control::-webkit-input-placeholder {
      color: #999; }
old-survey-player .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
old-survey-player .form-control[disabled], old-survey-player .form-control[readonly],
    fieldset[disabled] old-survey-player .form-control {
      background-color: #eeeeee;
      opacity: 1; }
old-survey-player .form-control[disabled],
    fieldset[disabled] old-survey-player .form-control {
      cursor: not-allowed; }
old-survey-player textarea.form-control {
    height: auto; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    old-survey-player input[type="date"].form-control,
    old-survey-player input[type="time"].form-control,
    old-survey-player input[type="datetime-local"].form-control,
    old-survey-player input[type="month"].form-control {
      line-height: 34px; }
    old-survey-player input[type="date"].input-sm, old-survey-player advanced-survey-player .input-group-sm > input.form-control[type="date"],
    old-survey-player advanced-survey-player .input-group-sm > input.input-group-addon[type="date"],
    old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="date"], old-survey-player .input-group-sm > input.form-control[type="date"],
    old-survey-player .input-group-sm > input.input-group-addon[type="date"],
    old-survey-player .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm old-survey-player input[type="date"],
    old-survey-player input[type="time"].input-sm,
    old-survey-player advanced-survey-player .input-group-sm > input.form-control[type="time"],
    old-survey-player advanced-survey-player .input-group-sm > input.input-group-addon[type="time"],
    old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="time"],
    old-survey-player .input-group-sm > input.form-control[type="time"],
    old-survey-player .input-group-sm > input.input-group-addon[type="time"],
    old-survey-player .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    old-survey-player input[type="time"],
    old-survey-player input[type="datetime-local"].input-sm,
    old-survey-player advanced-survey-player .input-group-sm > input.form-control[type="datetime-local"],
    old-survey-player advanced-survey-player .input-group-sm > input.input-group-addon[type="datetime-local"],
    old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    old-survey-player .input-group-sm > input.form-control[type="datetime-local"],
    old-survey-player .input-group-sm > input.input-group-addon[type="datetime-local"],
    old-survey-player .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    old-survey-player input[type="datetime-local"],
    old-survey-player input[type="month"].input-sm,
    old-survey-player advanced-survey-player .input-group-sm > input.form-control[type="month"],
    old-survey-player advanced-survey-player .input-group-sm > input.input-group-addon[type="month"],
    old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > input.btn[type="month"],
    old-survey-player .input-group-sm > input.form-control[type="month"],
    old-survey-player .input-group-sm > input.input-group-addon[type="month"],
    old-survey-player .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    old-survey-player input[type="month"] {
      line-height: 30px; }
    old-survey-player input[type="date"].input-lg, old-survey-player advanced-survey-player .input-group-lg > input.form-control[type="date"],
    old-survey-player advanced-survey-player .input-group-lg > input.input-group-addon[type="date"],
    old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="date"], old-survey-player .input-group-lg > input.form-control[type="date"],
    old-survey-player .input-group-lg > input.input-group-addon[type="date"],
    old-survey-player .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg old-survey-player input[type="date"],
    old-survey-player input[type="time"].input-lg,
    old-survey-player advanced-survey-player .input-group-lg > input.form-control[type="time"],
    old-survey-player advanced-survey-player .input-group-lg > input.input-group-addon[type="time"],
    old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="time"],
    old-survey-player .input-group-lg > input.form-control[type="time"],
    old-survey-player .input-group-lg > input.input-group-addon[type="time"],
    old-survey-player .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    old-survey-player input[type="time"],
    old-survey-player input[type="datetime-local"].input-lg,
    old-survey-player advanced-survey-player .input-group-lg > input.form-control[type="datetime-local"],
    old-survey-player advanced-survey-player .input-group-lg > input.input-group-addon[type="datetime-local"],
    old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    old-survey-player .input-group-lg > input.form-control[type="datetime-local"],
    old-survey-player .input-group-lg > input.input-group-addon[type="datetime-local"],
    old-survey-player .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    old-survey-player input[type="datetime-local"],
    old-survey-player input[type="month"].input-lg,
    old-survey-player advanced-survey-player .input-group-lg > input.form-control[type="month"],
    old-survey-player advanced-survey-player .input-group-lg > input.input-group-addon[type="month"],
    old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > input.btn[type="month"],
    old-survey-player .input-group-lg > input.form-control[type="month"],
    old-survey-player .input-group-lg > input.input-group-addon[type="month"],
    old-survey-player .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    old-survey-player input[type="month"] {
      line-height: 46px; } }
old-survey-player .form-group {
    margin-bottom: 15px; }
old-survey-player .radio,
  old-survey-player .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
old-survey-player .radio.disabled label,
    fieldset[disabled] old-survey-player .radio label,
    old-survey-player .checkbox.disabled label,
    fieldset[disabled]
    old-survey-player .checkbox label {
      cursor: not-allowed; }
old-survey-player .radio label,
    old-survey-player .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: 400;
      cursor: pointer; }
old-survey-player .radio input[type="radio"],
  old-survey-player .radio-inline input[type="radio"],
  old-survey-player .checkbox input[type="checkbox"],
  old-survey-player .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
old-survey-player .radio + .radio,
  old-survey-player .checkbox + .checkbox {
    margin-top: -5px; }
old-survey-player .radio-inline,
  old-survey-player .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
old-survey-player .radio-inline.disabled,
    fieldset[disabled] old-survey-player .radio-inline,
    old-survey-player .checkbox-inline.disabled,
    fieldset[disabled]
    old-survey-player .checkbox-inline {
      cursor: not-allowed; }
old-survey-player .radio-inline + .radio-inline,
  old-survey-player .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
old-survey-player .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
old-survey-player .form-control-static.input-lg, old-survey-player advanced-survey-player .input-group-lg > .form-control-static.form-control,
    old-survey-player advanced-survey-player .input-group-lg > .form-control-static.input-group-addon,
    old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > .form-control-static.btn, old-survey-player .input-group-lg > .form-control-static.form-control,
    old-survey-player .input-group-lg > .form-control-static.input-group-addon,
    old-survey-player .input-group-lg > .input-group-btn > .form-control-static.btn, old-survey-player .form-control-static.input-sm, old-survey-player advanced-survey-player .input-group-sm > .form-control-static.form-control,
    old-survey-player advanced-survey-player .input-group-sm > .form-control-static.input-group-addon,
    old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > .form-control-static.btn, old-survey-player .input-group-sm > .form-control-static.form-control,
    old-survey-player .input-group-sm > .form-control-static.input-group-addon,
    old-survey-player .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-right: 0;
      padding-left: 0; }
old-survey-player .input-sm, old-survey-player advanced-survey-player .input-group-sm > .form-control,
  old-survey-player advanced-survey-player .input-group-sm > .input-group-addon,
  old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > .btn, old-survey-player .input-group-sm > .form-control,
  old-survey-player .input-group-sm > .input-group-addon,
  old-survey-player .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
old-survey-player select.input-sm, old-survey-player advanced-survey-player .input-group-sm > select.form-control,
  old-survey-player advanced-survey-player .input-group-sm > select.input-group-addon,
  old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > select.btn, old-survey-player .input-group-sm > select.form-control,
  old-survey-player .input-group-sm > select.input-group-addon,
  old-survey-player .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
old-survey-player textarea.input-sm, old-survey-player advanced-survey-player .input-group-sm > textarea.form-control,
  old-survey-player advanced-survey-player .input-group-sm > textarea.input-group-addon,
  old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > textarea.btn, old-survey-player .input-group-sm > textarea.form-control,
  old-survey-player .input-group-sm > textarea.input-group-addon,
  old-survey-player .input-group-sm > .input-group-btn > textarea.btn,
  old-survey-player select[multiple].input-sm,
  old-survey-player advanced-survey-player .input-group-sm > select.form-control[multiple],
  old-survey-player advanced-survey-player .input-group-sm > select.input-group-addon[multiple],
  old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > select.btn[multiple],
  old-survey-player .input-group-sm > select.form-control[multiple],
  old-survey-player .input-group-sm > select.input-group-addon[multiple],
  old-survey-player .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto; }
old-survey-player .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
old-survey-player .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
old-survey-player .form-group-sm textarea.form-control,
  old-survey-player .form-group-sm select[multiple].form-control {
    height: auto; }
old-survey-player .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
old-survey-player .input-lg, old-survey-player advanced-survey-player .input-group-lg > .form-control,
  old-survey-player advanced-survey-player .input-group-lg > .input-group-addon,
  old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > .btn, old-survey-player .input-group-lg > .form-control,
  old-survey-player .input-group-lg > .input-group-addon,
  old-survey-player .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
old-survey-player select.input-lg, old-survey-player advanced-survey-player .input-group-lg > select.form-control,
  old-survey-player advanced-survey-player .input-group-lg > select.input-group-addon,
  old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > select.btn, old-survey-player .input-group-lg > select.form-control,
  old-survey-player .input-group-lg > select.input-group-addon,
  old-survey-player .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }
old-survey-player textarea.input-lg, old-survey-player advanced-survey-player .input-group-lg > textarea.form-control,
  old-survey-player advanced-survey-player .input-group-lg > textarea.input-group-addon,
  old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > textarea.btn, old-survey-player .input-group-lg > textarea.form-control,
  old-survey-player .input-group-lg > textarea.input-group-addon,
  old-survey-player .input-group-lg > .input-group-btn > textarea.btn,
  old-survey-player select[multiple].input-lg,
  old-survey-player advanced-survey-player .input-group-lg > select.form-control[multiple],
  old-survey-player advanced-survey-player .input-group-lg > select.input-group-addon[multiple],
  old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > select.btn[multiple],
  old-survey-player .input-group-lg > select.form-control[multiple],
  old-survey-player .input-group-lg > select.input-group-addon[multiple],
  old-survey-player .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto; }
old-survey-player .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
old-survey-player .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
old-survey-player .form-group-lg textarea.form-control,
  old-survey-player .form-group-lg select[multiple].form-control {
    height: auto; }
old-survey-player .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
old-survey-player .has-feedback {
    position: relative; }
old-survey-player .has-feedback .form-control {
      padding-right: 42.5px; }
old-survey-player .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
old-survey-player .input-lg + .form-control-feedback, old-survey-player advanced-survey-player .input-group-lg > .form-control + .form-control-feedback, old-survey-player advanced-survey-player .input-group-lg > .input-group-addon + .form-control-feedback, old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > .btn + .form-control-feedback, old-survey-player .input-group-lg > .form-control + .form-control-feedback, old-survey-player .input-group-lg > .input-group-addon + .form-control-feedback, old-survey-player .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  old-survey-player .input-group-lg + .form-control-feedback,
  old-survey-player .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
old-survey-player .input-sm + .form-control-feedback, old-survey-player advanced-survey-player .input-group-sm > .form-control + .form-control-feedback, old-survey-player advanced-survey-player .input-group-sm > .input-group-addon + .form-control-feedback, old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > .btn + .form-control-feedback, old-survey-player .input-group-sm > .form-control + .form-control-feedback, old-survey-player .input-group-sm > .input-group-addon + .form-control-feedback, old-survey-player .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  old-survey-player .input-group-sm + .form-control-feedback,
  old-survey-player .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
old-survey-player .has-success .help-block,
  old-survey-player .has-success .control-label,
  old-survey-player .has-success .radio,
  old-survey-player .has-success .checkbox,
  old-survey-player .has-success .radio-inline,
  old-survey-player .has-success .checkbox-inline,
  old-survey-player .has-success.radio label,
  old-survey-player .has-success.checkbox label,
  old-survey-player .has-success.radio-inline label,
  old-survey-player .has-success.checkbox-inline label {
    color: #3c763d; }
old-survey-player .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
old-survey-player .has-success .form-control:focus {
      border-color: #2b542c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
old-survey-player .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; }
old-survey-player .has-success .form-control-feedback {
    color: #3c763d; }
old-survey-player .has-warning .help-block,
  old-survey-player .has-warning .control-label,
  old-survey-player .has-warning .radio,
  old-survey-player .has-warning .checkbox,
  old-survey-player .has-warning .radio-inline,
  old-survey-player .has-warning .checkbox-inline,
  old-survey-player .has-warning.radio label,
  old-survey-player .has-warning.checkbox label,
  old-survey-player .has-warning.radio-inline label,
  old-survey-player .has-warning.checkbox-inline label {
    color: #8a6d3b; }
old-survey-player .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
old-survey-player .has-warning .form-control:focus {
      border-color: #66512c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
old-survey-player .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }
old-survey-player .has-warning .form-control-feedback {
    color: #8a6d3b; }
old-survey-player .has-error .help-block,
  old-survey-player .has-error .control-label,
  old-survey-player .has-error .radio,
  old-survey-player .has-error .checkbox,
  old-survey-player .has-error .radio-inline,
  old-survey-player .has-error .checkbox-inline,
  old-survey-player .has-error.radio label,
  old-survey-player .has-error.checkbox label,
  old-survey-player .has-error.radio-inline label,
  old-survey-player .has-error.checkbox-inline label {
    color: #db432b; }
old-survey-player .has-error .form-control {
    border-color: #db432b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
old-survey-player .has-error .form-control:focus {
      border-color: #b4331f;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ea9082; }
old-survey-player .has-error .input-group-addon {
    color: #db432b;
    background-color: #f2dede;
    border-color: #db432b; }
old-survey-player .has-error .form-control-feedback {
    color: #db432b; }
old-survey-player .has-feedback label ~ .form-control-feedback {
    top: 25px; }
old-survey-player .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
old-survey-player .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
@media (min-width: 768px) {
    old-survey-player .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    old-survey-player .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    old-survey-player .form-inline .form-control-static {
      display: inline-block; }
    old-survey-player .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      old-survey-player .form-inline .input-group .input-group-addon,
      old-survey-player .form-inline .input-group .input-group-btn,
      old-survey-player .form-inline .input-group .form-control {
        width: auto; }
    old-survey-player .form-inline .input-group > .form-control {
      width: 100%; }
    old-survey-player .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    old-survey-player .form-inline .radio,
    old-survey-player .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      old-survey-player .form-inline .radio label,
      old-survey-player .form-inline .checkbox label {
        padding-left: 0; }
    old-survey-player .form-inline .radio input[type="radio"],
    old-survey-player .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    old-survey-player .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
old-survey-player .form-horizontal .radio,
  old-survey-player .form-horizontal .checkbox,
  old-survey-player .form-horizontal .radio-inline,
  old-survey-player .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0; }
old-survey-player .form-horizontal .radio,
  old-survey-player .form-horizontal .checkbox {
    min-height: 27px; }
old-survey-player .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
old-survey-player .form-horizontal .form-group:before, old-survey-player .form-horizontal .form-group:after {
      display: table;
      content: " "; }
old-survey-player .form-horizontal .form-group:after {
      clear: both; }
@media (min-width: 768px) {
    old-survey-player .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
old-survey-player .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
@media (min-width: 768px) {
    old-survey-player .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
@media (min-width: 768px) {
    old-survey-player .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
old-survey-player .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
old-survey-player .btn:focus, old-survey-player .btn.focus, old-survey-player .btn:active:focus, old-survey-player .btn:active.focus, old-survey-player .btn.active:focus, old-survey-player .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
old-survey-player .btn:hover, old-survey-player .btn:focus, old-survey-player .btn.focus {
      color: #333;
      text-decoration: none; }
old-survey-player .btn:active, old-survey-player .btn.active {
      background-image: none;
      outline: 0;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
old-survey-player .btn.disabled, old-survey-player .btn[disabled],
    fieldset[disabled] old-survey-player .btn {
      cursor: not-allowed;
      filter: alpha(opacity=65);
      opacity: 0.65;
      box-shadow: none; }
old-survey-player a.btn.disabled,
  fieldset[disabled] old-survey-player a.btn {
    pointer-events: none; }
old-survey-player .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
old-survey-player .btn-default:focus, old-survey-player .btn-default.focus {
      color: #333;
      background-color: #e6e5e5;
      border-color: #8c8c8c; }
old-survey-player .btn-default:hover {
      color: #333;
      background-color: #e6e5e5;
      border-color: #adadad; }
old-survey-player .btn-default:active, old-survey-player .btn-default.active,
    .open > old-survey-player .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e5e5;
      background-image: none;
      border-color: #adadad; }
old-survey-player .btn-default:active:hover, old-survey-player .btn-default:active:focus, old-survey-player .btn-default:active.focus, old-survey-player .btn-default.active:hover, old-survey-player .btn-default.active:focus, old-survey-player .btn-default.active.focus,
      .open > old-survey-player .btn-default.dropdown-toggle:hover,
      .open > old-survey-player .btn-default.dropdown-toggle:focus,
      .open > old-survey-player .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
old-survey-player .btn-default.disabled:hover, old-survey-player .btn-default.disabled:focus, old-survey-player .btn-default.disabled.focus, old-survey-player .btn-default[disabled]:hover, old-survey-player .btn-default[disabled]:focus, old-survey-player .btn-default[disabled].focus,
    fieldset[disabled] old-survey-player .btn-default:hover,
    fieldset[disabled] old-survey-player .btn-default:focus,
    fieldset[disabled] old-survey-player .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
old-survey-player .btn-default .badge {
      color: #fff;
      background-color: #333; }
old-survey-player .btn-primary {
    color: #fff;
    background-color: #00a398;
    border-color: #008a80; }
old-survey-player .btn-primary:focus, old-survey-player .btn-primary.focus {
      color: #fff;
      background-color: #007068;
      border-color: #000a09; }
old-survey-player .btn-primary:hover {
      color: #fff;
      background-color: #007068;
      border-color: #004c47; }
old-survey-player .btn-primary:active, old-survey-player .btn-primary.active,
    .open > old-survey-player .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #007068;
      background-image: none;
      border-color: #004c47; }
old-survey-player .btn-primary:active:hover, old-survey-player .btn-primary:active:focus, old-survey-player .btn-primary:active.focus, old-survey-player .btn-primary.active:hover, old-survey-player .btn-primary.active:focus, old-survey-player .btn-primary.active.focus,
      .open > old-survey-player .btn-primary.dropdown-toggle:hover,
      .open > old-survey-player .btn-primary.dropdown-toggle:focus,
      .open > old-survey-player .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #004c47;
        border-color: #000a09; }
old-survey-player .btn-primary.disabled:hover, old-survey-player .btn-primary.disabled:focus, old-survey-player .btn-primary.disabled.focus, old-survey-player .btn-primary[disabled]:hover, old-survey-player .btn-primary[disabled]:focus, old-survey-player .btn-primary[disabled].focus,
    fieldset[disabled] old-survey-player .btn-primary:hover,
    fieldset[disabled] old-survey-player .btn-primary:focus,
    fieldset[disabled] old-survey-player .btn-primary.focus {
      background-color: #00a398;
      border-color: #008a80; }
old-survey-player .btn-primary .badge {
      color: #00a398;
      background-color: #fff; }
old-survey-player .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
old-survey-player .btn-success:focus, old-survey-player .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
old-survey-player .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
old-survey-player .btn-success:active, old-survey-player .btn-success.active,
    .open > old-survey-player .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      background-image: none;
      border-color: #398439; }
old-survey-player .btn-success:active:hover, old-survey-player .btn-success:active:focus, old-survey-player .btn-success:active.focus, old-survey-player .btn-success.active:hover, old-survey-player .btn-success.active:focus, old-survey-player .btn-success.active.focus,
      .open > old-survey-player .btn-success.dropdown-toggle:hover,
      .open > old-survey-player .btn-success.dropdown-toggle:focus,
      .open > old-survey-player .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
old-survey-player .btn-success.disabled:hover, old-survey-player .btn-success.disabled:focus, old-survey-player .btn-success.disabled.focus, old-survey-player .btn-success[disabled]:hover, old-survey-player .btn-success[disabled]:focus, old-survey-player .btn-success[disabled].focus,
    fieldset[disabled] old-survey-player .btn-success:hover,
    fieldset[disabled] old-survey-player .btn-success:focus,
    fieldset[disabled] old-survey-player .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
old-survey-player .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
old-survey-player .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
old-survey-player .btn-info:focus, old-survey-player .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
old-survey-player .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
old-survey-player .btn-info:active, old-survey-player .btn-info.active,
    .open > old-survey-player .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      background-image: none;
      border-color: #269abc; }
old-survey-player .btn-info:active:hover, old-survey-player .btn-info:active:focus, old-survey-player .btn-info:active.focus, old-survey-player .btn-info.active:hover, old-survey-player .btn-info.active:focus, old-survey-player .btn-info.active.focus,
      .open > old-survey-player .btn-info.dropdown-toggle:hover,
      .open > old-survey-player .btn-info.dropdown-toggle:focus,
      .open > old-survey-player .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
old-survey-player .btn-info.disabled:hover, old-survey-player .btn-info.disabled:focus, old-survey-player .btn-info.disabled.focus, old-survey-player .btn-info[disabled]:hover, old-survey-player .btn-info[disabled]:focus, old-survey-player .btn-info[disabled].focus,
    fieldset[disabled] old-survey-player .btn-info:hover,
    fieldset[disabled] old-survey-player .btn-info:focus,
    fieldset[disabled] old-survey-player .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
old-survey-player .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
old-survey-player .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
old-survey-player .btn-warning:focus, old-survey-player .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
old-survey-player .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
old-survey-player .btn-warning:active, old-survey-player .btn-warning.active,
    .open > old-survey-player .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      background-image: none;
      border-color: #d58512; }
old-survey-player .btn-warning:active:hover, old-survey-player .btn-warning:active:focus, old-survey-player .btn-warning:active.focus, old-survey-player .btn-warning.active:hover, old-survey-player .btn-warning.active:focus, old-survey-player .btn-warning.active.focus,
      .open > old-survey-player .btn-warning.dropdown-toggle:hover,
      .open > old-survey-player .btn-warning.dropdown-toggle:focus,
      .open > old-survey-player .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
old-survey-player .btn-warning.disabled:hover, old-survey-player .btn-warning.disabled:focus, old-survey-player .btn-warning.disabled.focus, old-survey-player .btn-warning[disabled]:hover, old-survey-player .btn-warning[disabled]:focus, old-survey-player .btn-warning[disabled].focus,
    fieldset[disabled] old-survey-player .btn-warning:hover,
    fieldset[disabled] old-survey-player .btn-warning:focus,
    fieldset[disabled] old-survey-player .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
old-survey-player .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
old-survey-player .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
old-survey-player .btn-danger:focus, old-survey-player .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
old-survey-player .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
old-survey-player .btn-danger:active, old-survey-player .btn-danger.active,
    .open > old-survey-player .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      background-image: none;
      border-color: #ac2925; }
old-survey-player .btn-danger:active:hover, old-survey-player .btn-danger:active:focus, old-survey-player .btn-danger:active.focus, old-survey-player .btn-danger.active:hover, old-survey-player .btn-danger.active:focus, old-survey-player .btn-danger.active.focus,
      .open > old-survey-player .btn-danger.dropdown-toggle:hover,
      .open > old-survey-player .btn-danger.dropdown-toggle:focus,
      .open > old-survey-player .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
old-survey-player .btn-danger.disabled:hover, old-survey-player .btn-danger.disabled:focus, old-survey-player .btn-danger.disabled.focus, old-survey-player .btn-danger[disabled]:hover, old-survey-player .btn-danger[disabled]:focus, old-survey-player .btn-danger[disabled].focus,
    fieldset[disabled] old-survey-player .btn-danger:hover,
    fieldset[disabled] old-survey-player .btn-danger:focus,
    fieldset[disabled] old-survey-player .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
old-survey-player .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
old-survey-player .btn-link {
    font-weight: 400;
    color: #00a398;
    border-radius: 0; }
old-survey-player .btn-link, old-survey-player .btn-link:active, old-survey-player .btn-link.active, old-survey-player .btn-link[disabled],
    fieldset[disabled] old-survey-player .btn-link {
      background-color: transparent;
      box-shadow: none; }
old-survey-player .btn-link, old-survey-player .btn-link:hover, old-survey-player .btn-link:focus, old-survey-player .btn-link:active {
      border-color: transparent; }
old-survey-player .btn-link:hover, old-survey-player .btn-link:focus {
      color: #005751;
      text-decoration: underline;
      background-color: transparent; }
old-survey-player .btn-link[disabled]:hover, old-survey-player .btn-link[disabled]:focus,
    fieldset[disabled] old-survey-player .btn-link:hover,
    fieldset[disabled] old-survey-player .btn-link:focus {
      color: #777777;
      text-decoration: none; }
old-survey-player .btn-lg, old-survey-player advanced-survey-player .btn-group-lg > .btn, old-survey-player .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
old-survey-player .btn-sm, old-survey-player advanced-survey-player .btn-group-sm > .btn, old-survey-player .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
old-survey-player .btn-xs, old-survey-player advanced-survey-player .btn-group-xs > .btn, old-survey-player .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
old-survey-player .btn-block {
    display: block;
    width: 100%; }
old-survey-player .btn-block + .btn-block {
    margin-top: 5px; }
old-survey-player input[type="submit"].btn-block,
  old-survey-player input[type="reset"].btn-block,
  old-survey-player input[type="button"].btn-block {
    width: 100%; }
old-survey-player .fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
old-survey-player .fade.in {
      opacity: 1; }
old-survey-player .collapse {
    display: none; }
old-survey-player .collapse.in {
      display: block; }
old-survey-player tr.collapse.in {
    display: table-row; }
old-survey-player tbody.collapse.in {
    display: table-row-group; }
old-survey-player .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease; }
old-survey-player .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
old-survey-player .dropup,
  old-survey-player .dropdown {
    position: relative; }
old-survey-player .dropdown-toggle:focus {
    outline: 0; }
old-survey-player .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
old-survey-player .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
old-survey-player .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
old-survey-player .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333333;
      white-space: nowrap; }
old-survey-player .dropdown-menu > li > a:hover, old-survey-player .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #ccedea; }
old-survey-player .dropdown-menu > .active > a, old-survey-player .dropdown-menu > .active > a:hover, old-survey-player .dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #99dad6;
    outline: 0; }
old-survey-player .dropdown-menu > .disabled > a, old-survey-player .dropdown-menu > .disabled > a:hover, old-survey-player .dropdown-menu > .disabled > a:focus {
    color: #777777; }
old-survey-player .dropdown-menu > .disabled > a:hover, old-survey-player .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
old-survey-player .open > .dropdown-menu {
    display: block; }
old-survey-player .open > a {
    outline: 0; }
old-survey-player .dropdown-menu-right {
    right: 0;
    left: auto; }
old-survey-player .dropdown-menu-left {
    right: auto;
    left: 0; }
old-survey-player .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap; }
old-survey-player .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }
old-survey-player .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
old-survey-player .dropup .caret,
  old-survey-player .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }
old-survey-player .dropup .dropdown-menu,
  old-survey-player .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
@media (min-width: 768px) {
    old-survey-player .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    old-survey-player .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
old-survey-player .btn-group,
  old-survey-player .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
old-survey-player .btn-group > .btn,
    old-survey-player .btn-group-vertical > .btn {
      position: relative;
      float: left; }
old-survey-player .btn-group > .btn:hover, old-survey-player .btn-group > .btn:focus, old-survey-player .btn-group > .btn:active, old-survey-player .btn-group > .btn.active,
      old-survey-player .btn-group-vertical > .btn:hover,
      old-survey-player .btn-group-vertical > .btn:focus,
      old-survey-player .btn-group-vertical > .btn:active,
      old-survey-player .btn-group-vertical > .btn.active {
        z-index: 2; }
old-survey-player .btn-group .btn + .btn,
  old-survey-player .btn-group .btn + .btn-group,
  old-survey-player .btn-group .btn-group + .btn,
  old-survey-player .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
old-survey-player .btn-toolbar {
    margin-left: -5px; }
old-survey-player .btn-toolbar:before, old-survey-player .btn-toolbar:after {
      display: table;
      content: " "; }
old-survey-player .btn-toolbar:after {
      clear: both; }
old-survey-player .btn-toolbar .btn,
    old-survey-player .btn-toolbar .btn-group,
    old-survey-player .btn-toolbar .input-group {
      float: left; }
old-survey-player .btn-toolbar > .btn,
    old-survey-player .btn-toolbar > .btn-group,
    old-survey-player .btn-toolbar > .input-group {
      margin-left: 5px; }
old-survey-player .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
old-survey-player .btn-group > .btn:first-child {
    margin-left: 0; }
old-survey-player .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
old-survey-player .btn-group > .btn:last-child:not(:first-child),
  old-survey-player .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
old-survey-player .btn-group > .btn-group {
    float: left; }
old-survey-player .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
old-survey-player .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  old-survey-player .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
old-survey-player .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
old-survey-player .btn-group .dropdown-toggle:active,
  old-survey-player .btn-group.open .dropdown-toggle {
    outline: 0; }
old-survey-player .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }
old-survey-player .btn-group > .btn-lg + .dropdown-toggle, old-survey-player advanced-survey-player .btn-group-lg.btn-group > .btn + .dropdown-toggle, old-survey-player .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }
old-survey-player .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
old-survey-player .btn-group.open .dropdown-toggle.btn-link {
      box-shadow: none; }
old-survey-player .btn .caret {
    margin-left: 0; }
old-survey-player .btn-lg .caret, old-survey-player advanced-survey-player .btn-group-lg > .btn .caret, old-survey-player .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
old-survey-player .dropup .btn-lg .caret, old-survey-player .dropup advanced-survey-player .btn-group-lg > .btn .caret, old-survey-player .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }
old-survey-player .btn-group-vertical > .btn,
  old-survey-player .btn-group-vertical > .btn-group,
  old-survey-player .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
old-survey-player .btn-group-vertical > .btn-group:before, old-survey-player .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "; }
old-survey-player .btn-group-vertical > .btn-group:after {
    clear: both; }
old-survey-player .btn-group-vertical > .btn-group > .btn {
    float: none; }
old-survey-player .btn-group-vertical > .btn + .btn,
  old-survey-player .btn-group-vertical > .btn + .btn-group,
  old-survey-player .btn-group-vertical > .btn-group + .btn,
  old-survey-player .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
old-survey-player .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
old-survey-player .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
old-survey-player .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
old-survey-player .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
old-survey-player .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  old-survey-player .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
old-survey-player .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
old-survey-player .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
old-survey-player .btn-group-justified > .btn,
    old-survey-player .btn-group-justified > .btn-group {
      display: table-cell;
      float: none;
      width: 1%; }
old-survey-player .btn-group-justified > .btn-group .btn {
      width: 100%; }
old-survey-player .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
old-survey-player [data-toggle="buttons"] > .btn input[type="radio"],
  old-survey-player [data-toggle="buttons"] > .btn input[type="checkbox"],
  old-survey-player [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  old-survey-player [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
old-survey-player .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
old-survey-player .input-group[class*="col-"] {
      float: none;
      padding-right: 0;
      padding-left: 0; }
old-survey-player .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
old-survey-player .input-group .form-control:focus {
        z-index: 3; }
old-survey-player .input-group-addon,
  old-survey-player .input-group-btn,
  old-survey-player .input-group .form-control {
    display: table-cell; }
old-survey-player .input-group-addon:not(:first-child):not(:last-child),
    old-survey-player .input-group-btn:not(:first-child):not(:last-child),
    old-survey-player .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
old-survey-player .input-group-addon,
  old-survey-player .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
old-survey-player .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #d2d6da;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
old-survey-player .input-group-addon.input-sm,
    old-survey-player advanced-survey-player .input-group-sm > .input-group-addon,
    old-survey-player advanced-survey-player .input-group-sm > .input-group-btn > .input-group-addon.btn,
    old-survey-player .input-group-sm > .input-group-addon,
    old-survey-player .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px; }
old-survey-player .input-group-addon.input-lg,
    old-survey-player advanced-survey-player .input-group-lg > .input-group-addon,
    old-survey-player advanced-survey-player .input-group-lg > .input-group-btn > .input-group-addon.btn,
    old-survey-player .input-group-lg > .input-group-addon,
    old-survey-player .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px; }
old-survey-player .input-group-addon input[type="radio"],
    old-survey-player .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
old-survey-player .input-group .form-control:first-child,
  old-survey-player .input-group-addon:first-child,
  old-survey-player .input-group-btn:first-child > .btn,
  old-survey-player .input-group-btn:first-child > .btn-group > .btn,
  old-survey-player .input-group-btn:first-child > .dropdown-toggle,
  old-survey-player .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  old-survey-player .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
old-survey-player .input-group-addon:first-child {
    border-right: 0; }
old-survey-player .input-group .form-control:last-child,
  old-survey-player .input-group-addon:last-child,
  old-survey-player .input-group-btn:last-child > .btn,
  old-survey-player .input-group-btn:last-child > .btn-group > .btn,
  old-survey-player .input-group-btn:last-child > .dropdown-toggle,
  old-survey-player .input-group-btn:first-child > .btn:not(:first-child),
  old-survey-player .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
old-survey-player .input-group-addon:last-child {
    border-left: 0; }
old-survey-player .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
old-survey-player .input-group-btn > .btn {
      position: relative; }
old-survey-player .input-group-btn > .btn + .btn {
        margin-left: -1px; }
old-survey-player .input-group-btn > .btn:hover, old-survey-player .input-group-btn > .btn:focus, old-survey-player .input-group-btn > .btn:active {
        z-index: 2; }
old-survey-player .input-group-btn:first-child > .btn,
    old-survey-player .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
old-survey-player .input-group-btn:last-child > .btn,
    old-survey-player .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
old-survey-player .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
old-survey-player .nav:before, old-survey-player .nav:after {
      display: table;
      content: " "; }
old-survey-player .nav:after {
      clear: both; }
old-survey-player .nav > li {
      position: relative;
      display: block; }
old-survey-player .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
old-survey-player .nav > li > a:hover, old-survey-player .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
old-survey-player .nav > li.disabled > a {
        color: #777777; }
old-survey-player .nav > li.disabled > a:hover, old-survey-player .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          cursor: not-allowed;
          background-color: transparent; }
old-survey-player .nav .open > a, old-survey-player .nav .open > a:hover, old-survey-player .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #00a398; }
old-survey-player .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
old-survey-player .nav > li > a > img {
      max-width: none; }
old-survey-player .nav-tabs {
    border-bottom: 1px solid #ddd; }
old-survey-player .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
old-survey-player .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
old-survey-player .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
old-survey-player .nav-tabs > li.active > a, old-survey-player .nav-tabs > li.active > a:hover, old-survey-player .nav-tabs > li.active > a:focus {
        color: #d2d6da;
        cursor: default;
        background-color: #f6f7f8;
        border: 1px solid #ddd;
        border-bottom-color: transparent; }
old-survey-player .nav-pills > li {
    float: left; }
old-survey-player .nav-pills > li > a {
      border-radius: 4px; }
old-survey-player .nav-pills > li + li {
      margin-left: 2px; }
old-survey-player .nav-pills > li.active > a, old-survey-player .nav-pills > li.active > a:hover, old-survey-player .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #00a398; }
old-survey-player .nav-stacked > li {
    float: none; }
old-survey-player .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
old-survey-player .nav-justified, old-survey-player .nav-tabs.nav-justified {
    width: 100%; }
old-survey-player .nav-justified > li, old-survey-player advanced-survey-player .nav-tabs.nav-justified > li, old-survey-player .nav-tabs.nav-justified > li {
      float: none; }
old-survey-player .nav-justified > li > a, old-survey-player advanced-survey-player .nav-tabs.nav-justified > li > a, old-survey-player .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center; }
old-survey-player .nav-justified > .dropdown .dropdown-menu, old-survey-player advanced-survey-player .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
@media (min-width: 768px) {
      old-survey-player .nav-justified > li, old-survey-player advanced-survey-player .nav-tabs.nav-justified > li, old-survey-player .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        old-survey-player .nav-justified > li > a, old-survey-player advanced-survey-player .nav-tabs.nav-justified > li > a, old-survey-player .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
old-survey-player .nav-tabs-justified, old-survey-player .nav-tabs.nav-justified {
    border-bottom: 0; }
old-survey-player .nav-tabs-justified > li > a, old-survey-player advanced-survey-player .nav-tabs.nav-justified > li > a, old-survey-player .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
old-survey-player .nav-tabs-justified > .active > a, old-survey-player advanced-survey-player .nav-tabs.nav-justified > .active > a, old-survey-player .nav-tabs.nav-justified > .active > a,
    old-survey-player .nav-tabs-justified > .active > a:hover,
    old-survey-player advanced-survey-player .nav-tabs.nav-justified > .active > a:hover,
    old-survey-player .nav-tabs.nav-justified > .active > a:hover,
    old-survey-player .nav-tabs-justified > .active > a:focus,
    old-survey-player advanced-survey-player .nav-tabs.nav-justified > .active > a:focus,
    old-survey-player .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
@media (min-width: 768px) {
      old-survey-player .nav-tabs-justified > li > a, old-survey-player advanced-survey-player .nav-tabs.nav-justified > li > a, old-survey-player .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      old-survey-player .nav-tabs-justified > .active > a, old-survey-player advanced-survey-player .nav-tabs.nav-justified > .active > a, old-survey-player .nav-tabs.nav-justified > .active > a,
      old-survey-player .nav-tabs-justified > .active > a:hover,
      old-survey-player advanced-survey-player .nav-tabs.nav-justified > .active > a:hover,
      old-survey-player .nav-tabs.nav-justified > .active > a:hover,
      old-survey-player .nav-tabs-justified > .active > a:focus,
      old-survey-player advanced-survey-player .nav-tabs.nav-justified > .active > a:focus,
      old-survey-player .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f6f7f8; } }
old-survey-player .tab-content > .tab-pane {
    display: none; }
old-survey-player .tab-content > .active {
    display: block; }
old-survey-player .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
old-survey-player .navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
old-survey-player .navbar:before, old-survey-player .navbar:after {
      display: table;
      content: " "; }
old-survey-player .navbar:after {
      clear: both; }
@media (min-width: 768px) {
      old-survey-player .navbar {
        border-radius: 4px; } }
old-survey-player .navbar-header:before, old-survey-player .navbar-header:after {
    display: table;
    content: " "; }
old-survey-player .navbar-header:after {
    clear: both; }
@media (min-width: 768px) {
    old-survey-player .navbar-header {
      float: left; } }
old-survey-player .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
old-survey-player .navbar-collapse:before, old-survey-player .navbar-collapse:after {
      display: table;
      content: " "; }
old-survey-player .navbar-collapse:after {
      clear: both; }
old-survey-player .navbar-collapse.in {
      overflow-y: auto; }
@media (min-width: 768px) {
      old-survey-player .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        old-survey-player .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        old-survey-player .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top old-survey-player .navbar-collapse,
        .navbar-static-top old-survey-player .navbar-collapse,
        .navbar-fixed-bottom old-survey-player .navbar-collapse {
          padding-right: 0;
          padding-left: 0; } }
old-survey-player .navbar-fixed-top,
  old-survey-player .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
old-survey-player .navbar-fixed-top .navbar-collapse,
    old-survey-player .navbar-fixed-bottom .navbar-collapse {
      max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
        old-survey-player .navbar-fixed-top .navbar-collapse,
        old-survey-player .navbar-fixed-bottom .navbar-collapse {
          max-height: 200px; } }
@media (min-width: 768px) {
      old-survey-player .navbar-fixed-top,
      old-survey-player .navbar-fixed-bottom {
        border-radius: 0; } }
old-survey-player .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
old-survey-player .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
old-survey-player .container > .navbar-header,
  old-survey-player .container > .navbar-collapse,
  old-survey-player .container-fluid > .navbar-header,
  old-survey-player .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 768px) {
      old-survey-player .container > .navbar-header,
      old-survey-player .container > .navbar-collapse,
      old-survey-player .container-fluid > .navbar-header,
      old-survey-player .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
old-survey-player .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 768px) {
      old-survey-player .navbar-static-top {
        border-radius: 0; } }
old-survey-player .navbar-brand {
    float: left;
    height: 64px;
    padding: 22px 15px;
    font-size: 18px;
    line-height: 20px; }
old-survey-player .navbar-brand:hover, old-survey-player .navbar-brand:focus {
      text-decoration: none; }
old-survey-player .navbar-brand > img {
      display: block; }
@media (min-width: 768px) {
      .navbar > .container old-survey-player .navbar-brand,
      .navbar > .container-fluid old-survey-player .navbar-brand {
        margin-left: -15px; } }
old-survey-player .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
old-survey-player .navbar-toggle:focus {
      outline: 0; }
old-survey-player .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
old-survey-player .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
@media (min-width: 768px) {
      old-survey-player .navbar-toggle {
        display: none; } }
old-survey-player .navbar-nav {
    margin: 11px -15px; }
old-survey-player .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
@media (max-width: 767px) {
      old-survey-player .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        old-survey-player .navbar-nav .open .dropdown-menu > li > a,
        old-survey-player .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        old-survey-player .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          old-survey-player .navbar-nav .open .dropdown-menu > li > a:hover, old-survey-player .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
@media (min-width: 768px) {
      old-survey-player .navbar-nav {
        float: left;
        margin: 0; }
        old-survey-player .navbar-nav > li {
          float: left; }
          old-survey-player .navbar-nav > li > a {
            padding-top: 22px;
            padding-bottom: 22px; } }
old-survey-player .navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 768px) {
      old-survey-player .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      old-survey-player .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      old-survey-player .navbar-form .form-control-static {
        display: inline-block; }
      old-survey-player .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        old-survey-player .navbar-form .input-group .input-group-addon,
        old-survey-player .navbar-form .input-group .input-group-btn,
        old-survey-player .navbar-form .input-group .form-control {
          width: auto; }
      old-survey-player .navbar-form .input-group > .form-control {
        width: 100%; }
      old-survey-player .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      old-survey-player .navbar-form .radio,
      old-survey-player .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        old-survey-player .navbar-form .radio label,
        old-survey-player .navbar-form .checkbox label {
          padding-left: 0; }
      old-survey-player .navbar-form .radio input[type="radio"],
      old-survey-player .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      old-survey-player .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
@media (max-width: 767px) {
      old-survey-player .navbar-form .form-group {
        margin-bottom: 5px; }
        old-survey-player .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
@media (min-width: 768px) {
      old-survey-player .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none; } }
old-survey-player .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
old-survey-player .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
old-survey-player .navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px; }
old-survey-player .navbar-btn.btn-sm, old-survey-player advanced-survey-player .btn-group-sm > .navbar-btn.btn, old-survey-player .btn-group-sm > .navbar-btn.btn {
      margin-top: 17px;
      margin-bottom: 17px; }
old-survey-player .navbar-btn.btn-xs, old-survey-player advanced-survey-player .btn-group-xs > .navbar-btn.btn, old-survey-player .btn-group-xs > .navbar-btn.btn {
      margin-top: 21px;
      margin-bottom: 21px; }
old-survey-player .navbar-text {
    margin-top: 22px;
    margin-bottom: 22px; }
@media (min-width: 768px) {
      old-survey-player .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px; } }
@media (min-width: 768px) {
    old-survey-player .navbar-left {
      float: left !important; }
    old-survey-player .navbar-right {
      float: right !important;
      margin-right: -15px; }
      old-survey-player .navbar-right ~ .navbar-right {
        margin-right: 0; } }
old-survey-player .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
old-survey-player .navbar-default .navbar-brand {
      color: #777; }
old-survey-player .navbar-default .navbar-brand:hover, old-survey-player .navbar-default .navbar-brand:focus {
        color: #5e5d5d;
        background-color: transparent; }
old-survey-player .navbar-default .navbar-text {
      color: #777; }
old-survey-player .navbar-default .navbar-nav > li > a {
      color: #777; }
old-survey-player .navbar-default .navbar-nav > li > a:hover, old-survey-player .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: transparent; }
old-survey-player .navbar-default .navbar-nav > .active > a, old-survey-player .navbar-default .navbar-nav > .active > a:hover, old-survey-player .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
old-survey-player .navbar-default .navbar-nav > .disabled > a, old-survey-player .navbar-default .navbar-nav > .disabled > a:hover, old-survey-player .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
old-survey-player .navbar-default .navbar-nav > .open > a, old-survey-player .navbar-default .navbar-nav > .open > a:hover, old-survey-player .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background-color: #e7e7e7; }
@media (max-width: 767px) {
      old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
        old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
          background-color: transparent; }
      old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .active > a, old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
      old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, old-survey-player .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
old-survey-player .navbar-default .navbar-toggle {
      border-color: #ddd; }
old-survey-player .navbar-default .navbar-toggle:hover, old-survey-player .navbar-default .navbar-toggle:focus {
        background-color: #ddd; }
old-survey-player .navbar-default .navbar-toggle .icon-bar {
        background-color: #888; }
old-survey-player .navbar-default .navbar-collapse,
    old-survey-player .navbar-default .navbar-form {
      border-color: #e7e7e7; }
old-survey-player .navbar-default .navbar-link {
      color: #777; }
old-survey-player .navbar-default .navbar-link:hover {
        color: #333; }
old-survey-player .navbar-default .btn-link {
      color: #777; }
old-survey-player .navbar-default .btn-link:hover, old-survey-player .navbar-default .btn-link:focus {
        color: #333; }
old-survey-player .navbar-default .btn-link[disabled]:hover, old-survey-player .navbar-default .btn-link[disabled]:focus,
      fieldset[disabled] old-survey-player .navbar-default .btn-link:hover,
      fieldset[disabled] old-survey-player .navbar-default .btn-link:focus {
        color: #ccc; }
old-survey-player .navbar-inverse {
    background-color: #222;
    border-color: #090909; }
old-survey-player .navbar-inverse .navbar-brand {
      color: #9d9d9d; }
old-survey-player .navbar-inverse .navbar-brand:hover, old-survey-player .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent; }
old-survey-player .navbar-inverse .navbar-text {
      color: #9d9d9d; }
old-survey-player .navbar-inverse .navbar-nav > li > a {
      color: #9d9d9d; }
old-survey-player .navbar-inverse .navbar-nav > li > a:hover, old-survey-player .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent; }
old-survey-player .navbar-inverse .navbar-nav > .active > a, old-survey-player .navbar-inverse .navbar-nav > .active > a:hover, old-survey-player .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #090909; }
old-survey-player .navbar-inverse .navbar-nav > .disabled > a, old-survey-player .navbar-inverse .navbar-nav > .disabled > a:hover, old-survey-player .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
old-survey-player .navbar-inverse .navbar-nav > .open > a, old-survey-player .navbar-inverse .navbar-nav > .open > a:hover, old-survey-player .navbar-inverse .navbar-nav > .open > a:focus {
      color: #fff;
      background-color: #090909; }
@media (max-width: 767px) {
      old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, old-survey-player .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
old-survey-player .navbar-inverse .navbar-toggle {
      border-color: #333; }
old-survey-player .navbar-inverse .navbar-toggle:hover, old-survey-player .navbar-inverse .navbar-toggle:focus {
        background-color: #333; }
old-survey-player .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff; }
old-survey-player .navbar-inverse .navbar-collapse,
    old-survey-player .navbar-inverse .navbar-form {
      border-color: #101010; }
old-survey-player .navbar-inverse .navbar-link {
      color: #9d9d9d; }
old-survey-player .navbar-inverse .navbar-link:hover {
        color: #fff; }
old-survey-player .navbar-inverse .btn-link {
      color: #9d9d9d; }
old-survey-player .navbar-inverse .btn-link:hover, old-survey-player .navbar-inverse .btn-link:focus {
        color: #fff; }
old-survey-player .navbar-inverse .btn-link[disabled]:hover, old-survey-player .navbar-inverse .btn-link[disabled]:focus,
      fieldset[disabled] old-survey-player .navbar-inverse .btn-link:hover,
      fieldset[disabled] old-survey-player .navbar-inverse .btn-link:focus {
        color: #444; }
old-survey-player .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
old-survey-player .breadcrumb > li {
      display: inline-block; }
old-survey-player .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/ "; }
old-survey-player .breadcrumb > .active {
      color: #777777; }
old-survey-player .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
old-survey-player .pagination > li {
      display: inline; }
old-survey-player .pagination > li > a,
      old-survey-player .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #00a398;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd; }
old-survey-player .pagination > li > a:hover, old-survey-player .pagination > li > a:focus,
        old-survey-player .pagination > li > span:hover,
        old-survey-player .pagination > li > span:focus {
          z-index: 2;
          color: #005751;
          background-color: #eeeeee;
          border-color: #ddd; }
old-survey-player .pagination > li:first-child > a,
      old-survey-player .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
old-survey-player .pagination > li:last-child > a,
      old-survey-player .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
old-survey-player .pagination > .active > a, old-survey-player .pagination > .active > a:hover, old-survey-player .pagination > .active > a:focus,
    old-survey-player .pagination > .active > span,
    old-survey-player .pagination > .active > span:hover,
    old-survey-player .pagination > .active > span:focus {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #00a398;
      border-color: #00a398; }
old-survey-player .pagination > .disabled > span,
    old-survey-player .pagination > .disabled > span:hover,
    old-survey-player .pagination > .disabled > span:focus,
    old-survey-player .pagination > .disabled > a,
    old-survey-player .pagination > .disabled > a:hover,
    old-survey-player .pagination > .disabled > a:focus {
      color: #777777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }
old-survey-player .pagination-lg > li > a,
  old-survey-player .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
old-survey-player .pagination-lg > li:first-child > a,
  old-survey-player .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
old-survey-player .pagination-lg > li:last-child > a,
  old-survey-player .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
old-survey-player .pagination-sm > li > a,
  old-survey-player .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
old-survey-player .pagination-sm > li:first-child > a,
  old-survey-player .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
old-survey-player .pagination-sm > li:last-child > a,
  old-survey-player .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
old-survey-player .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none; }
old-survey-player .pager:before, old-survey-player .pager:after {
      display: table;
      content: " "; }
old-survey-player .pager:after {
      clear: both; }
old-survey-player .pager li {
      display: inline; }
old-survey-player .pager li > a,
      old-survey-player .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px; }
old-survey-player .pager li > a:hover,
      old-survey-player .pager li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
old-survey-player .pager .next > a,
    old-survey-player .pager .next > span {
      float: right; }
old-survey-player .pager .previous > a,
    old-survey-player .pager .previous > span {
      float: left; }
old-survey-player .pager .disabled > a,
    old-survey-player .pager .disabled > a:hover,
    old-survey-player .pager .disabled > a:focus,
    old-survey-player .pager .disabled > span {
      color: #777777;
      cursor: not-allowed;
      background-color: #fff; }
old-survey-player .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
old-survey-player .label:empty {
      display: none; }
.btn old-survey-player .label {
      position: relative;
      top: -1px; }
old-survey-player a.label:hover, old-survey-player a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
old-survey-player .label-default {
    background-color: #777777; }
old-survey-player .label-default[href]:hover, old-survey-player .label-default[href]:focus {
      background-color: #5e5e5e; }
old-survey-player .label-primary {
    background-color: #00a398; }
old-survey-player .label-primary[href]:hover, old-survey-player .label-primary[href]:focus {
      background-color: #007068; }
old-survey-player .label-success {
    background-color: #5cb85c; }
old-survey-player .label-success[href]:hover, old-survey-player .label-success[href]:focus {
      background-color: #449d44; }
old-survey-player .label-info {
    background-color: #5bc0de; }
old-survey-player .label-info[href]:hover, old-survey-player .label-info[href]:focus {
      background-color: #31b0d5; }
old-survey-player .label-warning {
    background-color: #f0ad4e; }
old-survey-player .label-warning[href]:hover, old-survey-player .label-warning[href]:focus {
      background-color: #ec971f; }
old-survey-player .label-danger {
    background-color: #d9534f; }
old-survey-player .label-danger[href]:hover, old-survey-player .label-danger[href]:focus {
      background-color: #c9302c; }
old-survey-player .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px; }
old-survey-player .badge:empty {
      display: none; }
.btn old-survey-player .badge {
      position: relative;
      top: -1px; }
.btn-xs old-survey-player .badge, advanced-survey-player .btn-group-xs > .btn old-survey-player .badge, old-survey-player .btn-group-xs > .btn old-survey-player .badge,
    .btn-group-xs > .btn old-survey-player .badge {
      top: 0;
      padding: 1px 5px; }
.list-group-item.active > old-survey-player .badge,
    .nav-pills > .active > a > old-survey-player .badge {
      color: #00a398;
      background-color: #fff; }
.list-group-item > old-survey-player .badge {
      float: right; }
.list-group-item > old-survey-player .badge + old-survey-player .badge {
      margin-right: 5px; }
.nav-pills > li > a > old-survey-player .badge {
      margin-left: 3px; }
old-survey-player a.badge:hover, old-survey-player a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
old-survey-player .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
old-survey-player .jumbotron h1,
    old-survey-player .jumbotron .h1 {
      color: inherit; }
old-survey-player .jumbotron p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200; }
old-survey-player .jumbotron > hr {
      border-top-color: #d5d5d5; }
.container old-survey-player .jumbotron,
    .container-fluid old-survey-player .jumbotron {
      padding-right: 15px;
      padding-left: 15px;
      border-radius: 6px; }
old-survey-player .jumbotron .container {
      max-width: 100%; }
@media screen and (min-width: 768px) {
      old-survey-player .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container old-survey-player .jumbotron,
        .container-fluid old-survey-player .jumbotron {
          padding-right: 60px;
          padding-left: 60px; }
        old-survey-player .jumbotron h1,
        old-survey-player .jumbotron .h1 {
          font-size: 63px; } }
old-survey-player .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f6f7f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out; }
old-survey-player .thumbnail > img,
    old-survey-player .thumbnail a > img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-right: auto;
      margin-left: auto; }
old-survey-player .thumbnail .caption {
      padding: 9px;
      color: #333333; }
old-survey-player a.thumbnail:hover,
  old-survey-player a.thumbnail:focus,
  old-survey-player a.thumbnail.active {
    border-color: #00a398; }
old-survey-player .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
old-survey-player .alert h4 {
      margin-top: 0;
      color: inherit; }
old-survey-player .alert .alert-link {
      font-weight: bold; }
old-survey-player .alert > p,
    old-survey-player .alert > ul {
      margin-bottom: 0; }
old-survey-player .alert > p + p {
      margin-top: 5px; }
old-survey-player .alert-dismissable,
  old-survey-player .alert-dismissible {
    padding-right: 35px; }
old-survey-player .alert-dismissable .close,
    old-survey-player .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
old-survey-player .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
old-survey-player .alert-success hr {
      border-top-color: #c9e2b3; }
old-survey-player .alert-success .alert-link {
      color: #2b542c; }
old-survey-player .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
old-survey-player .alert-info hr {
      border-top-color: #a6e1ec; }
old-survey-player .alert-info .alert-link {
      color: #245269; }
old-survey-player .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
old-survey-player .alert-warning hr {
      border-top-color: #f7e1b5; }
old-survey-player .alert-warning .alert-link {
      color: #66512c; }
old-survey-player .alert-danger {
    color: #db432b;
    background-color: #f2dede;
    border-color: #ebccd1; }
old-survey-player .alert-danger hr {
      border-top-color: #e4b9c0; }
old-survey-player .alert-danger .alert-link {
      color: #b4331f; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
old-survey-player .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
old-survey-player .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00a398;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease; }
old-survey-player .progress-striped .progress-bar,
  old-survey-player .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: 40px 40px; }
old-survey-player .progress.active .progress-bar,
  old-survey-player .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
old-survey-player .progress-bar-success {
    background-color: #5cb85c; }
.progress-striped old-survey-player .progress-bar-success {
      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); }
old-survey-player .progress-bar-info {
    background-color: #5bc0de; }
.progress-striped old-survey-player .progress-bar-info {
      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); }
old-survey-player .progress-bar-warning {
    background-color: #f0ad4e; }
.progress-striped old-survey-player .progress-bar-warning {
      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); }
old-survey-player .progress-bar-danger {
    background-color: #d9534f; }
.progress-striped old-survey-player .progress-bar-danger {
      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); }
old-survey-player .media {
    margin-top: 15px; }
old-survey-player .media:first-child {
      margin-top: 0; }
old-survey-player .media,
  old-survey-player .media-body {
    overflow: hidden;
    zoom: 1; }
old-survey-player .media-body {
    width: 10000px; }
old-survey-player .media-object {
    display: block; }
old-survey-player .media-object.img-thumbnail {
      max-width: none; }
old-survey-player .media-right,
  old-survey-player .media > .pull-right {
    padding-left: 10px; }
old-survey-player .media-left,
  old-survey-player .media > .pull-left {
    padding-right: 10px; }
old-survey-player .media-left,
  old-survey-player .media-right,
  old-survey-player .media-body {
    display: table-cell;
    vertical-align: top; }
old-survey-player .media-middle {
    vertical-align: middle; }
old-survey-player .media-bottom {
    vertical-align: bottom; }
old-survey-player .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
old-survey-player .media-list {
    padding-left: 0;
    list-style: none; }
old-survey-player .list-group {
    padding-left: 0;
    margin-bottom: 20px; }
old-survey-player .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
old-survey-player .list-group-item:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
old-survey-player .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
old-survey-player .list-group-item.disabled, old-survey-player .list-group-item.disabled:hover, old-survey-player .list-group-item.disabled:focus {
      color: #777777;
      cursor: not-allowed;
      background-color: #eeeeee; }
old-survey-player .list-group-item.disabled .list-group-item-heading, old-survey-player .list-group-item.disabled:hover .list-group-item-heading, old-survey-player .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit; }
old-survey-player .list-group-item.disabled .list-group-item-text, old-survey-player .list-group-item.disabled:hover .list-group-item-text, old-survey-player .list-group-item.disabled:focus .list-group-item-text {
        color: #777777; }
old-survey-player .list-group-item.active, old-survey-player .list-group-item.active:hover, old-survey-player .list-group-item.active:focus {
      z-index: 2;
      color: #fff;
      background-color: #00a398;
      border-color: #00a398; }
old-survey-player .list-group-item.active .list-group-item-heading,
      old-survey-player .list-group-item.active .list-group-item-heading > small,
      old-survey-player .list-group-item.active .list-group-item-heading > .small, old-survey-player .list-group-item.active:hover .list-group-item-heading,
      old-survey-player .list-group-item.active:hover .list-group-item-heading > small,
      old-survey-player .list-group-item.active:hover .list-group-item-heading > .small, old-survey-player .list-group-item.active:focus .list-group-item-heading,
      old-survey-player .list-group-item.active:focus .list-group-item-heading > small,
      old-survey-player .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit; }
old-survey-player .list-group-item.active .list-group-item-text, old-survey-player .list-group-item.active:hover .list-group-item-text, old-survey-player .list-group-item.active:focus .list-group-item-text {
        color: #70fff5; }
old-survey-player a.list-group-item,
  old-survey-player button.list-group-item {
    color: #555; }
old-survey-player a.list-group-item .list-group-item-heading,
    old-survey-player button.list-group-item .list-group-item-heading {
      color: #333; }
old-survey-player a.list-group-item:hover, old-survey-player a.list-group-item:focus,
    old-survey-player button.list-group-item:hover,
    old-survey-player button.list-group-item:focus {
      color: #555;
      text-decoration: none;
      background-color: #f5f5f5; }
old-survey-player button.list-group-item {
    width: 100%;
    text-align: left; }
old-survey-player .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
old-survey-player a.list-group-item-success,
  old-survey-player button.list-group-item-success {
    color: #3c763d; }
old-survey-player a.list-group-item-success .list-group-item-heading,
    old-survey-player button.list-group-item-success .list-group-item-heading {
      color: inherit; }
old-survey-player a.list-group-item-success:hover, old-survey-player a.list-group-item-success:focus,
    old-survey-player button.list-group-item-success:hover,
    old-survey-player button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
old-survey-player a.list-group-item-success.active, old-survey-player a.list-group-item-success.active:hover, old-survey-player a.list-group-item-success.active:focus,
    old-survey-player button.list-group-item-success.active,
    old-survey-player button.list-group-item-success.active:hover,
    old-survey-player button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
old-survey-player .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
old-survey-player a.list-group-item-info,
  old-survey-player button.list-group-item-info {
    color: #31708f; }
old-survey-player a.list-group-item-info .list-group-item-heading,
    old-survey-player button.list-group-item-info .list-group-item-heading {
      color: inherit; }
old-survey-player a.list-group-item-info:hover, old-survey-player a.list-group-item-info:focus,
    old-survey-player button.list-group-item-info:hover,
    old-survey-player button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
old-survey-player a.list-group-item-info.active, old-survey-player a.list-group-item-info.active:hover, old-survey-player a.list-group-item-info.active:focus,
    old-survey-player button.list-group-item-info.active,
    old-survey-player button.list-group-item-info.active:hover,
    old-survey-player button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
old-survey-player .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
old-survey-player a.list-group-item-warning,
  old-survey-player button.list-group-item-warning {
    color: #8a6d3b; }
old-survey-player a.list-group-item-warning .list-group-item-heading,
    old-survey-player button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
old-survey-player a.list-group-item-warning:hover, old-survey-player a.list-group-item-warning:focus,
    old-survey-player button.list-group-item-warning:hover,
    old-survey-player button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
old-survey-player a.list-group-item-warning.active, old-survey-player a.list-group-item-warning.active:hover, old-survey-player a.list-group-item-warning.active:focus,
    old-survey-player button.list-group-item-warning.active,
    old-survey-player button.list-group-item-warning.active:hover,
    old-survey-player button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
old-survey-player .list-group-item-danger {
    color: #db432b;
    background-color: #f2dede; }
old-survey-player a.list-group-item-danger,
  old-survey-player button.list-group-item-danger {
    color: #db432b; }
old-survey-player a.list-group-item-danger .list-group-item-heading,
    old-survey-player button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
old-survey-player a.list-group-item-danger:hover, old-survey-player a.list-group-item-danger:focus,
    old-survey-player button.list-group-item-danger:hover,
    old-survey-player button.list-group-item-danger:focus {
      color: #db432b;
      background-color: #ebcccc; }
old-survey-player a.list-group-item-danger.active, old-survey-player a.list-group-item-danger.active:hover, old-survey-player a.list-group-item-danger.active:focus,
    old-survey-player button.list-group-item-danger.active,
    old-survey-player button.list-group-item-danger.active:hover,
    old-survey-player button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #db432b;
      border-color: #db432b; }
old-survey-player .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
old-survey-player .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
old-survey-player .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
old-survey-player .panel-body {
    padding: 15px; }
old-survey-player .panel-body:before, old-survey-player .panel-body:after {
      display: table;
      content: " "; }
old-survey-player .panel-body:after {
      clear: both; }
old-survey-player .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
old-survey-player .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
old-survey-player .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
old-survey-player .panel-title > a,
    old-survey-player .panel-title > small,
    old-survey-player .panel-title > .small,
    old-survey-player .panel-title > small > a,
    old-survey-player .panel-title > .small > a {
      color: inherit; }
old-survey-player .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
old-survey-player .panel > .list-group,
  old-survey-player .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
old-survey-player .panel > .list-group .list-group-item,
    old-survey-player .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
old-survey-player .panel > .list-group:first-child .list-group-item:first-child,
    old-survey-player .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
old-survey-player .panel > .list-group:last-child .list-group-item:last-child,
    old-survey-player .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
old-survey-player .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
old-survey-player .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
old-survey-player .list-group + .panel-footer {
    border-top-width: 0; }
old-survey-player .panel > .table,
  old-survey-player .panel > .table-responsive > .table,
  old-survey-player .panel > .panel-collapse > .table {
    margin-bottom: 0; }
old-survey-player .panel > .table caption,
    old-survey-player .panel > .table-responsive > .table caption,
    old-survey-player .panel > .panel-collapse > .table caption {
      padding-right: 15px;
      padding-left: 15px; }
old-survey-player .panel > .table:first-child,
  old-survey-player .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
old-survey-player .panel > .table:first-child > thead:first-child > tr:first-child,
    old-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child,
    old-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    old-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
old-survey-player .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      old-survey-player .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      old-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      old-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
old-survey-player .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      old-survey-player .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      old-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      old-survey-player .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      old-survey-player .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
old-survey-player .panel > .table:last-child,
  old-survey-player .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
old-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child,
    old-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child,
    old-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    old-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
old-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      old-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      old-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      old-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
old-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      old-survey-player .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      old-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      old-survey-player .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      old-survey-player .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
old-survey-player .panel > .panel-body + .table,
  old-survey-player .panel > .panel-body + .table-responsive,
  old-survey-player .panel > .table + .panel-body,
  old-survey-player .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
old-survey-player .panel > .table > tbody:first-child > tr:first-child th,
  old-survey-player .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
old-survey-player .panel > .table-bordered,
  old-survey-player .panel > .table-responsive > .table-bordered {
    border: 0; }
old-survey-player .panel > .table-bordered > thead > tr > th:first-child,
    old-survey-player .panel > .table-bordered > thead > tr > td:first-child,
    old-survey-player .panel > .table-bordered > tbody > tr > th:first-child,
    old-survey-player .panel > .table-bordered > tbody > tr > td:first-child,
    old-survey-player .panel > .table-bordered > tfoot > tr > th:first-child,
    old-survey-player .panel > .table-bordered > tfoot > tr > td:first-child,
    old-survey-player .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    old-survey-player .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
old-survey-player .panel > .table-bordered > thead > tr > th:last-child,
    old-survey-player .panel > .table-bordered > thead > tr > td:last-child,
    old-survey-player .panel > .table-bordered > tbody > tr > th:last-child,
    old-survey-player .panel > .table-bordered > tbody > tr > td:last-child,
    old-survey-player .panel > .table-bordered > tfoot > tr > th:last-child,
    old-survey-player .panel > .table-bordered > tfoot > tr > td:last-child,
    old-survey-player .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    old-survey-player .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    old-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
old-survey-player .panel > .table-bordered > thead > tr:first-child > td,
    old-survey-player .panel > .table-bordered > thead > tr:first-child > th,
    old-survey-player .panel > .table-bordered > tbody > tr:first-child > td,
    old-survey-player .panel > .table-bordered > tbody > tr:first-child > th,
    old-survey-player .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    old-survey-player .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
old-survey-player .panel > .table-bordered > tbody > tr:last-child > td,
    old-survey-player .panel > .table-bordered > tbody > tr:last-child > th,
    old-survey-player .panel > .table-bordered > tfoot > tr:last-child > td,
    old-survey-player .panel > .table-bordered > tfoot > tr:last-child > th,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    old-survey-player .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    old-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    old-survey-player .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
old-survey-player .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
old-survey-player .panel-group {
    margin-bottom: 20px; }
old-survey-player .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
old-survey-player .panel-group .panel + .panel {
        margin-top: 5px; }
old-survey-player .panel-group .panel-heading {
      border-bottom: 0; }
old-survey-player .panel-group .panel-heading + .panel-collapse > .panel-body,
      old-survey-player .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
old-survey-player .panel-group .panel-footer {
      border-top: 0; }
old-survey-player .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
old-survey-player .panel-default {
    border-color: #ddd; }
old-survey-player .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
old-survey-player .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
old-survey-player .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
old-survey-player .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
old-survey-player .panel-primary {
    border-color: #00a398; }
old-survey-player .panel-primary > .panel-heading {
      color: #fff;
      background-color: #00a398;
      border-color: #00a398; }
old-survey-player .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #00a398; }
old-survey-player .panel-primary > .panel-heading .badge {
        color: #00a398;
        background-color: #fff; }
old-survey-player .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #00a398; }
old-survey-player .panel-success {
    border-color: #d6e9c6; }
old-survey-player .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
old-survey-player .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
old-survey-player .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
old-survey-player .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
old-survey-player .panel-info {
    border-color: #bce8f1; }
old-survey-player .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
old-survey-player .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
old-survey-player .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
old-survey-player .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
old-survey-player .panel-warning {
    border-color: #faebcc; }
old-survey-player .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
old-survey-player .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
old-survey-player .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
old-survey-player .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
old-survey-player .panel-danger {
    border-color: #ebccd1; }
old-survey-player .panel-danger > .panel-heading {
      color: #db432b;
      background-color: #f2dede;
      border-color: #ebccd1; }
old-survey-player .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
old-survey-player .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #db432b; }
old-survey-player .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
old-survey-player .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
old-survey-player .embed-responsive .embed-responsive-item,
    old-survey-player .embed-responsive iframe,
    old-survey-player .embed-responsive embed,
    old-survey-player .embed-responsive object,
    old-survey-player .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
old-survey-player .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
old-survey-player .embed-responsive-4by3 {
    padding-bottom: 75%; }
old-survey-player .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
old-survey-player .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
old-survey-player .well-lg {
    padding: 24px;
    border-radius: 6px; }
old-survey-player .well-sm {
    padding: 9px;
    border-radius: 3px; }
old-survey-player .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2; }
old-survey-player .close:hover, old-survey-player .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      filter: alpha(opacity=50);
      opacity: 0.5; }
old-survey-player button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
old-survey-player .modal-open {
    overflow: hidden; }
old-survey-player .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
old-survey-player .modal.fade .modal-dialog {
      transform: translate(0, -25%);
      transition: transform 0.3s ease-out; }
old-survey-player .modal.in .modal-dialog {
      transform: translate(0, 0); }
old-survey-player .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
old-survey-player .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
old-survey-player .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0; }
old-survey-player .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
old-survey-player .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0; }
old-survey-player .modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: 0.5; }
old-survey-player .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
old-survey-player .modal-header:before, old-survey-player .modal-header:after {
      display: table;
      content: " "; }
old-survey-player .modal-header:after {
      clear: both; }
old-survey-player .modal-header .close {
    margin-top: -2px; }
old-survey-player .modal-title {
    margin: 0;
    line-height: 1.42857143; }
old-survey-player .modal-body {
    position: relative;
    padding: 15px; }
old-survey-player .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
old-survey-player .modal-footer:before, old-survey-player .modal-footer:after {
      display: table;
      content: " "; }
old-survey-player .modal-footer:after {
      clear: both; }
old-survey-player .modal-footer .btn + .btn {
      margin-bottom: 0;
      margin-left: 5px; }
old-survey-player .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
old-survey-player .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
old-survey-player .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
@media (min-width: 768px) {
    old-survey-player .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    old-survey-player .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    old-survey-player .modal-sm {
      width: 300px; } }
@media (min-width: 992px) {
    old-survey-player .modal-lg {
      width: 900px; } }
old-survey-player .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0; }
old-survey-player .tooltip.in {
      filter: alpha(opacity=90);
      opacity: 0.9; }
old-survey-player .tooltip.top {
      padding: 5px 0;
      margin-top: -3px; }
old-survey-player .tooltip.right {
      padding: 0 5px;
      margin-left: 3px; }
old-survey-player .tooltip.bottom {
      padding: 5px 0;
      margin-top: 3px; }
old-survey-player .tooltip.left {
      padding: 0 5px;
      margin-left: -3px; }
old-survey-player .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
old-survey-player .tooltip.top-left .tooltip-arrow {
      right: 5px;
      bottom: 0;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
old-survey-player .tooltip.top-right .tooltip-arrow {
      bottom: 0;
      left: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
old-survey-player .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
old-survey-player .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
old-survey-player .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
old-survey-player .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      right: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
old-survey-player .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      left: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
old-survey-player .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
old-survey-player .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
old-survey-player .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
old-survey-player .popover.top {
      margin-top: -10px; }
old-survey-player .popover.right {
      margin-left: 10px; }
old-survey-player .popover.bottom {
      margin-top: 10px; }
old-survey-player .popover.left {
      margin-left: -10px; }
old-survey-player .popover > .arrow {
      border-width: 11px; }
old-survey-player .popover > .arrow, old-survey-player .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid; }
old-survey-player .popover > .arrow:after {
        content: "";
        border-width: 10px; }
old-survey-player .popover.top > .arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: #999999;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
old-survey-player .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0; }
old-survey-player .popover.right > .arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: #999999;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
old-survey-player .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0; }
old-survey-player .popover.bottom > .arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: #999999;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
old-survey-player .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff; }
old-survey-player .popover.left > .arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: #999999;
      border-left-color: rgba(0, 0, 0, 0.25); }
old-survey-player .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff; }
old-survey-player .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
old-survey-player .popover-content {
    padding: 9px 14px; }
old-survey-player .carousel {
    position: relative; }
old-survey-player .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
old-survey-player .carousel-inner > .item {
      position: relative;
      display: none;
      transition: 0.6s ease-in-out left; }
old-survey-player .carousel-inner > .item > img,
      old-survey-player .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
        old-survey-player .carousel-inner > .item {
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          perspective: 1000px; }
          old-survey-player .carousel-inner > .item.next, old-survey-player .carousel-inner > .item.active.right {
            transform: translate3d(100%, 0, 0);
            left: 0; }
          old-survey-player .carousel-inner > .item.prev, old-survey-player .carousel-inner > .item.active.left {
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          old-survey-player .carousel-inner > .item.next.left, old-survey-player .carousel-inner > .item.prev.right, old-survey-player .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0; } }
old-survey-player .carousel-inner > .active,
    old-survey-player .carousel-inner > .next,
    old-survey-player .carousel-inner > .prev {
      display: block; }
old-survey-player .carousel-inner > .active {
      left: 0; }
old-survey-player .carousel-inner > .next,
    old-survey-player .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
old-survey-player .carousel-inner > .next {
      left: 100%; }
old-survey-player .carousel-inner > .prev {
      left: -100%; }
old-survey-player .carousel-inner > .next.left,
    old-survey-player .carousel-inner > .prev.right {
      left: 0; }
old-survey-player .carousel-inner > .active.left {
      left: -100%; }
old-survey-player .carousel-inner > .active.right {
      left: 100%; }
old-survey-player .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5; }
old-survey-player .carousel-control.left {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x; }
old-survey-player .carousel-control.right {
      right: 0;
      left: auto;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x; }
old-survey-player .carousel-control:hover, old-survey-player .carousel-control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      filter: alpha(opacity=90);
      opacity: 0.9; }
old-survey-player .carousel-control .icon-prev,
    old-survey-player .carousel-control .icon-next,
    old-survey-player .carousel-control .glyphicon-chevron-left,
    old-survey-player .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
      margin-top: -10px; }
old-survey-player .carousel-control .icon-prev,
    old-survey-player .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
old-survey-player .carousel-control .icon-next,
    old-survey-player .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
old-survey-player .carousel-control .icon-prev,
    old-survey-player .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      font-family: serif;
      line-height: 1; }
old-survey-player .carousel-control .icon-prev:before {
      content: "\2039"; }
old-survey-player .carousel-control .icon-next:before {
      content: "\203a"; }
old-survey-player .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none; }
old-survey-player .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid #fff;
      border-radius: 10px; }
old-survey-player .carousel-indicators .active {
      width: 12px;
      height: 12px;
      margin: 0;
      background-color: #fff; }
old-survey-player .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
old-survey-player .carousel-caption .btn {
      text-shadow: none; }
@media screen and (min-width: 768px) {
    old-survey-player .carousel-control .glyphicon-chevron-left,
    old-survey-player .carousel-control .glyphicon-chevron-right,
    old-survey-player .carousel-control .icon-prev,
    old-survey-player .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    old-survey-player .carousel-control .glyphicon-chevron-left,
    old-survey-player .carousel-control .icon-prev {
      margin-left: -10px; }
    old-survey-player .carousel-control .glyphicon-chevron-right,
    old-survey-player .carousel-control .icon-next {
      margin-right: -10px; }
    old-survey-player .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px; }
    old-survey-player .carousel-indicators {
      bottom: 20px; } }
old-survey-player .clearfix:before, old-survey-player .clearfix:after {
    display: table;
    content: " "; }
old-survey-player .clearfix:after {
    clear: both; }
old-survey-player .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
old-survey-player .pull-right {
    float: right !important; }
old-survey-player .pull-left {
    float: left !important; }
old-survey-player .hide {
    display: none !important; }
old-survey-player .show {
    display: block !important; }
old-survey-player .invisible {
    visibility: hidden; }
old-survey-player .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
old-survey-player .hidden {
    display: none !important; }
old-survey-player .affix {
    position: fixed; }
@-ms-viewport {
  width: device-width; }
old-survey-player .visible-xs {
    display: none !important; }
old-survey-player .visible-sm {
    display: none !important; }
old-survey-player .visible-md {
    display: none !important; }
old-survey-player .visible-lg {
    display: none !important; }
old-survey-player .visible-xs-block,
  old-survey-player .visible-xs-inline,
  old-survey-player .visible-xs-inline-block,
  old-survey-player .visible-sm-block,
  old-survey-player .visible-sm-inline,
  old-survey-player .visible-sm-inline-block,
  old-survey-player .visible-md-block,
  old-survey-player .visible-md-inline,
  old-survey-player .visible-md-inline-block,
  old-survey-player .visible-lg-block,
  old-survey-player .visible-lg-inline,
  old-survey-player .visible-lg-inline-block {
    display: none !important; }
@media (max-width: 767px) {
    old-survey-player .visible-xs {
      display: block !important; }
    old-survey-player table.visible-xs {
      display: table !important; }
    old-survey-player tr.visible-xs {
      display: table-row !important; }
    old-survey-player th.visible-xs,
    old-survey-player td.visible-xs {
      display: table-cell !important; } }
@media (max-width: 767px) {
    old-survey-player .visible-xs-block {
      display: block !important; } }
@media (max-width: 767px) {
    old-survey-player .visible-xs-inline {
      display: inline !important; } }
@media (max-width: 767px) {
    old-survey-player .visible-xs-inline-block {
      display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    old-survey-player .visible-sm {
      display: block !important; }
    old-survey-player table.visible-sm {
      display: table !important; }
    old-survey-player tr.visible-sm {
      display: table-row !important; }
    old-survey-player th.visible-sm,
    old-survey-player td.visible-sm {
      display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    old-survey-player .visible-sm-block {
      display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    old-survey-player .visible-sm-inline {
      display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    old-survey-player .visible-sm-inline-block {
      display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    old-survey-player .visible-md {
      display: block !important; }
    old-survey-player table.visible-md {
      display: table !important; }
    old-survey-player tr.visible-md {
      display: table-row !important; }
    old-survey-player th.visible-md,
    old-survey-player td.visible-md {
      display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    old-survey-player .visible-md-block {
      display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    old-survey-player .visible-md-inline {
      display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    old-survey-player .visible-md-inline-block {
      display: inline-block !important; } }
@media (min-width: 1200px) {
    old-survey-player .visible-lg {
      display: block !important; }
    old-survey-player table.visible-lg {
      display: table !important; }
    old-survey-player tr.visible-lg {
      display: table-row !important; }
    old-survey-player th.visible-lg,
    old-survey-player td.visible-lg {
      display: table-cell !important; } }
@media (min-width: 1200px) {
    old-survey-player .visible-lg-block {
      display: block !important; } }
@media (min-width: 1200px) {
    old-survey-player .visible-lg-inline {
      display: inline !important; } }
@media (min-width: 1200px) {
    old-survey-player .visible-lg-inline-block {
      display: inline-block !important; } }
@media (max-width: 767px) {
    old-survey-player .hidden-xs {
      display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    old-survey-player .hidden-sm {
      display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    old-survey-player .hidden-md {
      display: none !important; } }
@media (min-width: 1200px) {
    old-survey-player .hidden-lg {
      display: none !important; } }
old-survey-player .visible-print {
    display: none !important; }
@media print {
    old-survey-player .visible-print {
      display: block !important; }
    old-survey-player table.visible-print {
      display: table !important; }
    old-survey-player tr.visible-print {
      display: table-row !important; }
    old-survey-player th.visible-print,
    old-survey-player td.visible-print {
      display: table-cell !important; } }
old-survey-player .visible-print-block {
    display: none !important; }
@media print {
      old-survey-player .visible-print-block {
        display: block !important; } }
old-survey-player .visible-print-inline {
    display: none !important; }
@media print {
      old-survey-player .visible-print-inline {
        display: inline !important; } }
old-survey-player .visible-print-inline-block {
    display: none !important; }
@media print {
      old-survey-player .visible-print-inline-block {
        display: inline-block !important; } }
@media print {
    old-survey-player .hidden-print {
      display: none !important; } }
old-survey-player .sp2-review .formio-component.has-feedback:hover {
    outline: 3px dashed #89B3FF; }
old-survey-player .sp2-review .formio-component.has-feedback.reviewing {
    background-color: #89B3FF;
    padding: 10px; }
old-survey-player .sp2-review .formio-component.has-feedback.reviewing input[type="text"],
    old-survey-player .sp2-review .formio-component.has-feedback.reviewing textarea {
      background-color: #89B3FF; }
old-survey-player .sp2-review .formio-component.has-feedback.reviewing .form-control,
    old-survey-player .sp2-review .formio-component.has-feedback.reviewing .choices__item.choices__item--selectable {
      background-color: #89B3FF; }
old-survey-player .choices__input {
    background-color: inherit; }
old-survey-player div.form-control {
    height: auto; }
old-survey-player [hidden] {
    display: none !important; }
old-survey-player .btn-link:focus, old-survey-player .btn-link:active {
    outline: none; }
old-survey-player .sp2-upload-btn {
    position: relative;
    overflow: hidden; }
old-survey-player .sp2-upload-btn input {
      position: absolute;
      left: -1000px;
      top: -1000px; }
old-survey-player .choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==) !important; }
old-survey-player .choices[data-type*="text"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==) !important; }
old-survey-player .sp2-readonly .btn-wizard-nav-cancel,
  old-survey-player .sp2-readonly .btn-wizard-nav-submit,
  old-survey-player .sp2-readonly .btn-wizard-nav-reset_page {
    display: none; }
old-survey-player .sp2-without-saveAndExit .btn-wizard-nav-saveAndExit,
  old-survey-player .sp2-without-submit .btn-wizard-nav-submit,
  old-survey-player .sp2-without-reset .btn-wizard-nav-reset_page,
  old-survey-player .sp2-without-updown .up-down-load,
  old-survey-player .sp2-without-close .btn-wizard-nav-close,
  old-survey-player .sp2-without-cancel .btn-wizard-nav-cancel {
    display: none; }
old-survey-player div.field-required:after {
    display: none; }
old-survey-player div.field-required > p:last-child:after {
    content: "*";
    color: #db432b;
    padding-left: 3px; }
old-survey-player div.field-required br:last-child {
    display: none; }
old-survey-player .list-inline.wizard-nav > li {
    padding-left: 0 !important;
    padding-right: 0 !important; }
old-survey-player .list-inline.wizard-nav > li .btn {
      margin-left: 5px !important;
      margin-right: 5px !important; }
old-survey-player .pagination > li > span {
    background-color: #EEEEEE;
    color: #2a2b2c; }
old-survey-player li.unvisited span {
    background-color: #FFFFFF;
    color: #4A4A4A; }
old-survey-player li.invalid span {
    background-color: #f4c6bf;
    color: #db432b; }
old-survey-player .sp-action-button,
  old-survey-player div.up-down-load {
    margin-bottom: 5px; }
old-survey-player .btn.btn-primary.btn-outline {
    border-width: 1px;
    padding: 6px 12px; }
old-survey-player .btn.btn-link.btn-wizard-nav-reset_page {
    text-decoration: underline;
    padding-left: 0; }
old-survey-player .up-down-load .btn {
    margin-left: 2px; }
old-survey-player .modal-dialog .modal-header .close {
    font-size: 30px;
    font-weight: 900; }
old-survey-player .modal-dialog .modal-footer .btn {
    padding: 8px 16px; }
old-survey-player .sp2-without-footer .modal-dialog {
    font-family: Roboto,sans-serif,Helvetica,Arial,sans-serif;
    line-height: 1.5; }
old-survey-player .sp2-without-footer .modal-dialog .modal-footer {
      display: none; }
old-survey-player .sp2-without-footer .modal-dialog .modal-body {
      padding: 25px; }
old-survey-player .panel-primary {
    border-color: #00a398; }
old-survey-player .panel-primary > .panel-heading {
      background-color: #00a398; }
old-survey-player .fileSelector a.btn.btn-primary,
  old-survey-player .fileSelector a.btn.btn-primary:hover {
    color: #fff; }
old-survey-player .pagination > .active > a,
  old-survey-player .pagination > .active > span,
  old-survey-player .pagination > .active > a:hover,
  old-survey-player .pagination > .active > span:hover,
  old-survey-player .pagination > .active > a:focus,
  old-survey-player .pagination > .active > span:focus {
    background-color: #00a398;
    border-color: #00a398; }
old-survey-player .btn.btn-primary[ng-click='addRow()'],
  old-survey-player .btn.btn-primary[ng-click='addFieldValue()'],
  old-survey-player .btn.btn-primary[ng-click='next()'] {
    color: #fff; }
old-survey-player li.ng-scope > a.btn.btn-primary.ng-binding[ng-click='prev()'],
  old-survey-player li > a.btn.btn-default.ng-binding.ng-scope[ng-click='cancel()'] {
    color: #00a398;
    border-color: #00a398;
    background-color: #fff; }
old-survey-player li.ng-scope > a.btn.btn-primary.ng-binding[ng-click='prev()']:hover,
  old-survey-player li > a.btn.btn-default.ng-binding.ng-scope[ng-click='cancel()']:hover {
    color: #007068;
    border-color: #007068;
    background-color: #e6e5e5; }
old-survey-player .btn.btn-sm.btn-default[ng-click='showFile(file)'], old-survey-player advanced-survey-player .btn-group-sm > .btn.btn-default[ng-click='showFile(file)'], old-survey-player .btn-group-sm > .btn.btn-default[ng-click='showFile(file)'] {
    color: #00a398;
    border-color: #00a398; }
old-survey-player input[type="checkbox"],
  old-survey-player input[type="radio"] {
    accent-color: #00a398; }
old-survey-player .choices__list--multiple .choices__item {
    background-color: #00a398;
    border: #00a398; }
old-survey-player .choices__list--multiple .choices__item.is-highlighted {
    background-color: #007068;
    border: #007068; }
old-survey-player .choices__item.choices__item--choice.choices__item--selectable span {
    word-break: normal; }
old-survey-player font > span > b,
  old-survey-player h3 > font > span > b > span {
    font-family: sans-serif; }
old-survey-player .table.table-striped.table-bordered a {
    width: auto;
    display: block;
    word-break: break-all; }
old-survey-player .break-link-line a {
    word-break: break-all; }
old-survey-player .aht-parser .btn-upload input {
    display: none; }
old-survey-player .aht-parser .nav-tabs {
    background-color: #fff;
    padding-top: 10px; }
old-survey-player .aht-parser .nav > li > a {
    color: #555; }
old-survey-player .aht-parser .tab-pane .container-fluid {
    padding-bottom: 10px; }
old-survey-player .aht-parser .tab-content {
    border-bottom: solid 1px #d6d8d9;
    border-radius: 3px; }
old-survey-player .aht-parser .open .dropdown-menu {
    display: block;
    width: 100%; }
old-survey-player .aht-parser .open .dropdown-menu li > a {
      overflow: hidden;
      text-overflow: ellipsis; }
old-survey-player .aht-parser .btn.btn-block.btn-upload.btn-danger {
    background-color: #00a398;
    border-color: #00a398;
    color: #fff; }
old-survey-player .aht-parser .btn.btn-block.btn-upload.btn-danger:hover {
    background-color: #007068; }
old-survey-player .aht-parser .btn.btn-block.btn-upload.btn-danger:focus {
    box-shadow: 0 0 0 3px #00f0df; }
old-survey-player .aht-parser .btn.btn-default.btn-block.dropdown-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-right: 25px; }
old-survey-player .aht-parser .btn.btn-default.btn-block.dropdown-toggle:after {
    position: absolute;
    right: 10.5px; }
old-survey-player .aht-parser .btn.btn-default.btn-block.dropdown-toggle.btn-danger {
    color: #db432b;
    background-color: #fff;
    border-color: #db432b; }
old-survey-player .aht-parser .btn.btn-default.btn-block.dropdown-toggle.btn-danger:hover {
    color: #b4331f;
    border-color: #b4331f; }
old-survey-player .aht-parser .btn.btn-default.btn-block.dropdown-toggle.btn-danger:focus {
    box-shadow: 0 0 0 2px #db432b; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result {
    border: solid #d6d8d9;
    border-width: 0 1px;
    padding-top: 10px; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .aht-result-header {
      background-color: #e4e6e9;
      border-color: #d6d8d9;
      padding: 10px 10px 15px 0;
      border: 1px solid #d6d8d9;
      border-width: 1px 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      color: #343a40; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .aht-result-th {
      padding: 10px 0 15px;
      font-weight: bold; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result [class*='aht-row-common-'] {
      border: solid #d6d8d9;
      border-width: 1px 0 0;
      padding-top: 10px;
      padding-bottom: 10px; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list {
      text-align: center; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list p {
        word-wrap: break-word; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list .dropdown.open > .dropdown-menu {
        display: block;
        width: auto;
        white-space: nowrap;
        right: 0;
        left: auto;
        padding: 0 15px;
        font-size: 16px;
        line-height: 36px; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list .dropdown.open > .dropdown-menu .glyphicon-unchecked,
        old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list .dropdown.open > .dropdown-menu .glyphicon-ok {
          font-family: 'Roboto'; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list .dropdown.open > .dropdown-menu .glyphicon-unchecked:before,
        old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result .to-assigned-list .dropdown.open > .dropdown-menu .glyphicon-ok:before {
          padding-right: 5px;
          font-family: 'Glyphicons Halflings'; }
old-survey-player .aht-parser .tab-pane.ng-scope.active .aht-result.container-fluid .row {
    border: solid #d6d8d9;
    border-width: 1px 0 0;
    padding-top: 10px;
    padding-bottom: 10px; }
old-survey-player .aht-parser .main-aht-file {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
old-survey-player .aht-parser .main-aht-file .close {
      position: absolute;
      right: 0;
      top: 1px; }
old-survey-player .aht-parser .data-files-dropdown {
    padding-right: 0; }
old-survey-player .aht-parser .data-files-dropdown li {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-top: 5px; }
old-survey-player .aht-parser .data-files-dropdown a {
      display: inline-block;
      width: 100%;
      padding: 3px 30px 3px 15px; }
old-survey-player .aht-parser .data-files-dropdown .close {
      margin-right: 15px;
      margin-top: 1px; }
old-survey-player .aht-parser .dropdown-toggle .caret {
    display: none; }
old-survey-player .pagination > .disabled > a,
  old-survey-player .pagination > .disabled > span,
  old-survey-player .pagination > .disabled > span:hover,
  old-survey-player .pagination > .disabled > span:focus,
  old-survey-player .pagination > .disabled > a:hover,
  old-survey-player .pagination > .disabled > a:focus {
    pointer-events: none; }
old-survey-player .progress-bar {
    background-color: #00a398; }
old-survey-player .modal-dialog .modal-header .close {
    padding: 0; }
old-survey-player .form-field-type-textOnly img {
    max-width: 230px;
    max-height: 70px; }
old-survey-player .customClassDivider {
    border-bottom: solid 1px grey; }
old-survey-player .has-feedback .form-control {
    padding: 8px 8px 8px 12px; }
.modal-content old-survey-player .formio-wizard-wrapper button[ng-click='submit()'] {
  display: none; }
.modal-content old-survey-player .formio-wizard-wrapper a[ng-click='cancel()'] {
  display: none; }
.SPreadOnly [ng-click='cancel()'] {
  display: none !important; }
.SPreadOnly [ng-click='submit()'] {
  display: none !important; }
.ngdialog,
.ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ngdialog {
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }
.ngdialog *,
.ngdialog :after,
.ngdialog :before {
  box-sizing: inherit; }
.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-content,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay {
  -webkit-animation: none !important;
  animation: none !important; }
.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: none; }
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }
.ngdialog-content {
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.ngdialog-content #form-group-textOnlyField2\.3 div.ng-scope div div h3:nth-child(1) {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }
.ngdialog-content #form-group-textOnlyField2\.3 div.ng-scope div div h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
.ngdialog-content .formio-wizard-wrapper {
    padding-top: 40px; }
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }
.ngdialog-close:before {
  font-family: Helvetica, Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }
body.ngdialog-open,
html.ngdialog-open {
  overflow: hidden; }
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }
.ngdialog.ngdialog-theme-default {
  padding: 30px 0; }
.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s; }
.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #fff;
  border-radius: 5px;
  color: #444;
  font-family: Roboto, sans-serif;
  margin: 0 auto;
  max-width: 800px;
  padding: 25px;
  position: relative; }
.ngdialog.ngdialog-theme-default .ngdialog-content h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
    font-size: 18px;
    margin-bottom: 0.5rem; }
.ngdialog.ngdialog-theme-default .ngdialog-content h3 font > span > b {
      font-family: sans-serif; }
.ngdialog.ngdialog-theme-default .ngdialog-content ul.list-inline {
    display: none; }
.ngdialog.ngdialog-theme-default .ngdialog-close {
  border: none;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  display: block;
  padding: 3px;
  background: 0 0;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center; }
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
  color: #777; }
.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: 0.5em; }
.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em; }
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='text'],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='password'],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='email'],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='url'],
.ngdialog.ngdialog-theme-default .ngdialog-input textarea {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%; }
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='text']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='password']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='email']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='url']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: 0; }
.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both; }
.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase; }
.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: 0; }
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none; } }
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff; }
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777; }
.ngdialog.ngdialog-theme-default.custom-width-360 .ngdialog-content {
  width: 360px; }
.button15margin {
  margin-left: 15px; }
.buttonunderline {
  text-decoration: underline; }
.bottom-spinner .spinner {
  left: 0 !important;
  position: relative !important;
  top: 6% !important; }
.file-processing {
  padding-left: 80px; }
.osp-aci-spinner {
  background: white !important;
  width: 80px !important; }
.strt-spinner .spinner {
  left: 0 !important;
  position: relative !important;
  top: -60% !important;
  margin-left: 20px; }
.osp-alert-top {
  margin-top: 10px !important; }
.ac-action-buttons {
  margin-bottom: 30px !important;
  margin-top: 50px !important; }
.locked-section {
  color: #ccc;
  font-size: 16px;
  padding-right: 8px;
  margin-left: 5px;
  cursor: pointer; }
.locked-section:hover {
    color: #666; }
.control-section {
  margin-top: -20px; }
.dsl-optional-label {
  color: #999; }
.font-default-size {
  font-size: 14px; }
.font-lg-size {
  font-size: 34px; }
.font-sm-size {
  font-size: 14px; }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: local("Roboto"), local("Roboto-Regular"), url("/assets/fonts/roboto/Roboto-Regular.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2212, U+2215; }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/assets/fonts/roboto/Roboto-Bold.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2212, U+2215; }
.aci-spinner {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none; }
.aci-spinner.show {
    display: block; }
.aci-spinner .spinner-large,
  .aci-spinner .spinner {
    position: fixed;
    /* or absolute */
    top: 50%;
    left: 50%; }
i.custom-data-field {
  background-color: #777;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-bottom;
  border-radius: 0.25em;
  font: 0.8em arial;
  text-shadow: none;
  word-wrap: normal;
  display: inline-block;
  width: 32px;
  height: 20px;
  margin-right: 5px;
  padding-top: 3px; }
i.custom-data-field.CL:after {
    content: 'CL'; }
i.custom-data-field.CF:after {
    content: 'CF'; }
i.custom-data-field.CL-plus:after {
    content: 'CL+'; }
i.custom-data-field.CF-plus:after {
    content: 'CF+'; }
.grid-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap; }
.grid-container .column {
    width: 300px; }
.grid-container .column:first-of-type {
      flex: 1; }
.grid-container.header {
    background: #fafafa;
    border: 1px #d2d6da solid;
    border-bottom: none; }
.grid-container.header .column {
      border-right: 1px #d2d6da solid;
      font-size: 16px;
      padding: 10px 0;
      text-align: center; }
.grid-container.header .column:first-of-type {
        text-align: left;
        padding-left: 10px; }
.grid-container.content .column {
    padding-left: 20px;
    padding-right: 10px; }
.grid-container.content .column:first-of-type {
      padding-left: 0; }
ul.treeLegend {
  list-style: none;
  padding: 0;
  margin: 10px 5px; }
ul.treeLegend li {
    padding: 4px;
    text-indent: -10px;
    padding-left: 14px;
    font-weight: bold; }
ul.treeLegend li .no-icon {
      padding-left: 20px; }
ux-tree-grid.simple-tree-view table.treegrid-table {
  border: none !important;
  width: 100% !important;
  display: block; }
ux-tree-grid.simple-tree-view table.treegrid-table tr {
    display: block; }
ux-tree-grid.simple-tree-view .content-cell-name {
  display: flex;
  width: 100% !important; }
ux-tree-grid.simple-tree-view .treegrid-container {
  overflow: hidden; }
ux-tree-grid.simple-tree-view .no-border {
  border-top: none !important;
  border-bottom: none !important;
  border: none !important; }
ux-tree-grid.simple-tree-view .content-cell-module {
  line-height: 0;
  padding: 2px !important; }
ux-tree-grid.simple-tree-view .active-cell {
  background-color: #eee !important; }
.vertically-centered-modal .modal-dialog {
  height: 94%;
  display: flex;
  align-items: center; }
.side-drawer-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }
.side-drawer-wrapper .side-drawer-header {
    margin-bottom: 10px; }
.side-drawer-wrapper .side-drawer-content {
    margin: 20px;
    padding-right: 20px;
    flex: 1;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll; }
.modal {
  z-index: 1000001 !important; }
.modal-backdrop {
  z-index: 1000000 !important; }
.quill-preview-container {
  /* Styles used in the HTMLs created in the quill editor */
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  /* indent-1 */
  /* indent-2 */
  /* indent-3 */
  /* indent-4 */
  /* indent-5 */
  /* indent-6 */
  /* indent-7 */
  /* indent-8 */ }
.quill-preview-container .ql-align-center {
    text-align: center; }
.quill-preview-container .ql-align-justify {
    text-align: justify; }
.quill-preview-container .ql-align-right {
    text-align: right; }
.quill-preview-container .ql-size-small {
    font-size: 0.75em; }
.quill-preview-container .ql-size-large {
    font-size: 1.5em; }
.quill-preview-container .ql-size-huge {
    font-size: 2.5em; }
.quill-preview-container .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em; }
.quill-preview-container li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em; }
.quill-preview-container .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em; }
.quill-preview-container li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em; }
.quill-preview-container .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em; }
.quill-preview-container li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em; }
.quill-preview-container .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em; }
.quill-preview-container li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em; }
.quill-preview-container .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em; }
.quill-preview-container li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em; }
.quill-preview-container .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em; }
.quill-preview-container li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em; }
.quill-preview-container .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em; }
.quill-preview-container li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em; }
.quill-preview-container .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em; }
.quill-preview-container li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em; }
.quill-preview-container .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em; }
.quill-preview-container li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em; }
.quill-preview-container .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em; }
.quill-preview-container li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em; }
.quill-preview-container .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em; }
.quill-preview-container li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em; }
.quill-preview-container .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em; }
.quill-preview-container li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em; }
.quill-preview-container .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em; }
.quill-preview-container li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em; }
.quill-preview-container .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em; }
.quill-preview-container li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em; }
.quill-preview-container .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em; }
.quill-preview-container li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em; }
.quill-preview-container .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em; }
.quill-preview-container li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em; }
.quill-preview-container p,
  .quill-preview-container h1,
  .quill-preview-container h2,
  .quill-preview-container h3,
  .quill-preview-container h4,
  .quill-preview-container h5,
  .quill-preview-container h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
.quill-preview-container li {
    counter-increment: list-0; }
.quill-preview-container li:before {
    content: counter(list-0, decimal) ". "; }
.quill-preview-container li:before {
    display: inline-block;
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em; }
.quill-preview-container li {
    list-style-type: none;
    padding-left: 1.5em;
    position: relative; }
.quill-preview-container ul > li:before {
    content: '\2022'; }
.quill-preview-container ol li.ql-indent-1 {
    counter-increment: list-1; }
.quill-preview-container ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "; }
.quill-preview-container ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
.quill-preview-container ol li.ql-indent-2 {
    counter-increment: list-2; }
.quill-preview-container ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "; }
.quill-preview-container ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
.quill-preview-container ol li.ql-indent-3 {
    counter-increment: list-3; }
.quill-preview-container ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "; }
.quill-preview-container ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }
.quill-preview-container ol li.ql-indent-4 {
    counter-increment: list-4; }
.quill-preview-container ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "; }
.quill-preview-container ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9; }
.quill-preview-container ol li.ql-indent-5 {
    counter-increment: list-5; }
.quill-preview-container ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "; }
.quill-preview-container ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9; }
.quill-preview-container ol li.ql-indent-6 {
    counter-increment: list-6; }
.quill-preview-container ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "; }
.quill-preview-container ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9; }
.quill-preview-container ol li.ql-indent-7 {
    counter-increment: list-7; }
.quill-preview-container ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "; }
.quill-preview-container ol li.ql-indent-7 {
    counter-reset: list-8 list-9; }
.quill-preview-container ol li.ql-indent-8 {
    counter-increment: list-8; }
.quill-preview-container ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "; }
.quill-preview-container ol li.ql-indent-8 {
    counter-reset: list-9; }
.quill-preview-container ol li.ql-indent-9 {
    counter-increment: list-9; }
.quill-preview-container ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "; }
.quill-preview-container ol li.ql-indent-9 {
    counter-reset: list-0; }
ag-grid-angular.ag-theme-alpine#scip-product-articles-ag-grid .ag-layout-auto-height .ag-center-cols-clipper {
  min-height: 335px !important; }
ag-grid-angular.ag-theme-alpine#scip-product-articles-ag-grid .ag-header-cell-label .ag-header-cell-text {
  white-space: normal !important; }
ag-grid-angular.ag-theme-alpine#scip-product-articles-ag-grid .ag-ltr .ag-header-select-all {
  margin: 0 23px 0 18px; }
ag-grid-angular.ag-theme-alpine#scip-product-articles-ag-grid ux-tooltip-window {
  position: -webkit-sticky;
  position: sticky; }
ag-grid-angular.ag-theme-alpine#scip-product-articles-ag-grid ux-tooltip-window > .arrow {
  left: 5%; }
.ag-header-row.ag-header-row-column .ag-header-cell .ag-header-cell-resize:after {
  top: 0 !important;
  height: 100% !important;
  color: #2a2b2c;
  background-color: #f6f7f8; }
.ag-header-row.ag-header-row-column-group .ag-header-group-cell .ag-header-cell-resize:after {
  top: 0 !important;
  height: 100% !important;
  width: 1px;
  color: #2a2b2c;
  background-color: #f6f7f8; }
.ag-header-group-text,
.ag-header-cell {
  font-family: 'Roboto', 'sans-serif', 'Helvetica', 'Arial';
  font-size: 12px;
  padding-left: 0 !important;
  color: #2a2b2c; }
.customHeaderLabel {
  color: #2a2b2c; }
.ag-cell {
  font-family: 'Roboto', 'sans-serif', 'Helvetica', 'Arial';
  font-size: 12px;
  border: 1px solid transparent;
  line-height: 40px;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 17px !important;
  color: #2a2b2c;
  display: flex; }
.ag-cell .capitalize p {
    line-height: 40px;
    padding-left: 0 !important; }
.ag-cell .capitalize p:first-letter {
    text-transform: capitalize; }
.ag-cell .hs-mismatch p {
    left: 1200px;
    width: 200px;
    color: #2a2b2c;
    background-color: #f8d9d5;
    font-weight: 600;
    line-height: 40px;
    padding-left: 0 !important; }
.ag-cell .tco-status p {
    line-height: 40px; }
.ag-cell-last-left-pinned {
  padding-left: 17px !important; }
.ag-cell-value a {
  color: #00a398 !important;
  text-decoration: underline !important; }
.ag-cell-label-container {
  padding-left: 17px; }
.svg-inline--fa.eccn-info {
  margin: 0.3125rem; }
.ag-paging-panel {
  background-color: #f6f7f8; }
.ag-paging-number {
  color: #2a2b2c; }
.ag-paging-row-summary-panel-number {
  color: #2a2b2c; }
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-checked:after {
  color: #00a398;
  outline-color: #00a398; }
.ag-wrapper.ag-input-wrapper.ag-checkbox-input-wrapper:active,
.ag-wrapper.ag-input-wrapper.ag-checkbox-input-wrapper:focus-within {
  box-shadow: 0 0 2px 0.1rem #99dad6; }
.ag-checkbox-input-wrapper {
  margin-left: 2px; }
.ag-row-selected,
.ag-row-selected.ag-row-hover {
  background-color: #ccedea !important; }
.ag-row-hover {
  background-color: #edeff0 !important; }
body {
  overflow-y: scroll; }
.borderless > .data-grid-wrapper > table {
  border: none !important; }
.btnHide {
  visibility: hidden; }
#data_table td {
  padding: 10px !important; }
.aci-spinner .spinner-large {
  top: 45%; }
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */ }
.number-picker-full-width ux-number-picker input {
  width: 100% !important; }
.pointer {
  cursor: pointer; }
ux-editor.aci-border-0 quill-editor > div.ql-container > div.ql-editor {
  border: none; }
.top-logo-div {
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin: 7px 15px;
  min-width: 50px; }
.top-logo-div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.top-logo-div img {
    border-radius: 5px;
    max-height: 50px;
    max-width: 150px;
    padding: 2px 10px;
    vertical-align: middle; }

/**
 ****************************
 * Generic Styles
 ****************************
*/
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block;
}
.ag-hidden {
  display: none !important;
}
.ag-invisible {
  visibility: hidden !important;
}
.ag-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.ag-column-drop-wrapper {
  display: flex;
}
.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}
.ag-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.ag-selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
      user-select: text;
}
.ag-tab {
  position: relative;
}
.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}
.ag-select-agg-func-popup {
  position: absolute;
}
.ag-input-wrapper, .ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}
.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
          animation-name: ag-shake-left-to-right;
}
@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s;
}
.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
  opacity: 0.5;
}
.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}
.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
/**
 ****************************
 * Viewports
 ****************************
*/
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto;
}
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}
/**
 ****************************
 * Containers
 ****************************
*/
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container {
  position: relative;
}
.ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
  height: 100%;
  white-space: nowrap;
}
.ag-center-cols-container {
  display: block;
}
.ag-pinned-right-cols-container {
  display: block;
}
.ag-body-horizontal-scroll-container {
  height: 100%;
}
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.ag-full-width-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
}
/**
 ****************************
 * Scrollers
 ****************************
*/
.ag-center-cols-clipper {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
}
.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-active {
  pointer-events: all;
}
.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}
.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}
/**
 ****************************
 * Headers
 ****************************
*/
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-header-cell-sortable {
  cursor: pointer;
}
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.ag-pinned-left-header {
  height: 100%;
}
.ag-pinned-right-header {
  height: 100%;
}
.ag-header-row {
  position: absolute;
  overflow: hidden;
}
.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}
.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch;
}
.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}
.ag-header-select-all {
  display: flex;
}
/**
 ****************************
 * Columns
 ****************************
*/
.ag-column-moving .ag-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
/**
 ****************************
 * Column Panel
 ****************************
*/
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}
.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}
.ag-column-select-header-icon {
  position: relative;
}
.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}
.ag-column-select-header-filter {
  width: 100%;
}
.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}
.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}
.ag-column-drop-list {
  display: flex;
  align-items: center;
}
.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}
.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}
.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}
.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}
.ag-column-drop-vertical-list > * {
  flex: none;
}
.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}
.ag-column-drop-vertical-empty-message {
  display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.ag-column-drop-cell-button {
  cursor: pointer;
}
.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}
.ag-filter-toolpanel-header {
  position: relative;
}
.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}
.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}
.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
/**
 ****************************
 * Rows
 ****************************
*/
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s;
}
.ag-row-animation .ag-row.ag-after-created {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
}
.ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}
.ag-row {
  white-space: nowrap;
  width: 100%;
}
.ag-row-loading {
  display: flex;
  align-items: center;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-row-dragging {
  z-index: 2;
}
.ag-stub-cell {
  display: flex;
  align-items: center;
}
/**
 ****************************
 * Cells
 ****************************
*/
.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}
.ag-cell-value {
  flex: 1 1 auto;
}
.ag-cell-value, .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}
.ag-cell-wrapper {
  display: flex;
  align-items: center;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}
.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}
.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}
.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}
/**
 ****************************
 * Filters
 ****************************
*/
.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-set-filter-item-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-set-filter-item-checkbox {
  display: flex;
}
.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}
.ag-filter-filter {
  flex: 1 1 0px;
}
.ag-filter-condition {
  display: flex;
  justify-content: center;
}
/**
 ****************************
 * Floating Filter
 ****************************
*/
.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}
.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}
.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}
.ag-floating-filter-button {
  display: flex;
  flex: none;
}
/**
 ****************************
 * Drag & Drop
 ****************************
*/
.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}
/**
 ****************************
 * Overlay
 ****************************
*/
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ag-overlay-loading-wrapper {
  pointer-events: all;
}
/**
 ****************************
 * Popup
 ****************************
*/
.ag-popup-child {
  z-index: 5;
  top: 0;
}
.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  z-index: 1;
}
.ag-large-text-input {
  display: block;
}
/**
 ****************************
 * Virtual Lists
 ****************************
*/
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
/**
 ****************************
 * Floating Top and Bottom
 ****************************
*/
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
/**
 ****************************
 * Dialog
 ****************************
*/
.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}
.ag-panel-title-bar-title {
  flex: 1 1 auto;
}
.ag-panel-title-bar-buttons {
  display: flex;
}
.ag-panel-title-bar-button {
  cursor: pointer;
}
.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.ag-dialog {
  position: absolute;
}
.ag-resizer {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  z-index: 1;
}
.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
/**
 ****************************
 * Tooltip
 ****************************
*/
.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}
.ag-tooltip-custom {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}
/**
 ****************************
 * Animations
 ****************************
*/
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}
.ag-opacity-zero {
  opacity: 0 !important;
}
/**
 ****************************
 * Menu
 ****************************
*/
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}
.ag-menu-list {
  display: table;
  width: 100%;
}
.ag-menu-option, .ag-menu-separator {
  display: table-row;
}
.ag-menu-option-part, .ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}
.ag-menu-option-text {
  white-space: nowrap;
}
.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}
/**
 ****************************
 * Rich Select
 ****************************
*/
.ag-rich-select {
  cursor: default;
  outline: none;
}
.ag-rich-select-value {
  display: flex;
  align-items: center;
}
.ag-rich-select-value-icon {
  flex: 1 1 auto;
  order: 1;
}
.ag-ltr .ag-rich-select-value-icon {
  text-align: right;
}
.ag-rtl .ag-rich-select-value-icon {
  text-align: left;
}
.ag-rich-select-list {
  position: relative;
}
.ag-rich-select-virtual-list-item {
  display: flex;
}
.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
}
/**
 ****************************
 * Pagination
 ****************************
*/
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}
.ag-paging-button {
  position: relative;
}
.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}
/**
 ****************************
 * Tool Panel
 ****************************
*/
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}
.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}
.ag-column-select-checkbox {
  display: flex;
}
.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-details-row {
  width: 100%;
}
.ag-details-row-fixed-height {
  height: 100%;
}
.ag-details-grid {
  width: 100%;
}
.ag-details-grid-fixed-height {
  height: 100%;
}
.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}
.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}
/**
 ****************************
 * Side Bar
 ****************************
*/
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}
.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}
.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ag-side-button-label {
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
}
/**
 ****************************
 * Status Bar
 ****************************
*/
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ag-status-panel {
  display: inline-flex;
}
.ag-status-name-value {
  white-space: nowrap;
}
.ag-status-bar-left {
  display: inline-flex;
}
.ag-status-bar-center {
  display: inline-flex;
}
.ag-status-bar-right {
  display: inline-flex;
}
/**
 ****************************
 * Widgets
 ****************************
*/
.ag-icon {
  display: block;
  speak: none;
}
.ag-group {
  position: relative;
  width: 100%;
}
.ag-group-title-bar {
  display: flex;
  align-items: center;
}
.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ag-group-title-bar .ag-group-title {
  cursor: default;
}
.ag-group-toolbar {
  display: flex;
  align-items: center;
}
.ag-group-container {
  display: flex;
}
.ag-disabled .ag-group-container {
  pointer-events: none;
}
.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.ag-group-container-vertical {
  flex-direction: column;
}
.ag-column-group-icons {
  display: block;
}
.ag-column-group-icons > * {
  cursor: pointer;
}
.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}
.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}
.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}
.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}
.ag-input-field, .ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ag-input-field-input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}
.ag-range-field {
  display: flex;
  align-items: center;
}
.ag-angle-select {
  display: flex;
  align-items: center;
}
.ag-angle-select-wrapper {
  display: flex;
}
.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}
.ag-angle-select-child-circle {
  position: absolute;
}
.ag-slider-wrapper {
  display: flex;
}
.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}
.ag-picker-field-display {
  flex: 1 1 auto;
}
.ag-picker-field {
  display: flex;
  align-items: center;
}
.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ag-picker-field-wrapper {
  overflow: hidden;
}
.ag-label-align-right .ag-label {
  order: 1;
}
.ag-label-align-right > * {
  flex: none;
}
.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}
.ag-label-align-top > * {
  align-self: stretch;
}
.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-spectrum-val {
  cursor: pointer;
}
.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.ag-spectrum-hue {
  cursor: default;
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.ag-spectrum-alpha {
  cursor: default;
}
.ag-spectrum-hue-background {
  width: 100%;
  height: 100%;
}
.ag-spectrum-alpha-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 100%;
}
.ag-spectrum-tool {
  cursor: pointer;
}
.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}
.ag-recent-colors {
  display: flex;
}
.ag-recent-color {
  cursor: pointer;
}
.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px;
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px;
}
.ag-ltr .ag-column-select-indent-10 {
  padding-left: 200px;
}
.ag-rtl .ag-column-select-indent-10 {
  padding-right: 200px;
}
.ag-ltr .ag-row-group-indent-10 {
  padding-left: 200px;
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: 200px;
}
.ag-ltr .ag-column-select-indent-11 {
  padding-left: 220px;
}
.ag-rtl .ag-column-select-indent-11 {
  padding-right: 220px;
}
.ag-ltr .ag-row-group-indent-11 {
  padding-left: 220px;
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: 220px;
}
.ag-ltr .ag-column-select-indent-12 {
  padding-left: 240px;
}
.ag-rtl .ag-column-select-indent-12 {
  padding-right: 240px;
}
.ag-ltr .ag-row-group-indent-12 {
  padding-left: 240px;
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: 240px;
}
.ag-ltr .ag-column-select-indent-13 {
  padding-left: 260px;
}
.ag-rtl .ag-column-select-indent-13 {
  padding-right: 260px;
}
.ag-ltr .ag-row-group-indent-13 {
  padding-left: 260px;
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: 260px;
}
.ag-ltr .ag-column-select-indent-14 {
  padding-left: 280px;
}
.ag-rtl .ag-column-select-indent-14 {
  padding-right: 280px;
}
.ag-ltr .ag-row-group-indent-14 {
  padding-left: 280px;
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: 280px;
}
.ag-ltr .ag-column-select-indent-15 {
  padding-left: 300px;
}
.ag-rtl .ag-column-select-indent-15 {
  padding-right: 300px;
}
.ag-ltr .ag-row-group-indent-15 {
  padding-left: 300px;
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: 300px;
}
.ag-ltr .ag-column-select-indent-16 {
  padding-left: 320px;
}
.ag-rtl .ag-column-select-indent-16 {
  padding-right: 320px;
}
.ag-ltr .ag-row-group-indent-16 {
  padding-left: 320px;
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: 320px;
}
.ag-ltr .ag-column-select-indent-17 {
  padding-left: 340px;
}
.ag-rtl .ag-column-select-indent-17 {
  padding-right: 340px;
}
.ag-ltr .ag-row-group-indent-17 {
  padding-left: 340px;
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: 340px;
}
.ag-ltr .ag-column-select-indent-18 {
  padding-left: 360px;
}
.ag-rtl .ag-column-select-indent-18 {
  padding-right: 360px;
}
.ag-ltr .ag-row-group-indent-18 {
  padding-left: 360px;
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: 360px;
}
.ag-ltr .ag-column-select-indent-19 {
  padding-left: 380px;
}
.ag-rtl .ag-column-select-indent-19 {
  padding-right: 380px;
}
.ag-ltr .ag-row-group-indent-19 {
  padding-left: 380px;
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: 380px;
}
.ag-ltr .ag-column-select-indent-20 {
  padding-left: 400px;
}
.ag-rtl .ag-column-select-indent-20 {
  padding-right: 400px;
}
.ag-ltr .ag-row-group-indent-20 {
  padding-left: 400px;
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: 400px;
}
.ag-ltr .ag-column-select-indent-21 {
  padding-left: 420px;
}
.ag-rtl .ag-column-select-indent-21 {
  padding-right: 420px;
}
.ag-ltr .ag-row-group-indent-21 {
  padding-left: 420px;
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: 420px;
}
.ag-ltr .ag-column-select-indent-22 {
  padding-left: 440px;
}
.ag-rtl .ag-column-select-indent-22 {
  padding-right: 440px;
}
.ag-ltr .ag-row-group-indent-22 {
  padding-left: 440px;
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: 440px;
}
.ag-ltr .ag-column-select-indent-23 {
  padding-left: 460px;
}
.ag-rtl .ag-column-select-indent-23 {
  padding-right: 460px;
}
.ag-ltr .ag-row-group-indent-23 {
  padding-left: 460px;
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: 460px;
}
.ag-ltr .ag-column-select-indent-24 {
  padding-left: 480px;
}
.ag-rtl .ag-column-select-indent-24 {
  padding-right: 480px;
}
.ag-ltr .ag-row-group-indent-24 {
  padding-left: 480px;
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: 480px;
}
.ag-ltr .ag-column-select-indent-25 {
  padding-left: 500px;
}
.ag-rtl .ag-column-select-indent-25 {
  padding-right: 500px;
}
.ag-ltr .ag-row-group-indent-25 {
  padding-left: 500px;
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: 500px;
}
.ag-ltr .ag-column-select-indent-26 {
  padding-left: 520px;
}
.ag-rtl .ag-column-select-indent-26 {
  padding-right: 520px;
}
.ag-ltr .ag-row-group-indent-26 {
  padding-left: 520px;
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: 520px;
}
.ag-ltr .ag-column-select-indent-27 {
  padding-left: 540px;
}
.ag-rtl .ag-column-select-indent-27 {
  padding-right: 540px;
}
.ag-ltr .ag-row-group-indent-27 {
  padding-left: 540px;
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: 540px;
}
.ag-ltr .ag-column-select-indent-28 {
  padding-left: 560px;
}
.ag-rtl .ag-column-select-indent-28 {
  padding-right: 560px;
}
.ag-ltr .ag-row-group-indent-28 {
  padding-left: 560px;
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: 560px;
}
.ag-ltr .ag-column-select-indent-29 {
  padding-left: 580px;
}
.ag-rtl .ag-column-select-indent-29 {
  padding-right: 580px;
}
.ag-ltr .ag-row-group-indent-29 {
  padding-left: 580px;
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: 580px;
}
.ag-ltr .ag-column-select-indent-30 {
  padding-left: 600px;
}
.ag-rtl .ag-column-select-indent-30 {
  padding-right: 600px;
}
.ag-ltr .ag-row-group-indent-30 {
  padding-left: 600px;
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: 600px;
}
.ag-ltr .ag-column-select-indent-31 {
  padding-left: 620px;
}
.ag-rtl .ag-column-select-indent-31 {
  padding-right: 620px;
}
.ag-ltr .ag-row-group-indent-31 {
  padding-left: 620px;
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: 620px;
}
.ag-ltr .ag-column-select-indent-32 {
  padding-left: 640px;
}
.ag-rtl .ag-column-select-indent-32 {
  padding-right: 640px;
}
.ag-ltr .ag-row-group-indent-32 {
  padding-left: 640px;
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: 640px;
}
.ag-ltr .ag-column-select-indent-33 {
  padding-left: 660px;
}
.ag-rtl .ag-column-select-indent-33 {
  padding-right: 660px;
}
.ag-ltr .ag-row-group-indent-33 {
  padding-left: 660px;
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: 660px;
}
.ag-ltr .ag-column-select-indent-34 {
  padding-left: 680px;
}
.ag-rtl .ag-column-select-indent-34 {
  padding-right: 680px;
}
.ag-ltr .ag-row-group-indent-34 {
  padding-left: 680px;
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: 680px;
}
.ag-ltr .ag-column-select-indent-35 {
  padding-left: 700px;
}
.ag-rtl .ag-column-select-indent-35 {
  padding-right: 700px;
}
.ag-ltr .ag-row-group-indent-35 {
  padding-left: 700px;
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: 700px;
}
.ag-ltr .ag-column-select-indent-36 {
  padding-left: 720px;
}
.ag-rtl .ag-column-select-indent-36 {
  padding-right: 720px;
}
.ag-ltr .ag-row-group-indent-36 {
  padding-left: 720px;
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: 720px;
}
.ag-ltr .ag-column-select-indent-37 {
  padding-left: 740px;
}
.ag-rtl .ag-column-select-indent-37 {
  padding-right: 740px;
}
.ag-ltr .ag-row-group-indent-37 {
  padding-left: 740px;
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: 740px;
}
.ag-ltr .ag-column-select-indent-38 {
  padding-left: 760px;
}
.ag-rtl .ag-column-select-indent-38 {
  padding-right: 760px;
}
.ag-ltr .ag-row-group-indent-38 {
  padding-left: 760px;
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: 760px;
}
.ag-ltr .ag-column-select-indent-39 {
  padding-left: 780px;
}
.ag-rtl .ag-column-select-indent-39 {
  padding-right: 780px;
}
.ag-ltr .ag-row-group-indent-39 {
  padding-left: 780px;
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: 780px;
}
.ag-ltr .ag-column-select-indent-40 {
  padding-left: 800px;
}
.ag-rtl .ag-column-select-indent-40 {
  padding-right: 800px;
}
.ag-ltr .ag-row-group-indent-40 {
  padding-left: 800px;
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: 800px;
}
.ag-ltr .ag-column-select-indent-41 {
  padding-left: 820px;
}
.ag-rtl .ag-column-select-indent-41 {
  padding-right: 820px;
}
.ag-ltr .ag-row-group-indent-41 {
  padding-left: 820px;
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: 820px;
}
.ag-ltr .ag-column-select-indent-42 {
  padding-left: 840px;
}
.ag-rtl .ag-column-select-indent-42 {
  padding-right: 840px;
}
.ag-ltr .ag-row-group-indent-42 {
  padding-left: 840px;
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: 840px;
}
.ag-ltr .ag-column-select-indent-43 {
  padding-left: 860px;
}
.ag-rtl .ag-column-select-indent-43 {
  padding-right: 860px;
}
.ag-ltr .ag-row-group-indent-43 {
  padding-left: 860px;
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: 860px;
}
.ag-ltr .ag-column-select-indent-44 {
  padding-left: 880px;
}
.ag-rtl .ag-column-select-indent-44 {
  padding-right: 880px;
}
.ag-ltr .ag-row-group-indent-44 {
  padding-left: 880px;
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: 880px;
}
.ag-ltr .ag-column-select-indent-45 {
  padding-left: 900px;
}
.ag-rtl .ag-column-select-indent-45 {
  padding-right: 900px;
}
.ag-ltr .ag-row-group-indent-45 {
  padding-left: 900px;
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: 900px;
}
.ag-ltr .ag-column-select-indent-46 {
  padding-left: 920px;
}
.ag-rtl .ag-column-select-indent-46 {
  padding-right: 920px;
}
.ag-ltr .ag-row-group-indent-46 {
  padding-left: 920px;
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: 920px;
}
.ag-ltr .ag-column-select-indent-47 {
  padding-left: 940px;
}
.ag-rtl .ag-column-select-indent-47 {
  padding-right: 940px;
}
.ag-ltr .ag-row-group-indent-47 {
  padding-left: 940px;
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: 940px;
}
.ag-ltr .ag-column-select-indent-48 {
  padding-left: 960px;
}
.ag-rtl .ag-column-select-indent-48 {
  padding-right: 960px;
}
.ag-ltr .ag-row-group-indent-48 {
  padding-left: 960px;
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: 960px;
}
.ag-ltr .ag-column-select-indent-49 {
  padding-left: 980px;
}
.ag-rtl .ag-column-select-indent-49 {
  padding-right: 980px;
}
.ag-ltr .ag-row-group-indent-49 {
  padding-left: 980px;
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: 980px;
}
.ag-ltr .ag-column-select-indent-50 {
  padding-left: 1000px;
}
.ag-rtl .ag-column-select-indent-50 {
  padding-right: 1000px;
}
.ag-ltr .ag-row-group-indent-50 {
  padding-left: 1000px;
}
.ag-rtl .ag-row-group-indent-50 {
  padding-right: 1000px;
}
.ag-ltr .ag-column-select-indent-51 {
  padding-left: 1020px;
}
.ag-rtl .ag-column-select-indent-51 {
  padding-right: 1020px;
}
.ag-ltr .ag-row-group-indent-51 {
  padding-left: 1020px;
}
.ag-rtl .ag-row-group-indent-51 {
  padding-right: 1020px;
}
.ag-ltr .ag-column-select-indent-52 {
  padding-left: 1040px;
}
.ag-rtl .ag-column-select-indent-52 {
  padding-right: 1040px;
}
.ag-ltr .ag-row-group-indent-52 {
  padding-left: 1040px;
}
.ag-rtl .ag-row-group-indent-52 {
  padding-right: 1040px;
}
.ag-ltr .ag-column-select-indent-53 {
  padding-left: 1060px;
}
.ag-rtl .ag-column-select-indent-53 {
  padding-right: 1060px;
}
.ag-ltr .ag-row-group-indent-53 {
  padding-left: 1060px;
}
.ag-rtl .ag-row-group-indent-53 {
  padding-right: 1060px;
}
.ag-ltr .ag-column-select-indent-54 {
  padding-left: 1080px;
}
.ag-rtl .ag-column-select-indent-54 {
  padding-right: 1080px;
}
.ag-ltr .ag-row-group-indent-54 {
  padding-left: 1080px;
}
.ag-rtl .ag-row-group-indent-54 {
  padding-right: 1080px;
}
.ag-ltr .ag-column-select-indent-55 {
  padding-left: 1100px;
}
.ag-rtl .ag-column-select-indent-55 {
  padding-right: 1100px;
}
.ag-ltr .ag-row-group-indent-55 {
  padding-left: 1100px;
}
.ag-rtl .ag-row-group-indent-55 {
  padding-right: 1100px;
}
.ag-ltr .ag-column-select-indent-56 {
  padding-left: 1120px;
}
.ag-rtl .ag-column-select-indent-56 {
  padding-right: 1120px;
}
.ag-ltr .ag-row-group-indent-56 {
  padding-left: 1120px;
}
.ag-rtl .ag-row-group-indent-56 {
  padding-right: 1120px;
}
.ag-ltr .ag-column-select-indent-57 {
  padding-left: 1140px;
}
.ag-rtl .ag-column-select-indent-57 {
  padding-right: 1140px;
}
.ag-ltr .ag-row-group-indent-57 {
  padding-left: 1140px;
}
.ag-rtl .ag-row-group-indent-57 {
  padding-right: 1140px;
}
.ag-ltr .ag-column-select-indent-58 {
  padding-left: 1160px;
}
.ag-rtl .ag-column-select-indent-58 {
  padding-right: 1160px;
}
.ag-ltr .ag-row-group-indent-58 {
  padding-left: 1160px;
}
.ag-rtl .ag-row-group-indent-58 {
  padding-right: 1160px;
}
.ag-ltr .ag-column-select-indent-59 {
  padding-left: 1180px;
}
.ag-rtl .ag-column-select-indent-59 {
  padding-right: 1180px;
}
.ag-ltr .ag-row-group-indent-59 {
  padding-left: 1180px;
}
.ag-rtl .ag-row-group-indent-59 {
  padding-right: 1180px;
}
.ag-ltr .ag-column-select-indent-60 {
  padding-left: 1200px;
}
.ag-rtl .ag-column-select-indent-60 {
  padding-right: 1200px;
}
.ag-ltr .ag-row-group-indent-60 {
  padding-left: 1200px;
}
.ag-rtl .ag-row-group-indent-60 {
  padding-right: 1200px;
}
.ag-ltr .ag-column-select-indent-61 {
  padding-left: 1220px;
}
.ag-rtl .ag-column-select-indent-61 {
  padding-right: 1220px;
}
.ag-ltr .ag-row-group-indent-61 {
  padding-left: 1220px;
}
.ag-rtl .ag-row-group-indent-61 {
  padding-right: 1220px;
}
.ag-ltr .ag-column-select-indent-62 {
  padding-left: 1240px;
}
.ag-rtl .ag-column-select-indent-62 {
  padding-right: 1240px;
}
.ag-ltr .ag-row-group-indent-62 {
  padding-left: 1240px;
}
.ag-rtl .ag-row-group-indent-62 {
  padding-right: 1240px;
}
.ag-ltr .ag-column-select-indent-63 {
  padding-left: 1260px;
}
.ag-rtl .ag-column-select-indent-63 {
  padding-right: 1260px;
}
.ag-ltr .ag-row-group-indent-63 {
  padding-left: 1260px;
}
.ag-rtl .ag-row-group-indent-63 {
  padding-right: 1260px;
}
.ag-ltr .ag-column-select-indent-64 {
  padding-left: 1280px;
}
.ag-rtl .ag-column-select-indent-64 {
  padding-right: 1280px;
}
.ag-ltr .ag-row-group-indent-64 {
  padding-left: 1280px;
}
.ag-rtl .ag-row-group-indent-64 {
  padding-right: 1280px;
}
.ag-ltr .ag-column-select-indent-65 {
  padding-left: 1300px;
}
.ag-rtl .ag-column-select-indent-65 {
  padding-right: 1300px;
}
.ag-ltr .ag-row-group-indent-65 {
  padding-left: 1300px;
}
.ag-rtl .ag-row-group-indent-65 {
  padding-right: 1300px;
}
.ag-ltr .ag-column-select-indent-66 {
  padding-left: 1320px;
}
.ag-rtl .ag-column-select-indent-66 {
  padding-right: 1320px;
}
.ag-ltr .ag-row-group-indent-66 {
  padding-left: 1320px;
}
.ag-rtl .ag-row-group-indent-66 {
  padding-right: 1320px;
}
.ag-ltr .ag-column-select-indent-67 {
  padding-left: 1340px;
}
.ag-rtl .ag-column-select-indent-67 {
  padding-right: 1340px;
}
.ag-ltr .ag-row-group-indent-67 {
  padding-left: 1340px;
}
.ag-rtl .ag-row-group-indent-67 {
  padding-right: 1340px;
}
.ag-ltr .ag-column-select-indent-68 {
  padding-left: 1360px;
}
.ag-rtl .ag-column-select-indent-68 {
  padding-right: 1360px;
}
.ag-ltr .ag-row-group-indent-68 {
  padding-left: 1360px;
}
.ag-rtl .ag-row-group-indent-68 {
  padding-right: 1360px;
}
.ag-ltr .ag-column-select-indent-69 {
  padding-left: 1380px;
}
.ag-rtl .ag-column-select-indent-69 {
  padding-right: 1380px;
}
.ag-ltr .ag-row-group-indent-69 {
  padding-left: 1380px;
}
.ag-rtl .ag-row-group-indent-69 {
  padding-right: 1380px;
}
.ag-ltr .ag-column-select-indent-70 {
  padding-left: 1400px;
}
.ag-rtl .ag-column-select-indent-70 {
  padding-right: 1400px;
}
.ag-ltr .ag-row-group-indent-70 {
  padding-left: 1400px;
}
.ag-rtl .ag-row-group-indent-70 {
  padding-right: 1400px;
}
.ag-ltr .ag-column-select-indent-71 {
  padding-left: 1420px;
}
.ag-rtl .ag-column-select-indent-71 {
  padding-right: 1420px;
}
.ag-ltr .ag-row-group-indent-71 {
  padding-left: 1420px;
}
.ag-rtl .ag-row-group-indent-71 {
  padding-right: 1420px;
}
.ag-ltr .ag-column-select-indent-72 {
  padding-left: 1440px;
}
.ag-rtl .ag-column-select-indent-72 {
  padding-right: 1440px;
}
.ag-ltr .ag-row-group-indent-72 {
  padding-left: 1440px;
}
.ag-rtl .ag-row-group-indent-72 {
  padding-right: 1440px;
}
.ag-ltr .ag-column-select-indent-73 {
  padding-left: 1460px;
}
.ag-rtl .ag-column-select-indent-73 {
  padding-right: 1460px;
}
.ag-ltr .ag-row-group-indent-73 {
  padding-left: 1460px;
}
.ag-rtl .ag-row-group-indent-73 {
  padding-right: 1460px;
}
.ag-ltr .ag-column-select-indent-74 {
  padding-left: 1480px;
}
.ag-rtl .ag-column-select-indent-74 {
  padding-right: 1480px;
}
.ag-ltr .ag-row-group-indent-74 {
  padding-left: 1480px;
}
.ag-rtl .ag-row-group-indent-74 {
  padding-right: 1480px;
}
.ag-ltr .ag-column-select-indent-75 {
  padding-left: 1500px;
}
.ag-rtl .ag-column-select-indent-75 {
  padding-right: 1500px;
}
.ag-ltr .ag-row-group-indent-75 {
  padding-left: 1500px;
}
.ag-rtl .ag-row-group-indent-75 {
  padding-right: 1500px;
}
.ag-ltr .ag-column-select-indent-76 {
  padding-left: 1520px;
}
.ag-rtl .ag-column-select-indent-76 {
  padding-right: 1520px;
}
.ag-ltr .ag-row-group-indent-76 {
  padding-left: 1520px;
}
.ag-rtl .ag-row-group-indent-76 {
  padding-right: 1520px;
}
.ag-ltr .ag-column-select-indent-77 {
  padding-left: 1540px;
}
.ag-rtl .ag-column-select-indent-77 {
  padding-right: 1540px;
}
.ag-ltr .ag-row-group-indent-77 {
  padding-left: 1540px;
}
.ag-rtl .ag-row-group-indent-77 {
  padding-right: 1540px;
}
.ag-ltr .ag-column-select-indent-78 {
  padding-left: 1560px;
}
.ag-rtl .ag-column-select-indent-78 {
  padding-right: 1560px;
}
.ag-ltr .ag-row-group-indent-78 {
  padding-left: 1560px;
}
.ag-rtl .ag-row-group-indent-78 {
  padding-right: 1560px;
}
.ag-ltr .ag-column-select-indent-79 {
  padding-left: 1580px;
}
.ag-rtl .ag-column-select-indent-79 {
  padding-right: 1580px;
}
.ag-ltr .ag-row-group-indent-79 {
  padding-left: 1580px;
}
.ag-rtl .ag-row-group-indent-79 {
  padding-right: 1580px;
}
.ag-ltr .ag-column-select-indent-80 {
  padding-left: 1600px;
}
.ag-rtl .ag-column-select-indent-80 {
  padding-right: 1600px;
}
.ag-ltr .ag-row-group-indent-80 {
  padding-left: 1600px;
}
.ag-rtl .ag-row-group-indent-80 {
  padding-right: 1600px;
}
.ag-ltr .ag-column-select-indent-81 {
  padding-left: 1620px;
}
.ag-rtl .ag-column-select-indent-81 {
  padding-right: 1620px;
}
.ag-ltr .ag-row-group-indent-81 {
  padding-left: 1620px;
}
.ag-rtl .ag-row-group-indent-81 {
  padding-right: 1620px;
}
.ag-ltr .ag-column-select-indent-82 {
  padding-left: 1640px;
}
.ag-rtl .ag-column-select-indent-82 {
  padding-right: 1640px;
}
.ag-ltr .ag-row-group-indent-82 {
  padding-left: 1640px;
}
.ag-rtl .ag-row-group-indent-82 {
  padding-right: 1640px;
}
.ag-ltr .ag-column-select-indent-83 {
  padding-left: 1660px;
}
.ag-rtl .ag-column-select-indent-83 {
  padding-right: 1660px;
}
.ag-ltr .ag-row-group-indent-83 {
  padding-left: 1660px;
}
.ag-rtl .ag-row-group-indent-83 {
  padding-right: 1660px;
}
.ag-ltr .ag-column-select-indent-84 {
  padding-left: 1680px;
}
.ag-rtl .ag-column-select-indent-84 {
  padding-right: 1680px;
}
.ag-ltr .ag-row-group-indent-84 {
  padding-left: 1680px;
}
.ag-rtl .ag-row-group-indent-84 {
  padding-right: 1680px;
}
.ag-ltr .ag-column-select-indent-85 {
  padding-left: 1700px;
}
.ag-rtl .ag-column-select-indent-85 {
  padding-right: 1700px;
}
.ag-ltr .ag-row-group-indent-85 {
  padding-left: 1700px;
}
.ag-rtl .ag-row-group-indent-85 {
  padding-right: 1700px;
}
.ag-ltr .ag-column-select-indent-86 {
  padding-left: 1720px;
}
.ag-rtl .ag-column-select-indent-86 {
  padding-right: 1720px;
}
.ag-ltr .ag-row-group-indent-86 {
  padding-left: 1720px;
}
.ag-rtl .ag-row-group-indent-86 {
  padding-right: 1720px;
}
.ag-ltr .ag-column-select-indent-87 {
  padding-left: 1740px;
}
.ag-rtl .ag-column-select-indent-87 {
  padding-right: 1740px;
}
.ag-ltr .ag-row-group-indent-87 {
  padding-left: 1740px;
}
.ag-rtl .ag-row-group-indent-87 {
  padding-right: 1740px;
}
.ag-ltr .ag-column-select-indent-88 {
  padding-left: 1760px;
}
.ag-rtl .ag-column-select-indent-88 {
  padding-right: 1760px;
}
.ag-ltr .ag-row-group-indent-88 {
  padding-left: 1760px;
}
.ag-rtl .ag-row-group-indent-88 {
  padding-right: 1760px;
}
.ag-ltr .ag-column-select-indent-89 {
  padding-left: 1780px;
}
.ag-rtl .ag-column-select-indent-89 {
  padding-right: 1780px;
}
.ag-ltr .ag-row-group-indent-89 {
  padding-left: 1780px;
}
.ag-rtl .ag-row-group-indent-89 {
  padding-right: 1780px;
}
.ag-ltr .ag-column-select-indent-90 {
  padding-left: 1800px;
}
.ag-rtl .ag-column-select-indent-90 {
  padding-right: 1800px;
}
.ag-ltr .ag-row-group-indent-90 {
  padding-left: 1800px;
}
.ag-rtl .ag-row-group-indent-90 {
  padding-right: 1800px;
}
.ag-ltr .ag-column-select-indent-91 {
  padding-left: 1820px;
}
.ag-rtl .ag-column-select-indent-91 {
  padding-right: 1820px;
}
.ag-ltr .ag-row-group-indent-91 {
  padding-left: 1820px;
}
.ag-rtl .ag-row-group-indent-91 {
  padding-right: 1820px;
}
.ag-ltr .ag-column-select-indent-92 {
  padding-left: 1840px;
}
.ag-rtl .ag-column-select-indent-92 {
  padding-right: 1840px;
}
.ag-ltr .ag-row-group-indent-92 {
  padding-left: 1840px;
}
.ag-rtl .ag-row-group-indent-92 {
  padding-right: 1840px;
}
.ag-ltr .ag-column-select-indent-93 {
  padding-left: 1860px;
}
.ag-rtl .ag-column-select-indent-93 {
  padding-right: 1860px;
}
.ag-ltr .ag-row-group-indent-93 {
  padding-left: 1860px;
}
.ag-rtl .ag-row-group-indent-93 {
  padding-right: 1860px;
}
.ag-ltr .ag-column-select-indent-94 {
  padding-left: 1880px;
}
.ag-rtl .ag-column-select-indent-94 {
  padding-right: 1880px;
}
.ag-ltr .ag-row-group-indent-94 {
  padding-left: 1880px;
}
.ag-rtl .ag-row-group-indent-94 {
  padding-right: 1880px;
}
.ag-ltr .ag-column-select-indent-95 {
  padding-left: 1900px;
}
.ag-rtl .ag-column-select-indent-95 {
  padding-right: 1900px;
}
.ag-ltr .ag-row-group-indent-95 {
  padding-left: 1900px;
}
.ag-rtl .ag-row-group-indent-95 {
  padding-right: 1900px;
}
.ag-ltr .ag-column-select-indent-96 {
  padding-left: 1920px;
}
.ag-rtl .ag-column-select-indent-96 {
  padding-right: 1920px;
}
.ag-ltr .ag-row-group-indent-96 {
  padding-left: 1920px;
}
.ag-rtl .ag-row-group-indent-96 {
  padding-right: 1920px;
}
.ag-ltr .ag-column-select-indent-97 {
  padding-left: 1940px;
}
.ag-rtl .ag-column-select-indent-97 {
  padding-right: 1940px;
}
.ag-ltr .ag-row-group-indent-97 {
  padding-left: 1940px;
}
.ag-rtl .ag-row-group-indent-97 {
  padding-right: 1940px;
}
.ag-ltr .ag-column-select-indent-98 {
  padding-left: 1960px;
}
.ag-rtl .ag-column-select-indent-98 {
  padding-right: 1960px;
}
.ag-ltr .ag-row-group-indent-98 {
  padding-left: 1960px;
}
.ag-rtl .ag-row-group-indent-98 {
  padding-right: 1960px;
}
.ag-ltr .ag-column-select-indent-99 {
  padding-left: 1980px;
}
.ag-rtl .ag-column-select-indent-99 {
  padding-right: 1980px;
}
.ag-ltr .ag-row-group-indent-99 {
  padding-left: 1980px;
}
.ag-rtl .ag-row-group-indent-99 {
  padding-right: 1980px;
}
.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}
.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}
.ag-layout-print.ag-body-viewport {
  flex: none;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-flex;
}
.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}
@media print {
  .ag-root-wrapper.ag-layout-print,
.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
.ag-root-wrapper.ag-layout-print .ag-root,
.ag-root-wrapper.ag-layout-print .ag-body-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-container,
.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-row {
    page-break-inside: avoid;
  }
}
.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}
.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
}
.ag-chart-title-edit.currently-editing {
  display: inline-block;
}
.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-charts-canvas {
  display: block;
}
.ag-chart-menu {
  position: absolute;
  top: 10px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ag-ltr .ag-chart-menu {
  right: 20px;
}
.ag-rtl .ag-chart-menu {
  left: 20px;
}
.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s;
}
.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden;
}
.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-chart-tabbed-menu-header {
  flex: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  cursor: default;
}
.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}
.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ag-chart-settings {
  overflow-x: hidden;
}
.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}
.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}
.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}
.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}
.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}
.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}
.ag-chart-mini-thumbnail {
  cursor: pointer;
}
.ag-chart-mini-thumbnail-canvas {
  display: block;
}
.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}
.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ag-chart .ag-chart-menu {
  opacity: 0;
  pointer-events: none;
}
.ag-chart-menu-hidden:hover .ag-chart-menu {
  opacity: 1;
  pointer-events: all;
}
.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.ag-charts-data-group-item {
  position: relative;
}
.ag-date-time-list-page-title-bar {
  display: flex;
}
.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}
.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}
.ag-date-time-list-page-entry {
  cursor: pointer;
}

.ag-theme-alpine {
  -webkit-font-smoothing: antialiased;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: normal;
}
@font-face {
  font-family: "agGridAlpine";
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABWoAAsAAAAAJ9AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAmYAAAR2ZcBn9U9TLzIAAANwAAAAQQAAAFZWUVMIY21hcAAAA7QAAAIcAAAFnIMq5ipnbHlmAAAF0AAAC80AABVszjC1ZWhlYWQAABGgAAAANAAAADZ2zsSBaGhlYQAAEdQAAAAeAAAAJAfSBDFobXR4AAAR9AAAABcAAAE0xzj/+2xvY2EAABIMAAAAdQAAAJwYJx3EbWF4cAAAEoQAAAAfAAAAIAFjAKpuYW1lAAASpAAAATUAAAJG5xgJvXBvc3QAABPcAAAByQAAAqgIzxhUeJx9lEtyElEUhv+mm0gCJilFjRhjovEVXzF2uhuaRx4QEDJwYFkOnMSyyrKKcsQ6XIAryNAVuAAHrsAFOHDo2PK7h0ZMBuEWze3z+M9//3Mu8iTNaVNN5doHhy81PzwafVRFgcYf5/9/7w0/vD9SYfKGL7DfgrygpHnd1GuN9M2b90beca7sV/xX/jv/s//F/yWfqFU9JrqobVakmGeoRFXVlCqnGWwR+7oaRPs8m2a9oKvKm6ernpaoGZHTM8QN9XVPi+B0DKetPaISlsNs8xyw7mvhjIgUlDy+be1gDVBkBU3qKmtWz2HZhkmL/Ab+i9Tcp3ZIVgdfB3Z5LE32LV2Ck8sITNWe3ugpfndSh1LNchK+kQ7sPbS3NTSZRDXBqVHLYW/BYGKvgReTsQl6lajdTNEN3SK7Bk4btJZl1y17jcgYbgl9CeycMVxLWmf/Qm/pRREW45y2aTpW4CHsp/aO4aV6dMLaAmtA7BM4TK2uPw+oFdKVGPQlfEN90rG+6rt+6Kd+64/O6TJ1YjvDHuj7Z2pTQMHT0V28zX9Wd9YZZuB01MmIWU5eM3UifL1MQ1etyMmcOgn7EGti8XPwdPFd2KT0I6BGaHVdp/OsHd4jos9n09lglUzpHlOwYBPct1moMKNbum6I4zlM0XoZRLcb86uYbg3wrlnfnLruhi3am7sLrt8VurPCb8gJq6bTId5VLA5parlhWSnsHcYz/Cmsp9Ucq2VYhbqLz81Y325Hl0rrnGfMJNYduxl9m6/bMKhmN7VMDx37VtaxKxYXWZbHP0GY3fDEtHMz3YGbm4/BX0ArchMAAHicY2BkmsY4gYGVgYGpimkPAwNDD4RmfMBgyMgEFGVgZWbACgLSXFMYDjDofjRifgHkRjG/BZnCwAiSAwDkfwr5AAAAeJy11AdSG0EQheFfgSxwIOecEWCCySCiEHAJnCkcKJw5h8/me/QJ8Bt1+wC4ylv1qXdGq92ZWr0GaoCczEkesvVkdEYmq9lMdT5HY3U+z2+NC9ST1XmRK264s6X7e80WueSaW8tUR3+PjK4u0McEzzU6YoUDdjlmjXNWKbHBPnucsMUmp7pmh3XKnLHNIRUu9Pu0irzWWEudntuglTTpjs208JgntNJGOx100kU3PfTqWf0MMMgQw4wwyhjjevokU0wzw6x2U2SeBRb1/TOWWNYia3nYcfTA69OxcrB7vHa+WtKO9062NrXZnfXy2fZh5eIfbvYfjkL6yP2K0Tnpjbq028uwIi/CgbwMu/IqHMvrsCZvQrrn27Aq70JJrsKGXId9eR/25EM4kY9hSz6FTbkJp3Ib0j/vc9iRL2FdvoayfAtn8j1sy49wKD9DRe6CXqBlXMqLZR2p5lzKl+VdypjVuJQ9q3WkWudItd6RaoMj1UaXMmlNjlQLLr1Ja3ak2uJI9ZFTdrCgFGFBecKeOiULa3XKGNbmlDas3Sl3WIdTArFOpyxiXU6pxLqd8on1OCUV63XKLNbnlF6s3ynH2IBTorFBp+xiQ04px4ad8o6NOCUfG3XqAdiYUzfAxp36Ajbh1CGwSadegU05dQ1s2ql/YDMu9UubdSknNufUXbCiU5/B5p06DrbgqutfdOpCWFA/wgLLfwB3H6YceJztWHtwVNUZv9852b179/2+WUI22b3ZXNjshib7uEkWdkMSSMAQcVwwQDFEikONtqK0KBAR/2hNHavjDPgH6Uw7bcPUmUZaph0VKk6VEkeldqTtDOof1dKSqmlxGLGBvfQ7Z3dDAqnaPzttsnvej+98z9+3Agj4R6ZoXLAIAoR8sugLpUKaGiJTunV6Gi7qd2F5kMZz09PZ7PQ0W264evnqZfoR/Ugw4C6H4BOqBMEjyqKqGTRWRrCgMmt6VFZ+8PTTsZdfJlksYk/rg/39/e18JMYHyGOzOv0b+vv1T2evR7LYpbSDdggS3iNrroRL1iQ43DaZP5/Rj+pH4WJmUjfA5ckMrNGPCoSvP0APCF6hFreHRaNo9Mp+2d+spbV0Uq1X6z2iioQidUgfXNwxOKC1tmoDg++VGwNtBw+2HTjAS3pgzhRvFF4tz2LJrivx0Y4tkfMy4VLUhE9hNfxyePj48DDsGh6mtsJpZOgufUQo0Xmenhc8QoBxP2wHn8sbhESoOQspV7IRJNBkkOmDVz4JJoL4oWZeF6b0v/VNwFgfPY/9OZNXPgF/3ykYu3nu+fL851MU9g2nP144Q2I3nlw4c+/sMyk/0xVyReY7F8+k5uvOLQ5+/fpzi7yjD9CvoD6ZhEpBkECUJaBaDRiZ6Hxef3M6xcRGPtAH2rbqBchOTJw6YrEEHP6mFU1+RwB+DT/I4IT+MiybmMjabMGq+kC4qSkciCwMsuMr+B1x1POifByCEAm5QgbFlfAorgy4FBeNF54gO/TVXFbHhqdJYlgfYZIqSqukh+QInmFAGgmqD+yCVv0UmgWN66f0iZJ9FN/zMD2BrwkI1ZzzRh9qbUjmDa8fGZVGPtUrHqSBHNGtSlMeLg7rKUYyvIalAnoKXqMvNoULz5PuW5uUwvNsjnQrTYVtpLtkE0/SJ5muSYDsEiVQUV3gImzo1MdgY6d+WB/rhI1YkPScLmzEJbjdKAhXr9Cv0Q8FJ2pItdAjPCx8D6lF81ANswilSgrlLBtlfwY8Ea+dKOHGilQySxLNQfB5jeF6tREU3IAq0JzWstDsl712HMHhVDLdHKQJJr9GUBtJMgu4i5Q2FffUgF8OEjTFtNaEm4Pg9TnATsKNsITidj+9R7zzXoPep2qaStKqtvKo3gEjBKjBeZboA5I76HXKXqfZYKsMeeQ6j9lmqjB5HfJCq1zrNxKT3fwzd9hf7bI5JbtJNDmsLr/F7fRWudw1fnely2S2iRUGR9BttBjcbovNbV7aECWUmCwmA0kR0eywGkmCgtltIn81ffMRA2lRr/yWEzPy5pXv0Ad+H5BchSf/aK0JekzuqtqIL5yq9y5U3ZLDbPN5k821Df7KSrPD7ggs9jssEbfFbgm4rLLb7jIZRU+oMeKx+Sp9TrPF4fbYJItERdEgeqq/e+y4ZDGaRZvZIJ2RHCbJLp12SGanW/i/7P6rZTcnnoEqou9R0Xrpch7QYA3+Y0CDy7phEsMbrCn5rznyXvW5stZYmEumE83+GsgRJjq/z+sAGUVkh3D9EhCZMtSnkp8toviGmyTR4HW4PM6l7Wa70WZyeHx9eatZcnvdFf23VUguHPks5k48OGS3WfxOT+XGjQ63weC0uqrvedDhc9slybhvt9FkdDnc/ytvnBNDIui4RRljzgS0IL46Di3QmpsdQx5DPFElNArLmJ5ocpoZbQ0+ChjYMipGtDJAm5VxIIgWreFYmNmtpsppZouinNYaSRgql8V61g+sH91ZTam3Kx6PaZuHbhvdubCiwtc3GO/yLhjc33PLqkw01bAqGjK11N26Kurt6asL3LH/cfIj3Lu4a89as0XbrDTG0glYsXutxbx0m1R9a/PyrVpdW020uyHVsKXFG+3J1/VkNuHgLPrtiMHiSD9CA0YLJzWSJaWXcE8BBpxEH4OT6FJIRff+OwJ49xP7BxcgZfrJhTtHf8ppr+aNhRXw7eiqaHTVOlZAQNu6HK8slufW7ulixJpL9SjS1BPlRQm7DCHvRcGGFIk+0aWmQgbZp6U0OjR9bJo8Wxh/O3eWTE2PHof+6Vzu7bPZ0be5yHhxiUyh3LjVaqooM2xHLr30UmZ6Wk/l85A6cSLDMbNVsBbxBq4v4w2GwaqEGkERVKFBWCIImpJKyLO+kc/pI/4+nssd42XhjX/XmR4u/uVKdbZUIzmmmfdfT5MAiPoj+PXgPSn8qvhlYyLWIazpENPRwml+FF5BntUnsAW/0CfIDn6vvjqHd+X0ESQhm83OwzMP6jomFsizC5xlsCufJ0c5y3TrXL9oYphJY3BGDdHlZT/IfCIJTrYxyN82WbaRA+QkZiABtBLBgxEqAymlqEe8hdYgI8aNKD4WuuzQANjgyqb8MLxUGRtr3dLSsqV1bExZGn4G+vSfwy7eBuXaJFxUMsrNLQP3DbTcjK1ofgyrlWxoy46BFs7Xq1fpJMfE1/E1hPiSJRoGlhUhHQaWXJX6DHuSBb29I5e0S6RBu6QhOHsdkoVeVm7GPvkAZ/TXe3shWY8t/GjLent7d2KNn0u/g2QZjz9Dn0EqXBzTJnyAionAEj2lCph76CP9QDp0/V1MQDbo6PfIOznY9S4fox595B0+NuNzruksyiA1819Ex+UvtKKsh7Pl+9+kbxbvn7l2hpDczKWoQ2VKGFHFa/9QpmTGN44XfSNzcTLANzK6noFWGse6DVpKOnWOOnnuyaKnjGmCyBI5cu7ChdjJkzFekiCvvsXLmbcVc8IQ05V5s0JIsiZGERkaAQOICgwksYXz5Yh6RzzWu2ZT6/YGPR6ugzXYgLfCdWxwvpRRH9i0pjcWrwvr8Ybt+od1YXirYXsrHyvTdzfmDD4hKNQjfQqDWKIyN2EINfsZ/EqmgfE3lErQynF7+9p227M8O+jBUn/BFQiEAwFIFZ7Lw/fzdCjS2BjBPGIbX3Io3FSpVOKn4CaHuFsoyXAv3YMa28Z9W7r4L2v1WIFoRC4jn0SjA/mtsqQMWV6PbAG2CkOQ7E/4sanCLU+h+zZI1W1LtK32tupaCPraV2wHINTri8sH/xyDcx7JanKOphc1u2CBSSZgIgdMCJ/sbucZeOgpyWJxWBdZJMtg47KgT39v4TrrNqMhkGr4kmzB7eQJp9Nj94/aKa3S/2L0qpVJ98GKChBN7jOCmb9jnI6j9dUKi4TlwkrhJiEvbBIGhTvxXUEiu6mdiBWRRqIST5ZodYaQy48BVEsbvDILSCmuSqLqQ/wgKjLv+DkzIl45kVKNYiKlRQEZkUAH7UsgDlYjRkX0JbR6dDHUtWhFFJCe6IpF+vv6+9d6UA27C6f+PqUkiVQwAUkqtfCCObYuH5OiKxftlGLr1sXM7XXNC4JQeBX27gEYziVvagHYnYNf7WbrkRet0X0nWrr30Z/Me341710pvGqUcPnUGy4nXgZ7wMEPl+5d1N1ApFge7wGEqP5ocGXLQy+uTu37ZzoykNu7N4yrKcDeYXjoBlvknpiMZ/RT0JrRyccZlu226cLs3wO8wuKyVTmZttQytjmZVdEwh2ms38xmSgb16M4dnV1dnTt2grPcevSezRtTmpbauPlsuUHPswn9H3MXX9k7ZxFvlGyI0WJFG08zanggKPp79T8grev+zs77H2VF1xejkkyV1mMx/YUJviEXEGUMtuy3j7m/aPHMYLKNZQbXsGEvHeJxlSMZ5v8A93JEUvSDhffJkcJadNRZmOQD+uEcmSqcLt9JySEmPY8E58ABDnIIY19fSe6HKGVzEimOUqpf0C/MnUPsivRgwOS75z+zuKA092Pq4b+bsN8qNLgLPu0snNT/1AFVrPUbqOkorYuTTvZCD77mOA82HbfP8ClOxouxgeVL5GMeEqCVjGOMYKo5y88PCW7BLySYH/XxVNdvFOUssExWQcNOMMzsmwUSkmlNxpUyfjQgrxQxgBZdlswhAFj85byp8NwjbT1lpNDRtL7mvoGew8lCN3mFYYLYCsuyqjuWtg60jOXh7v2VX21vLYKFptWG9fnbcSV54V8PFbSvAAAAeJxjYGRgYADiJZeya+P5bb4ycDO/AApEcT7e1wCj///+/5v5LfNboEoOBiYgyQAAoN8P3nicY2BkYGB+wcAAIv///v+b+S0DIwMq8AUAntwHCgAAeJxjYGBgYH4Bwv9/Q+ihjekBAG/aMMwAeJxjYAACKYYghiyGJQz7GN4xSjA6MZYwTmNcxXiH8R/THeZdzFdY3Fh2sJxh1WEtY53Cuob1G5semxtbHNsitgfsbOwK7G7sEewl7Ec4mDjSOHk4FTjTOA9w3uL8xcXBJcalwmXE5cYVwpXBtY10CAAggCv3AAAAeJxjYGRgYPBlmMfAwwACTEDMBYQMDP/BfAYAIOsCDgB4nHWRPU7DQBCFnxMniBghJCREx1Y0SM5PQZEuFHGfIgWdE68dR7bXWm8ipeMYnIBjUHIETsEheDFTREjZ1a6/+fbNNAZwgy94OC4PV+19XB1csPrjLulW2Cc/CPcQ4Em4T/8sPKB9EQ7YWXKC51/S3ONNuINrvAt36T+EffKncA93+Bbu0/8ID7D0fOEAj95rnEU2T2ZFnVd6obNdEdtTdcpLbZvcVGocjk51pCttY6cTtTqoZp9NnEtVak2p5qZyuiiMqq3Z6rULN87V0+EwFR+uTYkYGSJY5EgwQ4GaVEFjwZNhRxPz9VzqnF/yWDSsDGuFMUKMzqYjnqrtiOH4TdixwoF3gz17JrQOKeuUGcO/ojBvJx/TBbehqdu3Lc2aPsSm7aoxxZA7/ZcPmeKkXwK+aWkAAAB4nG2SB2/bMBSE/cWS7dhp46ZtuvceapvuvXeb/geGomUiEimQlO3k15e1gwAB+gASd4eHe8cHtpZai+q3/l+bLNEmIaVDlx7L9BmwwiEOs8qQI6xxlGMcZ50TnOQUpznDWc5xngtc5BKXucJVrnGdG9zkFre5w10y7nGfB2zwkEc85glPecZzXvCSV7zmDW95x3s+8JFPfOYLX/nGd37wk1/8ZpM/rYEoCqcKEbQ1HeGcnfq28LIjhZGqTOVYuDCUYyW3t+wsmwOVr+8L2uQqKFdpI4Ja25cbs9e5Im1pXVbrSFw3kqYyvi+tCU7IoPJE2nonlc5635Z+ksaTbSS58jJVsxigO7+zjZ6a1SLOypfVjsp8Kfy4HVFnpMs4Ph1p50NSOF2nhbNNncSGkJRqFDqlNjFHt7Qi16boVWKmK72rkkqZphdzL5hRs5AYa9TA2JCJsrRTlad1dFHtWpu01hMberVTE20bP3TRzGZbTQjWZHY0Wj0omNTpYhwSLyaq76tol+V2avbgv1iDBZy39RY4pg5xTWvBKXVwr8tzydbK9BqzeA+CAocioLEYpngkJWO22WIW/0ZORUPNDhNG7LZafwFegLa2AAAA") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ag-theme-alpine .ag-icon {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ag-theme-alpine .ag-icon-aggregation::before {
  content: "\f101";
}
.ag-theme-alpine .ag-icon-arrows::before {
  content: "\f102";
}
.ag-theme-alpine .ag-icon-asc::before {
  content: "\f103";
}
.ag-theme-alpine .ag-icon-cancel::before {
  content: "\f104";
}
.ag-theme-alpine .ag-icon-chart::before {
  content: "\f105";
}
.ag-theme-alpine .ag-icon-color-picker::before {
  content: "\f109";
}
.ag-theme-alpine .ag-icon-columns::before {
  content: "\f10a";
}
.ag-theme-alpine .ag-icon-contracted::before {
  content: "\f10b";
}
.ag-theme-alpine .ag-icon-copy::before {
  content: "\f10c";
}
.ag-theme-alpine .ag-icon-cross::before {
  content: "\f10d";
}
.ag-theme-alpine .ag-icon-csv::before {
  content: "\f10e";
}
.ag-theme-alpine .ag-icon-desc::before {
  content: "\f10f";
}
.ag-theme-alpine .ag-icon-excel::before {
  content: "\f110";
}
.ag-theme-alpine .ag-icon-expanded::before {
  content: "\f111";
}
.ag-theme-alpine .ag-icon-eye-slash::before {
  content: "\f112";
}
.ag-theme-alpine .ag-icon-eye::before {
  content: "\f113";
}
.ag-theme-alpine .ag-icon-filter::before {
  content: "\f114";
}
.ag-theme-alpine .ag-icon-first::before {
  content: "\f115";
}
.ag-theme-alpine .ag-icon-grip::before {
  content: "\f116";
}
.ag-theme-alpine .ag-icon-group::before {
  content: "\f117";
}
.ag-theme-alpine .ag-icon-last::before {
  content: "\f118";
}
.ag-theme-alpine .ag-icon-left::before {
  content: "\f119";
}
.ag-theme-alpine .ag-icon-linked::before {
  content: "\f11a";
}
.ag-theme-alpine .ag-icon-loading::before {
  content: "\f11b";
}
.ag-theme-alpine .ag-icon-maximize::before {
  content: "\f11c";
}
.ag-theme-alpine .ag-icon-menu::before {
  content: "\f11d";
}
.ag-theme-alpine .ag-icon-minimize::before {
  content: "\f11e";
}
.ag-theme-alpine .ag-icon-next::before {
  content: "\f11f";
}
.ag-theme-alpine .ag-icon-none::before {
  content: "\f120";
}
.ag-theme-alpine .ag-icon-not-allowed::before {
  content: "\f121";
}
.ag-theme-alpine .ag-icon-paste::before {
  content: "\f122";
}
.ag-theme-alpine .ag-icon-pin::before {
  content: "\f123";
}
.ag-theme-alpine .ag-icon-pivot::before {
  content: "\f124";
}
.ag-theme-alpine .ag-icon-previous::before {
  content: "\f125";
}
.ag-theme-alpine .ag-icon-right::before {
  content: "\f128";
}
.ag-theme-alpine .ag-icon-save::before {
  content: "\f129";
}
.ag-theme-alpine .ag-icon-small-down::before {
  content: "\f12a";
}
.ag-theme-alpine .ag-icon-small-left::before {
  content: "\f12b";
}
.ag-theme-alpine .ag-icon-small-right::before {
  content: "\f12c";
}
.ag-theme-alpine .ag-icon-small-up::before {
  content: "\f12d";
}
.ag-theme-alpine .ag-icon-tick::before {
  content: "\f12e";
}
.ag-theme-alpine .ag-icon-tree-closed::before {
  content: "\f12f";
}
.ag-theme-alpine .ag-icon-tree-indeterminate::before {
  content: "\f130";
}
.ag-theme-alpine .ag-icon-tree-open::before {
  content: "\f131";
}
.ag-theme-alpine .ag-icon-unlinked::before {
  content: "\f132";
}
.ag-theme-alpine .ag-icon-row-drag::before {
  content: "\f116";
}
.ag-theme-alpine .ag-left-arrow::before {
  content: "\f119";
}
.ag-theme-alpine .ag-right-arrow::before {
  content: "\f128";
}
.ag-theme-alpine .ag-root-wrapper {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine [class^=ag-], .ag-theme-alpine [class^=ag-]:focus, .ag-theme-alpine [class^=ag-]:after, .ag-theme-alpine [class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}
.ag-theme-alpine [class^=ag-]::-ms-clear {
  display: none;
}
.ag-theme-alpine .ag-checkbox .ag-input-wrapper,
.ag-theme-alpine .ag-radio-button .ag-input-wrapper {
  overflow: visible;
}
.ag-theme-alpine .ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-theme-alpine .ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}
.ag-theme-alpine .ag-ltr .ag-label-align-right .ag-label {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-label-align-right .ag-label {
  margin-right: 6px;
}
.ag-theme-alpine input[class^=ag-] {
  margin: 0;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine textarea[class^=ag-],
.ag-theme-alpine select[class^=ag-] {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #babfc7;
  border-color: var(--ag-input-border-color, var(--ag-border-color, #babfc7));
}
.ag-theme-alpine input[class^=ag-]:not([type]):disabled,
.ag-theme-alpine input[class^=ag-][type=text]:disabled,
.ag-theme-alpine input[class^=ag-][type=number]:disabled,
.ag-theme-alpine input[class^=ag-][type=tel]:disabled,
.ag-theme-alpine input[class^=ag-][type=date]:disabled,
.ag-theme-alpine input[class^=ag-][type=datetime-local]:disabled,
.ag-theme-alpine textarea[class^=ag-]:disabled {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  background-color: #f1f2f4;
  background-color: var(--ag-input-disabled-background-color, #f1f2f4);
  border-color: rgba(186, 191, 199, 0.3);
  border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3));
}
.ag-theme-alpine input[class^=ag-]:not([type]):focus,
.ag-theme-alpine input[class^=ag-][type=text]:focus,
.ag-theme-alpine input[class^=ag-][type=number]:focus,
.ag-theme-alpine input[class^=ag-][type=tel]:focus,
.ag-theme-alpine input[class^=ag-][type=date]:focus,
.ag-theme-alpine input[class^=ag-][type=datetime-local]:focus,
.ag-theme-alpine textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^=ag-]:not([type]):invalid,
.ag-theme-alpine input[class^=ag-][type=text]:invalid,
.ag-theme-alpine input[class^=ag-][type=number]:invalid,
.ag-theme-alpine input[class^=ag-][type=tel]:invalid,
.ag-theme-alpine input[class^=ag-][type=date]:invalid,
.ag-theme-alpine input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-alpine textarea[class^=ag-]:invalid {
  border-width: 2px;
  border-style: solid;
  border-color: #e02525;
  border-color: var(--ag-input-border-color-invalid, var(--ag-invalid-color, #e02525));
}
.ag-theme-alpine input[class^=ag-][type=number] {
  -moz-appearance: textfield;
}
.ag-theme-alpine input[class^=ag-][type=number]::-webkit-outer-spin-button, .ag-theme-alpine input[class^=ag-][type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ag-theme-alpine input[class^=ag-][type=range] {
  padding: 0;
}
.ag-theme-alpine input[class^=ag-][type=button]:focus, .ag-theme-alpine button[class^=ag-]:focus {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-drag-handle {
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-list-item, .ag-theme-alpine .ag-virtual-list-item {
  height: 24px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-select-list {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  overflow-y: auto;
  overflow-x: hidden;
}
.ag-theme-alpine .ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-theme-alpine .ag-list-item.ag-active-item {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-select-list-item {
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.ag-theme-alpine .ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-theme-alpine .ag-select .ag-picker-field-wrapper {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  min-height: 24px;
  cursor: default;
}
.ag-theme-alpine .ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-theme-alpine .ag-select:not(.ag-cell-editor) {
  height: 24px;
}
.ag-theme-alpine .ag-select .ag-picker-field-display {
  margin: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-theme-alpine .ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-select.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-rich-select {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-rich-select-list {
  width: 100%;
  min-width: 200px;
  height: 273px;
}
.ag-theme-alpine .ag-rich-select-value {
  padding: 0 6px 0 18px;
  height: 42px;
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-rich-select-virtual-list-item {
  cursor: default;
  height: 24px;
}
.ag-theme-alpine .ag-rich-select-virtual-list-item:hover {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-rich-select-row {
  padding-left: 18px;
}
.ag-theme-alpine .ag-rich-select-row-selected {
  background-color: rgba(33, 150, 243, 0.3);
  background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3));
}
.ag-theme-alpine .ag-row-drag,
.ag-theme-alpine .ag-selection-checkbox,
.ag-theme-alpine .ag-group-expanded,
.ag-theme-alpine .ag-group-contracted {
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-ltr .ag-row-drag, .ag-theme-alpine .ag-ltr .ag-selection-checkbox, .ag-theme-alpine .ag-ltr .ag-group-expanded, .ag-theme-alpine .ag-ltr .ag-group-contracted {
  margin-right: 12px;
}
.ag-theme-alpine .ag-rtl .ag-row-drag, .ag-theme-alpine .ag-rtl .ag-selection-checkbox, .ag-theme-alpine .ag-rtl .ag-group-expanded, .ag-theme-alpine .ag-rtl .ag-group-contracted {
  margin-left: 12px;
}
.ag-theme-alpine .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  height: min(var(--ag-line-height, 40px), 40px);
  display: flex;
  align-items: center;
  flex: none;
}
.ag-theme-alpine .ag-group-expanded,
.ag-theme-alpine .ag-group-contracted {
  cursor: pointer;
}
.ag-theme-alpine .ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-theme-alpine .ag-rtl .ag-group-child-count {
  margin-right: 2px;
}
.ag-theme-alpine .ag-group-title-bar {
  background-color: #fff;
  background-color: var(--ag-subheader-background-color, #fff);
  padding: 6px;
}
.ag-theme-alpine .ag-group-toolbar {
  padding: 6px;
}
.ag-theme-alpine .ag-disabled-group-title-bar, .ag-theme-alpine .ag-disabled-group-container {
  opacity: 0.5;
}
.ag-theme-alpine .group-item {
  margin: 3px 0;
}
.ag-theme-alpine .ag-label {
  white-space: nowrap;
}
.ag-theme-alpine .ag-ltr .ag-label {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-label {
  margin-left: 6px;
}
.ag-theme-alpine .ag-label-align-top .ag-label {
  margin-bottom: 3px;
}
.ag-theme-alpine .ag-ltr .ag-slider-field, .ag-theme-alpine .ag-ltr .ag-angle-select-field {
  margin-right: 12px;
}
.ag-theme-alpine .ag-rtl .ag-slider-field, .ag-theme-alpine .ag-rtl .ag-angle-select-field {
  margin-left: 12px;
}
.ag-theme-alpine .ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #181d1f;
  background-color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-picker-field-wrapper {
  border: 1px solid;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  border-radius: 5px;
}
.ag-theme-alpine .ag-picker-field-wrapper:focus {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-picker-field-button {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-theme-alpine .ag-color-picker .ag-picker-field-display {
  height: 16px;
}
.ag-theme-alpine .ag-color-panel {
  padding: 6px;
}
.ag-theme-alpine .ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-tools {
  padding: 10px;
}
.ag-theme-alpine .ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}
.ag-theme-alpine .ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}
.ag-theme-alpine .ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}
.ag-theme-alpine .ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-alpha-background {
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}
.ag-theme-alpine .ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.ag-theme-alpine .ag-recent-color {
  margin: 0 3px;
}
.ag-theme-alpine .ag-recent-color:first-child {
  margin-left: 0;
}
.ag-theme-alpine .ag-recent-color:last-child {
  margin-right: 0;
}
.ag-theme-alpine.ag-dnd-ghost {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: solid 1px;
  border-color: #dde2eb;
  border-color: var(--ag-secondary-border-color, #dde2eb);
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
  height: 48px !important;
  line-height: 48px;
  margin: 0;
  padding: 0 12px;
  transform: translateY(12px);
}
.ag-theme-alpine .ag-dnd-ghost-icon {
  margin-right: 6px;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
}
.ag-theme-alpine .ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
}
.ag-dragging-range-handle .ag-theme-alpine .ag-dialog, .ag-dragging-fill-handle .ag-theme-alpine .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-theme-alpine .ag-dialog {
  border-radius: 3px;
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-panel {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-panel-title-bar {
  background-color: #f8f8f8;
  background-color: var(--ag-header-background-color, #f8f8f8);
  color: #181d1f;
  color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
  height: 48px;
  padding: 6px 18px;
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button {
  margin-right: 6px;
}
.ag-theme-alpine .ag-tooltip {
  background-color: #f8f8f8;
  background-color: var(--ag-header-background-color, #f8f8f8);
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  padding: 6px;
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  transition: opacity 1s;
  white-space: normal;
}
.ag-theme-alpine .ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}
.ag-theme-alpine .ag-tooltip-custom {
  transition: opacity 1s;
}
.ag-theme-alpine .ag-tooltip-custom.ag-tooltip-hiding {
  opacity: 0;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-1 {
  padding-left: 16px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-1 {
  padding-right: 16px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-2 {
  padding-left: 32px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-2 {
  padding-right: 32px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-3 {
  padding-left: 48px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-3 {
  padding-right: 48px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-4 {
  padding-left: 64px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-4 {
  padding-right: 64px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-5 {
  padding-left: 80px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-5 {
  padding-right: 80px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-6 {
  padding-left: 96px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-6 {
  padding-right: 96px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-7 {
  padding-left: 112px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-7 {
  padding-right: 112px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-8 {
  padding-left: 128px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-8 {
  padding-right: 128px;
}
.ag-theme-alpine .ag-ltr .ag-column-select-indent-9 {
  padding-left: 144px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-indent-9 {
  padding-right: 144px;
}
.ag-theme-alpine .ag-column-select-header-icon {
  cursor: pointer;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-ltr .ag-column-group-icons:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-header-icon:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-header-checkbox:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-checkbox:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-alpine .ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: 12px;
}
.ag-theme-alpine .ag-rtl .ag-column-group-icons:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-header-icon:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-header-checkbox:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-checkbox:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-column-drag-handle:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child), .ag-theme-alpine .ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: 12px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-column-select-column-group:not(:last-child),
.ag-theme-alpine .ag-column-select-column:not(:last-child) {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-column-select-column-readonly,
.ag-theme-alpine .ag-column-select-column-group-readonly {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  pointer-events: none;
}
.ag-theme-alpine .ag-ltr .ag-column-select-add-group-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-column-select-add-group-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-column-select-virtual-list-viewport {
  padding: 6px 0px;
}
.ag-theme-alpine .ag-column-select-virtual-list-item {
  padding: 0 12px;
}
.ag-theme-alpine .ag-rtl {
  text-align: right;
}
.ag-theme-alpine .ag-root-wrapper {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: 46px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: 46px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: 74px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: 74px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: 102px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: 102px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: 130px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: 130px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: 158px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: 158px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: 186px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: 186px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: 214px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: 214px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: 242px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: 242px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: 270px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: 270px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: 298px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: 298px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: 326px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: 326px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: 354px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: 354px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: 382px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: 382px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: 410px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: 410px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: 438px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: 438px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: 466px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: 466px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: 494px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: 494px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: 522px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: 522px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: 550px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: 550px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: 578px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: 578px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-20 {
  padding-left: 560px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-20 {
  padding-right: 560px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: 606px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: 606px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-21 {
  padding-left: 588px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-21 {
  padding-right: 588px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: 634px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: 634px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-22 {
  padding-left: 616px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-22 {
  padding-right: 616px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: 662px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: 662px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-23 {
  padding-left: 644px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-23 {
  padding-right: 644px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: 690px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: 690px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-24 {
  padding-left: 672px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-24 {
  padding-right: 672px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: 718px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: 718px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-25 {
  padding-left: 700px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-25 {
  padding-right: 700px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: 746px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: 746px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-26 {
  padding-left: 728px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-26 {
  padding-right: 728px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: 774px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: 774px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-27 {
  padding-left: 756px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-27 {
  padding-right: 756px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: 802px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: 802px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-28 {
  padding-left: 784px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-28 {
  padding-right: 784px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: 830px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: 830px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-29 {
  padding-left: 812px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-29 {
  padding-right: 812px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: 858px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: 858px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-30 {
  padding-left: 840px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-30 {
  padding-right: 840px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: 886px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: 886px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-31 {
  padding-left: 868px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-31 {
  padding-right: 868px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: 914px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: 914px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-32 {
  padding-left: 896px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-32 {
  padding-right: 896px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: 942px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: 942px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-33 {
  padding-left: 924px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-33 {
  padding-right: 924px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: 970px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: 970px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-34 {
  padding-left: 952px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-34 {
  padding-right: 952px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: 998px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: 998px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-35 {
  padding-left: 980px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-35 {
  padding-right: 980px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: 1026px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: 1026px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-36 {
  padding-left: 1008px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-36 {
  padding-right: 1008px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: 1054px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: 1054px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-37 {
  padding-left: 1036px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-37 {
  padding-right: 1036px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: 1082px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: 1082px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-38 {
  padding-left: 1064px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-38 {
  padding-right: 1064px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: 1110px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: 1110px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-39 {
  padding-left: 1092px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-39 {
  padding-right: 1092px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: 1138px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: 1138px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-40 {
  padding-left: 1120px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-40 {
  padding-right: 1120px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: 1166px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: 1166px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-41 {
  padding-left: 1148px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-41 {
  padding-right: 1148px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: 1194px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: 1194px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-42 {
  padding-left: 1176px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-42 {
  padding-right: 1176px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: 1222px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: 1222px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-43 {
  padding-left: 1204px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-43 {
  padding-right: 1204px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: 1250px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: 1250px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-44 {
  padding-left: 1232px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-44 {
  padding-right: 1232px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: 1278px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: 1278px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-45 {
  padding-left: 1260px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-45 {
  padding-right: 1260px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: 1306px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: 1306px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-46 {
  padding-left: 1288px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-46 {
  padding-right: 1288px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: 1334px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: 1334px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-47 {
  padding-left: 1316px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-47 {
  padding-right: 1316px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: 1362px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: 1362px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-48 {
  padding-left: 1344px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-48 {
  padding-right: 1344px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: 1390px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: 1390px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-49 {
  padding-left: 1372px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-49 {
  padding-right: 1372px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: 1418px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: 1418px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-50 {
  padding-left: 1400px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-50 {
  padding-right: 1400px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: 1446px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: 1446px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-51 {
  padding-left: 1428px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-51 {
  padding-right: 1428px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: 1474px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: 1474px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-52 {
  padding-left: 1456px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-52 {
  padding-right: 1456px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: 1502px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: 1502px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-53 {
  padding-left: 1484px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-53 {
  padding-right: 1484px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: 1530px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: 1530px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-54 {
  padding-left: 1512px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-54 {
  padding-right: 1512px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: 1558px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: 1558px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-55 {
  padding-left: 1540px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-55 {
  padding-right: 1540px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: 1586px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: 1586px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-56 {
  padding-left: 1568px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-56 {
  padding-right: 1568px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: 1614px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: 1614px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-57 {
  padding-left: 1596px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-57 {
  padding-right: 1596px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: 1642px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: 1642px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-58 {
  padding-left: 1624px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-58 {
  padding-right: 1624px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: 1670px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: 1670px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-59 {
  padding-left: 1652px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-59 {
  padding-right: 1652px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: 1698px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: 1698px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-60 {
  padding-left: 1680px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-60 {
  padding-right: 1680px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: 1726px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: 1726px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-61 {
  padding-left: 1708px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-61 {
  padding-right: 1708px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: 1754px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: 1754px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-62 {
  padding-left: 1736px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-62 {
  padding-right: 1736px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: 1782px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: 1782px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-63 {
  padding-left: 1764px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-63 {
  padding-right: 1764px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: 1810px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: 1810px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-64 {
  padding-left: 1792px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-64 {
  padding-right: 1792px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: 1838px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: 1838px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-65 {
  padding-left: 1820px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-65 {
  padding-right: 1820px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: 1866px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: 1866px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-66 {
  padding-left: 1848px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-66 {
  padding-right: 1848px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: 1894px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: 1894px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-67 {
  padding-left: 1876px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-67 {
  padding-right: 1876px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: 1922px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: 1922px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-68 {
  padding-left: 1904px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-68 {
  padding-right: 1904px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: 1950px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: 1950px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-69 {
  padding-left: 1932px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-69 {
  padding-right: 1932px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: 1978px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: 1978px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-70 {
  padding-left: 1960px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-70 {
  padding-right: 1960px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: 2006px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: 2006px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-71 {
  padding-left: 1988px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-71 {
  padding-right: 1988px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: 2034px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: 2034px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-72 {
  padding-left: 2016px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-72 {
  padding-right: 2016px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: 2062px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: 2062px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-73 {
  padding-left: 2044px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-73 {
  padding-right: 2044px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: 2090px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: 2090px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-74 {
  padding-left: 2072px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-74 {
  padding-right: 2072px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: 2118px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: 2118px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-75 {
  padding-left: 2100px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-75 {
  padding-right: 2100px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: 2146px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: 2146px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-76 {
  padding-left: 2128px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-76 {
  padding-right: 2128px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: 2174px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: 2174px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-77 {
  padding-left: 2156px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-77 {
  padding-right: 2156px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: 2202px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: 2202px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-78 {
  padding-left: 2184px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-78 {
  padding-right: 2184px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: 2230px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: 2230px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-79 {
  padding-left: 2212px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-79 {
  padding-right: 2212px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: 2258px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: 2258px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-80 {
  padding-left: 2240px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-80 {
  padding-right: 2240px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: 2286px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: 2286px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-81 {
  padding-left: 2268px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-81 {
  padding-right: 2268px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: 2314px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: 2314px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-82 {
  padding-left: 2296px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-82 {
  padding-right: 2296px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: 2342px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: 2342px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-83 {
  padding-left: 2324px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-83 {
  padding-right: 2324px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: 2370px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: 2370px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-84 {
  padding-left: 2352px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-84 {
  padding-right: 2352px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: 2398px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: 2398px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-85 {
  padding-left: 2380px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-85 {
  padding-right: 2380px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: 2426px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: 2426px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-86 {
  padding-left: 2408px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-86 {
  padding-right: 2408px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: 2454px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: 2454px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-87 {
  padding-left: 2436px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-87 {
  padding-right: 2436px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: 2482px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: 2482px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-88 {
  padding-left: 2464px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-88 {
  padding-right: 2464px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: 2510px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: 2510px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-89 {
  padding-left: 2492px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-89 {
  padding-right: 2492px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: 2538px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: 2538px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-90 {
  padding-left: 2520px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-90 {
  padding-right: 2520px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: 2566px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: 2566px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-91 {
  padding-left: 2548px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-91 {
  padding-right: 2548px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: 2594px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: 2594px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-92 {
  padding-left: 2576px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-92 {
  padding-right: 2576px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: 2622px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: 2622px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-93 {
  padding-left: 2604px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-93 {
  padding-right: 2604px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: 2650px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: 2650px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-94 {
  padding-left: 2632px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-94 {
  padding-right: 2632px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: 2678px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: 2678px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-95 {
  padding-left: 2660px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-95 {
  padding-right: 2660px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: 2706px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: 2706px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-96 {
  padding-left: 2688px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-96 {
  padding-right: 2688px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: 2734px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: 2734px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-97 {
  padding-left: 2716px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-97 {
  padding-right: 2716px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: 2762px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: 2762px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-98 {
  padding-left: 2744px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-98 {
  padding-right: 2744px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: 2790px;
}
.ag-theme-alpine .ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: 2790px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-indent-99 {
  padding-left: 2772px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-indent-99 {
  padding-right: 2772px;
}
.ag-theme-alpine .ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: 28px;
}
.ag-theme-alpine .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-alpine .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-alpine .ag-value-change-delta {
  padding-right: 2px;
}
.ag-theme-alpine .ag-value-change-delta-up {
  color: #43a047;
  color: var(--ag-value-change-delta-up-color, #43a047);
}
.ag-theme-alpine .ag-value-change-delta-down {
  color: #e53935;
  color: var(--ag-value-change-delta-down-color, #e53935);
}
.ag-theme-alpine .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-theme-alpine .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  background-color: var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, 0.5));
  transition: background-color 0.1s;
}
.ag-theme-alpine .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
  background-color: var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, 0.5)) !important;
}
.ag-theme-alpine .ag-cell-data-changed-animation {
  background-color: transparent;
}
.ag-theme-alpine .ag-cell-highlight {
  background-color: #2196f3 !important;
  background-color: var(--ag-range-selection-highlight-color, var(--ag-range-selection-border-color, #2196f3)) !important;
}
.ag-theme-alpine .ag-row {
  height: 42px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  color: #181d1f;
  color: var(--ag-data-color, var(--ag-foreground-color, #181d1f));
  border-width: 1px;
  border-color: #dde2eb;
  border-color: var(--ag-row-border-color, var(--ag-secondary-border-color, #dde2eb));
  border-bottom-style: solid;
}
.ag-theme-alpine .ag-row-highlight-above::after, .ag-theme-alpine .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: #2196f3;
  background-color: var(--ag-range-selection-border-color, #2196f3);
  left: 1px;
}
.ag-theme-alpine .ag-row-highlight-above::after {
  top: -1px;
}
.ag-theme-alpine .ag-row-highlight-above.ag-row-first::after {
  top: 0;
}
.ag-theme-alpine .ag-row-highlight-below::after {
  bottom: 0px;
}
.ag-theme-alpine .ag-row-odd {
  background-color: #fcfcfc;
  background-color: var(--ag-odd-row-background-color, #fcfcfc);
}
.ag-theme-alpine .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-row-hover {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-column-hover {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-column-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-theme-alpine .ag-rtl .ag-right-aligned-cell {
  text-align: left;
}
.ag-theme-alpine .ag-ltr .ag-right-aligned-cell .ag-cell-value, .ag-theme-alpine .ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-theme-alpine .ag-rtl .ag-right-aligned-cell .ag-cell-value, .ag-theme-alpine .ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}
.ag-theme-alpine .ag-cell, .ag-theme-alpine .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  border: 1px solid transparent;
  line-height: min(var(--ag-line-height, 40px), 40px);
  padding-left: 17px;
  padding-right: 17px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-theme-alpine .ag-row > .ag-cell-wrapper {
  padding-left: 17px;
  padding-right: 17px;
}
.ag-theme-alpine .ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}
.ag-theme-alpine .ag-cell-inline-editing {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  padding: 0;
  height: 42px;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-popup-editor {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  padding: 0;
}
.ag-theme-alpine .ag-large-text-input {
  height: auto;
  padding: 18px;
}
.ag-theme-alpine .ag-details-row {
  padding: 30px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}
.ag-theme-alpine .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.66);
  background-color: var(--ag-modal-overlay-background-color, rgba(255, 255, 255, 0.66));
}
.ag-theme-alpine .ag-overlay-loading-center {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-theme-alpine .ag-loading {
  padding-left: 18px;
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-theme-alpine .ag-loading-icon {
  padding-right: 12px;
}
.ag-theme-alpine .ag-icon-loading {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-theme-alpine .ag-floating-top {
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-floating-bottom {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-cell {
  border-right: solid transparent;
}
.ag-theme-alpine .ag-rtl .ag-cell {
  border-left: solid transparent;
}
.ag-theme-alpine .ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-theme-alpine .ag-rtl .ag-cell {
  border-left-width: 1px;
}
.ag-theme-alpine .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-row-selected {
  background-color: rgba(33, 150, 243, 0.3);
  background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3));
}
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus),
.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: rgba(33, 150, 243, 0.2);
  background-color: var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2));
}
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: rgba(0, 88, 255, 0.1) !important;
  background-color: var(--ag-range-selection-chart-background-color, rgba(0, 88, 255, 0.1)) !important;
}
.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: rgba(0, 255, 132, 0.1) !important;
  background-color: var(--ag-range-selection-chart-category-background-color, rgba(0, 255, 132, 0.1)) !important;
}
.ag-theme-alpine .ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-theme-alpine .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: rgba(33, 150, 243, 0.2);
  background-color: var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(33, 150, 243, 0.2)));
}
.ag-theme-alpine .ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: rgba(33, 150, 243, 0.36);
  background-color: var(--ag-range-selection-background-color-2, rgba(33, 150, 243, 0.36));
}
.ag-theme-alpine .ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: rgba(33, 150, 243, 0.488);
  background-color: var(--ag-range-selection-background-color-3, rgba(33, 150, 243, 0.488));
}
.ag-theme-alpine .ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: rgba(33, 150, 243, 0.5904);
  background-color: var(--ag-range-selection-background-color-4, rgba(33, 150, 243, 0.5904));
}
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: #2196f3;
  border-top-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: #2196f3;
  border-right-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: #2196f3;
  border-bottom-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: #2196f3;
  border-left-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-alpine .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-alpine .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
.ag-theme-alpine .ag-ltr .ag-cell-range-single-cell,
.ag-theme-alpine .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-alpine .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-alpine .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-alpine .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
.ag-theme-alpine .ag-rtl .ag-cell-range-single-cell,
.ag-theme-alpine .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: #2196f3;
  border-color: var(--ag-range-selection-border-color, #2196f3);
  outline: initial;
}
.ag-theme-alpine .ag-cell.ag-selection-fill-top,
.ag-theme-alpine .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: #2196f3;
  border-top-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right, .ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed;
  border-right-color: #2196f3;
  border-right-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right, .ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed;
  border-left-color: #2196f3;
  border-left-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-cell.ag-selection-fill-bottom,
.ag-theme-alpine .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: #2196f3;
  border-bottom-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left, .ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed;
  border-left-color: #2196f3;
  border-left-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left, .ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed;
  border-right-color: #2196f3;
  border-right-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-range-handle, .ag-theme-alpine .ag-fill-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: #2196f3;
  background-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-ltr .ag-range-handle, .ag-theme-alpine .ag-ltr .ag-fill-handle {
  right: -1px;
}
.ag-theme-alpine .ag-rtl .ag-range-handle, .ag-theme-alpine .ag-rtl .ag-fill-handle {
  left: -1px;
}
.ag-theme-alpine .ag-fill-handle {
  cursor: cell;
}
.ag-theme-alpine .ag-range-handle {
  cursor: nwse-resize;
}
.ag-theme-alpine .ag-cell-inline-editing {
  border-color: rgba(33, 150, 243, 0.4) !important;
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4)) !important;
}
.ag-theme-alpine .ag-menu {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  padding: 0;
}
.ag-theme-alpine .ag-menu-list {
  cursor: default;
  padding: 6px 0;
}
.ag-theme-alpine .ag-menu-separator {
  height: 13px;
}
.ag-theme-alpine .ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-menu-option-active, .ag-theme-alpine .ag-compact-menu-option-active {
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-menu-option-part, .ag-theme-alpine .ag-compact-menu-option-part {
  line-height: 16px;
  padding: 8px 0;
}
.ag-theme-alpine .ag-menu-option-disabled, .ag-theme-alpine .ag-compact-menu-option-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-menu-option-icon, .ag-theme-alpine .ag-compact-menu-option-icon {
  width: 16px;
}
.ag-theme-alpine .ag-ltr .ag-menu-option-icon, .ag-theme-alpine .ag-ltr .ag-compact-menu-option-icon {
  padding-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-menu-option-icon, .ag-theme-alpine .ag-rtl .ag-compact-menu-option-icon {
  padding-right: 12px;
}
.ag-theme-alpine .ag-menu-option-text, .ag-theme-alpine .ag-compact-menu-option-text {
  padding-left: 12px;
  padding-right: 12px;
}
.ag-theme-alpine .ag-ltr .ag-menu-option-shortcut, .ag-theme-alpine .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-menu-option-shortcut, .ag-theme-alpine .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: 6px;
}
.ag-theme-alpine .ag-menu-option-popup-pointer, .ag-theme-alpine .ag-compact-menu-option-popup-pointer {
  padding-right: 6px;
}
.ag-theme-alpine .ag-tabs {
  min-width: 240px;
}
.ag-theme-alpine .ag-tabs-header {
  width: 100%;
  display: flex;
}
.ag-theme-alpine .ag-tab {
  border-bottom: 2px solid transparent;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 1 1 auto;
  transition: border-bottom 0.3s;
}
.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-tab-selected {
  border-bottom-color: #2196f3;
  border-bottom-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3));
}
.ag-theme-alpine .ag-menu-header {
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-filter-separator {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-menu:not(.ag-tabs) .ag-filter-select {
  min-width: 155px;
}
.ag-theme-alpine .ag-tabs .ag-filter-select {
  min-width: 214px;
}
.ag-theme-alpine .ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}
.ag-theme-alpine .ag-filter-condition-operator {
  height: 17px;
}
.ag-theme-alpine .ag-ltr .ag-filter-condition-operator-or {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-filter-condition-operator-or {
  margin-right: 12px;
}
.ag-theme-alpine .ag-set-filter-select-all {
  padding-top: 12px;
}
.ag-theme-alpine .ag-set-filter-list, .ag-theme-alpine .ag-filter-no-matches {
  height: 144px;
}
.ag-theme-alpine .ag-set-filter-filter {
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.ag-theme-alpine .ag-filter-to {
  margin-top: 9px;
}
.ag-theme-alpine .ag-mini-filter {
  margin: 12px 12px;
}
.ag-theme-alpine .ag-set-filter-item {
  margin: 0px 12px;
}
.ag-theme-alpine .ag-ltr .ag-set-filter-item-value {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-set-filter-item-value {
  margin-right: 12px;
}
.ag-theme-alpine .ag-filter-apply-panel {
  padding: 12px 12px;
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-theme-alpine .ag-ltr .ag-filter-apply-panel-button {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-filter-apply-panel-button {
  margin-right: 12px;
}
.ag-theme-alpine .ag-simple-filter-body-wrapper {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-simple-filter-body-wrapper > * {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-filter-no-matches {
  padding: 12px 12px;
}
.ag-theme-alpine .ag-multi-filter-menu-item {
  margin: 6px 0;
}
.ag-theme-alpine .ag-multi-filter-group-title-bar {
  padding: 12px 6px;
  background-color: transparent;
}
.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-side-bar {
  position: relative;
}
.ag-theme-alpine .ag-tool-panel-wrapper {
  width: 250px;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-side-buttons {
  padding-top: 24px;
  width: 20px;
  position: relative;
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  overflow: hidden;
}
.ag-theme-alpine button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: 12px 0 12px 0;
  width: 100%;
  margin: 0;
  min-height: 108px;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
}
.ag-theme-alpine button.ag-side-button-button:focus {
  box-shadow: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left,
.ag-theme-alpine .ag-rtl .ag-side-bar-right {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: 2px solid transparent;
  transition: border-right 0.3s;
}
.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: #2196f3;
  border-right-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3));
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left,
.ag-theme-alpine .ag-ltr .ag-side-bar-right {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: 2px solid transparent;
  transition: border-left 0.3s;
}
.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: #2196f3;
  border-left-color: var(--ag-selected-tab-underline-color, var(--ag-alpine-active-color, #2196f3));
}
.ag-theme-alpine .ag-filter-toolpanel-header {
  height: 36px;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-header, .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search {
  padding-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-header, .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search {
  padding-right: 6px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f114";
  position: absolute;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-0-header {
  height: 48px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-item {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ag-theme-alpine .ag-filter-toolpanel-search {
  height: 48px;
}
.ag-theme-alpine .ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: 24px;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-0 {
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-expand, .ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-expand, .ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: 22px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: 22px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: 38px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: 38px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: 54px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: 54px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: 70px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: 70px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: 86px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: 86px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: 102px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: 102px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: 118px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: 118px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: 134px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: 134px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: 150px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: 150px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: 166px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: 166px;
}
.ag-theme-alpine .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-instance-filter {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
  margin-top: 6px;
}
.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-pivot-mode-panel {
  min-height: 48px;
  height: 48px;
  display: flex;
}
.ag-theme-alpine .ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-ltr .ag-pivot-mode-select {
  margin-left: 12px;
}
.ag-theme-alpine .ag-rtl .ag-pivot-mode-select {
  margin-right: 12px;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-column-select-header {
  height: 48px;
  align-items: center;
  padding: 0 12px;
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-column-panel-column-select {
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-column-group-icons,
.ag-theme-alpine .ag-column-select-header-icon {
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2196f3;
  background-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-theme-alpine .ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-theme-alpine .ag-header {
  background-color: #f8f8f8;
  background-color: var(--ag-header-background-color, #f8f8f8);
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-header-row {
  color: #181d1f;
  color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
  height: 48px;
}
.ag-theme-alpine .ag-pinned-right-header {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-pinned-left-header {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-header-cell,
.ag-theme-alpine .ag-header-group-cell {
  padding-left: 18px;
  padding-right: 18px;
}
.ag-theme-alpine .ag-header-cell.ag-header-cell-moving,
.ag-theme-alpine .ag-header-group-cell.ag-header-cell-moving {
  background-color: #fff;
  background-color: var(--ag-header-cell-moving-background-color, var(--ag-background-color, #fff));
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-header-icon {
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-header-expand-icon {
  cursor: pointer;
}
.ag-theme-alpine .ag-ltr .ag-header-expand-icon {
  padding-left: 4px;
}
.ag-theme-alpine .ag-rtl .ag-header-expand-icon {
  padding-right: 4px;
}
.ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-cell,
.ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-header-cell-resize {
  display: flex;
  align-items: center;
}
.ag-theme-alpine .ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: calc(50% - 1px);
  width: 2px;
  height: 30%;
  top: calc(50% - 15%);
  background-color: rgba(186, 191, 199, 0.5);
  background-color: var(--ag-header-column-resize-handle-color, rgba(186, 191, 199, 0.5));
}
.ag-theme-alpine .ag-pinned-right-header .ag-header-cell-resize::after {
  left: calc(50% - 2px);
}
.ag-theme-alpine .ag-ltr .ag-header-select-all {
  margin-right: 18px;
}
.ag-theme-alpine .ag-rtl .ag-header-select-all {
  margin-left: 18px;
}
.ag-theme-alpine .ag-ltr .ag-floating-filter-button {
  margin-left: 18px;
}
.ag-theme-alpine .ag-rtl .ag-floating-filter-button {
  margin-right: 18px;
}
.ag-theme-alpine .ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  height: 16px;
  padding: 0;
  width: 16px;
}
.ag-theme-alpine .ag-filter-loading {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  height: 100%;
  padding: 12px 12px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ag-theme-alpine .ag-paging-panel {
  border-top: 1px solid;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
  height: 48px;
}
.ag-theme-alpine .ag-paging-panel > * {
  margin: 0 18px;
}
.ag-theme-alpine .ag-paging-button {
  cursor: pointer;
}
.ag-theme-alpine .ag-paging-button.ag-disabled {
  cursor: default;
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
}
.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-paging-button, .ag-theme-alpine .ag-paging-description {
  margin: 0 6px;
}
.ag-theme-alpine .ag-status-bar {
  border-top: solid 1px;
  border-top-color: #babfc7;
  border-top-color: var(--ag-border-color, #babfc7);
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  padding-right: 24px;
  padding-left: 24px;
  line-height: 1.5;
}
.ag-theme-alpine .ag-status-name-value-value {
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
}
.ag-theme-alpine .ag-status-bar-center {
  text-align: center;
}
.ag-theme-alpine .ag-status-name-value {
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ag-theme-alpine .ag-column-drop-cell {
  background: rgba(24, 29, 31, 0.07);
  background: var(--ag-chip-background-color, rgba(24, 29, 31, 0.07));
  border-radius: 24px;
  height: 24px;
  padding: 0 3px;
  border: 1px solid transparent;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-drop-cell:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-column-drop-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-column-drop-cell-text {
  margin: 0 6px;
}
.ag-theme-alpine .ag-column-drop-cell-button {
  min-width: 24px;
  margin: 0 3px;
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-column-drop-cell-drag-handle {
  margin-left: 12px;
}
.ag-theme-alpine .ag-column-drop-cell-ghost {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-horizontal {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
  height: 42px;
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal {
  padding-left: 18px;
}
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal {
  padding-right: 18px;
}
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-column-drop-horizontal-cell-separator {
  margin: 0 6px;
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-column-drop-horizontal-empty-message {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
}
.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: 18px;
}
.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: 18px;
}
.ag-theme-alpine .ag-column-drop-vertical-list {
  padding-bottom: 6px;
  padding-right: 6px;
  padding-left: 6px;
}
.ag-theme-alpine .ag-column-drop-vertical-cell {
  margin-top: 6px;
}
.ag-theme-alpine .ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: solid 1px;
  border-bottom-color: #dde2eb;
  border-bottom-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-theme-alpine .ag-column-drop-vertical-icon {
  margin-left: 6px;
  margin-right: 6px;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  margin-top: 6px;
}
.ag-theme-alpine .ag-select-agg-func-popup {
  border: solid 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  background: #fff;
  background: var(--ag-background-color, #fff);
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  padding: 6px;
  background: #fff;
  background: var(--ag-background-color, #fff);
  height: 105px;
  padding: 0;
}
.ag-theme-alpine .ag-select-agg-func-virtual-list-item {
  cursor: default;
  padding-left: 12px;
}
.ag-theme-alpine .ag-select-agg-func-virtual-list-item:hover {
  background-color: rgba(33, 150, 243, 0.3);
  background-color: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.3));
}
.ag-theme-alpine .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus {
  outline: none;
}
.ag-theme-alpine .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: rgba(33, 150, 243, 0.4);
  border-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine .ag-chart-menu {
  border-radius: 3px;
  background: #fff;
  background: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-chart-menu-icon {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: 3px;
  color: #181d1f;
  color: var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f));
}
.ag-theme-alpine .ag-chart-menu-icon:hover {
  opacity: 1;
}
.ag-theme-alpine .ag-chart-mini-thumbnail {
  border: 1px solid;
  border-color: #dde2eb;
  border-color: var(--ag-secondary-border-color, #dde2eb);
  border-radius: 5px;
  margin: 5px;
}
.ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3), .ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-theme-alpine .ag-chart-mini-thumbnail.ag-selected {
  border-color: #2196f3;
  border-color: var(--ag-minichart-selected-chart-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
}
.ag-theme-alpine .ag-chart-settings-card-item {
  background: #181d1f;
  background: var(--ag-foreground-color, #181d1f);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-selected {
  background-color: #2196f3;
  background-color: var(--ag-minichart-selected-page-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
}
.ag-theme-alpine .ag-chart-data-column-drag-handle {
  margin-left: 6px;
}
.ag-theme-alpine .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar {
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-charts-settings-group-container {
  padding: 6px;
}
.ag-theme-alpine .ag-charts-data-group-container {
  padding: 6px 12px;
}
.ag-theme-alpine .ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: 24px;
}
.ag-theme-alpine .ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2196f3;
  background-color: var(--ag-range-selection-border-color, #2196f3);
}
.ag-theme-alpine .ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}
.ag-theme-alpine .ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-theme-alpine .ag-charts-format-top-level-group-container {
  margin-left: 12px;
  padding: 6px;
}
.ag-theme-alpine .ag-charts-format-top-level-group-item {
  margin: 6px 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container {
  padding: 12px 12px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container > * {
  margin-bottom: 9px;
}
.ag-theme-alpine .ag-charts-group-container.ag-group-container-horizontal {
  padding: 6px;
}
.ag-theme-alpine .ag-chart-data-section,
.ag-theme-alpine .ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-theme-alpine .ag-chart-menu-panel {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px;
  border-right-color: #babfc7;
  border-right-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}
.ag-theme-alpine .ag-date-time-list-page-column-label {
  text-align: center;
}
.ag-theme-alpine .ag-date-time-list-page-entry {
  text-align: center;
}
.ag-theme-alpine .ag-checkbox-input-wrapper {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-checkbox-background-color, var(--ag-background-color, #fff));
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-theme-alpine .ag-checkbox-input-wrapper input, .ag-theme-alpine .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-theme-alpine .ag-checkbox-input-wrapper:focus-within, .ag-theme-alpine .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-checkbox-input-wrapper::after {
  content: "\f108";
  color: #999;
  color: var(--ag-checkbox-unchecked-color, #999);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-checked::after {
  content: "\f106";
  color: #2196f3;
  color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: "\f107";
  color: #999;
  color: var(--ag-checkbox-indeterminate-color, var(--ag-checkbox-unchecked-color, #999));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: 28px;
  height: 18px;
  background-color: #999;
  background-color: var(--ag-toggle-button-off-background-color, var(--ag-checkbox-unchecked-color, #999));
  border-radius: 9px;
  position: relative;
  flex: none;
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #999));
}
.ag-theme-alpine .ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-theme-alpine .ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked {
  background-color: #2196f3;
  background-color: var(--ag-toggle-button-on-background-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
  border-color: #2196f3;
  border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
}
.ag-theme-alpine .ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  background-color: #fff;
  background-color: var(--ag-toggle-button-switch-background-color, var(--ag-background-color, #fff));
  border-radius: 9px;
  transition: left 100ms;
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #999)));
}
.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - 18px );
  border-color: #2196f3;
  border-color: var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3)));
}
.ag-theme-alpine .ag-radio-button-input-wrapper {
  font-family: "agGridAlpine";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-checkbox-background-color, var(--ag-background-color, #fff));
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: 16px;
}
.ag-theme-alpine .ag-radio-button-input-wrapper input, .ag-theme-alpine .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-theme-alpine .ag-radio-button-input-wrapper:focus-within, .ag-theme-alpine .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
}
.ag-theme-alpine .ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-radio-button-input-wrapper::after {
  content: "\f126";
  color: #999;
  color: var(--ag-checkbox-unchecked-color, #999);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine .ag-radio-button-input-wrapper.ag-checked::after {
  content: "\f127";
  color: #2196f3;
  color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-theme-alpine input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
.ag-theme-alpine input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  border-radius: 3px;
}
.ag-theme-alpine input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  border-radius: 3px;
}
.ag-theme-alpine input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
  border-radius: 3px;
  border-radius: 3px;
  color: transparent;
  width: calc(100% - 2px);
}
.ag-theme-alpine input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-checkbox-unchecked-color, #999);
  border-radius: 16px;
  transform: translateY(-6.5px);
}
.ag-theme-alpine input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-checkbox-unchecked-color, #999);
  border-radius: 16px;
}
.ag-theme-alpine input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  border: 1px solid;
  border-color: #999;
  border-color: var(--ag-checkbox-unchecked-color, #999);
  border-radius: 16px;
}
.ag-theme-alpine input[class^=ag-][type=range]:focus {
  outline: none;
}
.ag-theme-alpine input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
  border-color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
}
.ag-theme-alpine input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
  border-color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
}
.ag-theme-alpine input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: 0 0 2px 0.1rem rgba(33, 150, 243, 0.4);
  border-color: #2196f3;
  border-color: var(--ag-checkbox-checked-color, var(--ag-alpine-active-color, #2196f3));
}
.ag-theme-alpine input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: rgba(33, 150, 243, 0.4);
  background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: rgba(33, 150, 243, 0.4);
  background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^=ag-][type=range]:active::-ms-track {
  background-color: rgba(33, 150, 243, 0.4);
  background-color: var(--ag-input-focus-border-color, rgba(33, 150, 243, 0.4));
}
.ag-theme-alpine input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}
.ag-theme-alpine .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: #181d1f;
  color: var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, var(--ag-foreground-color, #181d1f)));
}
.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row::before, .ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row::after {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  top: 10px;
  width: 1px;
  background-color: #babfc7;
  background-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row::after {
  right: 0;
}
.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row::before {
  left: 0;
}
.ag-theme-alpine .ag-row {
  font-size: 14px;
}
.ag-theme-alpine input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-] {
  min-height: 24px;
  border-radius: 3px;
}
.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]),
.ag-theme-alpine .ag-ltr input[class^=ag-][type=text],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=number],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=tel],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=date],
.ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local],
.ag-theme-alpine .ag-ltr textarea[class^=ag-] {
  padding-left: 6px;
}
.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]),
.ag-theme-alpine .ag-rtl input[class^=ag-][type=text],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=number],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=tel],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=date],
.ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local],
.ag-theme-alpine .ag-rtl textarea[class^=ag-] {
  padding-right: 6px;
}
.ag-theme-alpine .ag-tab {
  padding: 9px;
  transition: color 0.4s;
}
.ag-theme-alpine .ag-tab-selected {
  color: #2196f3;
  color: var(--ag-alpine-active-color, #2196f3);
}
.ag-theme-alpine .ag-menu {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
}
.ag-theme-alpine .ag-menu-header {
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  padding-top: 1px;
}
.ag-theme-alpine .ag-tabs-header {
  border-bottom: solid 1px;
  border-bottom-color: #babfc7;
  border-bottom-color: var(--ag-border-color, #babfc7);
}
.ag-theme-alpine .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar {
  padding: 6px 12px;
  line-height: 20px;
}
.ag-theme-alpine .ag-chart-mini-thumbnail {
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-chart-settings-nav-bar {
  border-top: solid 1px;
  border-top-color: #dde2eb;
  border-top-color: var(--ag-secondary-border-color, #dde2eb);
}
.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon {
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon {
  margin-left: 6px;
}
.ag-theme-alpine .ag-charts-format-top-level-group-toolbar {
  margin-top: 6px;
}
.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: 20px;
}
.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: 20px;
}
.ag-theme-alpine .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
  padding-left: 6px;
  margin-bottom: 12px;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}
.ag-theme-alpine .ag-dnd-ghost {
  font-size: 12px;
  font-weight: 700;
}
.ag-theme-alpine .ag-side-buttons {
  width: 30px;
}
.ag-theme-alpine .ag-standard-button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid;
  border-color: #2196f3;
  border-color: var(--ag-alpine-active-color, #2196f3);
  color: #2196f3;
  color: var(--ag-alpine-active-color, #2196f3);
  background-color: #fff;
  background-color: var(--ag-background-color, #fff);
  font-weight: 600;
  padding: 6px 12px;
}
.ag-theme-alpine .ag-standard-button:hover {
  border-color: #2196f3;
  border-color: var(--ag-alpine-active-color, #2196f3);
  background-color: rgba(33, 150, 243, 0.1);
  background-color: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.ag-theme-alpine .ag-standard-button:active {
  border-color: #2196f3;
  border-color: var(--ag-alpine-active-color, #2196f3);
  background-color: #2196f3;
  background-color: var(--ag-alpine-active-color, #2196f3);
  color: #fff;
  color: var(--ag-background-color, #fff);
}
.ag-theme-alpine .ag-standard-button:disabled {
  color: rgba(24, 29, 31, 0.5);
  color: var(--ag-disabled-foreground-color, rgba(24, 29, 31, 0.5));
  background-color: #f1f2f4;
  background-color: var(--ag-input-disabled-background-color, #f1f2f4);
  border-color: rgba(186, 191, 199, 0.3);
  border-color: var(--ag-input-disabled-border-color, rgba(186, 191, 199, 0.3));
}
.ag-theme-alpine .ag-column-drop-vertical {
  min-height: 75px;
}
.ag-theme-alpine .ag-column-drop-vertical-title-bar {
  padding: 12px;
  padding-bottom: 0px;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: #babfc7;
  border-color: var(--ag-border-color, #babfc7);
  margin: 12px;
  padding: 12px;
}
.ag-theme-alpine .ag-column-drop-empty-message {
  color: #181d1f;
  color: var(--ag-foreground-color, #181d1f);
  opacity: 0.75;
}
.ag-theme-alpine .ag-status-bar {
  font-weight: normal;
}
.ag-theme-alpine .ag-status-name-value-value {
  font-weight: 700;
}
.ag-theme-alpine .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number {
  font-weight: 700;
}
.ag-theme-alpine .ag-column-drop-cell-button {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}
.ag-theme-alpine .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover {
  color: #2196f3;
  color: var(--ag-alpine-active-color, #2196f3);
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button {
  margin-left: 12px;
  margin-right: 6px;
}
.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button {
  margin-right: 12px;
  margin-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-group-container {
  padding-left: 6px;
}
.ag-theme-alpine .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: #f8f8f8;
  background-color: var(--ag-control-panel-background-color, #f8f8f8);
  border-left: dashed 1px;
  border-left-color: #babfc7;
  border-left-color: var(--ag-border-color, #babfc7);
  margin-left: 8px;
  padding-left: 8px;
  margin-right: 12px;
}
.ag-theme-alpine .ag-set-filter-list {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-alpine .ag-date-time-list-page-entry-is-current {
  background-color: #2196f3;
  background-color: var(--ag-alpine-active-color, #2196f3);
}

