/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@bento/bento-ng/styles/theme.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./projects/bento/themes/platform/theme.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Helpers, variables, mixins */
/* Import Helpers in one location for styleurls */
/* Library specific mixins */
/* Color theme implementation
______________________________________ */
/* Import shared library tools. */
/* Import aliases - allows consumers to write shorter function names.
   Consume this file at your own risk as could overwrite existing functions. */
/*************************************************
	Aliases
	Description: Aliases to simplify writing the bento functions, mixins, and variables.
**************************************************/
/* Colors */
/* Z-index */
/* Ellipsis */
/* Word-wrap */
/* Font size - cannot use as bootstrap has conflicting named mixin */
/* Import tools for variables use */
/*************************************************
    List remove
    Description: Remove an item from a sass list
**************************************************/
/*************************************************
	Animations
    Description: Set animation settings.
    @param $count {number} - *Required - Animation-count, must be a number, time designation added in mixin.
    @param $duration {number} - *Required - Animation-duration, must be a number.
    @param $timingFunction {string} - *Required - Animation-timing-function
    @param $delay {number} - *Optional - Animation-delay, must be a numner, defaults to 0, time designation added in mixin.
**************************************************/
/*************************************************
	Ellipsis
	Description: Truncating sentences on a single line.
**************************************************/
/*************************************************
	Grid spacing
	Description: Grid spacing component used to apply smaller ratio margin and padding for mobile.
	Examples:
    .example {
        @include grid-margin(right, 4);
        @include grid-padding(right, 8);
    }
    .example2 {
        @include grid-margin(32, 4);
        @include grid-padding(32, 4);
    }
    .example3 {
        @include grid-margin(8, 40, 24);
        @include grid-padding(8, 40, 24);
    }
    .example4 {
        @include grid-margin(8, 16, 24, 32);
        @include grid-padding(8, 16, 24, 32);
    }
    .example5 {
        @include grid-margin(8);
        @include grid-padding(8);
    }

**************************************************/
/*************************************************
	Keyframes
    Description: Set keyframes with custom values for shareable animations.
    $animation-name: string = Animation-name attribute to call keyframe name.
    $attr: string = Css attribute to animate.(height, width, opacity, background-color, etc..)
    $start: number = Value at which the animation starts at. If animating height to open, 0 could be used.
    $end: number = Value at which the animation ends at.  If animating height to open, 250 could be used to set an expanded height.
**************************************************/
/*************************************************
	Number Function
    Description: Convert type-of from a string to a number.
    @param $string {string} - String to convert to a number.  Must be a number in a string.
**************************************************/
/*************************************************
	PX to REM converter
	Description: Changes pixel value to relative em units.
	Version: 1.0
**************************************************/
/*	Pixels to rem based on default font-size
______________________________________ */
/*************************************************
  Translate center
    Description: This mixin will center a child element both horizontally and vertically inside, no matter what the width of height of either are.
    Usage: Make sure parent element has position: relative.
**************************************************/
/* Token tools */
/* Function for flat sass map
    Description: Takes a design token as a parameter and returns it's value
______________________________________ */
/* Function for deep sass map @TODO Justin Breiland to update description
    Description: Takes a design token as a parameter and returns it's value
______________________________________ */
/* String to List
    Description: Turn a string into a list
______________________________________ */
/* Token Matcher
    Description: Matches a partial token, searches for indented path and returns full path if valid
______________________________________ */
/* Tools dependent on tokens */
/*************************************************
	Font Weights
	Description: Font weights for Source Sans Pro
**************************************************/
/* Function */
/* Font size & typesset must be import after your theme custom variables in theme helpers files */
/* Import your product custom variables */
/* Function - internal library function DO NOT USE AS THIS IS EXPECTED TO CHANGE */
/* Bootstrap components */
/* Bootstrap variable replacements */
/*************************************************
  Bootstrap Reboot
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Grid
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
 ______________________________________ */
/*************************************************
  Bootstrap Tables
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Buttons
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Button Groups
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Forms
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Dropdowns
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Navs
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Navbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
 ______________________________________ */
/* Bento color variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
 ______________________________________ */
/*************************************************
  Bootstrap Cards
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Popovers
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Badges
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Modals
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
 ______________________________________ */
/* Bento color variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
 ______________________________________ */
/* Modal utilities
 ______________________________________ */
/*************************************************
  Bootstrap List Group
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Breadcrumbs
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Tabs
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Icons */
/* Icons @TODO: Fix that custom component import comes in middle of bootstrap */
/*************************************************
	Icons
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento config variables for library overrides
______________________________________ */
/* stylelint-disable unit-no-unknown, unit-allowed-list */
/* stylelint-enable unit-no-unknown, unit-allowed-list */
/*************************************************
  Bootstrap Type
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Tooltips
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
: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: #666;
  --secondary: #005da2;
  --success: #387c2b;
  --info: #005da2;
  --warning: #ffa100;
  --danger: #dc0a0a;
  --tr: #fa6400;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #005da2;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #02406e;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  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;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
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;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #d0d0d0;
}
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: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #dc0171;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #d0d0d0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d0d0d0;
}
.table tbody + tbody {
  border-top: 2px solid #d0d0d0;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d0d0d0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d0d0d0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4d4d4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #afafaf;
}
.table-hover .table-primary:hover {
  background-color: #c7c7c7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c7c7c7;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8d2e5;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7aabcf;
}
.table-hover .table-secondary:hover {
  background-color: #a5c6de;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a5c6de;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7dac4;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98bb91;
}
.table-hover .table-success:hover {
  background-color: #b8d0b4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b8d0b4;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d2e5;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7aabcf;
}
.table-hover .table-info:hover {
  background-color: #a5c6de;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a5c6de;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe5b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffce7a;
}
.table-hover .table-warning:hover {
  background-color: #ffdc9f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffdc9f;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5baba;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed8080;
}
.table-hover .table-danger:hover {
  background-color: #f2a4a4;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2a4a4;
}
.table-tr,
.table-tr > th,
.table-tr > td {
  background-color: #fed4b8;
}
.table-tr th,
.table-tr td,
.table-tr thead th,
.table-tr tbody + tbody {
  border-color: #fcae7a;
}
.table-hover .table-tr:hover {
  background-color: #fec59f;
}
.table-hover .table-tr:hover > td,
.table-hover .table-tr:hover > th {
  background-color: #fec59f;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d0d0d0;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  outline: 1px solid #404040;
  outline-offset: 0;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.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 {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  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 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1121;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.4rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #afafaf;
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #afafaf;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #404040;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #404040;
  text-decoration: none;
  background-color: #d4ebf4;
}
.dropdown-item.active, .dropdown-item:active {
  color: #404040;
  text-decoration: none;
  background-color: #d4ebf4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #afafaf;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8571428571rem;
  color: #1f1f1f;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #404040;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 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;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.428571429rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2142857145rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2142857145rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2142857145rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.2142857145rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-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,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 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-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;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #afafaf;
  content: "\e63d";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #1f1f1f;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.357rem;
}
.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 {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.357rem;
  border-bottom-right-radius: 0.357rem;
}
.page-item.active .page-link {
  z-index: 3;
  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.1428571429rem;
  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.8571428571rem;
  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 0.636em;
  font-size: 0.857rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.636em;
  padding-left: 0.636em;
  border-radius: 0.4285714286rem;
}
.badge-primary {
  position: relative;
  color: #fff;
  background-color: #666;
}
.badge-primary[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-primary[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #666;
}
.badge-primary[href] > span {
  position: relative;
}
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #666;
}
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
}
.badge-primary[href]:hover:before {
  background-color: #4d4d4d;
}
.badge-secondary {
  position: relative;
  color: #fff;
  background-color: #005da2;
}
.badge-secondary[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-secondary[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #005da2;
}
.badge-secondary[href] > span {
  position: relative;
}
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #005da2;
}
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
}
.badge-secondary[href]:hover:before {
  background-color: #00406f;
}
.badge-success {
  position: relative;
  color: #fff;
  background-color: #387c2b;
}
.badge-success[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-success[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #387c2b;
}
.badge-success[href] > span {
  position: relative;
}
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #387c2b;
}
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
}
.badge-success[href]:hover:before {
  background-color: #27561e;
}
.badge-info {
  position: relative;
  color: #fff;
  background-color: #005da2;
}
.badge-info[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-info[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #005da2;
}
.badge-info[href] > span {
  position: relative;
}
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #005da2;
}
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
}
.badge-info[href]:hover:before {
  background-color: #00406f;
}
.badge-warning {
  position: relative;
  color: #212529;
  background-color: #ffa100;
  box-shadow: 0 0 0 1px #c27a00 inset;
}
.badge-warning[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-warning[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
}
.badge-warning[href]:before {
  box-shadow: 0 0 0 1px #c27a00 inset;
}
.badge-warning[href] > span {
  position: relative;
}
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  box-shadow: 0 0 0 1px #c27a00;
}
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
}
.badge-warning[href]:hover:before {
  background-color: #c27a00;
}
.badge-danger {
  position: relative;
  color: #fff;
  background-color: #dc0a0a;
}
.badge-danger[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-danger[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #dc0a0a;
}
.badge-danger[href] > span {
  position: relative;
}
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #dc0a0a;
}
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
}
.badge-danger[href]:hover:before {
  background-color: #ab0808;
}
.badge-tr {
  position: relative;
  color: #fff;
  background-color: #fa6400;
}
.badge-tr[href] {
  background-color: transparent;
  overflow: hidden;
  border: 1px solid transparent;
}
.badge-tr[href]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fa6400;
}
.badge-tr[href] > span {
  position: relative;
}
.badge-tr[href]:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #fa6400;
}
.badge-tr[href]:hover {
  color: #fff;
  text-decoration: none;
}
.badge-tr[href]:hover:before {
  background-color: #c75000;
}
.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;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
.alert-primary hr {
  border-top-color: #c7c7c7;
}
.alert-primary .alert-link {
  color: #1c1c1c;
}
.alert-secondary {
  color: #003054;
  background-color: #ccdfec;
  border-color: #b8d2e5;
}
.alert-secondary hr {
  border-top-color: #a5c6de;
}
.alert-secondary .alert-link {
  color: #001321;
}
.alert-success {
  color: #1d4016;
  background-color: #d7e5d5;
  border-color: #c7dac4;
}
.alert-success hr {
  border-top-color: #b8d0b4;
}
.alert-success .alert-link {
  color: #0c1a09;
}
.alert-info {
  color: #003054;
  background-color: #ccdfec;
  border-color: #b8d2e5;
}
.alert-info hr {
  border-top-color: #a5c6de;
}
.alert-info .alert-link {
  color: #001321;
}
.alert-warning {
  color: #855400;
  background-color: #ffeccc;
  border-color: #ffe5b8;
}
.alert-warning hr {
  border-top-color: #ffdc9f;
}
.alert-warning .alert-link {
  color: #523400;
}
.alert-danger {
  color: #720505;
  background-color: #f8cece;
  border-color: #f5baba;
}
.alert-danger hr {
  border-top-color: #f2a4a4;
}
.alert-danger .alert-link {
  color: #410303;
}
.alert-tr {
  color: #823400;
  background-color: #fee0cc;
  border-color: #fed4b8;
}
.alert-tr hr {
  border-top-color: #fec59f;
}
.alert-tr .alert-link {
  color: #4f2000;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #353535;
  background-color: #d4d4d4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #353535;
  background-color: #c7c7c7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.list-group-item-secondary {
  color: #003054;
  background-color: #b8d2e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #003054;
  background-color: #a5c6de;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #003054;
  border-color: #003054;
}
.list-group-item-success {
  color: #1d4016;
  background-color: #c7dac4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d4016;
  background-color: #b8d0b4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d4016;
  border-color: #1d4016;
}
.list-group-item-info {
  color: #003054;
  background-color: #b8d2e5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #003054;
  background-color: #a5c6de;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #003054;
  border-color: #003054;
}
.list-group-item-warning {
  color: #855400;
  background-color: #ffe5b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #855400;
  background-color: #ffdc9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855400;
  border-color: #855400;
}
.list-group-item-danger {
  color: #720505;
  background-color: #f5baba;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #720505;
  background-color: #f2a4a4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #720505;
  border-color: #720505;
}
.list-group-item-tr {
  color: #823400;
  background-color: #fed4b8;
}
.list-group-item-tr.list-group-item-action:hover, .list-group-item-tr.list-group-item-action:focus {
  color: #823400;
  background-color: #fec59f;
}
.list-group-item-tr.list-group-item-action.active {
  color: #fff;
  background-color: #823400;
  border-color: #823400;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1140;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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: Arial, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f4f5f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1f1f1f;
  background-color: #f4f5f7;
  border-bottom: 1px solid #e5e8ec;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #666 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4d4d4d !important;
}
.bg-secondary {
  background-color: #005da2 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #00406f !important;
}
.bg-success {
  background-color: #387c2b !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #27561e !important;
}
.bg-info {
  background-color: #005da2 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00406f !important;
}
.bg-warning {
  background-color: #ffa100 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc8100 !important;
}
.bg-danger {
  background-color: #dc0a0a !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ab0808 !important;
}
.bg-tr {
  background-color: #fa6400 !important;
}
a.bg-tr:hover, a.bg-tr:focus,
button.bg-tr:hover,
button.bg-tr:focus {
  background-color: #c75000 !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: #666 !important;
}
.border-secondary {
  border-color: #005da2 !important;
}
.border-success {
  border-color: #387c2b !important;
}
.border-info {
  border-color: #005da2 !important;
}
.border-warning {
  border-color: #ffa100 !important;
}
.border-danger {
  border-color: #dc0a0a !important;
}
.border-tr {
  border-color: #fa6400 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.357rem !important;
}
.rounded-top {
  border-top-left-radius: 0.357rem !important;
  border-top-right-radius: 0.357rem !important;
}
.rounded-right {
  border-top-right-radius: 0.357rem !important;
  border-bottom-right-radius: 0.357rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.357rem !important;
  border-bottom-left-radius: 0.357rem !important;
}
.rounded-left {
  border-top-left-radius: 0.357rem !important;
  border-bottom-left-radius: 0.357rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #666 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #404040 !important;
}
.text-secondary {
  color: #005da2 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #003156 !important;
}
.text-success {
  color: #387c2b !important;
}
a.text-success:hover, a.text-success:focus {
  color: #1e4317 !important;
}
.text-info {
  color: #005da2 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #003156 !important;
}
.text-warning {
  color: #ffa100 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #b37100 !important;
}
.text-danger {
  color: #dc0a0a !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #930707 !important;
}
.text-tr {
  color: #fa6400 !important;
}
a.text-tr:hover, a.text-tr:focus {
  color: #ae4500 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #d0d0d0;
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
/* Bootstrap overrides */
html {
  font-size: 14px;
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #1f1f1f;
  background-color: #ffffff;
  height: 100%;
  position: relative;
}
body[dir=rtl],
body [dir=rtl] {
  text-align: right;
}
a:not(.btn) {
  text-decoration: underline;
}
a:not(.btn):focus {
  outline: none;
}
a:not(.btn)[ng-click] {
  cursor: pointer;
}
a.link-alt,
.wj-flexgrid .wj-cell a,
.wijmo-wijgrid a,
[bento-datatable] a {
  color: #404040 !important;
  text-decoration: underline !important;
}
a.link-alt:hover, a.link-alt:focus,
.wj-flexgrid .wj-cell a:hover,
.wj-flexgrid .wj-cell a:focus,
.wijmo-wijgrid a:hover,
.wijmo-wijgrid a:focus,
[bento-datatable] a:hover,
[bento-datatable] a:focus {
  color: #1f1f1f !important;
}
input[type=text]::-ms-reveal,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.bui-default-focus:focus {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
kbd {
  font-size: 85%;
  padding: 0.1rem 0.3rem;
}
h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
h5,
.h4,
.h5,
h6,
.h6 {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}
h1,
.h1 {
  color: inherit;
  font-size: 26px;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
h2,
.h2 {
  color: inherit;
  font-size: 22px;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
h3,
.h3 {
  color: inherit;
  font-size: 18px;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
h4,
.h4 {
  color: inherit;
  font-size: 16px;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
h5,
.h5 {
  color: inherit;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
}
h6,
.h6 {
  color: #666;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
}
.page-header {
  border-bottom: 1px solid #d0d0d0;
}
.popover h1,
.popover .h1,
.popover h2,
.popover .h2,
.popover h3,
.popover .h3,
.popover h4,
.popover .h4,
.popover h5,
.popover .h5,
.popover h6,
.popover .h6,
.tooltip h1,
.tooltip .h1,
.tooltip h2,
.tooltip .h2,
.tooltip h3,
.tooltip .h3,
.tooltip h4,
.tooltip .h4,
.tooltip h5,
.tooltip .h5,
.tooltip h6,
.tooltip .h6 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
figcaption {
  font-size: 0.8571428571rem;
  font-weight: bold;
}
a.text-muted,
.text-muted {
  color: #afafaf !important;
}
a.text-muted:hover, a.text-muted:focus,
.text-muted:hover,
.text-muted:focus {
  color: #afafaf !important;
}
hr {
  margin-top: 1.43rem;
  margin-bottom: 1.43rem;
  border: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
table {
  background-color: #ffffff;
}
.table {
  border-top: 1px solid #d0d0d0;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border-bottom: 1px solid #d0d0d0;
}
.table:not(.table-striped) thead:not(.thead-inverse) > tr > th, .table:not(.table-striped) tbody > tr > th {
  font-size: 14px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #d0d0d0;
  vertical-align: bottom;
}
.table tbody > tr.selected > td, .table tbody > tr.active > td {
  background-color: #d4ebf4;
}
.table-bordered {
  border: 1px solid #d0d0d0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d0d0d0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f4f5f7;
}
.table-hover > tbody > tr:hover > td {
  background-color: #d4ebf4;
}
label {
  font-weight: 500;
}
label .form-text {
  color: #666;
  font-size: 12px;
  line-height: 1rem;
  margin-top: 0;
}
.input-group-prepend > .input-group-text {
  background-color: #ffffff;
  border-color: #939393;
  color: #404040;
  display: inline-flex;
  justify-content: center;
  min-width: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
[dir=rtl] .input-group-prepend > .input-group-text {
  margin-left: -1px;
  margin-right: 0;
}
.form-control {
  color: #404040;
  background-color: #ffffff;
  border-color: #939393;
  border-radius: 0;
  height: 30px;
  padding-bottom: 0;
  padding-top: 0;
  transition: border-color ease-in-out 0.2s;
}
.form-control .validation-errors {
  display: none;
}
.form-control[disabled] {
  color: #afafaf;
  background-color: #f4f5f7;
}
.form-control[readonly] {
  background-color: #e3e3e3;
  border: none;
  color: #404040;
  display: block;
  padding: 7px 8px !important;
}
.form-group .form-check-input {
  margin-top: 0.2rem;
}
.form-group label {
  font-weight: 500;
}
.form-group .msg {
  display: none;
}
.form-group.has-error .msg {
  display: block;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  position: relative;
  box-sizing: border-box;
  color: #dc0a0a;
  padding-top: 5px;
}
.form-group.has-error .msg:before {
  font-family: "bento-icons";
  font-weight: normal;
  font-size: 15px;
  color: #dc0a0a;
  content: "\e6f3";
  width: 20px;
  text-align: left;
  display: inline-block;
  vertical-align: text-bottom;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: static;
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
  margin-left: 0;
}
legend {
  margin-bottom: 1rem;
}
.form-control.input-sm {
  height: 24px;
  padding: 5px 10px;
  font-size: 0.8571428571rem;
  line-height: 14px;
}
.form-control.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 1.1428571429rem;
  line-height: 26px;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}
.btn {
  align-items: center;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-weight: 400;
  justify-content: center;
  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;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.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: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn [class^=bento-icon-] {
  font-size: 1.1em;
}
.btn span {
  display: inline-block;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn [class^=bento-icon-] + span,
.btn [class^=bento-icon-] + div,
button [class^=bento-icon-] + span,
button [class^=bento-icon-] + div {
  margin-left: 0.5rem;
}
[dir=rtl] .btn [class^=bento-icon-] + span,
[dir=rtl] .btn [class^=bento-icon-] + div,
[dir=rtl] button [class^=bento-icon-] + span,
[dir=rtl] button [class^=bento-icon-] + div {
  margin-left: auto;
  margin-right: 0.5rem;
}
.btn span:not(.sr-only) + [class^=bento-icon-]:last-child, .btn span:not([aria-hidden=true]) + [class^=bento-icon-]:last-child,
.btn div:not(.sr-only) + [class^=bento-icon-]:last-child,
.btn div:not([aria-hidden=true]) + [class^=bento-icon-]:last-child,
button span:not(.sr-only) + [class^=bento-icon-]:last-child,
button span:not([aria-hidden=true]) + [class^=bento-icon-]:last-child,
button div:not(.sr-only) + [class^=bento-icon-]:last-child,
button div:not([aria-hidden=true]) + [class^=bento-icon-]:last-child {
  margin-left: 0.25rem;
  margin-right: -0.25rem;
}
[dir=rtl] .btn span:not(.sr-only) + [class^=bento-icon-]:last-child, [dir=rtl] .btn span:not([aria-hidden=true]) + [class^=bento-icon-]:last-child,
[dir=rtl] .btn div:not(.sr-only) + [class^=bento-icon-]:last-child,
[dir=rtl] .btn div:not([aria-hidden=true]) + [class^=bento-icon-]:last-child,
[dir=rtl] button span:not(.sr-only) + [class^=bento-icon-]:last-child,
[dir=rtl] button span:not([aria-hidden=true]) + [class^=bento-icon-]:last-child,
[dir=rtl] button div:not(.sr-only) + [class^=bento-icon-]:last-child,
[dir=rtl] button div:not([aria-hidden=true]) + [class^=bento-icon-]:last-child {
  margin-left: -0.25rem;
  margin-right: 0.25rem;
}
.btn span.sr-only + [class^=bento-icon-]:first-of-type, .btn span[aria-hidden=true] + [class^=bento-icon-]:first-of-type,
.btn div.sr-only + [class^=bento-icon-]:first-of-type,
.btn div[aria-hidden=true] + [class^=bento-icon-]:first-of-type,
button span.sr-only + [class^=bento-icon-]:first-of-type,
button span[aria-hidden=true] + [class^=bento-icon-]:first-of-type,
button div.sr-only + [class^=bento-icon-]:first-of-type,
button div[aria-hidden=true] + [class^=bento-icon-]:first-of-type {
  margin-left: -0.25rem;
}
[dir=rtl] .btn span.sr-only + [class^=bento-icon-]:first-of-type, [dir=rtl] .btn span[aria-hidden=true] + [class^=bento-icon-]:first-of-type,
[dir=rtl] .btn div.sr-only + [class^=bento-icon-]:first-of-type,
[dir=rtl] .btn div[aria-hidden=true] + [class^=bento-icon-]:first-of-type,
[dir=rtl] button span.sr-only + [class^=bento-icon-]:first-of-type,
[dir=rtl] button span[aria-hidden=true] + [class^=bento-icon-]:first-of-type,
[dir=rtl] button div.sr-only + [class^=bento-icon-]:first-of-type,
[dir=rtl] button div[aria-hidden=true] + [class^=bento-icon-]:first-of-type {
  margin-right: -0.25rem;
}
.btn-primary,
.btn-primary.dropdown-item {
  color: #fff;
  background-color: #666;
  border-color: #666;
  /* Disabled comes first so active can properly restyle */
}
.btn-primary:hover,
.btn-primary.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.btn-primary:focus, .btn-primary.focus,
.btn-primary.dropdown-item:focus,
.btn-primary.dropdown-item.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #383838 !important;
  z-index: 1;
}
.btn-primary.disabled, .btn-primary[disabled], .btn-primary:disabled,
.btn-primary.dropdown-item.disabled,
.btn-primary.dropdown-item[disabled],
.btn-primary.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary.dropdown-item:active,
.show > .btn-primary.dropdown-item.dropdown-toggle {
  background-color: #2c2c2c;
  background-image: none;
  border-color: #2c2c2c;
}
.btn-secondary,
.btn-secondary.dropdown-item {
  color: #fff;
  background-color: #005da2;
  border-color: #005da2;
  /* Disabled comes first so active can properly restyle */
}
.btn-secondary:hover,
.btn-secondary.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #001b2f;
  border-color: #001b2f;
}
.btn-secondary:focus, .btn-secondary.focus,
.btn-secondary.dropdown-item:focus,
.btn-secondary.dropdown-item.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #002846 !important;
  z-index: 1;
}
.btn-secondary.disabled, .btn-secondary[disabled], .btn-secondary:disabled,
.btn-secondary.dropdown-item.disabled,
.btn-secondary.dropdown-item[disabled],
.btn-secondary.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-secondary:active, .show > .btn-secondary.dropdown-toggle,
.btn-secondary.dropdown-item:active,
.show > .btn-secondary.dropdown-item.dropdown-toggle {
  background-color: #001b2f;
  background-image: none;
  border-color: #001b2f;
}
.btn-success,
.btn-success.dropdown-item {
  color: #fff;
  background-color: #387c2b;
  border-color: #387c2b;
  /* Disabled comes first so active can properly restyle */
}
.btn-success:hover,
.btn-success.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #11260d;
  border-color: #11260d;
}
.btn-success:focus, .btn-success.focus,
.btn-success.dropdown-item:focus,
.btn-success.dropdown-item.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #193813 !important;
  z-index: 1;
}
.btn-success.disabled, .btn-success[disabled], .btn-success:disabled,
.btn-success.dropdown-item.disabled,
.btn-success.dropdown-item[disabled],
.btn-success.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-success:active, .show > .btn-success.dropdown-toggle,
.btn-success.dropdown-item:active,
.show > .btn-success.dropdown-item.dropdown-toggle {
  background-color: #11260d;
  background-image: none;
  border-color: #11260d;
}
.btn-info,
.btn-info.dropdown-item {
  color: #fff;
  background-color: #005da2;
  border-color: #005da2;
  /* Disabled comes first so active can properly restyle */
}
.btn-info:hover,
.btn-info.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #001b2f;
  border-color: #001b2f;
}
.btn-info:focus, .btn-info.focus,
.btn-info.dropdown-item:focus,
.btn-info.dropdown-item.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #002846 !important;
  z-index: 1;
}
.btn-info.disabled, .btn-info[disabled], .btn-info:disabled,
.btn-info.dropdown-item.disabled,
.btn-info.dropdown-item[disabled],
.btn-info.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-info:active, .show > .btn-info.dropdown-toggle,
.btn-info.dropdown-item:active,
.show > .btn-info.dropdown-item.dropdown-toggle {
  background-color: #001b2f;
  background-image: none;
  border-color: #001b2f;
}
.btn-warning,
.btn-warning.dropdown-item {
  color: #212529;
  background-color: #ffa100;
  border-color: #ffa100;
  /* Disabled comes first so active can properly restyle */
}
.btn-warning:hover,
.btn-warning.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #8c5800;
  border-color: #8c5800;
}
.btn-warning:focus, .btn-warning.focus,
.btn-warning.dropdown-item:focus,
.btn-warning.dropdown-item.focus {
  text-decoration: none;
  color: black;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #a36700 !important;
  z-index: 1;
}
.btn-warning.disabled, .btn-warning[disabled], .btn-warning:disabled,
.btn-warning.dropdown-item.disabled,
.btn-warning.dropdown-item[disabled],
.btn-warning.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-warning:active, .show > .btn-warning.dropdown-toggle,
.btn-warning.dropdown-item:active,
.show > .btn-warning.dropdown-item.dropdown-toggle {
  background-color: #8c5800;
  background-image: none;
  border-color: #8c5800;
}
.btn-danger,
.btn-danger.dropdown-item {
  color: #fff;
  background-color: #dc0a0a;
  border-color: #dc0a0a;
  /* Disabled comes first so active can properly restyle */
}
.btn-danger:hover,
.btn-danger.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #6e0505;
  border-color: #6e0505;
}
.btn-danger:focus, .btn-danger.focus,
.btn-danger.dropdown-item:focus,
.btn-danger.dropdown-item.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #840606 !important;
  z-index: 1;
}
.btn-danger.disabled, .btn-danger[disabled], .btn-danger:disabled,
.btn-danger.dropdown-item.disabled,
.btn-danger.dropdown-item[disabled],
.btn-danger.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-danger:active, .show > .btn-danger.dropdown-toggle,
.btn-danger.dropdown-item:active,
.show > .btn-danger.dropdown-item.dropdown-toggle {
  background-color: #6e0505;
  background-image: none;
  border-color: #6e0505;
}
.btn-tr,
.btn-tr.dropdown-item {
  color: #fff;
  background-color: #fa6400;
  border-color: #fa6400;
  /* Disabled comes first so active can properly restyle */
}
.btn-tr:hover,
.btn-tr.dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #873600;
  border-color: #873600;
}
.btn-tr:focus, .btn-tr.focus,
.btn-tr.dropdown-item:focus,
.btn-tr.dropdown-item.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #9e3f00 !important;
  z-index: 1;
}
.btn-tr.disabled, .btn-tr[disabled], .btn-tr:disabled,
.btn-tr.dropdown-item.disabled,
.btn-tr.dropdown-item[disabled],
.btn-tr.dropdown-item:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-tr:active, .show > .btn-tr.dropdown-toggle,
.btn-tr.dropdown-item:active,
.show > .btn-tr.dropdown-item.dropdown-toggle {
  background-color: #873600;
  background-image: none;
  border-color: #873600;
}
.btn-outline-primary,
.btn-outline-primary.dropdown-item {
  background-color: #f4f5f7;
  border-color: #666;
  color: #404040;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-primary:hover,
.btn-outline-primary.dropdown-item:hover {
  color: #292929;
  border-color: #666;
  background-color: #fff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus,
.btn-outline-primary.dropdown-item:focus,
.btn-outline-primary.dropdown-item.focus {
  color: #292929;
  border-color: #121212;
  box-shadow: 0 0 0 1px #121212;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], .btn-outline-primary:disabled,
.btn-outline-primary.dropdown-item.disabled,
.btn-outline-primary.dropdown-item[disabled],
.btn-outline-primary.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-primary.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #292929;
  background-color: #fff;
}
.btn-outline-secondary,
.btn-outline-secondary.dropdown-item {
  background-color: #f7fafd;
  border-color: #005da2;
  color: #005da2;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-secondary:hover,
.btn-outline-secondary.dropdown-item:hover {
  color: #004374;
  border-color: #005da2;
  background-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus,
.btn-outline-secondary.dropdown-item:focus,
.btn-outline-secondary.dropdown-item.focus {
  color: #004374;
  border-color: #002846;
  box-shadow: 0 0 0 1px #002846;
}
.btn-outline-secondary.disabled, .btn-outline-secondary[disabled], .btn-outline-secondary:disabled,
.btn-outline-secondary.dropdown-item.disabled,
.btn-outline-secondary.dropdown-item[disabled],
.btn-outline-secondary.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-secondary.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #004374;
  background-color: #fff;
}
.btn-outline-success,
.btn-outline-success.dropdown-item {
  background-color: #f8fdf7;
  border-color: #387c2b;
  color: #387c2b;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-success:hover,
.btn-outline-success.dropdown-item:hover {
  color: #295a1f;
  border-color: #387c2b;
  background-color: #fff;
}
.btn-outline-success:focus, .btn-outline-success.focus,
.btn-outline-success.dropdown-item:focus,
.btn-outline-success.dropdown-item.focus {
  color: #295a1f;
  border-color: #193813;
  box-shadow: 0 0 0 1px #193813;
}
.btn-outline-success.disabled, .btn-outline-success[disabled], .btn-outline-success:disabled,
.btn-outline-success.dropdown-item.disabled,
.btn-outline-success.dropdown-item[disabled],
.btn-outline-success.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-success.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #295a1f;
  background-color: #fff;
}
.btn-outline-info,
.btn-outline-info.dropdown-item {
  background-color: #f7fafd;
  border-color: #005da2;
  color: #005da2;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-info:hover,
.btn-outline-info.dropdown-item:hover {
  color: #004374;
  border-color: #005da2;
  background-color: #fff;
}
.btn-outline-info:focus, .btn-outline-info.focus,
.btn-outline-info.dropdown-item:focus,
.btn-outline-info.dropdown-item.focus {
  color: #004374;
  border-color: #002846;
  box-shadow: 0 0 0 1px #002846;
}
.btn-outline-info.disabled, .btn-outline-info[disabled], .btn-outline-info:disabled,
.btn-outline-info.dropdown-item.disabled,
.btn-outline-info.dropdown-item[disabled],
.btn-outline-info.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-info.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #004374;
  background-color: #fff;
}
.btn-outline-warning,
.btn-outline-warning.dropdown-item {
  background-color: #fdfbf7;
  border-color: #ffa100;
  color: #ffa100;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-warning:hover,
.btn-outline-warning.dropdown-item:hover {
  color: #d18400;
  border-color: #ffa100;
  background-color: #fff;
}
.btn-outline-warning:focus, .btn-outline-warning.focus,
.btn-outline-warning.dropdown-item:focus,
.btn-outline-warning.dropdown-item.focus {
  color: #d18400;
  border-color: #a36700;
  box-shadow: 0 0 0 1px #a36700;
}
.btn-outline-warning.disabled, .btn-outline-warning[disabled], .btn-outline-warning:disabled,
.btn-outline-warning.dropdown-item.disabled,
.btn-outline-warning.dropdown-item[disabled],
.btn-outline-warning.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-warning.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #d18400;
  background-color: #fff;
}
.btn-outline-danger,
.btn-outline-danger.dropdown-item {
  background-color: #fdf7f7;
  border-color: #dc0a0a;
  color: #dc0a0a;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-danger:hover,
.btn-outline-danger.dropdown-item:hover {
  color: #b00808;
  border-color: #dc0a0a;
  background-color: #fff;
}
.btn-outline-danger:focus, .btn-outline-danger.focus,
.btn-outline-danger.dropdown-item:focus,
.btn-outline-danger.dropdown-item.focus {
  color: #b00808;
  border-color: #840606;
  box-shadow: 0 0 0 1px #840606;
}
.btn-outline-danger.disabled, .btn-outline-danger[disabled], .btn-outline-danger:disabled,
.btn-outline-danger.dropdown-item.disabled,
.btn-outline-danger.dropdown-item[disabled],
.btn-outline-danger.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-danger.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #b00808;
  background-color: #fff;
}
.btn-outline-tr,
.btn-outline-tr.dropdown-item {
  background-color: #fdf9f7;
  border-color: #fa6400;
  color: #fa6400;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-tr:hover,
.btn-outline-tr.dropdown-item:hover {
  color: #cc5200;
  border-color: #fa6400;
  background-color: #fff;
}
.btn-outline-tr:focus, .btn-outline-tr.focus,
.btn-outline-tr.dropdown-item:focus,
.btn-outline-tr.dropdown-item.focus {
  color: #cc5200;
  border-color: #9e3f00;
  box-shadow: 0 0 0 1px #9e3f00;
}
.btn-outline-tr.disabled, .btn-outline-tr[disabled], .btn-outline-tr:disabled,
.btn-outline-tr.dropdown-item.disabled,
.btn-outline-tr.dropdown-item[disabled],
.btn-outline-tr.dropdown-item:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-outline-tr:not(:disabled):not(.disabled):active, .show > .btn-outline-tr:not(:disabled):not(.disabled).dropdown-toggle,
.btn-outline-tr.dropdown-item:not(:disabled):not(.disabled):active,
.show > .btn-outline-tr.dropdown-item:not(:disabled):not(.disabled).dropdown-toggle {
  color: #cc5200;
  background-color: #fff;
}
.btn {
  padding: 0 0.85rem;
  font-size: 1rem;
  height: 2.143rem;
  line-height: 2.143rem;
  letter-spacing: 0.02em;
  max-width: 100%;
  min-width: 6.0714rem;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.357rem;
}
.btn.btn-link {
  font-size: 1rem;
  font-family: inherit;
  text-transform: none;
}
.btn.btn-link:hover span, .btn.btn-link:focus span {
  text-decoration: underline;
}
.btn.btn-link:hover > i,
.btn.btn-link:hover > i::before, .btn.btn-link:focus > i,
.btn.btn-link:focus > i::before {
  text-decoration: none !important;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0 0.52rem;
  font-size: 0.8571428571rem;
  height: 1.572rem;
  line-height: 1.572rem;
  letter-spacing: 0.02em;
  max-width: 100%;
  min-width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.357rem;
}
.btn-sm.btn-link, .btn-group-sm > .btn-link.btn {
  font-size: 0.8571428571rem;
  font-family: inherit;
  text-transform: none;
}
.btn-sm.btn-link:hover span, .btn-group-sm > .btn-link.btn:hover span, .btn-sm.btn-link:focus span, .btn-group-sm > .btn-link.btn:focus span {
  text-decoration: underline;
}
.btn-sm.btn-link:hover > i, .btn-group-sm > .btn-link.btn:hover > i,
.btn-sm.btn-link:hover > i::before,
.btn-group-sm > .btn-link.btn:hover > i::before, .btn-sm.btn-link:focus > i, .btn-group-sm > .btn-link.btn:focus > i,
.btn-sm.btn-link:focus > i::before,
.btn-group-sm > .btn-link.btn:focus > i::before {
  text-decoration: none !important;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0 1.15rem;
  font-size: 1.1428571429rem;
  height: 2.857rem;
  line-height: 2.857rem;
  letter-spacing: 0.02em;
  max-width: 100%;
  min-width: 7.14285rem;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.357rem;
}
.btn-lg.btn-link, .btn-group-lg > .btn-link.btn {
  font-size: 1.1428571429rem;
  font-family: inherit;
  text-transform: none;
}
.btn-lg.btn-link:hover span, .btn-group-lg > .btn-link.btn:hover span, .btn-lg.btn-link:focus span, .btn-group-lg > .btn-link.btn:focus span {
  text-decoration: underline;
}
.btn-lg.btn-link:hover > i, .btn-group-lg > .btn-link.btn:hover > i,
.btn-lg.btn-link:hover > i::before,
.btn-group-lg > .btn-link.btn:hover > i::before, .btn-lg.btn-link:focus > i, .btn-group-lg > .btn-link.btn:focus > i,
.btn-lg.btn-link:focus > i::before,
.btn-group-lg > .btn-link.btn:focus > i::before {
  text-decoration: none !important;
}
.btn-xs {
  padding: 0 0.415rem;
  font-size: 0.7142857143rem;
  height: 1.286rem;
  line-height: 1.286rem;
  letter-spacing: 0.02em;
  max-width: 100%;
  min-width: 3.57143rem;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.357rem;
}
.btn-xs.btn-link {
  font-size: 0.7142857143rem;
  font-family: inherit;
  text-transform: none;
}
.btn-xs.btn-link:hover span, .btn-xs.btn-link:focus span {
  text-decoration: underline;
}
.btn-xs.btn-link:hover > i,
.btn-xs.btn-link:hover > i::before, .btn-xs.btn-link:focus > i,
.btn-xs.btn-link:focus > i::before {
  text-decoration: none !important;
}
.btn.btn-icon {
  min-width: auto !important;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btn-link {
  font-weight: 400;
  color: #005da2;
  border-color: transparent;
  background-color: transparent;
  min-width: 0;
  letter-spacing: normal;
}
.btn-link:hover {
  color: #02406e;
  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: #939393;
  pointer-events: none;
}
.btn-link:focus {
  outline: 1px dotted gray !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.btn-link.btn-icon {
  text-decoration: none;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.visible-inline-xs,
tr.visible-inline-xs,
th.visible-inline-xs,
td.visible-inline-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-xs {
    display: inline !important;
  }

  tr.visible-inline-xs {
    display: table-row !important;
  }

  th.visible-inline-xs,
td.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-xs.visible-inline-sm {
    display: inline !important;
  }

  tr.visible-inline-xs.visible-inline-sm {
    display: table-row !important;
  }

  th.visible-inline-xs.visible-inline-sm,
td.visible-inline-xs.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-xs.visible-inline-md {
    display: inline !important;
  }

  tr.visible-inline-xs.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-xs.visible-inline-md,
td.visible-inline-xs.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-xs.visible-inline-lg {
    display: inline !important;
  }

  tr.visible-inline-xs.visible-inline-lg {
    display: table-row !important;
  }

  th.visible-inline-xs.visible-inline-lg,
td.visible-inline-xs.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-sm,
tr.visible-inline-sm,
th.visible-inline-sm,
td.visible-inline-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-sm.visible-inline-xs {
    display: inline !important;
  }

  tr.visible-inline-sm.visible-inline-xs {
    display: table-row !important;
  }

  th.visible-inline-sm.visible-inline-xs,
td.visible-inline-sm.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-sm {
    display: inline !important;
  }

  tr.visible-inline-sm {
    display: table-row !important;
  }

  th.visible-inline-sm,
td.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-sm.visible-inline-md {
    display: inline !important;
  }

  tr.visible-inline-sm.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-sm.visible-inline-md,
td.visible-inline-sm.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-sm.visible-inline-lg {
    display: inline !important;
  }

  tr.visible-inline-sm.visible-inline-lg {
    display: table-row !important;
  }

  th.visible-inline-sm.visible-inline-lg,
td.visible-inline-sm.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-md,
tr.visible-inline-md,
th.visible-inline-md,
td.visible-inline-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-md.visible-inline-xs {
    display: inline !important;
  }

  tr.visible-inline-md.visible-inline-xs {
    display: table-row !important;
  }

  th.visible-inline-md.visible-inline-xs,
td.visible-inline-md.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-sm {
    display: inline !important;
  }

  tr.visible-inline-md.visible-inline-sm {
    display: table-row !important;
  }

  th.visible-inline-md.visible-inline-sm,
td.visible-inline-md.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline !important;
  }

  tr.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-md,
td.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-lg {
    display: inline !important;
  }

  tr.visible-inline-md.visible-inline-lg {
    display: table-row !important;
  }

  th.visible-inline-md.visible-inline-lg,
td.visible-inline-md.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-lg,
tr.visible-inline-lg,
th.visible-inline-lg,
td.visible-inline-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-lg.visible-inline-xs {
    display: inline !important;
  }

  tr.visible-inline-lg.visible-inline-xs {
    display: table-row !important;
  }

  th.visible-inline-lg.visible-inline-xs,
td.visible-inline-lg.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-lg.visible-inline-sm {
    display: inline !important;
  }

  tr.visible-inline-lg.visible-inline-sm {
    display: table-row !important;
  }

  th.visible-inline-lg.visible-inline-sm,
td.visible-inline-lg.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-lg.visible-inline-md {
    display: inline !important;
  }

  tr.visible-inline-lg.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-lg.visible-inline-md,
td.visible-inline-lg.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-lg {
    display: inline !important;
  }

  tr.visible-inline-lg {
    display: table-row !important;
  }

  th.visible-inline-lg,
td.visible-inline-lg {
    display: table-cell !important;
  }
}
.hidden-inline-xs {
  display: inline !important;
}
tr.hidden-inline-xs {
  display: table-row !important;
}
th.hidden-inline-xs,
td.hidden-inline-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-xs,
tr.hidden-inline-xs,
th.hidden-inline-xs,
td.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-inline-sm,
tr.hidden-inline-xs.hidden-inline-sm,
th.hidden-inline-xs.hidden-inline-sm,
td.hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-inline-md,
tr.hidden-inline-xs.hidden-inline-md,
th.hidden-inline-xs.hidden-inline-md,
td.hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-inline-lg,
tr.hidden-inline-xs.hidden-inline-lg,
th.hidden-inline-xs.hidden-inline-lg,
td.hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-sm {
  display: inline !important;
}
tr.hidden-inline-sm {
  display: table-row !important;
}
th.hidden-inline-sm,
td.hidden-inline-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-sm.hidden-inline-xs,
tr.hidden-inline-sm.hidden-inline-xs,
th.hidden-inline-sm.hidden-inline-xs,
td.hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-sm,
tr.hidden-inline-sm,
th.hidden-inline-sm,
td.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-sm.hidden-inline-md,
tr.hidden-inline-sm.hidden-inline-md,
th.hidden-inline-sm.hidden-inline-md,
td.hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-sm.hidden-inline-lg,
tr.hidden-inline-sm.hidden-inline-lg,
th.hidden-inline-sm.hidden-inline-lg,
td.hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-md {
  display: inline !important;
}
tr.hidden-inline-md {
  display: table-row !important;
}
th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-xs,
tr.hidden-inline-md.hidden-inline-xs,
th.hidden-inline-md.hidden-inline-xs,
td.hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-sm,
tr.hidden-inline-md.hidden-inline-sm,
th.hidden-inline-md.hidden-inline-sm,
td.hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md,
tr.hidden-inline-md,
th.hidden-inline-md,
td.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-lg,
tr.hidden-inline-md.hidden-inline-lg,
th.hidden-inline-md.hidden-inline-lg,
td.hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-lg {
  display: inline !important;
}
tr.hidden-inline-lg {
  display: table-row !important;
}
th.hidden-inline-lg,
td.hidden-inline-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-lg.hidden-inline-xs,
tr.hidden-inline-lg.hidden-inline-xs,
th.hidden-inline-lg.hidden-inline-xs,
td.hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-lg.hidden-inline-sm,
tr.hidden-inline-lg.hidden-inline-sm,
th.hidden-inline-lg.hidden-inline-sm,
td.hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-lg.hidden-inline-md,
tr.hidden-inline-lg.hidden-inline-md,
th.hidden-inline-lg.hidden-inline-md,
td.hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-lg,
tr.hidden-inline-lg,
th.hidden-inline-lg,
td.hidden-inline-lg {
    display: none !important;
  }
}
.visible-inline-block-xs,
tr.visible-inline-block-xs,
th.visible-inline-block-xs,
td.visible-inline-block-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-block-xs {
    display: inline-block !important;
  }

  tr.visible-inline-block-xs {
    display: table-row !important;
  }

  th.visible-inline-block-xs,
td.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-xs.visible-inline-block-sm {
    display: inline-block !important;
  }

  tr.visible-inline-block-xs.visible-inline-block-sm {
    display: table-row !important;
  }

  th.visible-inline-block-xs.visible-inline-block-sm,
td.visible-inline-block-xs.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-xs.visible-inline-md {
    display: inline-block !important;
  }

  tr.visible-inline-block-xs.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-block-xs.visible-inline-md,
td.visible-inline-block-xs.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-block-xs.visible-inline-block-lg {
    display: inline-block !important;
  }

  tr.visible-inline-block-xs.visible-inline-block-lg {
    display: table-row !important;
  }

  th.visible-inline-block-xs.visible-inline-block-lg,
td.visible-inline-block-xs.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.visible-inline-block-sm,
tr.visible-inline-block-sm,
th.visible-inline-block-sm,
td.visible-inline-block-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-block-sm.visible-inline-block-xs {
    display: inline-block !important;
  }

  tr.visible-inline-block-sm.visible-inline-block-xs {
    display: table-row !important;
  }

  th.visible-inline-block-sm.visible-inline-block-xs,
td.visible-inline-block-sm.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-sm {
    display: inline-block !important;
  }

  tr.visible-inline-block-sm {
    display: table-row !important;
  }

  th.visible-inline-block-sm,
td.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-sm.visible-inline-md {
    display: inline-block !important;
  }

  tr.visible-inline-block-sm.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-block-sm.visible-inline-md,
td.visible-inline-block-sm.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-block-sm.visible-inline-block-lg {
    display: inline-block !important;
  }

  tr.visible-inline-block-sm.visible-inline-block-lg {
    display: table-row !important;
  }

  th.visible-inline-block-sm.visible-inline-block-lg,
td.visible-inline-block-sm.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.visible-inline-md,
tr.visible-inline-md,
th.visible-inline-md,
td.visible-inline-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-md.visible-inline-block-xs {
    display: inline-block !important;
  }

  tr.visible-inline-md.visible-inline-block-xs {
    display: table-row !important;
  }

  th.visible-inline-md.visible-inline-block-xs,
td.visible-inline-md.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-block-sm {
    display: inline-block !important;
  }

  tr.visible-inline-md.visible-inline-block-sm {
    display: table-row !important;
  }

  th.visible-inline-md.visible-inline-block-sm,
td.visible-inline-md.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline-block !important;
  }

  tr.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-md,
td.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-block-lg {
    display: inline-block !important;
  }

  tr.visible-inline-md.visible-inline-block-lg {
    display: table-row !important;
  }

  th.visible-inline-md.visible-inline-block-lg,
td.visible-inline-md.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.visible-inline-block-lg,
tr.visible-inline-block-lg,
th.visible-inline-block-lg,
td.visible-inline-block-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-block-lg.visible-inline-block-xs {
    display: inline-block !important;
  }

  tr.visible-inline-block-lg.visible-inline-block-xs {
    display: table-row !important;
  }

  th.visible-inline-block-lg.visible-inline-block-xs,
td.visible-inline-block-lg.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-lg.visible-inline-block-sm {
    display: inline-block !important;
  }

  tr.visible-inline-block-lg.visible-inline-block-sm {
    display: table-row !important;
  }

  th.visible-inline-block-lg.visible-inline-block-sm,
td.visible-inline-block-lg.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-lg.visible-inline-md {
    display: inline-block !important;
  }

  tr.visible-inline-block-lg.visible-inline-md {
    display: table-row !important;
  }

  th.visible-inline-block-lg.visible-inline-md,
td.visible-inline-block-lg.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-block-lg {
    display: inline-block !important;
  }

  tr.visible-inline-block-lg {
    display: table-row !important;
  }

  th.visible-inline-block-lg,
td.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.hidden-inline-block-xs {
  display: inline-block !important;
}
tr.hidden-inline-block-xs {
  display: table-row !important;
}
th.hidden-inline-block-xs,
td.hidden-inline-block-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-block-xs,
tr.hidden-inline-block-xs,
th.hidden-inline-block-xs,
td.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-xs.hidden-inline-block-sm,
tr.hidden-inline-block-xs.hidden-inline-block-sm,
th.hidden-inline-block-xs.hidden-inline-block-sm,
td.hidden-inline-block-xs.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-xs.hidden-inline-md,
tr.hidden-inline-block-xs.hidden-inline-md,
th.hidden-inline-block-xs.hidden-inline-md,
td.hidden-inline-block-xs.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-block-xs.hidden-inline-block-lg,
tr.hidden-inline-block-xs.hidden-inline-block-lg,
th.hidden-inline-block-xs.hidden-inline-block-lg,
td.hidden-inline-block-xs.hidden-inline-block-lg {
    display: none !important;
  }
}
.hidden-inline-block-sm {
  display: inline-block !important;
}
tr.hidden-inline-block-sm {
  display: table-row !important;
}
th.hidden-inline-block-sm,
td.hidden-inline-block-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-block-sm.hidden-inline-block-xs,
tr.hidden-inline-block-sm.hidden-inline-block-xs,
th.hidden-inline-block-sm.hidden-inline-block-xs,
td.hidden-inline-block-sm.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-sm,
tr.hidden-inline-block-sm,
th.hidden-inline-block-sm,
td.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-sm.hidden-inline-md,
tr.hidden-inline-block-sm.hidden-inline-md,
th.hidden-inline-block-sm.hidden-inline-md,
td.hidden-inline-block-sm.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-block-sm.hidden-inline-block-lg,
tr.hidden-inline-block-sm.hidden-inline-block-lg,
th.hidden-inline-block-sm.hidden-inline-block-lg,
td.hidden-inline-block-sm.hidden-inline-block-lg {
    display: none !important;
  }
}
.hidden-inline-md {
  display: inline-block !important;
}
tr.hidden-inline-md {
  display: table-row !important;
}
th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-block-xs,
tr.hidden-inline-md.hidden-inline-block-xs,
th.hidden-inline-md.hidden-inline-block-xs,
td.hidden-inline-md.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-block-sm,
tr.hidden-inline-md.hidden-inline-block-sm,
th.hidden-inline-md.hidden-inline-block-sm,
td.hidden-inline-md.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md,
tr.hidden-inline-md,
th.hidden-inline-md,
td.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-block-lg,
tr.hidden-inline-md.hidden-inline-block-lg,
th.hidden-inline-md.hidden-inline-block-lg,
td.hidden-inline-md.hidden-inline-block-lg {
    display: none !important;
  }
}
.hidden-inline-block-lg {
  display: inline-block !important;
}
tr.hidden-inline-block-lg {
  display: table-row !important;
}
th.hidden-inline-block-lg,
td.hidden-inline-block-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-block-lg.hidden-inline-block-xs,
tr.hidden-inline-block-lg.hidden-inline-block-xs,
th.hidden-inline-block-lg.hidden-inline-block-xs,
td.hidden-inline-block-lg.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-lg.hidden-inline-block-sm,
tr.hidden-inline-block-lg.hidden-inline-block-sm,
th.hidden-inline-block-lg.hidden-inline-block-sm,
td.hidden-inline-block-lg.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-lg.hidden-inline-md,
tr.hidden-inline-block-lg.hidden-inline-md,
th.hidden-inline-block-lg.hidden-inline-md,
td.hidden-inline-block-lg.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-block-lg,
tr.hidden-inline-block-lg,
th.hidden-inline-block-lg,
td.hidden-inline-block-lg {
    display: none !important;
  }
}
.badge {
  border: 1px solid white;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4285714286rem;
  position: relative;
  border-radius: 0.4285714286rem;
}
.badge[href] {
  border-radius: calc(0.4285714286rem + 1px);
  margin: -1px;
}
.bento-tabset .nav-link .badge,
.btn .badge {
  margin-left: 0.5rem;
  vertical-align: baseline;
}
[dir=rtl] .bento-tabset .nav-link .badge,
[dir=rtl] .btn .badge {
  margin-left: 0;
  margin-right: 0.5rem;
}
.bento-tabset .nav-pills .nav-link .badge {
  vertical-align: middle;
}
bs4-badge-counter .badge {
  border-radius: 0.3571428571rem;
  line-height: 1.1428571429rem;
  min-width: 1.4285714286rem;
  padding-left: 0.2857142857rem;
  padding-right: 0.2857142857rem;
}
h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge,
h5 .badge,
h6 .badge,
.h1 .badge,
.h2 .badge,
.h3 .badge,
.h4 .badge,
.h5 .badge,
.h6 .badge {
  vertical-align: middle;
}
/* Badge types */
.badge {
  background-color: #f4f5f7;
  border-color: #666;
  color: #666;
}
.badge.badge-success {
  background: #e4ead8;
  border: 1px solid #357628;
  color: #357628;
}
.badge.badge-danger {
  background: #fceeee;
  border: 1px solid #dc0a0a;
  color: #dc0a0a;
}
.badge.badge-warning {
  background: #fcf8d9;
  border: 1px solid #946800;
  color: #946800;
}
.badge.badge-info {
  background: #d4ebf4;
  border: 1px solid #005da2;
  color: #005da2;
}
.badge.badge-primary {
  background: #666;
  border: 1px solid #666;
  color: #fff;
}
.badge.badge-light, .bento-tabset ul.nav:not(.nav-pills) .nav-link.active .badge {
  background: #f4f5f7;
  border: 1px solid #666;
  color: #666;
}
.badge.badge-warning {
  box-shadow: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
  padding: 0;
}
.breadcrumb-item::after {
  color: #afafaf;
  content: "\e63d";
  display: inline-block;
  font-family: "bento-icons";
  padding: 0 0.571rem 0;
  vertical-align: bottom;
}
[dir=rtl] .breadcrumb-item::after {
  content: "\e63c";
}
.breadcrumb-item,
.breadcrumb-item > a, .breadcrumb-item.active {
  display: inline-block;
  font-size: 0.929rem;
  height: auto;
  line-height: inherit;
  padding: 0;
}
.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb-item > a:hover, .breadcrumb-item > a:focus {
  text-decoration: underline;
}
.breadcrumb-item:first-child a {
  padding-left: 0;
}
[dir=rtl] .breadcrumb-item:first-child a {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-item:last-child {
  font-weight: 700;
}
.breadcrumb-item:last-child:after {
  content: "";
}
[dir=rtl] .btn-group > .btn:not(:first-child),
[dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .btn-group > .btn:not(:last-child),
[dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0.357rem;
  border-bottom-right-radius: 0.357rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .btn-group > .btn:not(:last-child):not(:first-child),
[dir=rtl] .btn-group > .btn-group:not(:last-child):not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .btn-group > button.btn:not(:last-child):not(:first-child):last-of-type {
  border-top-left-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
}
.btn-group .btn.btn-toggle.btn-outline-primary {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-primary:hover, .btn-group .btn.btn-toggle.btn-outline-primary:focus {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-secondary {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-secondary:hover, .btn-group .btn.btn-toggle.btn-outline-secondary:focus {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-success {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-success:hover, .btn-group .btn.btn-toggle.btn-outline-success:focus {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-info {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-info:hover, .btn-group .btn.btn-toggle.btn-outline-info:focus {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-warning {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-warning:hover, .btn-group .btn.btn-toggle.btn-outline-warning:focus {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-danger {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-danger:hover, .btn-group .btn.btn-toggle.btn-outline-danger:focus {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-tr {
  z-index: auto;
}
.btn-group .btn.btn-toggle.btn-outline-tr:hover, .btn-group .btn.btn-toggle.btn-outline-tr:focus {
  z-index: auto;
}
.btn-group .btn.active.btn-outline-primary {
  color: #fff;
  background-color: #666;
  border-color: #666;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-primary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.btn-group .btn.active.btn-outline-primary:focus, .btn-group .btn.active.btn-outline-primary.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #383838 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-primary.disabled, .btn-group .btn.active.btn-outline-primary[disabled], .btn-group .btn.active.btn-outline-primary:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-primary:active, .show > .btn-group .btn.active.btn-outline-primary.dropdown-toggle {
  background-color: #4d4d4d;
  background-image: none;
  border-color: #4d4d4d;
}
.btn-group .btn.active.btn-outline-secondary {
  color: #fff;
  background-color: #005da2;
  border-color: #005da2;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-secondary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #001b2f;
  border-color: #001b2f;
}
.btn-group .btn.active.btn-outline-secondary:focus, .btn-group .btn.active.btn-outline-secondary.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #002846 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-secondary.disabled, .btn-group .btn.active.btn-outline-secondary[disabled], .btn-group .btn.active.btn-outline-secondary:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-secondary:active, .show > .btn-group .btn.active.btn-outline-secondary.dropdown-toggle {
  background-color: #001b2f;
  background-image: none;
  border-color: #001b2f;
}
.btn-group .btn.active.btn-outline-success {
  color: #fff;
  background-color: #387c2b;
  border-color: #387c2b;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-success:hover {
  text-decoration: none;
  color: #fff;
  background-color: #11260d;
  border-color: #11260d;
}
.btn-group .btn.active.btn-outline-success:focus, .btn-group .btn.active.btn-outline-success.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #193813 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-success.disabled, .btn-group .btn.active.btn-outline-success[disabled], .btn-group .btn.active.btn-outline-success:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-success:active, .show > .btn-group .btn.active.btn-outline-success.dropdown-toggle {
  background-color: #11260d;
  background-image: none;
  border-color: #11260d;
}
.btn-group .btn.active.btn-outline-info {
  color: #fff;
  background-color: #005da2;
  border-color: #005da2;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-info:hover {
  text-decoration: none;
  color: #fff;
  background-color: #001b2f;
  border-color: #001b2f;
}
.btn-group .btn.active.btn-outline-info:focus, .btn-group .btn.active.btn-outline-info.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #002846 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-info.disabled, .btn-group .btn.active.btn-outline-info[disabled], .btn-group .btn.active.btn-outline-info:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-info:active, .show > .btn-group .btn.active.btn-outline-info.dropdown-toggle {
  background-color: #001b2f;
  background-image: none;
  border-color: #001b2f;
}
.btn-group .btn.active.btn-outline-warning {
  color: #212529;
  background-color: #ffa100;
  border-color: #ffa100;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-warning:hover {
  text-decoration: none;
  color: #fff;
  background-color: #8c5800;
  border-color: #8c5800;
}
.btn-group .btn.active.btn-outline-warning:focus, .btn-group .btn.active.btn-outline-warning.focus {
  text-decoration: none;
  color: black;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #a36700 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-warning.disabled, .btn-group .btn.active.btn-outline-warning[disabled], .btn-group .btn.active.btn-outline-warning:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-warning:active, .show > .btn-group .btn.active.btn-outline-warning.dropdown-toggle {
  background-color: #8c5800;
  background-image: none;
  border-color: #8c5800;
}
.btn-group .btn.active.btn-outline-danger {
  color: #fff;
  background-color: #dc0a0a;
  border-color: #dc0a0a;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-danger:hover {
  text-decoration: none;
  color: #fff;
  background-color: #6e0505;
  border-color: #6e0505;
}
.btn-group .btn.active.btn-outline-danger:focus, .btn-group .btn.active.btn-outline-danger.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #840606 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-danger.disabled, .btn-group .btn.active.btn-outline-danger[disabled], .btn-group .btn.active.btn-outline-danger:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-danger:active, .show > .btn-group .btn.active.btn-outline-danger.dropdown-toggle {
  background-color: #6e0505;
  background-image: none;
  border-color: #6e0505;
}
.btn-group .btn.active.btn-outline-tr {
  color: #fff;
  background-color: #fa6400;
  border-color: #fa6400;
  /* Disabled comes first so active can properly restyle */
}
.btn-group .btn.active.btn-outline-tr:hover {
  text-decoration: none;
  color: #fff;
  background-color: #873600;
  border-color: #873600;
}
.btn-group .btn.active.btn-outline-tr:focus, .btn-group .btn.active.btn-outline-tr.focus {
  text-decoration: none;
  color: white;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 1px #9e3f00 !important;
  z-index: 1;
}
.btn-group .btn.active.btn-outline-tr.disabled, .btn-group .btn.active.btn-outline-tr[disabled], .btn-group .btn.active.btn-outline-tr:disabled {
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
  opacity: 1;
}
.btn-group .btn.active.btn-outline-tr:active, .show > .btn-group .btn.active.btn-outline-tr.dropdown-toggle {
  background-color: #873600;
  background-image: none;
  border-color: #873600;
}
.btn-group .btn.active .btn-primary {
  background-color: #fdf7f7;
  border-color: #666;
  color: #666;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-primary:hover {
  color: #4f4f4f;
  border-color: #666;
  background-color: #fff;
}
.btn-group .btn.active .btn-primary:focus, .btn-group .btn.active .btn-primary.focus {
  color: #4f4f4f;
  border-color: #383838;
  box-shadow: 0 0 0 1px #383838;
}
.btn-group .btn.active .btn-primary.disabled, .btn-group .btn.active .btn-primary[disabled], .btn-group .btn.active .btn-primary:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-primary:not(:disabled):not(.disabled).dropdown-toggle {
  color: #4f4f4f;
  background-color: #fff;
}
.btn-group .btn.active .btn-secondary {
  background-color: #f4f8fc;
  border-color: #deecf7;
  color: #005da2;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-secondary:hover {
  color: #004374;
  border-color: #deecf7;
  background-color: #60a4d7;
}
.btn-group .btn.active .btn-secondary:focus, .btn-group .btn.active .btn-secondary.focus {
  color: #004374;
  border-color: #002846;
  box-shadow: 0 0 0 1px #002846;
}
.btn-group .btn.active .btn-secondary.disabled, .btn-group .btn.active .btn-secondary[disabled], .btn-group .btn.active .btn-secondary:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-secondary:not(:disabled):not(.disabled).dropdown-toggle {
  color: #004374;
  background-color: #60a4d7;
}
.btn-group .btn.active .btn-success {
  background-color: #f5fcf4;
  border-color: #e2f7de;
  color: #387c2b;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-success:hover {
  color: #295a1f;
  border-color: #e2f7de;
  background-color: #73d760;
}
.btn-group .btn.active .btn-success:focus, .btn-group .btn.active .btn-success.focus {
  color: #295a1f;
  border-color: #193813;
  box-shadow: 0 0 0 1px #193813;
}
.btn-group .btn.active .btn-success.disabled, .btn-group .btn.active .btn-success[disabled], .btn-group .btn.active .btn-success:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-success:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-success:not(:disabled):not(.disabled).dropdown-toggle {
  color: #295a1f;
  background-color: #73d760;
}
.btn-group .btn.active .btn-info {
  background-color: #f4f8fc;
  border-color: #deecf7;
  color: #005da2;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-info:hover {
  color: #004374;
  border-color: #deecf7;
  background-color: #60a4d7;
}
.btn-group .btn.active .btn-info:focus, .btn-group .btn.active .btn-info.focus {
  color: #004374;
  border-color: #002846;
  box-shadow: 0 0 0 1px #002846;
}
.btn-group .btn.active .btn-info.disabled, .btn-group .btn.active .btn-info[disabled], .btn-group .btn.active .btn-info:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-info:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-info:not(:disabled):not(.disabled).dropdown-toggle {
  color: #004374;
  background-color: #60a4d7;
}
.btn-group .btn.active .btn-warning {
  background-color: #fcf9f4;
  border-color: #f7eede;
  color: #ffa100;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-warning:hover {
  color: #d18400;
  border-color: #f7eede;
  background-color: #d7ab60;
}
.btn-group .btn.active .btn-warning:focus, .btn-group .btn.active .btn-warning.focus {
  color: #d18400;
  border-color: #a36700;
  box-shadow: 0 0 0 1px #a36700;
}
.btn-group .btn.active .btn-warning.disabled, .btn-group .btn.active .btn-warning[disabled], .btn-group .btn.active .btn-warning:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-warning:not(:disabled):not(.disabled).dropdown-toggle {
  color: #d18400;
  background-color: #d7ab60;
}
.btn-group .btn.active .btn-danger {
  background-color: #fcf4f4;
  border-color: #f7dede;
  color: #dc0a0a;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-danger:hover {
  color: #b00808;
  border-color: #f7dede;
  background-color: #d76060;
}
.btn-group .btn.active .btn-danger:focus, .btn-group .btn.active .btn-danger.focus {
  color: #b00808;
  border-color: #840606;
  box-shadow: 0 0 0 1px #840606;
}
.btn-group .btn.active .btn-danger.disabled, .btn-group .btn.active .btn-danger[disabled], .btn-group .btn.active .btn-danger:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-danger:not(:disabled):not(.disabled).dropdown-toggle {
  color: #b00808;
  background-color: #d76060;
}
.btn-group .btn.active .btn-tr {
  background-color: #fcf7f4;
  border-color: #f7e8de;
  color: #fa6400;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-group .btn.active .btn-tr:hover {
  color: #cc5200;
  border-color: #f7e8de;
  background-color: #d79060;
}
.btn-group .btn.active .btn-tr:focus, .btn-group .btn.active .btn-tr.focus {
  color: #cc5200;
  border-color: #9e3f00;
  box-shadow: 0 0 0 1px #9e3f00;
}
.btn-group .btn.active .btn-tr.disabled, .btn-group .btn.active .btn-tr[disabled], .btn-group .btn.active .btn-tr:disabled {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  pointer-events: none;
  cursor: default;
  transform: translateZ(0);
  opacity: 1;
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.btn-group .btn.active .btn-tr:not(:disabled):not(.disabled):active, .show > .btn-group .btn.active .btn-tr:not(:disabled):not(.disabled).dropdown-toggle {
  color: #cc5200;
  background-color: #d79060;
}
.btn-group .btn.active.btn-toggle.btn-outline-primary.active + .btn-outline-primary.active {
  border-left-color: #fff;
}
.btn-group .btn.active.btn-toggle.btn-outline-secondary.active + .btn-outline-secondary.active {
  border-left-color: #fff;
}
.btn-group .btn.active.btn-toggle.btn-outline-success.active + .btn-outline-success.active {
  border-left-color: #fff;
}
.btn-group .btn.active.btn-toggle.btn-outline-info.active + .btn-outline-info.active {
  border-left-color: #fff;
}
.btn-group .btn.active.btn-toggle.btn-outline-warning.active + .btn-outline-warning.active {
  border-left-color: #fff;
}
.btn-group .btn.active.btn-toggle.btn-outline-danger.active + .btn-outline-danger.active {
  border-left-color: #fff;
}
.btn-group .btn.active.btn-toggle.btn-outline-tr.active + .btn-outline-tr.active {
  border-left-color: #fff;
}
[dir=rtl] .btn-group .btn + .btn,
[dir=rtl] .btn-group .btn + .btn-group,
[dir=rtl] .btn-group .btn-group + .btn,
[dir=rtl] .btn-group .btn-group + .btn-group {
  margin-left: 0;
  margin-right: -1px;
}
.card {
  background-color: #ffffff;
  border-color: #939393;
  border-radius: 0;
}
.card .card-header {
  background-color: #f4f5f7;
  border-bottom-color: #939393;
  color: #666;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.1;
  padding: 0.74rem 0.94rem;
  border-radius: 0;
}
.card .card-body {
  padding: 1.43em;
}
.card .card-title,
.card .card-header {
  margin-top: 0;
}
.card h1.card-title, .card h1.card-header,
.card h2.card-title,
.card h2.card-header,
.card h3.card-title,
.card h3.card-header,
.card h4.card-title,
.card h4.card-header,
.card h5.card-title,
.card h5.card-header,
.card h6.card-title,
.card h6.card-header,
.card .h1.card-title,
.card .h1.card-header,
.card .h2.card-title,
.card .h2.card-header,
.card .h3.card-title,
.card .h3.card-header,
.card .h4.card-title,
.card .h4.card-header,
.card .h5.card-title,
.card .h5.card-header,
.card .h6.card-title,
.card .h6.card-header {
  margin-top: 0;
}
.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {
  font-family: inherit;
  font-size: inherit;
}
.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6,
.card .card-header .h1,
.card .card-header .h2,
.card .card-header .h3,
.card .card-header .h4,
.card .card-header .h5,
.card .card-header .h6 {
  margin: 0;
}
.card .card-header.h1,
.card .card-header > .h1 {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 26px;
  margin: 0;
  text-transform: capitalize;
}
.card .card-header.h2,
.card .card-header > .h2 {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 22px;
  margin: 0;
}
.card .card-header.h3,
.card .card-header > .h3 {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 18px;
  margin: 0;
}
.card .card-header.h4,
.card .card-header > .h4 {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}
.card .card-header.h5,
.card .card-header > .h5 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.card .card-header.h6,
.card .card-header > .h6 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.card .card-time {
  display: block;
  color: #939393;
  font-size: 0.916em;
  margin: 10px 0 20px;
}
.card.card-alt {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.card.card-alt .card-header {
  background-color: #404040;
  border-bottom-color: #1f1f1f;
  color: #ffffff;
}
.card.card-alt .card-body {
  color: #afafaf;
}
.card.card-alt .card-body .card-title,
.card.card-alt .card-body h1,
.card.card-alt .card-body h2,
.card.card-alt .card-body h3,
.card.card-alt .card-body h4,
.card.card-alt .card-body h5,
.card.card-alt .card-body h6,
.card.card-alt .card-body .h1,
.card.card-alt .card-body .h2,
.card.card-alt .card-body .h3,
.card.card-alt .card-body .h4,
.card.card-alt .card-body .h5,
.card.card-alt .card-body .h6 {
  color: #ffffff;
}
.card.card-alt .card-body .card-time {
  color: #afafaf;
}
.close {
  font-size: 2rem;
  opacity: 0.4;
}
.close:focus, .close:active:focus, .close.active:focus {
  outline: none;
}
.dropdown-toggle:after, .dropup .dropdown-toggle:after {
  content: none;
}
[dir=rtl] .dropdown-item {
  text-align: right;
}
.dropdown-toggle-split:after {
  -webkit-font-smoothing: antialiased;
  border: none;
  content: "\e71a";
  display: inline-block;
  font-family: "bento-icons";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 1rem;
  height: 1rem;
}
.btn + .dropdown-toggle-split {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu,
.dropdown-menu button {
  border-radius: 0;
}
.dropdown-menu button:focus {
  outline: none;
}
.dropdown-menu.in {
  opacity: 1;
}
.dropdown-menu.out {
  opacity: 0;
  transition: opacity 0.2s;
}
[ngbdropdown] {
  position: relative;
}
[ngbDropdownMenu].dropdown-scroll {
  max-height: 323px;
  overflow-y: auto;
}
[ngbDropdownMenu].dropdown-scroll-short {
  max-height: 167px;
  overflow-y: auto;
}
[ngbDropdownMenu].dropdown-scroll-long {
  max-height: 479px;
  overflow-y: auto;
}
[ngbDropdownMenu] a {
  text-decoration: none;
  cursor: default;
}
[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}
a.list-group-item:hover, a.list-group-item:focus {
  color: #fa6400;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #fa6400;
  border-color: #fa6400;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-flush {
  padding-left: 0;
  padding-right: 0;
}
.modal {
  color: #1f1f1f;
  overflow: auto;
}
.modal .modal-dialog {
  max-width: none;
  padding: 0 16px;
  width: 100% !important;
}
.modal .modal-dialog .modal-content {
  align-self: center;
  background-color: #ffffff;
  border: 1px solid #939393;
  display: block;
  padding: 16px;
  width: 100%;
  z-index: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content > .close,
.modal .modal-dialog .modal-content > bento-modal-confirmation > .close {
  color: #404040;
  filter: none;
  height: 58px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  transition: color 0.2s;
  width: 58px;
}
.modal .modal-dialog .modal-content > .close:hover, .modal .modal-dialog .modal-content > .close:focus,
.modal .modal-dialog .modal-content > bento-modal-confirmation > .close:hover,
.modal .modal-dialog .modal-content > bento-modal-confirmation > .close:focus {
  color: #939393;
}
.modal .modal-dialog .modal-content > .close:focus,
.modal .modal-dialog .modal-content > bento-modal-confirmation > .close:focus {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
[dir=rtl] .modal .modal-dialog .modal-content > .close,
[dir=rtl] .modal .modal-dialog .modal-content > bento-modal-confirmation > .close {
  left: 0;
  right: auto;
}
.modal .modal-dialog .modal-content > .close i,
.modal .modal-dialog .modal-content > bento-modal-confirmation > .close i {
  font-size: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-dialog .modal-content bento-modal-confirmation:not(.bui-modal-has-title) .close,
.modal .modal-dialog .modal-content bento-modal-confirmation:not(.bui-modal-has-title) .modal-header {
  display: none;
}
.modal .modal-dialog .modal-content bento-modal-confirmation:not(.bui-modal-has-title) .modal-body {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 0;
}
.modal .modal-dialog .modal-content bento-modal-confirmation .modal-body {
  display: flex;
}
.modal .modal-dialog .modal-content bento-modal-confirmation .modal-body > .modal-confirmation-icon {
  align-self: initial;
  line-height: 1;
  margin-top: -2px;
}
[dir=rtl] .modal .modal-dialog .modal-content {
  text-align: right;
}
.modal .modal-dialog .modal-content .modal-header {
  font-family: "BentoLight", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 16px;
}
.modal .modal-dialog .modal-content .modal-body {
  margin: 16px 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body strong {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.modal .modal-dialog .modal-content .modal-body:first-child {
  margin-top: 10px;
}
.modal .modal-dialog .modal-content .modal-body .modal-confirmation-icon {
  font-size: 1.75rem;
  margin-right: 0.5rem;
  vertical-align: baseline;
  vertical-align: initial;
}
[dir=rtl] .modal .modal-dialog .modal-content .modal-body .modal-confirmation-icon {
  float: right;
  margin-left: 0.5rem;
  margin-right: 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-confirmation-icon + div {
  display: inline-block;
  overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-body.modal-confirm-body {
  display: table;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 20px;
}
.modal .modal-dialog .modal-content .modal-body.modal-confirm-body .modal-confirm-icon {
  display: table-cell;
  font-size: 16px;
  padding: 0;
  vertical-align: top;
}
.modal .modal-dialog .modal-content .modal-body.modal-confirm-body .modal-confirm-icon:before {
  color: #1f1f1f;
  font-size: 1.45em;
  left: auto;
  position: relative;
  top: auto;
}
.modal .modal-dialog .modal-content .modal-body.modal-confirm-body .modal-confirm-message {
  display: table-cell;
  padding-left: 10px;
}
.modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
  margin: 0;
  padding: 16px 0 0;
}
[dir=rtl] .modal .modal-dialog .modal-content .modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
  margin-right: 0;
}
[dir=rtl] .modal .modal-dialog .modal-content .modal-footer > :not(:first-child) {
  margin-left: auto;
  margin-right: 0.25rem;
}
bento-modal-confirmation {
  display: flex;
  flex-direction: column;
  min-height: 128px;
}
bento-modal-confirmation .modal-footer {
  justify-self: flex-end;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0);
  z-index: 1140 !important;
}
.modal-backdrop.fade {
  opacity: 1;
  transition: none;
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.modal-backdrop.fade, .modal-backdrop.show {
  transition: all 0.1s;
}
.modal.fade,
.modal.show {
  transition: opacity 0.1s;
}
.modal.fade .modal-dialog,
.modal.show .modal-dialog {
  transform: translate(0, 0);
  transition: opacity 0.1s;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content {
    margin: 0 auto;
    max-width: none;
    width: 600px;
  }

  .modal .modal-dialog.modal-sm .modal-content {
    width: 400px;
  }

  .modal .modal-dialog.modal-lg .modal-content {
    width: 800px;
  }

  .modal .modal-dialog.modal-xl .modal-content {
    width: 1140px;
  }
}
@media (min-width: 420px) {
  .modal.bui-modal-confirmation .modal-content {
    margin: 0 auto;
    min-height: 160px;
    width: 400px;
  }
}
.modal-scroll .modal-content,
.modal-full-height .modal-content {
  height: 100%;
}
.modal-scroll .modal-body,
.modal-full-height .modal-body {
  bottom: 71px;
  left: 0;
  margin: 0 !important;
  overflow: auto;
  padding: 1rem 1rem 1rem 1.5rem !important;
  position: absolute;
  right: 1px;
  top: 60px;
}
.modal-scroll .modal-footer,
.modal-full-height .modal-footer {
  bottom: 16px;
  left: 16px;
  position: absolute;
  right: 16px;
}
.modal-full-height .modal-dialog {
  height: 90%;
}
.modal-scroll .modal-dialog {
  height: 200px;
}
.navbar-default {
  background-color: #ffffff;
}
[dir=rtl] .navbar-nav {
  padding-right: 0;
}
.navbar-header .navbar-brand {
  height: 56px;
  line-height: 24px;
  font-size: 24px;
  font-family: "BentoLight", arial, helvetica, sans-serif;
}
.force-desktop .navbar-header .navbar-brand {
  height: 48px;
  line-height: 18px;
  font-size: 18px;
  font-family: "BentoLight", arial, helvetica, sans-serif;
}
.nav > li > a {
  cursor: pointer;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}
.popover {
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", sans-serif;
  padding: 0;
}
.popover .popover-header {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin: 0;
}
[class^=bento-icon-].popover,
[class*=" bento-icon-"].popover {
  padding: 7px;
  margin: -7px;
}
.bento-tabset {
  position: relative;
  display: block;
}
[dir=rtl] .bento-tabset .nav {
  padding-right: 0;
}
.bento-tabset.tabs-bottom {
  transform: rotate(180deg);
}
.bento-tabset.tabs-bottom > .bento-tabset-nav-button-container {
  transform: rotate(180deg);
  padding-top: 0;
  left: 0;
  right: auto;
  top: -rem-calc(2);
}
.bento-tabset.tabs-bottom > .bento-tabset-nav-button-container .bento-tabset-nav-button {
  border-bottom-width: 1px;
  border-top-width: 0;
}
.bento-tabset .nav-tabs {
  border: none;
  cursor: default;
  font-size: 1.0714285714rem;
  font-weight: normal;
  overflow: hidden;
}
.bento-tabset .nav-tabs > .nav-item::before {
  content: none;
  display: none;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link {
  border-radius: 0 0 0 0;
  font-size: 1rem;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-weight: normal;
  line-height: 2.3571428571rem;
  padding: 0 1.5714285714rem;
  text-decoration: none;
  background-color: #f4f5f7;
  color: #666;
  border: 1px solid #afafaf;
  overflow: hidden;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link .close {
  opacity: 1;
  font-size: 0.65rem;
  margin: 0 -1rem 0 0.357rem;
  text-shadow: none;
  float: none;
  vertical-align: baseline;
  height: 1rem;
  width: 1rem;
  line-height: 1;
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
[dir=rtl] .bento-tabset .nav-tabs > .nav-item > .nav-link .close {
  margin: 0 0.357rem 0 -1rem;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link .close i {
  line-height: 0;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link .close:hover {
  color: #f4f5f7;
  background-color: #404040;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link .close:focus {
  outline: none;
  box-shadow: 0 0 0 1px #121212 !important;
  z-index: 1;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link:hover {
  background-color: #ffffff;
  color: #1f1f1f;
  border-color: #404040;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link:focus {
  outline: none;
  box-shadow: 0 0 0 1px black !important;
  z-index: 1;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link.active, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:hover, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:focus {
  border: 1px solid #404040;
  cursor: default;
  background-color: #404040;
  color: #ffffff;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link.active .close, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:hover .close, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:focus .close {
  color: #ffffff;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link.active .close:hover, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:hover .close:hover, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:focus .close:hover {
  color: #404040;
  background-color: #ffffff;
}
.bento-tabset .nav-tabs > .nav-item > .nav-link.active .close:focus, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:hover .close:focus, .bento-tabset .nav-tabs > .nav-item > .nav-link.active:focus .close:focus {
  outline: none;
  box-shadow: 0 0 0 1px #d1d1d1 !important;
  z-index: 1;
}
.bento-tabset .tab-content {
  vertical-align: top;
  background: #ffffff;
}
.bento-tabset .tab-content .tab-pane {
  transition: none;
}
.bento-tabset.tabs-top > .nav-tabs {
  border-bottom: 3px solid #404040;
  padding-top: 0.1428571429rem;
  margin-top: 0.1428571429rem;
  line-height: 0;
}
.bento-tabset.tabs-top > .nav-tabs > .nav-item > .nav-link {
  border-top-right-radius: 0.357rem;
  border-top-left-radius: 0.357rem;
  border-bottom: none !important;
}
.bento-tabset.tabs-top > .nav-tabs > .nav-item:not(:last-child) {
  margin-right: 0.2142857143rem;
}
[dir=rtl] .bento-tabset.tabs-top > .nav-tabs > .nav-item:not(:last-child) {
  margin-right: 0;
  margin-left: 0.2142857143rem;
}
.bento-tabset.tabs-top > .nav-stacked {
  height: auto;
}
.bento-tabset.tabs-top > .nav-stacked > .nav-item {
  margin: 0 !important;
}
.bento-tabset.tabs-top > .nav-stacked > .nav-item > .nav-link {
  border-radius: 0;
  display: block;
  margin: 0;
}
.bento-tabset.tabs-top > .nav-stacked > .nav-item > .nav-link:hover {
  background-color: #ffffff;
  color: #1f1f1f;
  border-color: #afafaf;
}
.bento-tabset.tabs-top > .nav-stacked > .nav-item > .nav-link.active, .bento-tabset.tabs-top > .nav-stacked > .nav-item > .nav-link.active:hover {
  background-color: #404040;
  color: #ffffff;
  border-color: #404040;
}
.bento-tabset.tabs-top > .nav-stacked > .nav-item:first-child > .nav-link {
  border-top-right-radius: 0.357rem;
  border-top-left-radius: 0.357rem;
}
.bento-tabset.tabs-top > .nav-justified > .nav-item > .nav-link {
  display: block;
}
.bento-tabset.tabs-top > .nav-justified > .nav-item:last-child > .nav-link {
  margin-right: 0;
}
.bento-tabset.tabs-bottom > .nav-tabs {
  border-top: 3px solid #404040;
  padding-bottom: 0.1428571429rem;
  margin-top: -rem-calc(2);
}
.bento-tabset.tabs-bottom > .nav-tabs > .nav-item > .nav-link {
  border-bottom-right-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
  border-top: 0 solid #ffffff !important;
}
.bento-tabset.tabs-bottom > .nav-tabs > .nav-item:not(:last-child) {
  margin-right: 0.2142857143rem;
}
.bento-tabset.tabs-right > .nav-tabs {
  border-left: 3px solid #404040;
  padding-right: 0.1428571429rem;
  margin-right: -rem-calc(2);
}
[dir=rtl] .bento-tabset.tabs-right > .nav-tabs {
  border-left: 0;
  padding-right: 0;
  margin-right: auto;
  border-right: 3px solid #404040;
  padding-left: 0.2142857143rem;
  margin-left: -rem-calc(2);
}
.bento-tabset.tabs-right > .nav-tabs > .nav-item > .nav-link {
  border-top-right-radius: 0.357rem;
  border-bottom-right-radius: 0.357rem;
  border-left: 0 solid #ffffff !important;
}
[dir=rtl] .bento-tabset.tabs-right > .nav-tabs > .nav-item > .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #afafaf !important;
  border-top-left-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
  border-right: 0 solid #ffffff !important;
}
[dir=rtl] .bento-tabset.tabs-right > .nav-tabs > .nav-item > .nav-link:hover {
  border-left: 1px solid #404040 !important;
}
.bento-tabset.tabs-right > .nav-tabs > .nav-item:not(:last-child) {
  margin-bottom: 0.7142857143rem;
}
.bento-tabset.tabs-left > .nav-tabs {
  border-right: 3px solid #404040;
  padding-left: 0.2142857143rem;
  margin-left: -rem-calc(2);
}
[dir=rtl] .bento-tabset.tabs-left > .nav-tabs {
  border-right: 0;
  padding-left: 0;
  margin-left: auto;
  border-left: 3px solid #404040;
  padding-right: 0.2142857143rem;
  margin-right: -rem-calc(2);
}
.bento-tabset.tabs-left > .nav-tabs > .nav-item > .nav-link {
  border-top-left-radius: 0.357rem;
  border-bottom-left-radius: 0.357rem;
  border-right: 0 solid #ffffff !important;
}
[dir=rtl] .bento-tabset.tabs-left > .nav-tabs > .nav-item > .nav-link {
  border-right: 1px solid #afafaf !important;
}
[dir=rtl] .bento-tabset.tabs-left > .nav-tabs > .nav-item > .nav-link:hover {
  border-right: 1px solid #404040 !important;
}
.bento-tabset.tabs-left > .nav-tabs > .nav-item:not(:last-child) {
  margin-bottom: 0.7142857143rem;
}
.bento-tabset > .nav-pills {
  cursor: default;
  border-bottom: 1px solid #afafaf;
  margin: 1.1428571429rem 0 2.2857142857rem;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link {
  color: #404040;
  display: inline-block;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 1.1428571429rem;
  font-weight: normal;
  height: 2.8571428571rem;
  line-height: 2.8571428571rem;
  padding: 0 1.1428571429rem;
  text-decoration: none;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link.active {
  background: none;
  border-bottom: 4px solid #fa6400;
  border-radius: 0;
  color: #404040;
  font-weight: 600;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link.active:focus {
  outline: 1px dotted #666 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link.active .badge {
  margin-left: 0.5714285714rem;
  padding: 0 0.2857142857rem;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link:focus {
  outline: 1px dotted #404040 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link:hover {
  text-decoration: underline;
}
.bento-tabset > .nav-pills > .nav-item > .nav-link.disabled {
  color: #939393;
}
.bento-tabset > .nav-pills > .nav-item + .nav-item {
  margin-left: 0;
}
.bento-tabset > .nav-pills.nav-stacked > .nav-item::before {
  content: none;
}
.bento-tabset > .nav-pills.nav-stacked > .nav-item > .nav-link {
  display: block;
  padding: 0;
}
.bento-tabset > .nav-pills.nav-justified > .nav-item > .nav-link {
  white-space: nowrap;
}
.bento-tabset > .nav-pills + .tab-content {
  padding-top: 0;
}
.tabs-top > .nav-tabs,
.tabs-bottom > .nav-tabs {
  width: 100%;
}
.tabs-top > .nav-tabs > .nav-item::before,
.tabs-bottom > .nav-tabs > .nav-item::before {
  color: #d0d0d0;
  content: "|";
  font-family: "BentoExtraLight", arial, helvetica, sans-serif;
  font-size: 0.7142857143rem;
}
.tabs-top > .nav-tabs > .nav-item .nav-link,
.tabs-bottom > .nav-tabs > .nav-item .nav-link {
  display: inline-block;
  margin-right: 0.1428571429rem;
  padding-right: 1.429rem;
  padding-left: 1.429rem;
}
[dir=rtl] .tabs-top > .nav-tabs > .nav-item .nav-link,
[dir=rtl] .tabs-bottom > .nav-tabs > .nav-item .nav-link {
  margin-left: 0.1428571429rem;
  margin-right: 0;
}
.tabs-top > .nav-tabs {
  white-space: nowrap;
}
.tabs-top > .nav-tabs > .nav-item {
  float: none;
  display: inline-block;
  margin-bottom: -rem-calc(1);
  margin-right: 0.3571rem;
}
[dir=rtl] .tabs-top > .nav-tabs > .nav-item {
  margin-right: 0;
  margin-left: 0.3571rem;
}
.tabs-top > .nav-tabs > .nav-item > .nav-link {
  border-radius: 0.357rem 0.357rem 0 0;
}
.tabs-top .tab-content {
  padding-top: 1.429rem;
}
.tabs-bottom > .nav,
.tabs-bottom > .tab-content {
  transform: rotate(180deg);
}
.tabs-bottom .nav-tabs {
  border-top: 1px solid #dee2e6;
  white-space: nowrap;
}
.tabs-bottom .nav-tabs > .nav-item {
  margin-top: -rem-calc(1);
  float: none;
  display: inline-block;
  margin-right: 0.3125rem;
}
.tabs-bottom .nav-tabs > .nav-item > .nav-link {
  border-radius: 0 0 0.357rem 0.357rem;
}
.tabs-bottom .tab-content {
  padding-bottom: 1.429rem;
}
.tabs-bottom .tab-content .tab-pane {
  height: 21.4285714286rem;
  overflow: auto;
  padding-right: 0.7145rem;
}
.tabs-left,
.tabs-right {
  display: table;
  width: 100%;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  display: table-cell;
  width: 1%;
}
.tabs-left > .nav-tabs > .nav-item,
.tabs-right > .nav-tabs > .nav-item {
  float: none;
}
.tabs-left > .nav-tabs > .nav-item > .nav-link,
.tabs-right > .nav-tabs > .nav-item > .nav-link {
  margin-bottom: 0.2142857143rem;
  margin-right: 0;
  min-width: 5.3571428571rem;
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
  white-space: nowrap;
}
[dir=rtl] .tabs-left > .nav-tabs > .nav-item > .nav-link,
[dir=rtl] .tabs-right > .nav-tabs > .nav-item > .nav-link {
  margin-right: auto;
  margin-left: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  display: table-cell;
}
.tabs-left > .nav-tabs {
  border-right: 1px solid #dee2e6;
  display: table-cell;
}
.tabs-left > .nav-tabs > .nav-item {
  margin-right: -rem-calc(1);
}
[dir=rtl] .tabs-left > .nav-tabs > .nav-item {
  margin-right: auto;
  margin-left: -rem-calc(1);
}
.tabs-left > .nav-tabs > .nav-item > .nav-link {
  border-radius: 0.357rem 0 0 0.357rem;
}
[dir=rtl] .tabs-left > .nav-tabs > .nav-item > .nav-link {
  border-radius: 0 0.357rem 0.357rem 0;
}
.tabs-left > .nav-tabs > .nav-item > .nav-link.active:hover, .tabs-left > .nav-tabs > .nav-item > .nav-link.active:focus {
  border-right: 1px solid #ffffff;
}
[dir=rtl] .tabs-left > .nav-tabs > .nav-item > .nav-link.active:hover, [dir=rtl] .tabs-left > .nav-tabs > .nav-item > .nav-link.active:focus {
  border-left: 1px solid #ffffff;
  border-right: 0;
}
.tabs-left .tab-content {
  padding-left: 1.429rem;
}
[dir=rtl] .tabs-left .tab-content {
  padding-left: 0;
  padding-right: 1.429rem;
}
.tabs-right {
  transform: rotate(180deg);
}
.tabs-right > .nav,
.tabs-right > .tab-content {
  transform: rotate(180deg);
}
.tabs-right .nav-tabs {
  border-left: 1px solid #dee2e6;
  display: table-cell;
}
.tabs-right .nav-tabs > .nav-item {
  margin-left: -rem-calc(1);
}
.tabs-right .nav-tabs > .nav-item > .nav-link {
  border-radius: 0 0.357rem 0.357rem 0;
}
.tabs-right .nav-tabs > .nav-item > .nav-link.active:hover, .tabs-right .nav-tabs > .nav-item > .nav-link.active:focus {
  border-left: 1px solid #ffffff;
}
.tabs-right .tab-content {
  padding-right: 1.429rem;
}
[dir=rtl] .tabs-right .tab-content {
  padding-left: 1.429rem;
  padding-right: 0;
}
/* Scrollable Tabs */
bento-tabset-scroll {
  display: block;
  position: relative;
}
bento-tabset-scroll .nav.nav-tabs {
  flex-wrap: nowrap;
  transition: all 0.2s;
  width: 714.2142857143rem;
}
bento-tabset-scroll .tabs-top,
bento-tabset-scroll .tabs-bottom {
  overflow-x: hidden;
}
bento-tabset-scroll .tabs-top > .nav-tabs,
bento-tabset-scroll .tabs-bottom > .nav-tabs {
  overflow-x: unset;
}
bento-tabset-scroll .tabs-top > .nav-tabs > .nav-item:last-child,
bento-tabset-scroll .tabs-bottom > .nav-tabs > .nav-item:last-child {
  margin-right: 110px;
}
[dir=rtl] bento-tabset-scroll .tabs-top > .nav-tabs > .nav-item:last-child,
[dir=rtl] bento-tabset-scroll .tabs-bottom > .nav-tabs > .nav-item:last-child {
  margin-right: 0.2142857143rem;
  margin-left: 7.8571428571rem;
}
bento-tabset-scroll .tabs-top {
  padding-top: 0.1428571429rem;
}
bento-tabset-scroll .tab-content {
  border-top: 3px solid #404040;
  margin-top: -rem-calc(3);
}
bento-tabset-scroll > .bento-tabset-nav-button-container {
  display: block;
}
bento-tabset-scroll > .bento-tabset-nav-button-container {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.1428571429rem;
  background: white;
  border-left: 4px solid #404040;
  z-index: 1;
}
[dir=rtl] bento-tabset-scroll > .bento-tabset-nav-button-container {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 4px solid #404040;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button {
  height: 2.3571428571rem;
  border-radius: 0;
  padding-left: 0.8571rem;
  padding-right: 0.8571rem;
  color: #404040;
  background-color: #f4f5f7;
  border-color: #afafaf;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  position: relative;
  float: left;
}
[dir=rtl] bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button {
  float: right;
}
[dir=rtl] bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button i {
  transform: scaleX(-1);
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:hover {
  color: #404040;
  background-color: #ffffff;
  border-color: #afafaf;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:focus {
  outline: none;
  box-shadow: 0 0 0 1px black !important;
  z-index: 1;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button[disabled] {
  opacity: 1;
  color: #939393;
  background-color: #f4f5f7;
  border-color: #afafaf;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:before {
  content: " ";
  width: 0.0714285714rem;
  height: 1.7857142857rem;
  position: absolute;
  top: 0.1428571429rem;
  left: 0;
  background: #afafaf;
}
[dir=rtl] bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:before {
  left: auto;
  right: 0;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:first-child {
  margin-left: 0;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:first-child:before {
  width: 0;
}
bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:last-child, bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:last-child:hover {
  border-right-width: 1px;
}
[dir=rtl] bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:last-child, [dir=rtl] bento-tabset-scroll > .bento-tabset-nav-button-container .bento-tabset-nav-button:last-child:hover {
  border-left-width: 1px;
  border-right-width: 0;
}
/* Tab Labels */
bento-tabs-label {
  display: block;
  position: relative;
  float: left;
  padding-right: 2.3571rem;
  margin-right: -2.0001rem;
  overflow: hidden;
}
[dir=rtl] bento-tabs-label {
  float: right;
  padding-right: 0;
  margin-right: auto;
  padding-left: 2.3571rem;
  margin-left: -2.0001rem;
}
bento-tabs-label:after {
  background: #f4f5f7;
  background: linear-gradient(to right, rgba(244, 245, 247, 0) 0%, #f4f5f7 30%, #f4f5f7 70%);
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.3571rem;
}
[dir=rtl] bento-tabs-label:after {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
a:hover > bento-tabs-label:after {
  background: #ffffff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%, #ffffff 70%);
}
a.active > bento-tabs-label:after {
  background: #404040;
  background: linear-gradient(to right, rgba(64, 64, 64, 0) 0%, #404040 30%, #404040 70%);
}
a.active:hover > bento-tabs-label:after {
  background: #404040;
  background: linear-gradient(to right, rgba(64, 64, 64, 0) 0%, #404040 30%, #404040 70%);
}
/* Responsive for larger displays */
@media only screen and (max-width: 768px) {
  .bento-tabset > .nav-tabs.nav-justified {
    height: auto;
  }
  .bento-tabset > .nav-tabs.nav-justified > .nav-item {
    margin: 0 !important;
  }
  .bento-tabset > .nav-tabs.nav-justified > .nav-item > .nav-link {
    border-radius: 0;
    margin: 0;
  }
  .bento-tabset > .nav-tabs.nav-justified > .nav-item > .nav-link:hover {
    background-color: #ffffff;
    color: #1f1f1f;
    border-color: #afafaf;
  }
  .bento-tabset > .nav-tabs.nav-justified > .nav-item > .nav-link.active, .bento-tabset > .nav-tabs.nav-justified > .nav-item > .nav-link.active:hover {
    background-color: #404040;
    color: #ffffff;
    border-color: #404040;
  }
  .bento-tabset > .nav-tabs.nav-justified > .nav-item:first-child > .nav-link {
    border-top-right-radius: 0.357rem;
    border-top-left-radius: 0.357rem;
  }
  .bento-tabset > .nav-pills.nav-justified > .nav-item::before {
    content: none;
  }
  .bento-tabset > .nav-pills.nav-justified > .nav-item > .nav-link {
    display: block;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
  }
}
/* Responsive for larger displays */
@media only screen and (min-width: 1025px) {
  .bento-tabset > nav-pills > .nav-item > .nav-link {
    height: 2.1428571429rem;
    line-height: 2.1428571429rem;
  }
}
[tooltip] {
  cursor: pointer;
}
.tooltip {
  z-index: 2160;
}
.tooltip .arrow::after {
  position: absolute;
  content: " ";
  border-color: transparent;
  border-style: solid;
}
.tooltip .tooltip-inner {
  border: 0.0625rem solid #afafaf;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.tooltip .tooltip-inner [class^=bento-icon-],
.tooltip .tooltip-inner [class*=" bento-icon-"] {
  vertical-align: middle;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.in {
  opacity: 0.98;
}
.tooltip-inner {
  background-color: #ffffff;
  color: #1f1f1f;
  border-radius: 0;
  padding: 0.625rem;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^=top] .arrow::after {
  border-width: 0.4rem 0.4rem 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #939393;
}
.bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^=top] .arrow::after {
  top: -0.08rem;
  border-top-color: #ffffff;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::after,
.bs-tooltip-auto[x-placement^=right] .arrow::after {
  border-width: 0.4rem 0.4rem 0.4rem 0;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #939393;
}
.bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^=right] .arrow::after {
  right: -0.08rem;
  border-right-color: #ffffff;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::after,
.bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.4rem 0.4rem 0.4rem;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: #939393;
}
.bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  top: 0.125rem;
  border-bottom-color: #ffffff;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::after,
.bs-tooltip-auto[x-placement^=left] .arrow::after {
  border-width: 0.4rem 0 0.4rem 0.4rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: #939393;
}
.bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^=left] .arrow::after {
  right: 0.0925rem;
  border-left-color: #ffffff;
}
/* Bento components */
/**
 * Bento.UI theme for custom and AngularUI components
 * Maintained by Chi Gao, Joe Huang, Aaron Mendez, Jaganlal Thoppe
 *
 * This ONLY imports the _theme.scss files that contain color variables
 */
/*************************************************
	Bento Accordion
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Accordion */
/*************************************************
	Bento Alert
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Append-to
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bootstrap grid system
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Busy Loader */
/*************************************************
	Bento Checkbox
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Collapse
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
.bento-collapse-header .bento-collapse-header-label {
  color: inherit;
}
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Combobox
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Contextual Header
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento D3
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Datepicker
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Expand collase button group
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento File Selector
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Footer
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Global header
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Global Subnav
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Skip links
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Input
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Megamenu
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Misc
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Multiselect list
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Multiselect Overlay
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Input
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Off canvas menu
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Pagination
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Progressbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Reset
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Scrollable bar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Scrollable toolbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Search
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Select
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Side-nav
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Side Overlay
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Smart Badge
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Splitter Group
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Sticky Bar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Sticky Footer
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Table
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tags Input
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tile Ribbon
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Ribbon ALT */
/* Tile */
/* Tile ALT */
/* Bento config variables for library overrides
______________________________________ */
/* Tile */
/*************************************************
	Bento Toast
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Toggle
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Toolbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables
______________________________________ */
/*************************************************
	Bento Timepicker
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Transferbox
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Transferbox Basic
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tree
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tree View
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Typography
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Universe Filter
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Wizard
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Wizard step svgs
______________________________________ */
/**
* Bento.UI theme for custom and Angular components
* Maintained by Chi Gao, Joe Huang, Aaron Mendez, Jaganlal Thoppe
*
* This ONLY imports the _index.scss files that contain overrides to library
*/
.bento-icon-folder-solid::before {
  content: "\10001";
}
.bento-icon-clipboard::before {
  content: "\10002";
}
.bento-icon-stamp::before {
  content: "\10003";
}
.bento-icon-chat-response::before {
  content: "\10004";
}
.bento-icon-facebook::before {
  content: "\10005";
}
.bento-icon-twitter::before {
  content: "\10007";
}
.bento-icon-linkedin::before {
  content: "\10008";
}
.bento-icon-instagram::before {
  content: "\10009";
}
.bento-icon-youtube::before {
  content: "\1000a";
}
.bento-icon-cog-filled::before {
  content: "\1000b";
}
.bento-icon-github::before {
  content: "\1000c";
}
.bento-icon-ms-teams::before {
  content: "\1000d";
}
.bento-icon-notebook-filled::before {
  content: "\1000f";
}
.bento-icon-bold::before {
  content: "\10010";
}
.bento-icon-underline::before {
  content: "\10011";
}
.bento-icon-text-color::before {
  content: "\10012";
}
.bento-icon-italic::before {
  content: "\10013";
}
.bento-icon-admin-only::before {
  content: "\10014";
}
.bento-icon-location-pin::before {
  content: "\10015";
}
.bento-icon-buildings2::before {
  content: "\10016";
}
.bento-icon-cube::before {
  content: "\10017";
}
.bento-icon-move-to-bottom::before {
  content: "\10018";
}
.bento-icon-move-to-top::before {
  content: "\10019";
}
.bento-icon-open-tax-return::before {
  content: "\1001a";
}
.bento-icon-compare-docs::before {
  content: "\1001b";
}
.bento-icon-open-calculation::before {
  content: "\1001c";
}
.bento-icon-dashboard::before {
  content: "\1001d";
}
.bento-icon-highlight::before {
  content: "\1001f";
}
.bento-icon-edit-bullet-list::before {
  content: "\10020";
}
.bento-icon-double-caret-up::before {
  content: "\10021";
}
.bento-icon-double-caret-down::before {
  content: "\10022";
}
.bento-icon-double-caret-left-filled::before {
  content: "\10023";
}
.bento-icon-double-caret-up-filled::before {
  content: "\10024";
}
.bento-icon-double-caret-right::before {
  content: "\10025";
}
.bento-icon-double-caret-left::before {
  content: "\10026";
}
.bento-icon-double-caret-down-filled::before {
  content: "\10027";
}
.bento-icon-double-caret-right-filled::before {
  content: "\10028";
}
.bento-icon-play-outline::before {
  content: "\10029";
}
.bento-icon-more-filled::before {
  content: "\1002a";
}
.bento-icon-lock-filled::before {
  content: "\1002b";
}
.bento-icon-rss::before {
  content: "\1002c";
}
.bento-icon-envelope-open::before {
  content: "\1002d";
}
.bento-icon-bottom-panel::before {
  content: "\1002e";
}
.bento-icon-top-panel::before {
  content: "\1002f";
}
.bento-icon-right-panel::before {
  content: "\10030";
}
.bento-icon-add::before {
  content: "\e600";
}
.bento-icon-address-book::before {
  content: "\e601";
}
.bento-icon-aid::before {
  content: "\e602";
}
.bento-icon-alarm::before {
  content: "\e603";
}
.bento-icon-all-selected::before {
  content: "\e604";
}
.bento-icon-archive::before {
  content: "\e605";
}
.bento-icon-arrow-combo-hor::before {
  content: "\e606";
}
.bento-icon-arrow-combo-vert::before {
  content: "\e607";
}
.bento-icon-arrow-curved-left::before {
  content: "\e608";
}
.bento-icon-arrow-curved-right::before {
  content: "\e609";
}
.bento-icon-arrow-double-back::before {
  content: "\e60a";
}
.bento-icon-arrow-double-forward::before {
  content: "\e60b";
}
.bento-icon-arrow-down-left::before {
  content: "\e60c";
}
.bento-icon-arrow-down-right::before {
  content: "\e60d";
}
.bento-icon-arrow-down::before {
  content: "\e60e";
}
.bento-icon-arrow-forward::before {
  content: "\e60f";
}
.bento-icon-arrow-left::before {
  content: "\e610";
}
.bento-icon-arrow-right::before {
  content: "\e611";
}
.bento-icon-arrow-thick-down-left::before {
  content: "\e612";
}
.bento-icon-arrow-thick-down-right::before {
  content: "\e613";
}
.bento-icon-arrow-thick-down::before {
  content: "\e614";
}
.bento-icon-arrow-thick-left::before {
  content: "\e615";
}
.bento-icon-arrow-thick-right::before {
  content: "\e616";
}
.bento-icon-arrow-thick-up-left::before {
  content: "\e617";
}
.bento-icon-arrow-thick-up-right::before {
  content: "\e618";
}
.bento-icon-arrow-thick-up::before {
  content: "\e619";
}
.bento-icon-arrow-up-left::before {
  content: "\e61a";
}
.bento-icon-arrow-up-right::before {
  content: "\e61b";
}
.bento-icon-arrow-up::before {
  content: "\e61c";
}
.bento-icon-attachment::before {
  content: "\e61d";
}
.bento-icon-backward::before {
  content: "\e61e";
}
.bento-icon-bars::before {
  content: "\e61f";
}
.bento-icon-batch::before {
  content: "\e620";
}
.bento-icon-block::before {
  content: "\e621";
}
.bento-icon-bookmark::before {
  content: "\e622";
}
.bento-icon-bookmark2::before {
  content: "\e623";
}
.bento-icon-bookmarks::before {
  content: "\e624";
}
.bento-icon-books::before {
  content: "\e625";
}
.bento-icon-browse::before {
  content: "\e626";
}
.bento-icon-bubble::before {
  content: "\e627";
}
.bento-icon-building::before {
  content: "\e628";
}
.bento-icon-buildings::before {
  content: "\e629";
}
.bento-icon-bullet-list::before {
  content: "\e62a";
}
.bento-icon-busy::before {
  content: "\e62b";
}
.bento-icon-cabinet::before {
  content: "\e62c";
}
.bento-icon-calculate::before {
  content: "\e62d";
}
.bento-icon-calendar::before {
  content: "\e62e";
}
.bento-icon-camera::before {
  content: "\e62f";
}
.bento-icon-caret-down::before {
  content: "\e630";
}
.bento-icon-caret-left::before {
  content: "\e631";
}
.bento-icon-caret-right::before {
  content: "\e632";
}
.bento-icon-caret-up::before {
  content: "\e633";
}
.bento-icon-cart::before {
  content: "\e634";
}
.bento-icon-checkbox-filled::before {
  content: "\e635";
}
.bento-icon-checkbox::before {
  content: "\e636";
}
.bento-icon-checkmark::before {
  content: "\e637";
}
.bento-icon-chevron-down::before {
  content: "\e638";
}
.bento-icon-chevron-first-left::before {
  content: "\e639";
}
.bento-icon-chevron-first-up::before {
  content: "\e63a";
}
.bento-icon-chevron-large-down::before {
  content: "\e63b";
}
.bento-icon-chevron-large-left::before {
  content: "\e63c";
}
.bento-icon-chevron-large-right::before {
  content: "\e63d";
}
.bento-icon-chevron-large-up::before {
  content: "\e63e";
}
.bento-icon-chevron-last-down::before {
  content: "\e63f";
}
.bento-icon-chevron-last-right::before {
  content: "\e640";
}
.bento-icon-chevron-left::before {
  content: "\e641";
}
.bento-icon-chevron-medium-down::before {
  content: "\e642";
}
.bento-icon-chevron-medium-left::before {
  content: "\e643";
}
.bento-icon-chevron-medium-right::before {
  content: "\e644";
}
.bento-icon-chevron-medium-up::before {
  content: "\e645";
}
.bento-icon-chevron-right::before {
  content: "\e646";
}
.bento-icon-chevron-up::before {
  content: "\e647";
}
.bento-icon-clock::before {
  content: "\e648";
}
.bento-icon-close-circle::before {
  content: "\e649";
}
.bento-icon-close-x::before {
  content: "\e64a";
}
.bento-icon-cloud-download::before {
  content: "\e64b";
}
.bento-icon-cloud-upload::before {
  content: "\e64c";
}
.bento-icon-cloud::before {
  content: "\e64d";
}
.bento-icon-cog::before {
  content: "\e64e";
}
.bento-icon-coin::before {
  content: "\e64f";
}
.bento-icon-coins::before {
  content: "\e650";
}
.bento-icon-collapse::before {
  content: "\e651";
}
.bento-icon-columns::before {
  content: "\e652";
}
.bento-icon-community::before {
  content: "\e653";
}
.bento-icon-compare::before {
  content: "\e654";
}
.bento-icon-component::before {
  content: "\e655";
}
.bento-icon-contract::before {
  content: "\e656";
}
.bento-icon-copy::before {
  content: "\e657";
}
.bento-icon-currency::before {
  content: "\e658";
}
.bento-icon-cursor::before {
  content: "\e659";
}
.bento-icon-double-arrow-down::before {
  content: "\e65a";
}
.bento-icon-double-arrow-left::before {
  content: "\e65b";
}
.bento-icon-double-arrow-right::before {
  content: "\e65c";
}
.bento-icon-double-arrow-up::before {
  content: "\e65d";
}
.bento-icon-download::before {
  content: "\e65e";
}
.bento-icon-drag-drop::before {
  content: "\e65f";
}
.bento-icon-earth::before {
  content: "\e660";
}
.bento-icon-edit-blank-doc::before {
  content: "\e661";
}
.bento-icon-edit-filled-doc::before {
  content: "\e662";
}
.bento-icon-edit::before {
  content: "\e663";
}
.bento-icon-efile::before {
  content: "\e664";
}
.bento-icon-enter::before {
  content: "\e665";
}
.bento-icon-enter2::before {
  content: "\e666";
}
.bento-icon-enter3::before {
  content: "\e667";
}
.bento-icon-envelope::before {
  content: "\e668";
}
.bento-icon-exit::before {
  content: "\e669";
}
.bento-icon-exit2::before {
  content: "\e66a";
}
.bento-icon-expand::before {
  content: "\e66b";
}
.bento-icon-expand2::before {
  content: "\e66c";
}
.bento-icon-export-group::before {
  content: "\e66d";
}
.bento-icon-eye::before {
  content: "\e66e";
}
.bento-icon-file-check::before {
  content: "\e66f";
}
.bento-icon-file-download::before {
  content: "\e670";
}
.bento-icon-file-excel::before {
  content: "\e671";
}
.bento-icon-file-filled::before {
  content: "\e672";
}
.bento-icon-file-pdf::before {
  content: "\e673";
}
.bento-icon-file-plus::before {
  content: "\e674";
}
.bento-icon-file-remove::before {
  content: "\e675";
}
.bento-icon-file-room::before {
  content: "\e676";
}
.bento-icon-file-upload::before {
  content: "\e677";
}
.bento-icon-file-viewer::before {
  content: "\e678";
}
.bento-icon-file-word::before {
  content: "\e679";
}
.bento-icon-file::before {
  content: "\e67a";
}
.bento-icon-filter-sorting-up::before {
  content: "\e67b";
}
.bento-icon-filter-arrow::before {
  content: "\e67c";
}
.bento-icon-filter-az::before {
  content: "\e67d";
}
.bento-icon-filter-sorting-down::before {
  content: "\e67e";
}
.bento-icon-filter::before {
  content: "\e67f";
}
.bento-icon-first::before {
  content: "\e680";
}
.bento-icon-flag::before {
  content: "\e681";
}
.bento-icon-flowchart::before {
  content: "\e682";
}
.bento-icon-folder-checked::before {
  content: "\e683";
}
.bento-icon-folder-download::before {
  content: "\e684";
}
.bento-icon-folder-open::before {
  content: "\e685";
}
.bento-icon-folder-plus::before {
  content: "\e686";
}
.bento-icon-folder-remove::before {
  content: "\e687";
}
.bento-icon-folder-upload::before {
  content: "\e688";
}
.bento-icon-folder::before {
  content: "\e689";
}
.bento-icon-forward::before {
  content: "\e68a";
}
.bento-icon-freeze-panes::before {
  content: "\e68b";
}
.bento-icon-grid::before {
  content: "\e68c";
}
.bento-icon-grid2::before {
  content: "\e68d";
}
.bento-icon-group::before {
  content: "\e68e";
}
.bento-icon-hamburger-menu::before {
  content: "\e68f";
}
.bento-icon-heart::before {
  content: "\e690";
}
.bento-icon-heart2::before {
  content: "\e691";
}
.bento-icon-hide::before {
  content: "\e692";
}
.bento-icon-history::before {
  content: "\e693";
}
.bento-icon-home::before {
  content: "\e694";
}
.bento-icon-hor-drag-drop-arrows::before {
  content: "\e695";
}
.bento-icon-IE::before {
  content: "\e697";
}
.bento-icon-inbox::before {
  content: "\e698";
}
.bento-icon-info::before {
  content: "\e699";
}
.bento-icon-integration::before {
  content: "\e69a";
}
.bento-icon-last::before {
  content: "\e69b";
}
.bento-icon-layout-landscape::before {
  content: "\e69c";
}
.bento-icon-library::before {
  content: "\e69d";
}
.bento-icon-lightning::before {
  content: "\e69e";
}
.bento-icon-link::before {
  content: "\e69f";
}
.bento-icon-lock::before {
  content: "\e6a0";
}
.bento-icon-meter2::before {
  content: "\e6a1";
}
.bento-icon-minus-plain::before {
  content: "\e6a2";
}
.bento-icon-mobile::before {
  content: "\e6a3";
}
.bento-icon-mobile2::before {
  content: "\e6a4";
}
.bento-icon-more::before {
  content: "\e6a5";
}
.bento-icon-network::before {
  content: "\e6a6";
}
.bento-icon-new::before {
  content: "\e6a7";
}
.bento-icon-news::before {
  content: "\e6ab";
}
.bento-icon-newtab::before {
  content: "\e6ac";
}
.bento-icon-next::before {
  content: "\e6ad";
}
.bento-icon-notebook::before {
  content: "\e6ae";
}
.bento-icon-partial-selection::before {
  content: "\e6af";
}
.bento-icon-paste::before {
  content: "\e6b0";
}
.bento-icon-pause::before {
  content: "\e6b1";
}
.bento-icon-percent::before {
  content: "\e6b2";
}
.bento-icon-pie::before {
  content: "\e6b3";
}
.bento-icon-play::before {
  content: "\e6b4";
}
.bento-icon-play2::before {
  content: "\e6b5";
}
.bento-icon-plus-plain::before {
  content: "\e6b6";
}
.bento-icon-previous::before {
  content: "\e6b7";
}
.bento-icon-print::before {
  content: "\e6b8";
}
.bento-icon-pushpin::before {
  content: "\e6b9";
}
.bento-icon-question::before {
  content: "\e6ba";
}
.bento-icon-redo::before {
  content: "\e6bb";
}
.bento-icon-refresh::before {
  content: "\e6bc";
}
.bento-icon-remove::before {
  content: "\e6bd";
}
.bento-icon-resources::before {
  content: "\e6be";
}
.bento-icon-rulers::before {
  content: "\e6bf";
}
.bento-icon-save-outlined::before {
  content: "\e6c0";
}
.bento-icon-save-solid::before {
  content: "\e6c1";
}
.bento-icon-scissors::before {
  content: "\e6c2";
}
.bento-icon-screen::before {
  content: "\e6c3";
}
.bento-icon-search::before {
  content: "\e6c4";
}
.bento-icon-select-individually::before {
  content: "\e6c5";
}
.bento-icon-settings::before {
  content: "\e6c6";
}
.bento-icon-share-arrow::before {
  content: "\e6c7";
}
.bento-icon-share::before {
  content: "\e6c8";
}
.bento-icon-shared-folder::before {
  content: "\e6c9";
}
.bento-icon-spinner::before {
  content: "\e6ca";
}
.bento-icon-star::before {
  content: "\e6cb";
}
.bento-icon-star2::before {
  content: "\e6cc";
}
.bento-icon-start-process::before {
  content: "\e6cd";
}
.bento-icon-stats-up::before {
  content: "\e6ce";
}
.bento-icon-stats::before {
  content: "\e6cf";
}
.bento-icon-stop::before {
  content: "\e6d0";
}
.bento-icon-stopwatch::before {
  content: "\e6d1";
}
.bento-icon-tab-browser::before {
  content: "\e6d2";
}
.bento-icon-table::before {
  content: "\e6d3";
}
.bento-icon-tables::before {
  content: "\e6d4";
}
.bento-icon-tag::before {
  content: "\e6d5";
}
.bento-icon-tasks::before {
  content: "\e6d6";
}
.bento-icon-thin-arrow-down::before {
  content: "\e6d7";
}
.bento-icon-thin-arrow-left::before {
  content: "\e6d8";
}
.bento-icon-thin-arrow-right::before {
  content: "\e6d9";
}
.bento-icon-thin-arrow-up::before {
  content: "\e6da";
}
.bento-icon-thumbs-up::before {
  content: "\e6db";
}
.bento-icon-thumbs-up2::before {
  content: "\e6dc";
}
.bento-icon-tools::before {
  content: "\e6dd";
}
.bento-icon-transfer::before {
  content: "\e6de";
}
.bento-icon-tree::before {
  content: "\e6df";
}
.bento-icon-tree2::before {
  content: "\e6e0";
}
.bento-icon-two-arrows-down::before {
  content: "\e6e1";
}
.bento-icon-two-arrows-up::before {
  content: "\e6e2";
}
.bento-icon-type::before {
  content: "\e6e3";
}
.bento-icon-undo::before {
  content: "\e6e4";
}
.bento-icon-unlocked::before {
  content: "\e6e5";
}
.bento-icon-unpin::before {
  content: "\e6e6";
}
.bento-icon-upload::before {
  content: "\e6e7";
}
.bento-icon-user-block::before {
  content: "\e6e8";
}
.bento-icon-user-cancel::before {
  content: "\e6e9";
}
.bento-icon-user-plus::before {
  content: "\e6ea";
}
.bento-icon-user::before {
  content: "\e6eb";
}
.bento-icon-users::before {
  content: "\e6ec";
}
.bento-icon-vcard::before {
  content: "\e6ed";
}
.bento-icon-vertical-drag-drop::before {
  content: "\e6ee";
}
.bento-icon-volume-decrease::before {
  content: "\e6ef";
}
.bento-icon-volume-increase::before {
  content: "\e6f0";
}
.bento-icon-volume-medium::before {
  content: "\e6f1";
}
.bento-icon-volume-mute::before {
  content: "\e6f2";
}
.bento-icon-warning::before {
  content: "\e6f3";
}
.bento-icon-zoomin::before {
  content: "\e6f4";
}
.bento-icon-zoomout::before {
  content: "\e6f5";
}
.bento-icon-barcode::before {
  content: "\e6f6";
}
.bento-icon-delete-group::before {
  content: "\e6f7";
}
.bento-icon-scan::before {
  content: "\e6f8";
}
.bento-icon-move::before {
  content: "\e6f9";
}
.bento-icon-folder-filled::before {
  content: "\e6fa";
}
.bento-icon-file-image::before {
  content: "\e6fb";
}
.bento-icon-warning-round::before {
  content: "\e6fc";
}
.bento-icon-format::before {
  content: "\e6fd";
}
.bento-icon-negate::before {
  content: "\e6fe";
}
.bento-icon-rename::before {
  content: "\e6ff";
}
.bento-icon-descending::before {
  content: "\e700";
}
.bento-icon-ascending::before {
  content: "\e701";
}
.bento-icon-asterisk::before {
  content: "\e702";
}
.bento-icon-asterisk-outlined::before {
  content: "\e703";
}
.bento-icon-yen::before {
  content: "\e704";
}
.bento-icon-euro::before {
  content: "\e705";
}
.bento-icon-british-pound::before {
  content: "\e706";
}
.bento-icon-formula::before {
  content: "\e707";
}
.bento-icon-powerpoint::before {
  content: "\e708";
}
.bento-icon-briefcase::before {
  content: "\e709";
}
.bento-icon-scales::before {
  content: "\e70a";
}
.bento-icon-bell::before {
  content: "\e70b";
}
.bento-icon-invoice::before {
  content: "\e70c";
}
.bento-icon-report::before {
  content: "\e70d";
}
.bento-icon-filter-outlined::before {
  content: "\e70e";
}
.bento-icon-dollar::before {
  content: "\e70f";
}
.bento-icon-bubble-empty::before {
  content: "\e710";
}
.bento-icon-lock-balance::before {
  content: "\e711";
}
.bento-icon-read-only::before {
  content: "\e712";
}
.bento-icon-out-of-sync::before {
  content: "\e713";
}
.bento-icon-attachment-plus::before {
  content: "\e714";
}
.bento-icon-empty-list::before {
  content: "\e715";
}
.bento-icon-close::before {
  content: "\e716";
}
.bento-icon-import-group::before {
  content: "\e717";
}
.bento-icon-info-filled::before {
  content: "\e718";
}
.bento-icon-add-filled::before {
  content: "\e719";
}
.bento-icon-caret-down-filled::before {
  content: "\e71a";
}
.bento-icon-caret-left-filled::before {
  content: "\e71b";
}
.bento-icon-caret-right-filled::before {
  content: "\e71c";
}
.bento-icon-caret-up-filled::before {
  content: "\e71d";
}
.bento-icon-close-circle-filled::before {
  content: "\e71e";
}
.bento-icon-close-thick::before {
  content: "\e71f";
}
.bento-icon-question-filled::before {
  content: "\e720";
}
.bento-icon-warning-filled::before {
  content: "\e721";
}
.bento-icon-stop-filled::before {
  content: "\e722";
}
.bento-icon-flag-filled::before {
  content: "\e723";
}
.bento-icon-headphones::before {
  content: "\e724";
}
.bento-icon-bank::before {
  content: "\e725";
}
.bento-icon-danger::before {
  content: "\e726";
}
.bento-icon-danger-filled::before {
  content: "\e727";
}
.bento-icon-key::before {
  content: "\e728";
}
.bento-icon-key-filled::before {
  content: "\e729";
}
.bento-icon-more-vert::before {
  content: "\e72a";
}
.bento-icon-more-vert-filled::before {
  content: "\e72b";
}
.bento-icon-file-csv::before {
  content: "\eeff";
}
.bento-icon-lock-remove::before {
  content: "\ef02";
}
.bento-icon-ctriangle::before {
  content: "\ef03";
}
.bento-icon-override::before {
  content: "\ef04";
}
.bento-icon-rotate-right::before {
  content: "\ef05";
}
.bento-icon-rotate-left::before {
  content: "\ef06";
}
.bento-icon-save-classic::before {
  content: "\ef07";
}
.bento-icon-confirm::before {
  content: "\ef09";
}
.bento-icon-shared-file::before {
  content: "\ef0c";
}
.bento-icon-calendar-add::before {
  content: "\ef0e";
}
.bento-icon-gauge::before {
  content: "\ef0f";
}
.bento-icon-conditional::before {
  content: "\ef10";
}
.bento-icon-left-panel::before {
  content: "\ea01";
}
/* Nucleo start */
@font-face {
  font-family: "bento-icons";
  src: url('tr-icons-nucleo.eot') format("embedded-opentype"), url('tr-icons-nucleo.woff2') format("woff2"), url('tr-icons-nucleo.woff') format("woff"), url('tr-icons-nucleo.ttf') format("truetype"), url('tr-icons-nucleo.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 "bento-icons";
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Nucleo done */
i[class*=icon]:focus {
  outline: none;
}
[class^=bento-icon-],
[class*=" bento-icon-"] {
  position: relative;
  display: inline-block;
  align-self: center;
  font-family: "bento-icons";
  vertical-align: text-bottom;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
[class^=bento-icon-].disabled,
[class*=" bento-icon-"].disabled {
  color: #afafaf;
}
/* Library overrides
______________________________________ */
/* Bento Busy Loader */
.btn.bento-is-busy {
  align-items: center;
  display: inline-flex;
}
[dir=ltr] .btn.bento-is-busy {
  padding-right: 42px;
}
[dir=rtl] .btn.bento-is-busy {
  padding-left: 42px;
}
[dir=ltr] .btn.bento-is-busy.btn-sm, [dir=ltr] .btn-group-sm > .btn.bento-is-busy {
  padding-right: 34px;
}
[dir=rtl] .btn.bento-is-busy.btn-sm, [dir=rtl] .btn-group-sm > .btn.bento-is-busy {
  padding-left: 34px;
}
.btn > .bento-busyloader-front-blocker {
  display: none;
}
.btn > .bento-busyloader-blocker {
  background: none;
  display: block;
  height: 24px;
  left: auto;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  z-index: 0;
}
[dir=rtl] .btn > .bento-busyloader-blocker {
  left: 0;
  right: auto;
  transform: translate(50%, -50%);
}
.btn > .bento-busyloader-blocker .bento-busyloader-wrapper {
  height: 24px;
  position: absolute;
  width: 24px;
}
.btn > .bento-busyloader-blocker .bento-busyloader-inner {
  display: block;
  line-height: 0;
}
.btn > .bento-busyloader-blocker svg.bento-busyloader-svg-md, .btn > .bento-busyloader-blocker svg.bento-busyloader-svg-lg {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.btn.btn-sm > .bento-busyloader-blocker, .btn-group-sm > .btn > .bento-busyloader-blocker,
.btn.btn-sm .bento-busyloader-wrapper,
.btn-group-sm > .btn .bento-busyloader-wrapper,
.btn.btn-sm .bento-busyloader-svg-sm,
.btn-group-sm > .btn .bento-busyloader-svg-sm {
  height: 18px;
  width: 18px;
}
.force-desktop .btn > .bento-busyloader-blocker .bento-busyloader-wrapper {
  right: 5px;
}
.bento-busyloader-blocker,
.bento-busyloader-front-blocker {
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}
.bento-busyloader-blocker svg,
.bento-busyloader-front-blocker svg {
  vertical-align: middle;
}
.bento-busyloader-blocker .bento-busyloader-svg-sm,
.bento-busyloader-front-blocker .bento-busyloader-svg-sm {
  height: 25px;
  width: 25px;
}
.bento-busyloader-blocker .bento-busyloader-svg-md,
.bento-busyloader-front-blocker .bento-busyloader-svg-md {
  height: 50px;
  width: 50px;
}
.bento-busyloader-blocker .bento-busyloader-svg-lg,
.bento-busyloader-front-blocker .bento-busyloader-svg-lg {
  height: 75px;
  width: 75px;
}
.bento-busyloader-blocker:focus,
.bento-busyloader-front-blocker:focus {
  outline: none;
}
.bento-busyloader-blocker .bento-busyloader-wrapper,
.bento-busyloader-front-blocker .bento-busyloader-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.bento-busyloader-blocker .bento-busyloader-wrapper .bento-busyloader-inner,
.bento-busyloader-front-blocker .bento-busyloader-wrapper .bento-busyloader-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*
* This animation actually do not move or rotate any element using animation
* but use a visual effect with the colors to create the same visual effect with
* less computing power reducing the re-paint needed on each frame
*/
.bento-busyloader-blocker.bento-play .bento-busyloader-svg > path {
  animation-play-state: running;
}
.bento-busyloader-blocker .bento-busyloader-svg > path {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: bento-busyloader-rotation;
  animation-play-state: paused;
  animation-timing-function: linear;
  fill: none;
  stroke-width: 15;
  stroke: #afafaf;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(8) {
  animation-delay: 0s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(7) {
  animation-delay: 0.1714285714s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(6) {
  animation-delay: 0.3428571429s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(5) {
  animation-delay: 0.5142857143s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(4) {
  animation-delay: 0.6857142857s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(3) {
  animation-delay: 0.8571428571s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(2) {
  animation-delay: 1.0285714286s;
}
.bento-busyloader-blocker .bento-busyloader-svg > path:nth-child(1) {
  animation-delay: 1.2s;
}
/*
* * Changing the range between 30%, 50% will change "how much $bento-busyloader-color-2 segments will appear"
* * Changing the range between 80%, 100% will change "how much $bento-busyloader-color-1 segments will appear"
* It could be interpreted like this:
*   From 0% to 30% of the circle will be a gradient from $bento-busyloader-color-1 to $bento-busyloader-color-2.
*   From 30% to 50% of the circle will be 100% $bento-busyloader-color-2.
*   From 50% to 80% of the circle will be a gradient from $bento-busyloader-color-2 to $bento-busyloader-color-1.
*   From 80% to 100% of the circle will be 100% $bento-busyloader-color-1.
*
* In another words, it will be: 30% gradient from color 1 to color 2, 20% color 2, 30% gradient from color 2 to color 1 and 20% color 1
*/
@keyframes bento-busyloader-rotation {
  0% {
    stroke: #afafaf;
  }
  30%, 60% {
    stroke: #fa6400;
  }
  90%, 100% {
    stroke: #afafaf;
  }
}
.btn > .bento-busyloader-blocker {
  margin: 0 0 0 8px;
}
[dir=rtl] .btn > .bento-busyloader-blocker {
  margin: 0 8px 0 0;
}
/* Color theme implementation
______________________________________ */
.bento-busyloader-blocker,
.bento-busyloader-front-blocker {
  background: rgba(255, 255, 255, 0.85);
}
.bento-busyloader-blocker .bento-busyloader-svg > path {
  stroke: #afafaf;
}
/* Library overrides
______________________________________ */
.bento-accordion.accordion {
  display: block;
}
.bento-accordion.accordion > .card {
  border: none;
  overflow: visible;
}
.bento-accordion.accordion > .card .card-header {
  padding: 0;
  margin-bottom: 5px;
  position: relative;
  border: 0;
  border-radius: 0;
}
.bento-accordion.accordion > .card .card-header button {
  line-height: 1.2em;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 8px 0 8px 43px;
  display: block;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
[dir=rtl] .bento-accordion.accordion > .card .card-header button {
  text-align: right;
  padding: 8px 43px 8px 0;
}
.bento-accordion.accordion > .card .card-header button:hover {
  text-decoration: none;
}
.bento-accordion.accordion > .card .card-header button:hover span {
  text-decoration: none;
}
.bento-accordion.accordion > .card .card-header button:focus {
  outline-width: 1px !important;
  outline-style: dashed !important;
  outline-offset: 1px !important;
}
.bento-accordion.accordion > .card .card-header button:focus span {
  text-decoration: none;
}
.bento-accordion.accordion > .card .card-header button:after {
  align-items: center;
  content: "\e6b6";
  display: flex;
  flex-direction: row;
  font-family: "bento-icons";
  font-size: 16px;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: color 0.2s, background 0.2s;
  width: 33px;
}
[dir=rtl] .bento-accordion.accordion > .card .card-header button:after {
  left: auto;
  right: 0;
}
.bento-accordion.accordion > .card .card-body {
  margin-top: -5px;
  margin-bottom: 5px;
}
bento-expand-collapse-button-group + .bento-accordion.accordion {
  margin-top: -1px;
}
.bento-accordion.accordion.bento-accordion-alternate > .card .card-header {
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 0;
}
.bento-accordion.accordion.bento-accordion-alternate > .card .card-header button {
  border: none;
}
.bento-accordion.accordion.bento-accordion-alternate > .card .card-header button:hover {
  text-decoration: underline;
}
.bento-accordion.accordion.bento-accordion-alternate > .card .card-header button:hover span {
  text-decoration: underline;
}
.bento-accordion.accordion.bento-accordion-alternate > .card:last-child .card-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bento-accordion.accordion.bento-accordion-alternate > .card .card-body {
  margin-bottom: 0;
}
/* Color theme implementation
______________________________________ */
.bento-accordion.accordion .card-header {
  background: #f4f5f7;
  color: #1f1f1f;
}
.bento-accordion.accordion .card-header:focus {
  outline-color: #1f1f1f !important;
}
.bento-accordion.accordion .card-header button[aria-expanded=true] {
  color: #ffffff;
  background: #666;
  border-color: transparent;
}
.bento-accordion.accordion .card-header button[aria-expanded=true]:after {
  content: "\e6a2";
  color: #ffffff;
  background: #404040;
}
.bento-accordion.accordion .card-header button[aria-expanded=true]:hover:not(.text-muted) {
  border-color: transparent;
}
.bento-accordion.accordion .card-header button[aria-expanded=true]:hover:not(.text-muted):after {
  background: #939393;
  color: #ffffff;
}
.bento-accordion.accordion .card-header button {
  color: #1f1f1f;
  border-color: #666;
}
.bento-accordion.accordion .card-header button:hover:not(.text-muted) {
  border-color: #404040;
}
.bento-accordion.accordion .card-header button:hover:not(.text-muted):after {
  background: #404040;
  color: #ffffff;
}
.bento-accordion.accordion .card-header button:after {
  background: #666;
  color: #ffffff;
}
.bento-accordion.accordion .card-header button:disabled {
  opacity: 0.5;
}
.bento-accordion.accordion .card-body {
  background: #ffffff;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header {
  border-color: #939393;
  background: #ffffff;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button[aria-expanded=true] {
  color: #1f1f1f;
  background: #ffffff;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button[aria-expanded=true]:after {
  color: #1f1f1f;
  background: transparent;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button[aria-expanded=true]:hover:after:not(.text-muted) {
  background: transparent;
  color: #1f1f1f;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button {
  color: #1f1f1f;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button:hover:not(.text-muted) {
  color: #1f1f1f;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button:hover:not(.text-muted):after {
  background: transparent;
  color: #1f1f1f;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button:after {
  background: transparent;
  color: #1f1f1f;
}
.bento-accordion.accordion.bento-accordion-alternate .card-header button.text-muted:after {
  color: #afafaf;
}
.bento-accordion.accordion.bento-accordion-alternate .card-body {
  background: #ffffff;
}
/* Library overrides
______________________________________ */
bento-alert .alert {
  font-family: Arial, "Helvetica Neue", sans-serif;
  border-radius: 0.357rem;
  border: 1px solid transparent;
}
bento-alert .alert:before {
  left: 16px;
  width: 20px;
}
bento-alert .alert > span .btn,
bento-alert .alert > div .btn {
  margin-top: -3px;
  margin-bottom: -3px;
}
bento-alert .alert button.close.cdk-program-focused:focus, bento-alert .alert button.close.cdk-keyboard-focused:focus {
  outline: 1px dashed #404040 !important;
}
bento-alert .alert.alert-success:before {
  content: "\e6c1";
}
bento-alert .alert.alert-info:before {
  content: "\e718";
}
bento-alert .alert.alert-warning:before {
  content: "\e6fc";
}
bento-alert .alert.alert-error:before, bento-alert .alert.alert-danger:before {
  content: "\e721";
}
bento-alert .alert .close i.bui-alert-close-indicator:before {
  content: "\e64a";
}
/* Color theme implementation
______________________________________ */
.alert {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15) !important;
  color: #404040;
}
.alert a:focus,
.alert > span:focus {
  outline: 1px dotted #404040;
}
.alert button.close {
  background-color: transparent;
  color: #404040;
  opacity: 1;
  transition: background-color 0.2s, border-color 0.2s;
}
.alert button.close:hover {
  color: #fcf8d9;
  background-color: #404040;
}
.alert button.close.cdk-program-focused:focus, .alert button.close.cdk-keyboard-focused:focus {
  outline-color: #404040;
  outline-style: dashed;
  outline-width: 1px;
}
.alert button.close:not(:disabled):not(.disabled):hover, .alert button.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.alert.alert-success {
  background: #e4ead8;
  border-color: #387c2b;
}
.alert.alert-success:before {
  color: #387c2b;
}
.alert.alert-info {
  background: #d4ebf4;
  border-color: #005da2;
}
.alert.alert-info:before {
  color: #005da2;
}
.alert.alert-warning {
  background: #fcf8d9;
  border: 1px solid #c28900;
}
.alert.alert-warning:before {
  color: #c28900;
}
.alert.alert-error, .alert.alert-danger {
  background: #fceeee;
  border-color: #dc0a0a;
}
.alert.alert-error:before, .alert.alert-danger:before {
  color: #dc0a0a;
}
/* Library overrides
______________________________________ */
.bento-append-to {
  position: absolute;
  display: block;
  z-index: 1121;
}
.bento-append-to.dropdown-menu.dropdown-menu-up {
  bottom: auto;
  margin: -0.125rem 0 0 0;
}
/* Library overrides
______________________________________ */
[class*=bui-checkbox] {
  font-style: normal;
  font-family: "bento-icons";
}
.bui-checkbox-checked:before {
  content: "";
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  height: 0.7rem;
  left: 0.375rem;
  position: absolute;
  top: 0.075rem;
  transform: rotate(45deg);
  width: 0.3rem;
}
.bui-checkbox-unchecked:before {
  content: "";
  border: 1px solid #404040;
}
.bui-checkbox-indeterminate:before {
  transform: scaleX(0.5);
  content: "\e6a2";
}
bento-checkbox input:focus + i {
  outline: none;
  box-shadow: 0 0 0 1px black !important;
  z-index: 1;
}
/* Color theme implementation
______________________________________ */
bento-checkbox.disabled i {
  color: #afafaf;
}
bento-checkbox.disabled i:before {
  border-color: #afafaf;
}
/* Library overrides
______________________________________ */
.bento-collapse-header {
  background: transparent;
  cursor: pointer;
}
.bento-collapse-header > button {
  background: none;
  border: none;
  padding: 0;
}
.bento-collapse-header hr {
  margin: 10px 0 15px;
}
/* Color theme implementation
______________________________________ */
/* Library overrides
______________________________________ */
bento-combobox.bento-select .form-control[readonly],
bento-combobox.bento-select .form-control[readonly]:focus {
  font-weight: normal;
}
bento-combobox.bento-select[readonly] .form-control[readonly],
bento-combobox.bento-select[readonly] .form-control[readonly]:focus {
  font-weight: normal;
}
bento-combobox.bento-select.input-sm > .btn {
  height: 24px;
  width: 24px;
  line-height: 28px;
}
bento-combobox.bento-select.input-lg .bento-combobox-container {
  top: 46px;
}
bento-combobox.bento-select.input-lg > .btn {
  height: 46px;
  line-height: 44px;
}
bento-combobox.bento-select input[type=text],
bento-combobox.bento-select div.input-label,
bento-combobox.bento-select div.placeholder {
  height: 30px;
  padding: 0 2.143rem 0 10px;
  line-height: 28px;
}
[dir=rtl] bento-combobox.bento-select input[type=text],
[dir=rtl] bento-combobox.bento-select div.input-label,
[dir=rtl] bento-combobox.bento-select div.placeholder {
  padding: 0 10px 0 2.143rem;
}
bento-combobox.bento-select input[type=text].input-sm,
bento-combobox.bento-select div.input-label.input-sm,
bento-combobox.bento-select div.placeholder.input-sm {
  height: 24px;
  line-height: 22px;
}
bento-combobox.bento-select input[type=text].input-lg,
bento-combobox.bento-select div.input-label.input-lg,
bento-combobox.bento-select div.placeholder.input-lg {
  height: 46px;
  line-height: 44px;
}
bento-combobox.bento-select .btn i.bento-combobox-dropdown-button-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  margin: 0;
}
bento-combobox.bento-select .btn i.bento-combobox-dropdown-button-icon:focus.cdk-keyboard-focused, bento-combobox.bento-select .btn i.bento-combobox-dropdown-button-icon:focus.cdk-program-focused {
  outline: 1px dashed;
}
.bui-bento-combobox-container {
  top: 30px;
}
.up .bui-bento-combobox-container, .dropup .bui-bento-combobox-container {
  bottom: 30px;
}
.bui-bento-combobox-container-item {
  height: 39px;
  line-height: 39px;
}
/* Color theme implementation
______________________________________ */
bento-combobox.bento-select .form-control[readonly],
bento-combobox.bento-select .form-control[readonly]:focus {
  border-color: #e3e3e3;
  color: #404040;
}
bento-combobox.bento-select[readonly] .form-control[readonly],
bento-combobox.bento-select[readonly] .form-control[readonly]:focus {
  border-color: #e3e3e3;
  color: #404040;
}
bento-combobox.bento-select:not(.readonly) .form-control[readonly]:not(:disabled) {
  color: #404040;
  border-color: #939393;
}
bento-combobox.bento-select:not(.readonly) .form-control[readonly]:not(:disabled):focus {
  border-color: #404040 !important;
}
bento-combobox.bento-select.no-value:hover:not([disabled]) > .btn {
  color: #939393;
}
bento-combobox.bento-select.no-value:focus:not([disabled]) > .btn {
  color: #1f1f1f;
}
bento-combobox.bento-select > div.input-label.disabled {
  color: #afafaf;
  background-color: #f4f5f7;
  border-color: #afafaf;
}
bento-combobox.bento-select input[disabled]:not(.readonly) {
  color: #afafaf;
  border-color: #afafaf;
  background-color: #f4f5f7;
}
bento-combobox.bento-select.in-focus .bento-combobox-container {
  border-color: #404040;
}
bento-combobox.bento-select div.placeholder {
  color: #939393;
}
.bento-combobox-container {
  background: #ffffff;
  border-color: #939393;
}
.bento-combobox-container-header {
  background: #f4f5f7;
  color: #1f1f1f;
}
.bento-combobox-container-header-label {
  border-bottom-color: #d0d0d0;
}
.bento-combobox-container-footer {
  border-top-color: #939393;
  background-color: #f4f5f7;
}
.bento-focused-cell {
  outline-color: #77a22d;
  outline-style: dotted;
}
.bento-combobox-container-item {
  background-color: #ffffff;
}
.bento-combobox-container-item:hover, .bento-combobox-container-item.highlighted {
  background-color: rgba(212, 235, 244, 0.5);
  color: #1f1f1f;
}
.bento-combobox-container-item.selected {
  background-color: #d4ebf4;
  color: #1f1f1f;
}
.bento-combobox-container-item > span,
.bento-combobox-container-item > div {
  border-bottom-color: #d0d0d0;
}
/* Library overrides
______________________________________ */
bento-contextual-header {
  height: 44px;
  border-bottom-width: 3px;
}
bento-contextual-header .bch-main-container {
  height: 44px;
}
bento-contextual-header .bch-back-button {
  height: 44px;
  width: 45px;
}
bento-contextual-header .bch-back-button:focus {
  outline: 1px dotted #000 !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
bento-contextual-header .bch-back-button + .bch-main-container {
  left: 45px;
}
[dir=rtl] bento-contextual-header .bch-back-button .bento-icon-arrow-left:before {
  content: "\e611";
}
bento-contextual-header .bch-header-title {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-contextual-header .bch-right-container {
  height: 44px;
  line-height: 43px;
}
/* Color theme implementation
______________________________________ */
bento-contextual-header {
  border-bottom-color: #fa6400;
}
bento-contextual-header .bch-back-button {
  border-right-color: #afafaf;
}
bento-contextual-header .bch-back-button[disabled] {
  color: rgba(64, 64, 64, 0.2);
}
bento-contextual-header .bch-back-button:hover {
  color: #939393;
}
bento-contextual-header .bch-header {
  border-right-color: 1px solid #afafaf;
}
/* Library overrides
______________________________________ */
[bento-d3-vertical-split-bars] .tick line {
  display: none;
}
[bento-d3-vertical-split-bars] .tick text {
  stroke: none;
}
[bento-d3-vertical-split-bars] path.domain {
  display: none;
}
bento-d3-arc-gauge {
  display: block;
  position: relative;
  height: 80px;
  font-family: "BentoLight", arial, helvetica, sans-serif;
}
bento-d3-arc-gauge .number-label {
  fill: #1f1f1f;
}
.bento-chart-key {
  list-style-type: none;
  margin: 0 20px 0 0;
  padding: 0;
}
.bento-chart-key .bento-icon-stop {
  margin-right: 10px;
}
.bento-chart-key .is-faded {
  opacity: 0.5;
}
.bento-d3-datatable .map-heading,
.bento-d3-datatable table.table th {
  font-family: "BentoBold", arial, helvetica, sans-serif;
  font-size: 13px;
}
.bento-d3-datatable .map-heading {
  height: 66px;
  letter-spacing: 1.2px;
  line-height: 65px;
  padding: 0 20px;
}
.bento-d3-datatable table.table th {
  height: 64px;
  line-height: 64px;
  padding: 0 10px;
}
.bento-d3-datatable table.table tbody {
  font-size: 12px;
}
.bento-d3-datatable .bento-icon-chevron-medium-right {
  font-size: 15px;
  margin-top: 10px;
  float: right;
}
[bento-d3-progress-meter] text {
  font-weight: bold;
}
bento-d3-pie-chart {
  display: block;
  position: relative;
  height: 300px;
}
bento-d3-pie-chart.is-responsive svg {
  max-width: 100%;
  max-height: 100%;
  width: inherit;
  height: inherit;
}
bento-d3-pie-chart .arc text {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 16px;
}
bento-d3-pie-chart polyline {
  stroke-width: 1px;
  fill: none;
}
bento-d3-pie-chart text {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 12px;
  cursor: default;
}
bento-d3-pie-chart .lines,
bento-d3-pie-chart .label-name {
  opacity: 0;
  transition: opacity 0.2s;
}
bento-d3-pie-chart .show {
  opacity: 1;
}
bento-d3-pie-chart .path {
  cursor: pointer;
}
bento-d3-pie-chart .hover-path {
  cursor: none;
  opacity: 0;
  transition: opacity 0.2s;
}
bento-d3-pie-chart .path,
bento-d3-pie-chart .hover-path {
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-linejoin: bevel;
}
bento-d3-pie-chart.center-text text {
  text-anchor: middle !important;
}
bento-d3-pie-chart.no-pad .path,
bento-d3-pie-chart.no-pad .hover-path {
  stroke: none;
}
bento-d3-pie-chart .hover-path.show {
  opacity: 0.2;
}
bento-d3-pie-chart .hover-path.selected {
  opacity: 0.5;
}
bento-d3-pie-chart .is-faded {
  opacity: 0.5;
}
bento-d3-pie-chart .is-selected {
  opacity: 1;
}
bento-d3-bar-chart,
bento-d3-column-chart,
bento-d3-line-chart {
  position: relative;
  display: block;
  width: 100%;
}
bento-d3-bar-chart .axis text,
bento-d3-bar-chart .legend text,
bento-d3-column-chart .axis text,
bento-d3-column-chart .legend text,
bento-d3-line-chart .axis text,
bento-d3-line-chart .legend text {
  font-size: 12px;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-d3-bar-chart text.title,
bento-d3-column-chart text.title,
bento-d3-line-chart text.title {
  font-size: 13px;
}
bento-d3-bar-chart .axis path,
bento-d3-bar-chart .axis line,
bento-d3-bar-chart line.axis,
bento-d3-column-chart .axis path,
bento-d3-column-chart .axis line,
bento-d3-column-chart line.axis,
bento-d3-line-chart .axis path,
bento-d3-line-chart .axis line,
bento-d3-line-chart line.axis {
  fill: none;
  shape-rendering: crispEdges;
}
.bento-d3-tooltip {
  position: absolute;
  pointer-events: none;
}
.bento-d3-tooltip.tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
bento-d3-line-chart .bento-d3-tooltip .tooltip-inner {
  text-align: left;
}
[dir=rtl] bento-d3-line-chart .bento-d3-tooltip .tooltip-inner {
  text-align: right;
}
bento-d3-line-chart .tooltip-line {
  stroke-dasharray: 2;
}
bento-d3-data-map {
  display: block;
  position: relative;
  overflow: hidden;
}
bento-d3-data-map .bento-busyloader-blocker .bento-busyloader-svg-md {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
bento-d3-data-map svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
bento-d3-data-map .zoom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 25px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
bento-d3-data-map .btn-zoom {
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
bento-d3-data-map .hidden-canvas {
  display: none;
}
bento-d3-data-map .busy-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.bento-chart-table-container {
  width: 100%;
  overflow: auto;
}
table.bento-chart-table {
  width: 100%;
}
table.bento-chart-table th,
table.bento-chart-table td {
  padding: 0.5em;
  border-bottom: 1px solid;
}
@media (max-width: 980px) {
  .bento-d3-datatable .no-pad {
    float: none;
    width: 100%;
  }
  .bento-d3-datatable table.table th,
.bento-d3-datatable table.table td {
    padding: 8px 20px;
  }
}
/* Color theme implementation
______________________________________ */
[bento-d3-vertical-split-bars] .tick text {
  fill: #666;
  stroke: none;
}
[bento-d3-data-map] .datamaps-hoverover .hover-close-btn {
  color: #ffffff;
  background-color: #afafaf;
}
.bento-d3-datatable .map-heading,
.bento-d3-datatable table.table th {
  background: #f4f5f7;
}
bento-d3-pie-chart polyline {
  stroke: #1f1f1f;
}
bento-d3-pie-chart text {
  fill: #1f1f1f;
}
bento-d3-pie-chart .label-outside {
  fill: #1f1f1f;
}
bento-d3-pie-chart .is-selected text {
  fill: #1f1f1f;
}
bento-d3-pie-chart .is-selected text.label-outside {
  fill: #1f1f1f;
}
bento-d3-bar-chart .axis text,
bento-d3-bar-chart .legend text,
bento-d3-column-chart .axis text,
bento-d3-column-chart .legend text,
bento-d3-line-chart .axis text,
bento-d3-line-chart .legend text {
  fill: #1f1f1f;
}
bento-d3-bar-chart .axis path,
bento-d3-bar-chart .axis line,
bento-d3-bar-chart line.axis,
bento-d3-column-chart .axis path,
bento-d3-column-chart .axis line,
bento-d3-column-chart line.axis,
bento-d3-line-chart .axis path,
bento-d3-line-chart .axis line,
bento-d3-line-chart line.axis {
  stroke: #1f1f1f;
}
bento-d3-line-chart .line {
  fill: none;
}
bento-d3-line-chart .tooltip-line {
  stroke: #afafaf;
}
bento-d3-line-chart .tooltip-line.off {
  stroke: none;
}
.bento-d3-tooltip.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
bento-d3-data-map .btn-zoom {
  background-color: #ffffff;
}
table.bento-chart-table th,
table.bento-chart-table td {
  border-color: #d0d0d0;
}
/* Library overrides
______________________________________ */
.input-group.bento-datepicker,
.form-group.bento-datepicker {
  display: inline-block;
}
.input-group.bento-datepicker label,
.form-group.bento-datepicker label {
  display: block;
}
.input-group.bento-datepicker > .form-control,
.form-group.bento-datepicker > .form-control {
  display: inline-block;
  float: none;
  height: 30px;
  width: 150px;
  border-radius: 0;
}
.input-group.bento-datepicker.input-group-lg > .form-control, .input-group.bento-datepicker.form-group-lg > .form-control,
.form-group.bento-datepicker.input-group-lg > .form-control,
.form-group.bento-datepicker.form-group-lg > .form-control {
  height: 46px;
}
.input-group.bento-datepicker.input-group-lg > .input-group-btn > .btn, .input-group.bento-datepicker.form-group-lg > .input-group-btn > .btn,
.form-group.bento-datepicker.input-group-lg > .input-group-btn > .btn,
.form-group.bento-datepicker.form-group-lg > .input-group-btn > .btn {
  height: 46px;
}
.input-group.bento-datepicker.input-group-sm > .form-control, .input-group.bento-datepicker.form-group-sm > .form-control,
.form-group.bento-datepicker.input-group-sm > .form-control,
.form-group.bento-datepicker.form-group-sm > .form-control {
  height: 24px;
}
.input-group.bento-datepicker.input-group-sm > .input-group-btn > .btn, .input-group.bento-datepicker.form-group-sm > .input-group-btn > .btn,
.form-group.bento-datepicker.input-group-sm > .input-group-btn > .btn,
.form-group.bento-datepicker.form-group-sm > .input-group-btn > .btn {
  height: 24px;
}
.input-group.bento-datepicker.disabled,
.form-group.bento-datepicker.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
ngb-datepicker.dropdown-menu {
  transform: translateY(10px);
}
.bento-datepicker + .btn,
ngb-datepicker + .btn {
  background: none;
  border: none;
  height: 30px;
  padding: 0;
  width: 30px;
  border-radius: 0;
}
.bento-datepicker + .btn:hover,
ngb-datepicker + .btn:hover {
  border: none;
}
.bento-datepicker + .btn .bento-icon-calendar,
ngb-datepicker + .btn .bento-icon-calendar {
  font-size: 24px;
}
.bento-datepicker + .btn i,
ngb-datepicker + .btn i {
  top: 0;
}
.bento-datepicker + .btn > .glyphicon:before,
ngb-datepicker + .btn > .glyphicon:before {
  font-size: 24px;
}
ngb-datepicker {
  border-width: 1px;
  border-style: solid;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  width: 205px;
  border-radius: 0 !important;
}
ngb-datepicker.bento-datepicker-range {
  width: auto;
}
ngb-datepicker .ngb-dp-day > div {
  border-radius: 0;
}
ngb-datepicker ngb-datepicker-navigation {
  padding: 0 5px;
}
ngb-datepicker ngb-datepicker-navigation .ngb-dp-arrow {
  max-width: 2rem;
}
ngb-datepicker ngb-datepicker-navigation .btn-link.ngb-dp-arrow-btn {
  border: none;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  vertical-align: top;
  width: 100%;
  border-radius: 0;
}
ngb-datepicker ngb-datepicker-navigation .btn-link.ngb-dp-arrow-btn:hover, ngb-datepicker ngb-datepicker-navigation .btn-link.ngb-dp-arrow-btn:focus {
  text-decoration: none;
}
ngb-datepicker ngb-datepicker-navigation .btn-link.ngb-dp-arrow-btn:hover span, ngb-datepicker ngb-datepicker-navigation .btn-link.ngb-dp-arrow-btn:focus span {
  text-decoration: none;
}
ngb-datepicker ngb-datepicker-navigation .ngb-dp-navigation-chevron {
  border: none !important;
  width: 100% !important;
  height: auto !important;
  height: initial !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  position: absolute;
  top: 0;
  left: 0;
}
ngb-datepicker ngb-datepicker-navigation .ngb-dp-navigation-chevron:before {
  transform: none;
  content: "\e641";
  font-family: "bento-icons";
  font-size: 1.3em;
  border: none;
  margin: 0;
  text-align: center;
  line-height: 2rem;
  width: 2rem;
}
[dir=rtl] ngb-datepicker ngb-datepicker-navigation .ngb-dp-navigation-chevron:before {
  content: "\e646";
}
ngb-datepicker ngb-datepicker-navigation .right .ngb-dp-navigation-chevron {
  border: none;
  width: auto;
  width: initial;
  height: auto;
  height: initial;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}
ngb-datepicker ngb-datepicker-navigation .right .ngb-dp-navigation-chevron:before {
  transform: none !important;
  margin: 0;
  content: "\e646";
}
[dir=rtl] ngb-datepicker ngb-datepicker-navigation .right .ngb-dp-navigation-chevron:before {
  content: "\e641";
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
[dir=rtl] ngb-datepicker ngb-datepicker-navigation-select select.custom-select:last-child {
  border-left-width: 1px;
  border-left-style: solid;
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%3Ctitle%3Ecarat-down%3C%2Ftitle%3E%0D%0A%3Cpath%20d%3D%22M12%206h-8l4%204z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E") no-repeat center right 5px #d0d0d0;
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
  float: left;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 0.8em;
  height: 2rem !important;
  text-align: left;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  border-radius: 0;
}
[dir=rtl] ngb-datepicker ngb-datepicker-navigation-select select.custom-select {
  border-left: 0;
  border-right-width: 1px;
  border-right-style: solid;
  background-position: left 5px;
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%3Ctitle%3Ecarat-down%3C%2Ftitle%3E%0D%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M12%206h-8l4%204z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E") no-repeat center right 5px #404040;
}
[dir=rtl] ngb-datepicker ngb-datepicker-navigation-select select.custom-select:hover {
  background-position: left 5px;
}
ngb-datepicker ngb-datepicker-navigation-select {
  height: 2rem;
  -ms-flex-preferred-size: auto;
}
ngb-datepicker[ng-reflect-display-months="2"] .ngb-dp-month-name {
  height: 2.5rem;
  line-height: 3rem;
}
ngb-datepicker .ngb-dp-header {
  border: none;
}
ngb-datepicker .ngb-dp-weekday {
  white-space: nowrap;
  font-style: normal;
}
ngb-datepicker .ngb-dp-day {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 0.785rem;
}
ngb-datepicker .ngb-dp-day.hidden {
  height: 0;
}
ngb-datepicker .ngb-dp-day .btn-secondary {
  height: calc(2rem - 4px);
  line-height: calc(2rem - 4px);
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  width: calc(2rem - 4px);
  border-radius: 0;
}
ngb-datepicker .ngb-dp-day .btn-secondary:hover {
  opacity: 1;
}
ngb-datepicker .ngb-dp-day:focus {
  z-index: 1;
  position: relative;
  outline-color: #1f1f1f;
  outline-width: 2px;
  border-radius: 0;
}
ngb-datepicker .ngb-dp-day > * {
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: transparent;
  display: block;
  border: none;
}
ngb-datepicker .ngb-dp-day > *:hover, ngb-datepicker .ngb-dp-day > *.active, ngb-datepicker .ngb-dp-day > *.focused {
  opacity: 1;
}
ngb-datepicker .ngb-dp-day > *.disabled, ngb-datepicker .ngb-dp-day > *[disabled] {
  pointer-events: none;
  cursor: default;
}
ngb-datepicker .ngb-dp-day > *.outside, ngb-datepicker .ngb-dp-day > *.text-muted {
  opacity: 1;
}
/* Datepicker footer */
.bento-datepicker-footer {
  background-color: #fff;
  border-top: 1px solid #939393;
  padding: 0.5714285714rem 1.1428571429rem;
  text-align: center;
}
.bento-datepicker-footer .bento-datepicker-footer-close-button {
  border-radius: 0.357rem;
}
/* Color theme implementation
______________________________________ */
ngb-datepicker {
  border-color: #939393 !important;
}
ngb-datepicker ngb-datepicker-navigation .btn-link {
  color: #1f1f1f !important;
  background: #d0d0d0 !important;
}
ngb-datepicker ngb-datepicker-navigation .btn-link:hover, ngb-datepicker ngb-datepicker-navigation .btn-link:focus {
  background: #404040 !important;
  color: #ffffff !important;
}
ngb-datepicker ngb-datepicker-navigation-select {
  background: #d0d0d0;
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select:last-child {
  border-left-color: #f4f5f7;
  border-right-color: #f4f5f7;
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select {
  border-left-color: #f4f5f7;
  border-right-color: #f4f5f7;
  color: #1f1f1f;
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select:focus {
  z-index: 2;
  border-color: transparent;
  box-shadow: unset;
  outline: solid 2px #1f1f1f;
  border-radius: 1px;
}
ngb-datepicker ngb-datepicker-navigation-select select.custom-select:hover {
  color: #ffffff;
}
ngb-datepicker .ngb-dp-header {
  background: #f4f5f7 !important;
}
ngb-datepicker .ngb-dp-weekday {
  color: #1f1f1f !important;
}
ngb-datepicker .ngb-dp-day .btn-secondary {
  background: #f4f5f7;
  color: #1f1f1f;
}
ngb-datepicker .ngb-dp-day .btn-secondary.text-muted {
  color: #666 !important;
}
ngb-datepicker .ngb-dp-day .btn-secondary:hover {
  background: #e3e3e3;
  color: #1f1f1f !important;
}
ngb-datepicker .ngb-dp-day .bg-primary {
  background: #404040 !important;
}
ngb-datepicker .ngb-dp-day > * {
  color: #1f1f1f;
}
ngb-datepicker .ngb-dp-day > *:hover, ngb-datepicker .ngb-dp-day > *.active, ngb-datepicker .ngb-dp-day > *.focused {
  background: #e3e3e3;
  color: #1f1f1f;
}
ngb-datepicker .ngb-dp-day > *.bg-primary, ngb-datepicker .ngb-dp-day > *.active.bg-primary, ngb-datepicker .ngb-dp-day > *.focused.bg-primary, ngb-datepicker .ngb-dp-day > *.range {
  color: #ffffff;
  background: #404040;
}
ngb-datepicker .ngb-dp-day > *.range.faded {
  color: #1f1f1f;
  background: #e3e3e3;
}
ngb-datepicker .ngb-dp-day > *.today {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 0 1px #404040 inset;
}
ngb-datepicker .ngb-dp-day > *.today:hover, ngb-datepicker .ngb-dp-day > *.today.active, ngb-datepicker .ngb-dp-day > *.today.focused {
  background: #e3e3e3;
}
ngb-datepicker .ngb-dp-day > *.today.bg-primary {
  color: #000000;
}
ngb-datepicker .ngb-dp-day > *.disabled, ngb-datepicker .ngb-dp-day > *[disabled] {
  color: #d0d0d0 !important;
  background: transparent;
}
ngb-datepicker .ngb-dp-day > *.disabled:hover, ngb-datepicker .ngb-dp-day > *[disabled]:hover {
  background: transparent;
}
ngb-datepicker .ngb-dp-day > *.outside, ngb-datepicker .ngb-dp-day > *.text-muted {
  color: #666 !important;
}
ngb-datepicker .ngb-dp-day.ngb-dp-today [ngbdatepickerdayview] {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 1px 1px #404040 inset;
}
ngb-datepicker .ngb-dp-day.ngb-dp-today [ngbdatepickerdayview]:hover, ngb-datepicker .ngb-dp-day.ngb-dp-today [ngbdatepickerdayview].active, ngb-datepicker .ngb-dp-day.ngb-dp-today [ngbdatepickerdayview].focused {
  background: #e3e3e3;
}
ngb-datepicker .ngb-dp-day.ngb-dp-today [ngbdatepickerdayview].bg-primary {
  color: #000000;
}
/* Library overrides
______________________________________ */
.bento-expand-collapse-button-group,
bento-expand-collapse-button-group {
  padding: 5px 0 5px 7px;
}
.bento-expand-collapse-button-group .bento-expand-divider,
bento-expand-collapse-button-group .bento-expand-divider {
  font-family: "BentoLight", arial, helvetica, sans-serif;
}
/* Color theme implementation
______________________________________ */
.bento-expand-collapse-button-group,
bento-expand-collapse-button-group {
  border-bottom-color: #d0d0d0;
}
.bento-expand-collapse-button-group .bento-expand-divider,
bento-expand-collapse-button-group .bento-expand-divider {
  color: #939393;
}
/* Library overrides
______________________________________ */
bento-file-selector.disabled {
  background-color: #f4f5f7;
  color: #afafaf;
  opacity: 0.6;
}
bento-file-selector .bento-progressbar {
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 10px;
}
bento-file-selector .bento-file-selector-progress-percentage-label {
  line-height: 10px;
}
bento-file-selector.bento-file-selector-progress-percentage .bento-file-selector-progress-percentage-label {
  right: 10px;
  bottom: 10px;
}
bento-file-selector.bento-file-selector-progress-percentage .bento-progressbar {
  right: 45px;
}
bento-file-selector .filename-container .bento-file-selector-filename {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-file-selector .filename-container .bento-file-selector-filename button:focus {
  outline: none;
  box-shadow: 0 0 0 1px black !important;
  z-index: 1;
}
bento-file-selector ngb-progressbar {
  display: block;
  width: 100%;
}
bento-file-selector ngb-progressbar .progress-bar-striped {
  background-size: 20px 20px;
  animation: progressbarStripeAnimation 1s linear infinite;
}
[dir=rtl] bento-file-selector .btn i.bento-icon-chevron-right:before {
  content: "\e641";
}
bento-file-selector .header {
  font-weight: bold;
}
/*
Animate the stripes
*/
@keyframes progressbarStripeAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 0;
  }
}
/* Color theme implementation
______________________________________ */
bento-file-selector {
  border-color: #939393;
  background: #ffffff;
}
bento-file-selector .dragover-overlay {
  background: #d0d0d0;
}
bento-file-selector .filename-container .bento-file-selector-filename > button:hover {
  color: #fff;
  background-color: #666;
}
bento-file-selector .filename-container .bento-file-selector-filename.btn.btn-outline-primary.loading {
  background-color: #f4f5f7;
}
bento-file-selector .filename-container .bento-file-selector-filename.btn.btn-outline-primary.loading:hover {
  background-color: #f4f5f7;
}
bento-file-selector .filename-container .bento-file-selector-filename.btn.btn-outline-primary.loading:hover[disabled] {
  background-color: #f4f5f7;
}
.dragover-overlay-label {
  color: #1f1f1f;
}
.bento-file-selector-file-progress-bg {
  background: RGBA(0, 0, 0, 0.08);
}
.selector-has-error {
  border-color: #dc0a0a;
}
.bento-file-selector-error .bento-icon-warning,
.bento-file-selector-error .selector-error-message {
  color: #dc0a0a;
}
/* Library overrides
______________________________________ */
.bento-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  min-height: 56px;
  display: table;
}
.bento-footer .bento-footer-logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
  width: 1px;
}
[dir=rtl] .bento-footer .bento-footer-logo {
  padding: 0 30px 0 0;
}
.bento-footer .bento-footer-fine-prints {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 20px 0 34px 30px;
}
[dir=rtl] .bento-footer .bento-footer-fine-prints {
  padding: 20px 30px 34px 0;
}
.bento-footer .bento-footer-fine-prints-content {
  font-size: 11px;
  line-height: 14px;
  text-align: justify;
}
.bento-footer .bento-footer-copyright-links {
  position: absolute;
  display: block;
  left: 30px;
  bottom: 15px;
  font-size: 12px;
}
[dir=rtl] .bento-footer .bento-footer-copyright-links {
  left: auto;
  right: 30px;
}
.bento-footer .bento-footer-options {
  display: table-cell;
  width: 1px;
  white-space: nowrap;
  padding: 0 27px;
  vertical-align: middle;
}
.bento-footer .bento-footer-options > i {
  font-size: 22px;
  margin: 0 3px;
  vertical-align: inherit;
}
.bento-footer .bento-footer-options > figure {
  font-size: 22px;
  margin: 0 3px;
  vertical-align: inherit;
}
.bento-footer .bento-footer-options > [ngbDropdown] {
  margin: 0 3px;
  display: inline-block;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle] {
  white-space: nowrap;
  height: 24px;
  line-height: 23px;
  min-width: 150px;
  text-align: left;
  padding: 0 10px 0 10px;
  text-transform: none;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  letter-spacing: 0;
  border-radius: 5px;
}
[dir=rtl] .bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle] {
  text-align: right;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle]:after {
  border-bottom: 0;
  border-top: 0.3em solid;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
}
[dir=rtl] .bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle]:after {
  left: 13px;
  right: auto;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle] i {
  font-size: 1rem;
  vertical-align: middle;
  margin-left: 5px;
}
[dir=rtl] .bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle] i {
  margin-left: 0;
  margin-right: 5px;
}
.bento-footer .bento-footer-options > [ngbDropdown] dropdown-menu {
  padding: 0;
}
.bento-footer a {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 5px;
}
[dir=rtl] .bento-footer a {
  margin-right: auto;
  margin-left: 5px;
}
.bento-footer.footer-bottom-fixed {
  position: fixed;
  bottom: 0;
}
.bento-footer > div.bento-footer-fine-prints:last-child {
  padding-right: 30px;
}
[dir=rtl] .bento-footer > div.bento-footer-fine-prints:last-child {
  padding-left: 30px;
}
.bento-footer figure.bento-tr-logo-white {
  margin-bottom: 0;
}
.bento-tr-logo-white {
  background: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 182 24.78'%3E%3Cpath d='M120.43 17.31a.15.15 0 01-.17.17h-1.75c-.15 0-.21-.15-.28-.29l-2.07-3.47h-.31c-.38 0-1.54 0-1.87-.06v3.53a.27.27 0 01-.27.29h-1.43a.29.29 0 01-.29-.29V7.8c0-.29.17-.39.46-.43a30.63 30.63 0 013.4-.18c2.2 0 4.24.79 4.24 3.23v.13a2.77 2.77 0 01-1.93 2.81l2.24 3.83a.19.19 0 01.03.12zm-2.32-6.89c0-1.07-.83-1.53-2.26-1.53-.31 0-1.61 0-1.87.06v3.1h1.87c1.47 0 2.26-.29 2.26-1.55zM168 17.31a.16.16 0 01-.18.17h-1.75c-.15 0-.21-.15-.28-.29l-2.07-3.47h-.31c-.38 0-1.53 0-1.86-.06v3.53a.28.28 0 01-.28.29h-1.43a.29.29 0 01-.29-.29V7.8c0-.29.17-.39.46-.43a30.63 30.63 0 013.4-.18c2.2 0 4.24.79 4.24 3.23v.13a2.77 2.77 0 01-1.93 2.81l2.28 3.83a.19.19 0 010 .12zm-2.33-6.89c0-1.07-.83-1.53-2.26-1.53-.31 0-1.61 0-1.86.06v3.1h1.86c1.47 0 2.26-.29 2.26-1.55zM123.94 13h4.59a.29.29 0 00.29-.28v-1a.29.29 0 00-.29-.28h-4.59v-1.32c0-1.2 0-1.23 1.13-1.23h3.63a.29.29 0 00.3-.29v-.91c0-.2-.07-.28-.29-.3a19.45 19.45 0 00-3.09-.2c-2.38 0-3.64 0-3.64 2.93v4.54c0 2.95 1.26 2.93 3.64 2.93a19.45 19.45 0 003.09-.2c.22 0 .29-.1.29-.3v-.92a.29.29 0 00-.29-.28h-3.63c-1.08 0-1.13 0-1.13-1.23zm28.32 0h4.58a.29.29 0 00.29-.28v-1a.29.29 0 00-.29-.28h-4.58v-1.32c0-1.2 0-1.23 1.13-1.23H157a.29.29 0 00.29-.29v-.91c0-.2-.07-.28-.29-.3a19.33 19.33 0 00-3.09-.2c-2.38 0-3.64 0-3.64 2.93v4.54c0 2.95 1.26 2.93 3.64 2.93a19.33 19.33 0 003.09-.2c.22 0 .29-.1.29-.3v-.92a.29.29 0 00-.29-.28h-3.62c-1.09 0-1.13 0-1.13-1.23zm-12.85.5v-6a.27.27 0 00-.29-.27h-1.42a.27.27 0 00-.28.27v6c0 1.63-.76 2.4-2.31 2.4s-2.3-.77-2.3-2.4v-6a.27.27 0 00-.28-.27h-1.42a.27.27 0 00-.29.27v6c0 3.05 2 4.05 4.29 4.05s4.3-.96 4.3-4.01zm38.39-4.24a2.1 2.1 0 102.09-2.06 2 2 0 00-2.09 2.06zm.3 0a1.8 1.8 0 113.59 0 1.8 1.8 0 11-3.59 0zm2.75.93l-.46-.77a.56.56 0 00.39-.57c0-.49-.41-.65-.86-.65a4.61 4.61 0 00-.68 0c-.06 0-.09 0-.09.08v1.9a.06.06 0 00.06.06h.28a.06.06 0 00.06-.06v-.7h.45l.42.7s0 .06.05.06h.36zm-.47-1.34c0 .25-.16.31-.46.31h-.37v-.63h.37c.29 0 .46.1.46.31zM41.33 9h-2.86v8.23a.29.29 0 01-.29.29h-1.42a.29.29 0 01-.28-.29V9h-2.86a.27.27 0 01-.29-.26V7.57a.27.27 0 01.29-.27h7.71a.27.27 0 01.28.27V8.7a.26.26 0 01-.28.3zm107.34 0h-2.85v8.23a.29.29 0 01-.29.29h-1.42a.28.28 0 01-.28-.29V9H141a.26.26 0 01-.28-.26V7.57a.27.27 0 01.28-.27h7.71a.27.27 0 01.29.27V8.7a.27.27 0 01-.33.3zM51.8 17.19V7.57a.27.27 0 00-.29-.27h-1.42a.27.27 0 00-.29.27v3.72h-4.54V7.57A.27.27 0 0045 7.3h-1.44a.27.27 0 00-.29.27v9.62a.29.29 0 00.29.29H45a.28.28 0 00.28-.29V13h4.52v4.15a.29.29 0 00.29.29h1.42a.29.29 0 00.29-.25zm11.06-5.53v1.46c0 3.15-2.19 4.47-4.56 4.47s-4.55-1.32-4.55-4.47v-1.46c0-3.16 2.19-4.47 4.55-4.47s4.56 1.31 4.56 4.47zm-2 0a2.56 2.56 0 10-5.1 0v1.46a2.56 2.56 0 105.1 0zm34.19 0v1.46c0 3.15-2.19 4.47-4.56 4.47s-4.55-1.32-4.55-4.47v-1.46c0-3.16 2.19-4.47 4.55-4.47S95 8.5 95 11.66zm-2 0a2.56 2.56 0 10-5.1 0v1.46a2.56 2.56 0 105.1 0zm-18 5.6V7.87a.57.57 0 00-.57-.57h-1.25a.61.61 0 00-.53.34l-2.7 5.6c-.08.13-.11.2-.16.2s-.09-.07-.16-.2l-2.75-5.6a.6.6 0 00-.53-.34h-1.22a.58.58 0 00-.57.57v9.39a.22.22 0 00.25.22h1.44c.13 0 .23-.15.23-.29V11v-.15s0 .05.07.09l2.4 5.12a.5.5 0 00.45.25h.75a.5.5 0 00.45-.25L73 10.94s.06-.09.07-.09 0 .05 0 .15v6.19c0 .14.1.29.23.29h1.45a.22.22 0 00.25-.22zm30.72-.36V7.57a.26.26 0 00-.27-.27h-1.3a.26.26 0 00-.27.27v7.07c0 .09-.05.13-.07.13s-.09 0-.12-.11l-4-6.9c-.17-.37-.33-.46-.63-.46h-1.59a.57.57 0 00-.57.57v9.32a.28.28 0 00.29.29h1.21a.27.27 0 00.27-.29v-6.74c0-.08 0-.11.08-.11s.08 0 .12.11l3.89 6.55a.77.77 0 00.87.52h1.45a.57.57 0 00.57-.62zm-21.33-2.3a2.64 2.64 0 00-2-2.58L80 11.07c-.63-.26-1.17-.69-1.17-1.16 0-.65.79-1 1.85-1 1.25 0 2.23.18 3.18.26a.24.24 0 00.24-.26V7.83a.29.29 0 00-.26-.27 14.51 14.51 0 00-3.1-.37c-2.66 0-3.94 1.14-3.94 2.72a2.56 2.56 0 001.7 2.5c1.25.52 3.81 1.11 3.81 2.19 0 .83-.39 1.29-1.66 1.29a26.19 26.19 0 01-3.24-.26.26.26 0 00-.27.27v1a.3.3 0 00.27.29 15.55 15.55 0 003.24.37c2.88.03 3.79-1.56 3.79-2.96zm92.31 0a2.64 2.64 0 00-2-2.58l-2.43-.95c-.63-.26-1.17-.69-1.17-1.16 0-.65.8-1 1.86-1 1.24 0 2.23.18 3.17.26a.24.24 0 00.24-.26V7.83a.29.29 0 00-.25-.27 14.73 14.73 0 00-3.11-.37c-2.66 0-3.93 1.14-3.93 2.72a2.55 2.55 0 001.69 2.5c1.25.52 3.81 1.11 3.81 2.19 0 .83-.38 1.29-1.66 1.29a26.37 26.37 0 01-3.24-.26.27.27 0 00-.27.27v1a.31.31 0 00.27.29 15.64 15.64 0 003.24.37c2.88.03 3.78-1.56 3.78-2.96zM27.1 12.39A1.44 1.44 0 1125.66 11a1.44 1.44 0 011.44 1.39zm-4.41-2.51a.87.87 0 10.86.86.86.86 0 00-.86-.86zm-1-3A1.1 1.1 0 1022.77 8a1.09 1.09 0 00-1.1-1.13zm-1.8-2.29a1 1 0 000 2 1 1 0 100-2zm-2.23-1.36a.87.87 0 10.86.86.87.87 0 00-.86-.86zm-2.37-.56a.73.73 0 10.71.73.73.73 0 00-.71-.73zm-2.29.1a.58.58 0 00-.57.57.57.57 0 00.57.56.56.56 0 00.56-.56.57.57 0 00-.56-.57zm-2 .49a.49.49 0 100 1 .49.49 0 000-1zM9.22 4a.42.42 0 10.42.42.42.42 0 00-.42-.42zM7.7 5a.49.49 0 100 1 .49.49 0 000-1zM6.26 6.43a.56.56 0 10.56.57.56.56 0 00-.56-.57zm-1.2 1.88a.66.66 0 00-.67.69.67.67 0 101.33 0 .66.66 0 00-.66-.69zm-.7 2.41a.71.71 0 10.71.71.71.71 0 00-.71-.71zm0 2.45a.87.87 0 10.86.87.86.86 0 00-.81-.87zm1 2.55a1.1 1.1 0 101.09 1.09 1.09 1.09 0 00-1.02-1.09zm1.79 2.44a1 1 0 101 1 1 1 0 00-.93-1zm2.15 1.62a.86.86 0 10.87.86.86.86 0 00-.8-.86zm2.44.87a.73.73 0 10.73.73.73.73 0 00-.66-.73zm2.32.23a.56.56 0 10.56.56.56.56 0 00-.49-.56zm2-.33a.49.49 0 00-.48.49.49.49 0 001 0 .49.49 0 00-.43-.49zm1.73-.64a.42.42 0 100 .84.42.42 0 000-.84zm1.52-1.13a.49.49 0 00-.49.49.49.49 0 001 0 .49.49 0 00-.42-.49zm1.44-1.55a.56.56 0 10.56.56.56.56 0 00-.47-.56zM22 15.14a.67.67 0 10.67.67.67.67 0 00-.67-.67zm.7-2.49a.71.71 0 10.71.71.71.71 0 00-.67-.71zm-2.7-.81a.67.67 0 10.67.67.67.67 0 00-.67-.67zm-2.59-.59a.36.36 0 00-.37.37.37.37 0 00.37.38.38.38 0 00.38-.38.37.37 0 00-.4-.37zm-.71-1.81a.53.53 0 10.52.53.52.52 0 00-.54-.53zM15 7.93a.71.71 0 10.71.71.71.71 0 00-.71-.71zm-2.31-.25a.8.8 0 10.8.8.8.8 0 00-.82-.8zm-1.97 1.11a.77.77 0 00-.77.76.78.78 0 00.77.77.77.77 0 00.76-.77.76.76 0 00-.76-.76zm-1 2.1a.51.51 0 10.51.51.51.51 0 00-.51-.51zm0 1.95a.38.38 0 10.37.38.38.38 0 00-.33-.38zm.67 1.5a.53.53 0 000 1.05.53.53 0 000-1.05zm1.71 1.16a.71.71 0 000 1.42.71.71 0 100-1.42zm2.3.06a.8.8 0 10.81.8.8.8 0 00-.77-.8zm2-1a.77.77 0 00-.76.77.76.76 0 00.76.76.77.77 0 00.77-.76.78.78 0 00-.76-.81zm1-1.59a.52.52 0 10.51.52.52.52 0 00-.5-.56zm2.24-3.77a.86.86 0 000 1.72.86.86 0 100-1.72zm-1.45-2.46a1 1 0 101 1 1 1 0 00-1-1zM16 5.39a.93.93 0 10.92.93.93.93 0 00-.92-.93zm-2.44-.26a.81.81 0 10.81.8.8.8 0 00-.82-.8zm-2.43.78a.61.61 0 10.6.6.6.6 0 00-.61-.6zM9.06 7.34a.56.56 0 10.55.56.56.56 0 00-.55-.56zm-1.4 2a.56.56 0 10.56.56.56.56 0 00-.56-.52zm-.58 2.24a.67.67 0 00-.67.67.66.66 0 00.67.66.65.65 0 00.66-.66.66.66 0 00-.66-.63zm.34 2.29a.86.86 0 10.86.86.86.86 0 00-.86-.82zM8.87 16a1 1 0 101 1 1 1 0 00-1-1zm2.21 1.56a.93.93 0 10.93.93.93.93 0 00-.93-.94zm2.43.49a.81.81 0 00-.81.81.82.82 0 00.81.82.82.82 0 00.82-.82.82.82 0 00-.82-.86zm2.49-.37a.61.61 0 10.61.6.6.6 0 00-.61-.6zm2-1.33a.56.56 0 10.55.56.56.56 0 00-.55-.56zm1.39-2.06a.56.56 0 100 1.11.56.56 0 000-1.11zm5.69-7a1.24 1.24 0 000 2.48 1.24 1.24 0 000-2.48zm-1.56-2.82a1.06 1.06 0 101.05 1 1.06 1.06 0 00-1.05-1zm-2.34-2.24a.91.91 0 10.91.91.91.91 0 00-.91-.91zM18.55.88a.74.74 0 10.74.73.73.73 0 00-.74-.73zM16 .18a.64.64 0 00-.63.64.63.63 0 00.63.63.64.64 0 00.64-.63.64.64 0 00-.64-.64zM13.55 0a.55.55 0 100 1.09.54.54 0 00.54-.54.54.54 0 00-.54-.55zm-2.42.18a.64.64 0 00-.64.64.64.64 0 00.64.63.63.63 0 00.63-.63.64.64 0 00-.63-.64zm-2.58.7a.74.74 0 10.73.73.74.74 0 00-.73-.73zM5.92 2.23a.91.91 0 10.91.91.91.91 0 00-.91-.91zM3.58 4.47a1 1 0 101 1 1.06 1.06 0 00-1-1zM2 7.32a1.24 1.24 0 101.24 1.24A1.25 1.25 0 002 7.32zM1.44 11a1.44 1.44 0 101.43 1.43A1.43 1.43 0 001.44 11zM2 15a1.24 1.24 0 101.24 1.24A1.25 1.25 0 002 15zm1.57 3.23a1.06 1.06 0 101 1.05 1 1 0 00-.99-1.07zm2.34 2.52a.91.91 0 10.91.91.91.91 0 00-.9-.93zm2.63 1.7a.74.74 0 10.73.74.74.74 0 00-.72-.76zm2.58.9a.64.64 0 00-.64.63.64.64 0 00.64.64.64.64 0 00.63-.64.63.63 0 00-.62-.65zm2.42.36a.54.54 0 00-.54.54.55.55 0 00.54.55.55.55 0 00.55-.55.55.55 0 00-.54-.56zm2.46-.38a.63.63 0 00-.63.63.64.64 0 00.63.64.64.64 0 00.64-.64.64.64 0 00-.64-.63zm2.59-.9a.74.74 0 10.73.74.74.74 0 00-.76-.74zm2.62-1.7a.91.91 0 10.91.91.91.91 0 00-.94-.91zm2.34-2.52a1 1 0 101.05 1.05 1 1 0 00-1.08-1.05zM25.1 15a1.25 1.25 0 101.24 1.25A1.24 1.24 0 0025.1 15z' fill='%23fff'/%3E%3C/svg%3E") center center no-repeat;
  display: block;
  height: 25px;
  width: 182px;
}
/* Color theme implementation
______________________________________ */
.bento-footer {
  background-color: RGBA(0, 0, 0, 0.8);
  color: #afafaf;
}
.bento-footer.footer-alt {
  background-color: rgba(33, 33, 33, 0.7);
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle] {
  background: transparent;
  color: #939393;
  border-color: #939393;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle]:hover {
  border-color: #939393;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle]:hover i {
  color: #ffffff;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle]:focus {
  outline: 1px dotted #939393 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-footer .bento-footer-options > [ngbDropdown] .btn[ngbDropdownToggle]:focus i {
  color: #ffffff;
}
.bento-footer a {
  color: #afafaf;
}
.bento-footer a:hover {
  color: #ffffff;
}
.bento-footer a:focus {
  outline: 1px dotted #afafaf !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
  color: #ffffff;
}
/* Library overrides
______________________________________ */
.onesource-logo-full {
  display: inline-block;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22230.29998779296875%20269.0999755859375%20329.0999755859375%2074.10003662109375%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23fa6400%22%20d%3D%22M239.4%2C273.1v11h-3v-11h-3.8v-2.6h10.5v2.6H239.4z%20M246%2C270.5h3v5.4h5.4v-5.4h3V284h-3v-5.5H249v5.5h-3%0D%0A%09V270.5z%20M266.4%2C270.3c4.4%2C0%2C6.5%2C3%2C6.5%2C7c0%2C4-2.1%2C7-6.5%2C7c-4.4%2C0-6.5-3-6.5-7C259.9%2C273.3%2C262%2C270.3%2C266.4%2C270.3z%20M269.9%2C277.3%0D%0A%09c0-2.6-1-4.5-3.5-4.5c-2.5%2C0-3.5%2C1.8-3.5%2C4.5c0%2C2.6%2C1%2C4.5%2C3.5%2C4.5C268.9%2C281.8%2C269.9%2C279.9%2C269.9%2C277.3z%20M275.5%2C270.5h3l4.2%2C8.9%0D%0A%09l4.2-8.9h3V284H287v-7.7l-2.9%2C6h-2.9l-2.9-6v7.7h-2.9V270.5z%20M297.6%2C284.3c-1.6%2C0-3.5-0.4-4.9-1l0.6-2.4c1.4%2C0.5%2C2.9%2C0.9%2C4.2%2C0.9%0D%0A%09c1.5%2C0%2C2.4-0.4%2C2.4-1.5c0-1.1-0.7-1.4-2.7-1.8c-3-0.6-4.6-1.6-4.6-4.2c0-3.2%2C2.1-4.2%2C5.1-4.2c1.8%2C0%2C3.3%2C0.3%2C4.6%2C1l-0.5%2C2.4%0D%0A%09c-1.2-0.5-2.7-0.9-4.1-0.9c-1.5%2C0-2.2%2C0.3-2.2%2C1.4c0%2C1%2C0.7%2C1.2%2C2.8%2C1.7c2.9%2C0.7%2C4.5%2C1.5%2C4.5%2C4.2C302.9%2C282.7%2C301%2C284.3%2C297.6%2C284.3z%0D%0A%09%20M311.3%2C270.3c4.4%2C0%2C6.5%2C3%2C6.5%2C7c0%2C4-2.1%2C7-6.5%2C7c-4.4%2C0-6.5-3-6.5-7C304.9%2C273.3%2C307%2C270.3%2C311.3%2C270.3z%20M314.8%2C277.3%0D%0A%09c0-2.6-1-4.5-3.5-4.5c-2.5%2C0-3.5%2C1.8-3.5%2C4.5c0%2C2.6%2C1%2C4.5%2C3.5%2C4.5C313.8%2C281.8%2C314.8%2C279.9%2C314.8%2C277.3z%20M320.3%2C270.5h2.9l6%2C8.6%0D%0A%09v-8.6h2.9V284h-2.9l-6-8.6v8.6h-2.9V270.5z%20M350.1%2C278.9l3.5%2C5.1h-3.7l-3-4.8h-2.2v4.8h-3v-13.5h6.5c2.8%2C0%2C4.6%2C1.7%2C4.6%2C4.4%0D%0A%09C352.8%2C276.8%2C351.7%2C278.3%2C350.1%2C278.9z%20M347.8%2C272.9h-3v4h3c1.2%2C0%2C2.1-0.7%2C2.1-2C349.8%2C273.6%2C349%2C272.9%2C347.8%2C272.9z%20M355.8%2C270.5%0D%0A%09h9.3v2.6h-6.3v2.8h5.9v2.6h-5.9v3.1h6.3v2.6h-9.3V270.5z%20M379.4%2C278.9c0%2C2.9-1.9%2C5.4-5.7%2C5.4c-3.8%2C0-5.7-2.5-5.7-5.4v-8.4h3v8.5%0D%0A%09c0%2C1.8%2C1.1%2C2.7%2C2.7%2C2.7c1.7%2C0%2C2.7-1%2C2.7-2.7v-8.5h3V278.9z%20M388.6%2C273.1v11h-3v-11h-3.8v-2.6h10.5v2.6H388.6z%20M395%2C270.5h9.3v2.6%0D%0A%09H398v2.8h5.9v2.6H398v3.1h6.3v2.6H395V270.5z%20M415.4%2C278.9l3.6%2C5.1h-3.7l-3-4.8h-2.2v4.8h-3v-13.5h6.4c2.8%2C0%2C4.6%2C1.7%2C4.6%2C4.4%0D%0A%09C418.1%2C276.8%2C417.1%2C278.3%2C415.4%2C278.9z%20M413.1%2C272.9h-3v4h3c1.2%2C0%2C2.1-0.7%2C2.1-2C415.2%2C273.6%2C414.3%2C272.9%2C413.1%2C272.9z%20M425.5%2C284.3%0D%0A%09c-1.6%2C0-3.4-0.4-4.9-1l0.6-2.4c1.4%2C0.5%2C2.9%2C0.9%2C4.2%2C0.9c1.5%2C0%2C2.4-0.4%2C2.4-1.5c0-1.1-0.7-1.4-2.7-1.8c-3-0.6-4.6-1.6-4.6-4.2%0D%0A%09c0-3.2%2C2.1-4.2%2C5.1-4.2c1.8%2C0%2C3.3%2C0.3%2C4.6%2C1l-0.5%2C2.4c-1.2-0.5-2.7-0.9-4.1-0.9c-1.5%2C0-2.2%2C0.3-2.2%2C1.4c0%2C1%2C0.7%2C1.2%2C2.8%2C1.7%0D%0A%09c2.9%2C0.7%2C4.5%2C1.5%2C4.5%2C4.2C430.9%2C282.7%2C428.9%2C284.3%2C425.5%2C284.3z%20M249.4%2C300.1c12.9%2C0%2C19.1%2C9.1%2C19.1%2C21c0%2C11.9-6.2%2C21-19.1%2C21%0D%0A%09c-12.9%2C0-19.1-9.1-19.1-21C230.3%2C309.2%2C236.5%2C300.1%2C249.4%2C300.1z%20M260.9%2C321.1c0-8.5-3.5-14.5-11.5-14.5c-8%2C0-11.5%2C6-11.5%2C14.5%0D%0A%09c0%2C8.5%2C3.5%2C14.5%2C11.5%2C14.5C257.3%2C335.6%2C260.9%2C329.7%2C260.9%2C321.1z%20M273.3%2C300.8h7.6l19.6%2C28v-28h7.4v40.6h-7.6l-19.6-28v28h-7.4%0D%0A%09V300.8z%20M313.7%2C300.8H341v6.6h-19.7v9.9h18.4v6.6h-18.4v11H341v6.6h-27.3V300.8z%20M360.2%2C342.2c-4.8%2C0-10.3-1.2-14.5-3l1.6-6.2%0D%0A%09c4.1%2C1.7%2C8.8%2C2.9%2C12.8%2C2.9c4.9%2C0%2C8-1.4%2C8-5.2c0-3.7-2.4-4.9-8.9-6.3c-9-1.9-13.6-5.1-13.6-12.2c0-9%2C6.1-12.1%2C15.1-12.1%0D%0A%09c5.4%2C0%2C9.7%2C1%2C13.6%2C2.8l-1.4%2C6.1c-3.5-1.5-7.9-2.7-12.1-2.7c-5%2C0-7.6%2C1.2-7.6%2C5.1c0%2C3.4%2C2.4%2C4.4%2C9%2C6c8.7%2C2.1%2C13.6%2C4.6%2C13.6%2C12.4%0D%0A%09C375.8%2C337.6%2C370%2C342.2%2C360.2%2C342.2z%20M397.8%2C300.1c12.9%2C0%2C19.1%2C9.1%2C19.1%2C21c0%2C11.9-6.2%2C21-19.1%2C21c-12.9%2C0-19.1-9.1-19.1-21%0D%0A%09C378.7%2C309.2%2C384.9%2C300.1%2C397.8%2C300.1z%20M409.2%2C321.1c0-8.5-3.5-14.5-11.5-14.5c-8%2C0-11.5%2C6-11.5%2C14.5c0%2C8.5%2C3.5%2C14.5%2C11.5%2C14.5%0D%0A%09C405.7%2C335.6%2C409.2%2C329.7%2C409.2%2C321.1z%20M454.3%2C326.4c0%2C8.5-5.5%2C15.8-16.7%2C15.8c-11.3%2C0-16.7-7.3-16.7-15.8v-25.5h7.6v26%0D%0A%09c0%2C5.7%2C3.5%2C8.8%2C9.1%2C8.8c5.5%2C0%2C9-3.2%2C9-8.8v-26h7.7V326.4z%20M483.7%2C325.5l10.9%2C16H485l-9.7-15.2h-7.6v15.2h-7.6v-40.6h18.6%0D%0A%09c8.5%2C0%2C13.4%2C5.1%2C13.4%2C12.7C492.2%2C319.1%2C488.9%2C323.6%2C483.7%2C325.5z%20M477.6%2C307h-9.8v13.2h9.8c4.2%2C0%2C6.9-2.4%2C6.9-6.7%0D%0A%09C484.6%2C309.4%2C481.8%2C307%2C477.6%2C307z%20M515.5%2C300.1c5.1%2C0%2C9.1%2C1.1%2C11.6%2C2.3l-1.2%2C6c-2.5-1-5.9-1.7-8.8-1.7c-9.1%2C0-14.2%2C4.9-14.2%2C14.4%0D%0A%09c0%2C9.5%2C5.1%2C14.4%2C14.2%2C14.4c2.9%2C0%2C6.3-0.7%2C8.8-1.7l1.2%2C6c-2.4%2C1.2-6.5%2C2.3-11.6%2C2.3c-12.2%2C0-20.2-8-20.2-21%0D%0A%09C495.3%2C308.1%2C503.3%2C300.1%2C515.5%2C300.1z%20M532.1%2C300.8h27.3v6.6h-19.7v9.9h18.4v6.6h-18.4v11h19.7v6.6h-27.3V300.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A) no-repeat;
  height: 29px;
  width: 122px;
  vertical-align: middle;
}
.global-header {
  height: 60px;
  position: relative;
  z-index: 999;
  white-space: nowrap;
  text-align: right;
}
[dir=rtl] .global-header {
  text-align: left;
}
.global-header ~ .global-header {
  z-index: 998;
}
.global-header ~ .global-header ~ .global-header {
  z-index: 997;
}
.global-header .topbar-left {
  position: absolute;
  text-align: left;
  height: 60px;
  left: 20px;
  z-index: -1;
  top: 0;
}
[dir=rtl] .global-header .topbar-left {
  left: auto;
  right: 20px;
  text-align: right;
}
.global-header .topbar-middle,
.global-header .topbar-right {
  white-space: nowrap;
  padding: 0;
}
.global-header .topbar-middle {
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: right;
  transform: translateX(-50%);
}
[dir=rtl] .global-header .topbar-middle {
  text-align: left;
}
.global-header .topbar-right {
  display: inline-block;
  margin-right: 20px;
}
[dir=rtl] .global-header .topbar-right {
  margin-right: auto;
  margin-left: 20px;
}
.global-header .topbar-right > ul,
.global-header .topbar-right > div,
.global-header .topbar-right > span {
  white-space: normal;
}
.global-header .topbar-item > a .icon-label,
.global-header .topbar-item > button .icon-label {
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -30%;
  position: absolute;
}
.global-header .topbar-item {
  height: 58px;
  line-height: 58px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.global-header .topbar-item .dropdown-menu {
  line-height: normal;
}
.global-header .topbar-item .dropdown-menu a {
  text-align: left;
}
.global-header .topbar-item .dropdown-toggle {
  padding-left: 14px;
  padding-right: 7px;
}
[dir=rtl] .global-header .topbar-item .dropdown-toggle {
  padding-left: 7px;
  padding-right: 14px;
}
.global-header .topbar-item .dropdown-toggle:after {
  margin-left: 0.1em;
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  margin-top: -0.1em;
}
.global-header .topbar-item > a,
.global-header .topbar-item > button {
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  padding: 0 16px;
  font-size: 1.35rem;
  transition: opacity 0.3s;
  text-decoration: none;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  height: 60px;
}
.global-header .topbar-item > a:focus,
.global-header .topbar-item > button:focus {
  outline: 1px dotted white !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-header .topbar-item > a i[class*=bento-icon-caret-down],
.global-header .topbar-item > button i[class*=bento-icon-caret-down] {
  font-size: 1rem;
  vertical-align: top;
}
.global-header .topbar-item > a > span,
.global-header .topbar-item > button > span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
[dir=rtl] .global-header .topbar-item > a > span,
[dir=rtl] .global-header .topbar-item > button > span {
  margin-right: auto;
  margin-left: 5px;
}
.global-header .topbar-item > a > span > span,
.global-header .topbar-item > button > span > span {
  line-height: 100%;
  font-size: 0.8em;
  display: block;
}
.global-header .topbar-item > a > span > span + span,
.global-header .topbar-item > button > span > span + span {
  font-size: 0.7em;
  margin-top: 3px;
}
.global-header .topbar-left .topbar-logo {
  display: inline-block;
}
.global-header .topbar-left a.topbar-logo {
  text-decoration: none;
}
.global-header .topbar-left a {
  padding-right: 5px;
}
.global-header .topbar-left a:focus {
  outline: 1px dotted white !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-header .topbar-left .topbar-logo h1,
.global-header .topbar-left .topbar-logo .topbar-brand {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
.global-header .topbar-left .topbar-logo h1.topbar-parent-app,
.global-header .topbar-left .topbar-logo .topbar-brand.topbar-parent-app {
  font-size: 12px;
  margin: 15px 0 0 0;
}
.global-header .topbar-left .topbar-logo h2,
.global-header .topbar-left .topbar-logo .topbar-child-app {
  font-size: 17px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}
.global-header .dropdown,
.global-header [ngbdropdown] {
  margin: 0;
}
.global-header .dropdown.open .account-menu,
.global-header [ngbdropdown].open .account-menu {
  display: table;
}
.global-header a.dropdown-toggle {
  text-decoration: none;
}
.global-header a.dropdown-toggle .bento-icon-caret-down {
  margin-left: -5px;
  margin-right: -19px;
  display: inline-block;
}
.global-header a.dropdown-toggle:hover {
  text-decoration: none;
}
.global-header .account-menu {
  right: 0;
  left: auto !important;
  padding: 0;
  white-space: normal;
  transform: none;
}
[dir=rtl] .global-header .account-menu {
  left: 0 !important;
  right: auto;
}
.global-header .account-menu:before {
  right: 17px;
  left: auto;
}
.global-header .account-menu:after {
  right: 18px;
  left: auto;
}
.global-header .account-menu .account-menu-top {
  display: table-row;
  float: left;
  padding: 20px 15px 20px 0;
  text-align: left;
  width: 100%;
  line-height: 18px;
}
.global-header .account-menu .account-menu-top a,
.global-header .account-menu .account-menu-top a.dropdown-item {
  text-decoration: underline;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  margin: 0 10px 5px 0;
  opacity: 1;
  padding: 0 0 2px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
[dir=rtl] .global-header .account-menu .account-menu-top a,
[dir=rtl] .global-header .account-menu .account-menu-top a.dropdown-item {
  margin: 0 0 7px 5px;
}
.global-header .account-menu .account-menu-top a:hover, .global-header .account-menu .account-menu-top a:focus,
.global-header .account-menu .account-menu-top a.dropdown-item:hover,
.global-header .account-menu .account-menu-top a.dropdown-item:focus {
  background: none;
}
.global-header .account-menu .account-menu-top a:focus,
.global-header .account-menu .account-menu-top a.dropdown-item:focus {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-header .account-menu .account-menu-avatar,
.global-header .account-menu .avatar {
  display: table-cell;
  padding-left: 20px;
}
.global-header .account-menu .account-menu-avatar img,
.global-header .account-menu .avatar img {
  width: 80px;
}
.global-header .account-menu .account-menu-desc {
  vertical-align: top;
  display: table-cell;
  padding-left: 15px;
}
.global-header .account-menu .account-menu-desc h1,
.global-header .account-menu .account-menu-desc h2,
.global-header .account-menu .account-menu-desc h3,
.global-header .account-menu .account-menu-desc h4,
.global-header .account-menu .account-menu-desc h5 {
  margin-top: 0;
  margin-bottom: 20px;
  white-space: nowrap;
}
.global-header .account-menu .account-menu-foot {
  display: inline-block;
  line-height: 60px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
}
.global-header .account-menu .account-menu-foot button.dropdown-item {
  width: auto;
}
.global-header .account-menu .account-menu-foot button.dropdown-item:focus {
  background: inhrit;
}
.global-header .account-menu .account-menu-avatar + div.account-menu-desc {
  padding-left: 20px;
  padding-right: 5px;
}
.global-header-text {
  text-align: left;
}
.global-header-text .topbar-left {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 20px;
}
[dir=rtl] .global-header-text .topbar-left {
  left: auto;
  margin-left: auto;
  right: 0;
  margin-right: 20px;
}
.global-header-text .topbar-middle {
  transform: none;
  left: auto;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}
.global-header-text .topbar-middle.hidden {
  display: none;
}
.global-header-text .topbar-right {
  position: absolute;
  right: 0;
}
[dir=rtl] .global-header-text .topbar-right {
  right: auto;
  left: 0;
}
[dir=rtl] .global-header-text {
  text-align: right;
}
.global-header-text .topbar-middle .topbar-item a,
.global-header-text .topbar-middle .topbar-item button {
  font-size: 16px;
}
.force-desktop .global-toolbar .navbar-nav .open .dropdown-menu > li,
.global-toolbar .navbar-nav .open .dropdown-menu > li {
  padding: 0;
  border: none;
}
/* Media Queries */
@media (max-width: 899px) {
  .global-header .topbar-middle {
    position: static;
    transform: none;
  }
}
@media (max-width: 799px) {
  .global-header .topbar-item a {
    margin: 0 10px;
  }
  .global-header .topbar-item a.dropdown-toggle .bento-icon-caret-down {
    margin-right: -10px;
  }
  .global-header .topbar-item a.dropdown-toggle:hover {
    text-decoration: none;
  }

  .global-header-text .topbar-item a {
    margin: 0;
  }
}
/* Color theme implementation
______________________________________ */
.global-header {
  background-color: #000000;
}
.global-header .topbar-middle,
.global-header .topbar-right {
  background-color: #000000;
  border: 1px solid transparent;
}
.global-header .topbar-item > a:hover .icon-label .topbar-item > button:hover .icon-label {
  color: #ffffff;
}
.global-header .topbar-item > a,
.global-header .topbar-item > button {
  background: transparent;
  color: #afafaf;
}
.global-header .topbar-item > a:focus,
.global-header .topbar-item > button:focus {
  outline: 1px dotted white !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-header .topbar-item > a:hover,
.global-header .topbar-item > button:hover {
  color: #ffffff;
}
.global-header .topbar-left a:focus {
  outline: 1px dotted white !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-header .topbar-left .topbar-logo h1,
.global-header .topbar-left .topbar-logo .topbar-brand {
  color: #fa6400;
}
.global-header .topbar-left .topbar-logo h2,
.global-header .topbar-left .topbar-logo .topbar-child-app {
  color: #ffffff;
}
.global-header .topbar-left .topbar-logo:hover h2,
.global-header .topbar-left .topbar-logo:hover .topbar-child-app {
  color: #fa6400;
}
.global-header .account-menu .account-menu-top a {
  color: #1f1f1f;
}
.global-header .account-menu .account-menu-top a:focus, .global-header .account-menu .account-menu-top a:hover {
  color: #666;
}
.global-header .account-menu .account-menu-foot {
  border-top-color: #939393;
  background: #f4f5f7;
}
.force-desktop .global-toolbar .navbar-nav .open .dropdown-menu > li > a,
.global-toolbar .navbar-nav .open .dropdown-menu > li > a {
  color: #939393;
  background-color: #404040;
}
.force-desktop .global-toolbar .navbar-nav .open .dropdown-menu > li > a:hover,
.global-toolbar .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #ffffff;
}
/* Library overrides
______________________________________ */
bento-toolbar.global-subnav {
  border: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  min-height: 2.75rem;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-toolbar.global-subnav .navbar-nav {
  border: 1px solid transparent;
  flex-direction: row;
  float: left;
}
[dir=rtl] bento-toolbar.global-subnav .navbar-nav {
  float: right;
  padding-left: inherit;
  padding-right: 0;
}
bento-toolbar.global-subnav .navbar-nav > li {
  float: left;
}
bento-toolbar.global-subnav .navbar-nav > li.transparent {
  opacity: 0;
  height: 1px;
}
bento-toolbar.global-subnav .navbar-right {
  float: right !important;
  margin-right: 0;
  padding-right: 0.625rem;
}
[dir=rtl] bento-toolbar.global-subnav .navbar-right {
  float: left !important;
  margin-right: auto;
  margin-left: 0;
  padding-right: inherit;
  padding-left: 0.625rem;
}
bento-toolbar.global-subnav .navbar-left {
  float: left;
}
bento-toolbar.global-subnav .navbar-header {
  float: left;
}
bento-toolbar.global-subnav .navbar-header h2 {
  margin: 0 0 0 0.9375rem;
  line-height: 2.75rem;
}
bento-toolbar.global-subnav .navbar-nav > li > button,
bento-toolbar.global-subnav .navbar-nav > li > a,
bento-toolbar.global-subnav .navbar-right > li > a,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > button,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > a {
  background: transparent;
  border: none;
  display: flex;
  float: left;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 1rem;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 0.9375rem;
  position: relative;
}
bento-toolbar.global-subnav .navbar-nav > li > button:focus,
bento-toolbar.global-subnav .navbar-nav > li > a:focus,
bento-toolbar.global-subnav .navbar-right > li > a:focus,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > button:focus,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > a:focus {
  outline: 1px dotted #bfbfbf !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
bento-toolbar.global-subnav .navbar-nav > li > button.disabled,
bento-toolbar.global-subnav .navbar-nav > li > a.disabled,
bento-toolbar.global-subnav .navbar-right > li > a.disabled,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > button.disabled,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > a.disabled {
  cursor: default;
  pointer-events: none;
}
bento-toolbar.global-subnav .navbar-nav > li > button.active:before, bento-toolbar.global-subnav .navbar-nav > li > button.router-link-active:before,
bento-toolbar.global-subnav .navbar-nav > li > a.active:before,
bento-toolbar.global-subnav .navbar-nav > li > a.router-link-active:before,
bento-toolbar.global-subnav .navbar-right > li > a.active:before,
bento-toolbar.global-subnav .navbar-right > li > a.router-link-active:before,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > button.active:before,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > button.router-link-active:before,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > a.active:before,
bento-toolbar.global-subnav .navbar-nav > li > [ngbdropdown] > a.router-link-active:before {
  content: "";
  position: absolute;
  height: 0.25rem;
  width: 100%;
  bottom: -1px;
  left: 0;
}
bento-toolbar.global-subnav .divider {
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
}
bento-toolbar.global-subnav .dropdown-item {
  padding: 0;
  border: 1px solid transparent;
}
bento-toolbar.global-subnav .navbar-nav .dropdown-toggle:after {
  content: none;
}
bento-toolbar.global-subnav .navbar-nav .more-button .dropdown-toggle:after {
  font-family: "bento-icons";
  content: "\e71a";
  margin-left: 0;
  vertical-align: middle;
  border: none;
}
bento-toolbar.global-subnav [ngbdropdown] {
  display: block;
  position: relative;
  min-height: 2.75rem;
}
bento-toolbar.global-subnav [ngbdropdown].megamenu-takeover-dropdown {
  position: static;
}
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu {
  max-height: 25rem;
  border-radius: 0;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border: none;
  top: 100%;
  transform: none;
  left: 0;
  position: absolute;
}
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu.dropdown-menu-right {
  left: auto !important;
  right: 0;
}
[dir=rtl] bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu.dropdown-menu-right {
  right: auto !important;
}
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu:before, bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu:after {
  content: none;
}
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu button,
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu a {
  display: block;
  border: none;
  width: 100%;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 1.25rem;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  font-size: 1rem;
}
[dir=rtl] bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu button,
[dir=rtl] bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu a {
  text-align: right;
}
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu button:focus,
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu a:focus {
  outline: none;
  border: none;
  position: relative;
}
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu button:focus:before,
bento-toolbar.global-subnav [ngbdropdown] .dropdown-menu a:focus:before {
  content: " ";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  outline: 1px dotted #bfbfbf !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
bento-toolbar.global-subnav [ngbdropdown] button [class*=bento-icon-],
bento-toolbar.global-subnav [ngbdropdown] a [class*=bento-icon-] {
  margin-right: 0.3125rem;
}
bento-toolbar.global-subnav [ngbdropdown] button.disabled,
bento-toolbar.global-subnav [ngbdropdown] a.disabled {
  cursor: default;
  pointer-events: none;
}
bento-toolbar.global-subnav .toolbar-dropdown {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  min-height: 2.5rem;
  width: 100%;
  display: block;
}
bento-toolbar.global-subnav .open.toolbar-dropdown-menu {
  max-height: 31.25rem;
}
bento-toolbar.global-subnav .open.toolbar-dropdown-toggle:after {
  content: "\e633";
}
bento-toolbar.global-subnav .toolbar-dropdown-toggle:after {
  font-family: "bento-icons";
  content: "\e630";
  margin-left: 0.625rem;
  line-height: 2.75rem;
  position: absolute;
  right: 0.9375rem;
}
[dir=rtl] bento-toolbar.global-subnav .toolbar-dropdown-toggle:after {
  right: auto;
  left: 0.9375rem;
  margin-right: 0.625rem;
  margin-left: auto;
}
bento-toolbar.global-subnav .toolbar-dropdown-toggle[disabled=disabled] {
  cursor: default;
  pointer-events: none;
}
bento-toolbar.global-subnav .toolbar-dropdown-menu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-out;
}
bento-toolbar.global-subnav .toolbar-dropdown-menu .divider {
  display: block;
}
bento-toolbar.global-subnav .toolbar-navbar-right {
  display: block;
  float: right;
}
bento-toolbar.global-subnav .toolbar-navbar-left {
  display: block;
  float: left;
}
bento-toolbar.global-subnav .navbar-nav .dropdown span .bento-smart-badge:after {
  right: 0;
  left: 0;
}
/* Color theme implementation
______________________________________ */
.global-subnav {
  background-color: #404040;
}
.global-subnav .navbar-nav > li > button,
.global-subnav .navbar-nav > li > a,
.global-subnav .navbar-right > li > a,
.global-subnav .navbar-nav > li > [ngbdropdown] > button,
.global-subnav .navbar-nav > li > [ngbdropdown] > a {
  color: #afafaf;
  text-decoration: none;
}
.global-subnav .navbar-nav > li > button:focus,
.global-subnav .navbar-nav > li > a:focus,
.global-subnav .navbar-right > li > a:focus,
.global-subnav .navbar-nav > li > [ngbdropdown] > button:focus,
.global-subnav .navbar-nav > li > [ngbdropdown] > a:focus {
  outline: 1px dotted #bfbfbf !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-subnav .navbar-nav > li > button:hover, .global-subnav .navbar-nav > li > button:focus,
.global-subnav .navbar-nav > li > a:hover,
.global-subnav .navbar-nav > li > a:focus,
.global-subnav .navbar-right > li > a:hover,
.global-subnav .navbar-right > li > a:focus,
.global-subnav .navbar-nav > li > [ngbdropdown] > button:hover,
.global-subnav .navbar-nav > li > [ngbdropdown] > button:focus,
.global-subnav .navbar-nav > li > [ngbdropdown] > a:hover,
.global-subnav .navbar-nav > li > [ngbdropdown] > a:focus {
  color: #ffffff;
}
.global-subnav .navbar-nav > li > button.active, .global-subnav .navbar-nav > li > button.router-link-active, .global-subnav .navbar-nav > li > button:active,
.global-subnav .navbar-nav > li > a.active,
.global-subnav .navbar-nav > li > a.router-link-active,
.global-subnav .navbar-nav > li > a:active,
.global-subnav .navbar-right > li > a.active,
.global-subnav .navbar-right > li > a.router-link-active,
.global-subnav .navbar-right > li > a:active,
.global-subnav .navbar-nav > li > [ngbdropdown] > button.active,
.global-subnav .navbar-nav > li > [ngbdropdown] > button.router-link-active,
.global-subnav .navbar-nav > li > [ngbdropdown] > button:active,
.global-subnav .navbar-nav > li > [ngbdropdown] > a.active,
.global-subnav .navbar-nav > li > [ngbdropdown] > a.router-link-active,
.global-subnav .navbar-nav > li > [ngbdropdown] > a:active {
  color: #ffffff;
}
.global-subnav .navbar-nav > li > button.disabled,
.global-subnav .navbar-nav > li > a.disabled,
.global-subnav .navbar-right > li > a.disabled,
.global-subnav .navbar-nav > li > [ngbdropdown] > button.disabled,
.global-subnav .navbar-nav > li > [ngbdropdown] > a.disabled {
  color: #939393;
}
.global-subnav .navbar-nav > li > button.active:before, .global-subnav .navbar-nav > li > button.router-link-active:before,
.global-subnav .navbar-nav > li > a.active:before,
.global-subnav .navbar-nav > li > a.router-link-active:before,
.global-subnav .navbar-right > li > a.active:before,
.global-subnav .navbar-right > li > a.router-link-active:before,
.global-subnav .navbar-nav > li > [ngbdropdown] > button.active:before,
.global-subnav .navbar-nav > li > [ngbdropdown] > button.router-link-active:before,
.global-subnav .navbar-nav > li > [ngbdropdown] > a.active:before,
.global-subnav .navbar-nav > li > [ngbdropdown] > a.router-link-active:before {
  background-color: #fa6400;
}
.global-subnav .navbar-nav > li > [ngbdropdown].show > button {
  color: #ffffff;
}
.global-subnav .divider {
  background-color: #939393;
}
.global-subnav [ngbdropdown] .dropdown-menu {
  background-color: #404040;
}
.global-subnav [ngbdropdown] .dropdown-menu.bento-megamenu-takeover {
  background-color: #1f1f1f;
}
.global-subnav [ngbdropdown] .dropdown-menu button,
.global-subnav [ngbdropdown] .dropdown-menu a {
  background: #404040;
  color: #afafaf;
  text-decoration: none;
}
.global-subnav [ngbdropdown] .dropdown-menu button:hover, .global-subnav [ngbdropdown] .dropdown-menu button:focus,
.global-subnav [ngbdropdown] .dropdown-menu a:hover,
.global-subnav [ngbdropdown] .dropdown-menu a:focus {
  color: #ffffff;
}
.global-subnav [ngbdropdown] .dropdown-menu button:active, .global-subnav [ngbdropdown] .dropdown-menu button.router-link-active,
.global-subnav [ngbdropdown] .dropdown-menu a:active,
.global-subnav [ngbdropdown] .dropdown-menu a.router-link-active {
  color: #ffffff;
}
.global-subnav [ngbdropdown] .dropdown-menu .dropdown-item:hover, .global-subnav [ngbdropdown] .dropdown-menu .dropdown-item:focus {
  color: #ffffff;
  background: transparent;
}
.global-subnav [ngbdropdown] button.disabled,
.global-subnav [ngbdropdown] a.disabled {
  color: #939393;
}
.global-subnav [ngbdropdown] button.disabled:hover,
.global-subnav [ngbdropdown] a.disabled:hover {
  color: #939393;
}
.global-subnav .toolbar-dropdown {
  border-bottom-color: #404040;
}
.global-subnav .toolbar-dropdown-toggle[disabled=disabled] {
  color: #939393;
}
.global-subnav .toolbar-dropdown-toggle[disabled=disabled]:hover {
  color: #939393;
  background-color: transparent;
}
.global-subnav .toolbar-dropdown-menu {
  background-color: #404040;
}
.global-subnav .toolbar-dropdown-menu .divider {
  background-color: #404040;
}
.global-subnav .dropdown .dropdown-menu .toolbar-dropdown-menu li button,
.global-subnav .dropdown .dropdown-menu .toolbar-dropdown-menu li a {
  background-color: #404040;
  text-decoration: none;
}
/* Library overrides
______________________________________ */
.bento-input {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.bento-input-label {
  border: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
}
/* Color theme implementation
______________________________________ */
.bento-input {
  caret-color: #404040;
  color: #404040;
  border-color: #939393;
}
.bento-input:focus, .bento-input:active {
  border-color: #404040;
}
.bento-input-label {
  background: transparent;
  color: #404040;
}
/* Library overrides
______________________________________ */
bento-megamenu.dropdown-menu bento-megamenu-default .column,
.bento-toolbar bento-megamenu.dropdown-menu bento-megamenu-default .column {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-megamenu.dropdown-menu bento-megamenu-default .column a,
.bento-toolbar bento-megamenu.dropdown-menu bento-megamenu-default .column a {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-megamenu.dropdown-menu a,
.bento-toolbar bento-megamenu.dropdown-menu a {
  text-decoration: none;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-items a {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
/* Color theme implementation
______________________________________ */
.bento-megamenu-subnav-background {
  background: #404040;
}
@media screen and (max-width: 600px) {
  .bento-megamenu-height {
    max-height: 45vh !important;
  }
}
@media screen and (min-width: 601px) {
  .bento-megamenu-height {
    max-height: none !important;
  }
}
@media screen and (min-width: 601px) {
  bento-megamenu.dropdown-menu > bento-megamenu-default,
bento-megamenu.dropdown-menu > bento-megamenu-flow,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-default,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-flow {
    background: #ffffff;
  }
  bento-megamenu.dropdown-menu > bento-megamenu-default .column a,
bento-megamenu.dropdown-menu > bento-megamenu-flow .column a,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-default .column a,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-flow .column a {
    color: #1f1f1f;
  }
  bento-megamenu.dropdown-menu > bento-megamenu-default .column a:hover,
bento-megamenu.dropdown-menu > bento-megamenu-flow .column a:hover,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-default .column a:hover,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-flow .column a:hover {
    color: #404040;
  }
  bento-megamenu.dropdown-menu > bento-megamenu-default .column a:focus,
bento-megamenu.dropdown-menu > bento-megamenu-flow .column a:focus,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-default .column a:focus,
.bento-toolbar .dropdown bento-megamenu.dropdown-menu > bento-megamenu-flow .column a:focus {
    outline: 1px dotted black !important;
    outline-offset: 1px !important;
    box-shadow: none !important;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .global-subnav bento-megamenu.dropdown-menu {
    background: #404040;
  }
  .global-subnav bento-megamenu.dropdown-menu .bui-megamenu-column-header {
    color: #ffffff;
  }
  .global-subnav bento-megamenu.dropdown-menu .column a {
    color: #afafaf;
  }
  .global-subnav bento-megamenu.dropdown-menu .column a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 601px) {
  .global-subnav bento-megamenu.dropdown-menu > bento-megamenu-default,
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-flow {
    background: #404040;
  }
  .global-subnav bento-megamenu.dropdown-menu > bento-megamenu-default .bui-megamenu-column-header,
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-flow .bui-megamenu-column-header {
    color: #ffffff;
  }
  .global-subnav bento-megamenu.dropdown-menu > bento-megamenu-default .column a,
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-flow .column a {
    color: #afafaf;
  }
  .global-subnav bento-megamenu.dropdown-menu > bento-megamenu-default .column a:hover,
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-flow .column a:hover {
    color: #ffffff;
  }
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover {
  background: #1f1f1f;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-headers {
  background: #404040;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-headers li.active a {
  color: #ffffff;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-headers li a {
  color: #afafaf;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-headers li a:hover {
  color: #ffffff;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-headers li a:focus {
  outline: 1px dotted #bfbfbf !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-items a {
  color: #afafaf;
}
.global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-items a:hover, .global-subnav bento-megamenu.dropdown-menu > bento-megamenu-takeover .bento-megamenu-takeover-items a:focus {
  color: #ffffff;
}
/* Library overrides
______________________________________ */
window,
document,
body {
  -webkit-overflow-scrolling: touch;
}
.matching-text-highlight {
  text-decoration: underline;
}
.noselect {
  -webkit-user-select: none;
          user-select: none;
}
/* Color theme implementation
______________________________________ */
.has-border {
  border: 1px solid #939393 !important;
}
/* Library overrides
______________________________________ */
.bento-items-label {
  margin-top: 5px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}
bento-multiselect-list {
  min-height: 200px;
  min-width: 300px;
}
bento-multiselect-list .nav-pills > li.active button {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
bento-multiselect-list .nav-pills > li button {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-multiselect-list .nav-pills > li button:focus span {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
/* Color theme implementation
______________________________________ */
bento-multiselect-list .pills {
  border-bottom-color: #d0d0d0;
  background: #f4f5f7;
}
bento-multiselect-list .nav-pills > li.active button {
  color: #1f1f1f;
  border-bottom-color: #fa6400 !important;
}
bento-multiselect-list .nav-pills > li button {
  background-color: transparent;
  color: #1f1f1f;
}
bento-multiselect-list .nav-pills > li button:hover {
  color: #1f1f1f;
}
bento-multiselect-list .bento-multiselect-list-item {
  color: #1f1f1f;
  border-top-color: #d0d0d0 !important;
  background: #ffffff;
}
bento-multiselect-list .bento-multiselect-list-item:last-of-type {
  border-bottom-color: #d0d0d0;
}
bento-multiselect-list .bento-multiselect-list-item.focused {
  background: #d4ebf4;
}
bento-multiselect-list .bento-multiselect-list-item.bento-multiselect-search {
  border-bottom-color: #d0d0d0 !important;
  background: #ffffff;
}
bento-multiselect-list .bento-multiselect-list-item.bento-multiselect-search > input {
  background-color: #ffffff;
  border-color: #d0d0d0;
}
/* Library overrides
______________________________________ */
bento-multiselect-overlay .bento-multiselect-overlay-inner {
  line-height: 30px;
}
/* Color theme implementation
______________________________________ */
bento-multiselect-overlay .nav-pills a:focus span {
  outline: 1px dotted #1f1f1f !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
bento-multiselect-overlay bento-list.cdk-program-focused .focused bento-checkbox, bento-multiselect-overlay bento-list.cdk-keyboard-focused .focused bento-checkbox {
  outline: 1px dotted #1f1f1f !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
  outline-style: solid !important;
}
/* Library overrides
______________________________________ */
bento-number-input > input.form-control {
  padding-right: 65px;
  height: 30px;
  line-height: 28px;
}
[dir=rtl] bento-number-input > input.form-control {
  padding-left: 65px;
}
bento-number-input input[type=number] {
  -moz-appearance: textfield;
}
bento-number-input .bento-number-input-button {
  border-left-width: 0 !important;
  flex: 0 0 auto;
}
bento-number-input.six-digit {
  width: 165px;
  min-width: 165px;
}
bento-number-input.two-digit {
  width: 135px;
  min-width: 135px;
}
bento-number-input.input-lg .form-control {
  height: 46px;
  line-height: 46px -2;
}
bento-number-input.input-lg .bento-number-input-button {
  width: 46px;
  height: 46px;
  line-height: 44px;
}
bento-number-input.input-lg .bento-number-input-button.bento-number-input-button-down {
  right: 45px;
}
[dir=rtl] bento-number-input.input-lg .bento-number-input-button.bento-number-input-button-down {
  left: 45px;
}
bento-number-input.input-sm .form-control {
  height: 24px;
  line-height: 24px -2;
}
bento-number-input.input-sm .bento-number-input-button {
  width: 24px;
  height: 24px;
  line-height: 22px;
}
bento-number-input.input-sm .bento-number-input-button.bento-number-input-button-down {
  right: 23px;
}
[dir=rtl] bento-number-input.input-sm .bento-number-input-button.bento-number-input-button-down {
  left: 23px;
}
bento-number-input .bento-number-input-button {
  height: 30px;
  line-height: 28px;
  width: 30px;
}
bento-number-input .bento-number-input-button.bento-number-input-button-down {
  right: 29px;
}
[dir=rtl] bento-number-input .bento-number-input-button.bento-number-input-button-down {
  left: 29px;
}
/* Color theme implementation
______________________________________ */
bento-number-input input.form-control:focus,
bento-number-input .bento-number-input-button.cdk-focused,
bento-number-input .bento-number-input-button.cdk-keyboard-focused {
  border-width: 1px !important;
  box-shadow: 0 0 0 1px #404040;
  outline: none;
  z-index: 1;
}
bento-number-input > input.form-control:focus ~ .bento-number-input-button {
  border-color: #404040;
}
bento-number-input input[aa-val-msg].ng-dirty.ng-invalid ~ .bento-number-input-button {
  border-color: #dc0a0a;
}
bento-number-input .bento-number-input-button {
  background: #f4f5f7;
  border-color: #939393;
}
bento-number-input .bento-number-input-button:active, bento-number-input .bento-number-input-button:hover, bento-number-input .bento-number-input-button:focus {
  outline: none;
  background: #fff;
}
bento-number-input.bui-focused input.form-control,
bento-number-input.bui-focused .bento-number-input-button {
  border-color: #404040;
}
/* Library overrides
______________________________________ */
bento-off-canvas-menu .bento-off-canvas-menu-topbar {
  padding: 0 0 0 65px;
  transition: left 0.2s, right 0.2s;
  z-index: 1111;
}
bento-off-canvas-menu .bento-off-canvas-menu-topbar.menu-button-is-hidden {
  padding: 0;
}
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-topbar.menu-button-is-hidden {
  padding: 0;
}
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-topbar {
  padding: 0 65px 0 0;
}
bento-off-canvas-menu .bento-off-canvas-menu-topbar .logo {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
bento-off-canvas-menu .bento-off-canvas-menu-topbar .bento-off-canvas-menu-button {
  width: 65px;
  height: 60px;
  line-height: 60px;
}
bento-off-canvas-menu .bento-off-canvas-menu-header {
  font-family: "BentoLight", arial, helvetica, sans-serif;
  min-height: 60px;
  line-height: 60px;
}
bento-off-canvas-menu .bento-off-canvas-menu-header > div {
  font-family: "BentoBold", arial, helvetica, sans-serif;
}
bento-off-canvas-menu button.bento-off-canvas-menu-close-button {
  font-family: "bento-icons";
  width: 60px;
  height: 60px;
  line-height: 60px;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside {
  border-right: 1px solid #666;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside a {
  text-decoration: none;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside a:hover, bento-off-canvas-menu .bento-off-canvas-menu-aside a:focus {
  text-decoration: underline;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside a + a.menu-item {
  text-decoration: none;
}
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-aside {
  border-right: none;
  border-left: 1px solid #666;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside-right {
  border-left: 1px solid #666;
}
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-aside-right {
  border-left: none;
  border-right: 1px solid #666;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside-right,
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-right {
  transition: right 0.2s, box-shadow 0.2s;
  z-index: 1113;
}
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-aside-right,
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-right {
  transition: left 0.2s;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside-right h2,
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-right h2 {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside,
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-color {
  padding: 0;
  transition: box-shadow 0.2s, left 0.2s;
  z-index: 1110;
}
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-aside,
[dir=rtl] bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-color {
  transition: right 0.2s;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside h2,
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-color h2 {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside ul.menu li > a,
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-color ul.menu li > a {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-color {
  z-index: 1109;
}
bento-off-canvas-menu .bento-off-canvas-menu-aside-bg-right {
  z-index: 1109;
}
bento-off-canvas-menu .bento-off-canvas-menu-content-overlay {
  top: 60px;
  transition: left 0.2s, right 0.2s;
}
bento-off-canvas-menu .bento-off-canvas-menu-content {
  min-height: calc(100% - 60px);
  top: 60px;
  transition: left 0.2s, right 0.2s;
}
bento-off-canvas-menu.open-right > .bento-off-canvas-menu-content-overlay {
  z-index: 1112;
}
bento-off-canvas-menu.open.ng-enter {
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition: 2s linear all;
}
bento-off-canvas-menu.open > .bento-off-canvas-menu-content-overlay {
  z-index: 1112;
}
/* Color theme implementation
______________________________________ */
body.bento-off-canvas-menu-bg-color,
html.bento-off-canvas-menu-bg-color {
  background: #ffffff;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar {
  background: #000000;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar .item .triangle-down {
  border-top-color: #666;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar .logo {
  color: #fa6400;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar .bento-off-canvas-menu-button {
  background: #000000;
  color: #ffffff;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar .bento-off-canvas-menu-button:focus {
  outline: 1px dotted white !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-off-canvas-menu .bento-off-canvas-menu-header {
  border-bottom-color: #666;
  color: #000000;
}
.bento-off-canvas-menu button.bento-off-canvas-menu-close-button {
  background-color: transparent;
  color: #1f1f1f;
}
.bento-off-canvas-menu button.bento-off-canvas-menu-close-button:hover {
  color: #6c6c6c;
}
.bento-off-canvas-menu button.bento-off-canvas-menu-close-button:focus {
  background-color: #e6e6e6;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside hr {
  border-top-color: #666;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-right,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-right {
  background: #ffffff;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color {
  background: #ffffff;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside a,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color a {
  color: #1f1f1f;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.meta li > a:hover,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.meta li > a:hover {
  color: #6c6c6c;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.meta li > a:focus,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.meta li > a:focus {
  outline: 1px dotted #e0e0e0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li > a:first-child,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li > a:first-child {
  border-bottom-color: #666;
  border-top-color: #666;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li:not([disabled=disabled]).selected > a, .bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li:not([disabled=disabled]).active > a,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li:not([disabled=disabled]).selected > a,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li:not([disabled=disabled]).active > a {
  border-top-color: #666;
  border-bottom-color: #666;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li:not([disabled=disabled]).selected > a:before, .bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li:not([disabled=disabled]).active > a:before,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li:not([disabled=disabled]).selected > a:before,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li:not([disabled=disabled]).active > a:before {
  background: #fa6400;
  border-color: #666;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li:not([disabled=disabled]):hover > a,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li:not([disabled=disabled]):hover > a {
  background: #ffffff;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li > a,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li > a {
  color: #1f1f1f;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li > a:first-child:hover,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li > a:first-child:hover {
  color: #1f1f1f;
  background: #ffffff;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li > a:focus,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li > a:focus {
  outline: 1px dotted black !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li > a.menu-icon:hover,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li > a.menu-icon:hover {
  color: #6c6c6c;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li[disabled=disabled],
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li[disabled=disabled] {
  color: #afafaf;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-wrapper .bento-off-canvas-menu-aside ul.menu li[disabled=disabled] > a,
.bento-off-canvas-menu > .bento-off-canvas-menu-aside-bg-color ul.menu li[disabled=disabled] > a {
  color: #afafaf;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-content-overlay {
  background: #1f1f1f;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-content {
  background: #ffffff;
}
/* 1200px v0.2 preview */
@media only screen and (max-width: 1199px) {
  .bento-off-canvas-menu .bento-off-canvas-menu-topbar .pull-right .item {
    /*
    */
    border-right-color: #afafaf;
    border-left-color: #afafaf;
  }
}
/* Library overrides
______________________________________ */
bento-pagination .bento-pagination .bento-select {
  height: 30px;
}
bento-pagination .bento-pagination .bento-select select,
bento-pagination .bento-pagination .bento-select .btn {
  height: 30px;
}
bento-pagination .bento-pagination button {
  height: 30px;
}
bento-pagination .bento-pagination .paginate-button.first > button {
  border-radius: 0 0 0 0;
}
bento-pagination .bento-pagination .paginate-button.last > button {
  border-radius: 0 0 0 0;
}
bento-pagination .bento-pagination .paginate-info span,
bento-pagination .bento-pagination .paginate-info-select span {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-pagination .bento-pagination .paginate-input-wrap .paginate-input-group input.form-control {
  height: 30px;
}
bento-pagination .bento-pagination .paginate-input-wrap .dataTables-info {
  margin-right: 20px;
}
/* Color theme implementation
______________________________________ */
.bento-pagination .btn.btn-outline-primary {
  border-color: #939393;
}
.bento-pagination .paginate-input-wrap input.form-control {
  border-color: #939393;
}
/* Library overrides
______________________________________ */
ngb-progressbar.progress {
  border-radius: 0;
}
ngb-progressbar.label-right {
  position: relative;
  width: 100%;
}
ngb-progressbar.label-right .progress-bar {
  align-items: inherit;
}
ngb-progressbar.label-right .progress-bar > span {
  position: absolute;
  right: -35px;
  width: 35px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] ngb-progressbar.label-right .progress-bar > span {
  right: auto;
  left: -35px;
  text-align: left;
}
ngb-progressbar.label-right.progress {
  width: calc(100% - 35px);
  overflow: visible;
}
/* Color theme implementation
______________________________________ */
ngb-progressbar.progress {
  background: #d0d0d0;
}
ngb-progressbar.progress .progress-bar.bg-warning {
  color: #000000;
  border: 1px solid #c28900;
}
ngb-progressbar.label-right .progress-bar > span {
  color: #1f1f1f;
}
/* Library overrides
______________________________________ */
[bentoReset] {
  padding-right: 12px;
}
[bentoReset]:focus {
  padding-right: 30px;
}
[dir=rtl] [bentoReset]:focus {
  padding-right: 12px;
  padding-left: 30px;
}
.bento-reset-close-button {
  background: none;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: color 0.1s;
  width: 30px;
  z-index: 5;
}
.bento-reset-close-button:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  border-radius: 999px;
  top: 2px;
  left: 2px;
  border: 1px solid transparent;
}
.bento-reset-close-button i {
  line-height: 14px;
}
.bento-reset-close-button i:before {
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.bento-reset-close-button:focus {
  outline: none;
}
/* Color theme implementation
______________________________________ */
.bento-reset-close-button {
  color: #404040;
}
.bento-reset-close-button:hover {
  color: white;
  transition: 0.2s color;
}
.bento-reset-close-button:hover:before {
  background-color: #666;
  border-color: #666;
  transition: 0.2s background-color, 0.2s border-color;
}
.bento-reset-close-button.cdk-program-focused:before, .bento-reset-close-button.cdk-keyboard-focused:before {
  outline-color: #404040;
  outline-width: 1px;
  outline-style: dashed;
}
input.bui-focused.form-control {
  border-color: #404040;
}
/**
 * Stylesheet that contains styling for radio buttons.
 */
input[type=radio].bento-radio-button + label {
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
}
/* Library overrides
______________________________________ */
.bento-scrollable-bar-inner {
  line-height: 0;
}
.bento-scrollable-bar-inner > div {
  line-height: 1.4285rem;
}
/* Color theme implementation
______________________________________ */
/* Library overrides
______________________________________ */
bento-scrollable-toolbar .bento-scrollable-toolbar-wrapper.bui-bento-toolbar {
  height: 3rem;
}
bento-scrollable-toolbar .bento-scrollable-toolbar-wrapper.bui-bento-toolbar bento-scrollable-bar {
  height: 3rem;
}
bento-scrollable-toolbar .bento-scrollable-toolbar-wrapper.bui-bento-toolbar .bento-scroll-bar-has-scroll .bento-scrollable-bar-inner {
  width: calc(100% - 65px);
  margin-left: 25px;
}
[dir=rtl] bento-scrollable-toolbar .bento-scrollable-toolbar-wrapper.bui-bento-toolbar .bento-scroll-bar-has-scroll .bento-scrollable-bar-inner {
  margin-right: 25px;
}
bento-scrollable-toolbar .bento-scrollable-toolbar-wrapper.bui-bento-toolbar .dropdown-item {
  height: 2.5714285714rem;
}
.bui-bento-scrollable-toolbar-dropdown-menu .dropdown-item {
  height: 2.5714285714rem;
}
button.bento-scrollable-bar-side-arrow {
  align-items: center;
  justify-content: center;
  width: 40px;
}
button.bento-scrollable-bar-side-arrow.cdk-program-focused, button.bento-scrollable-bar-side-arrow.cdk-keyboard-focused {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-scroll-bar-has-scroll .bento-scrollable-bar-inner {
  width: calc(100% - 80px);
  margin-left: 40px;
}
[dir=rtl] .bento-scroll-bar-has-scroll .bento-scrollable-bar-inner {
  margin-right: 40px;
}
.bento-scrollable-bar-cover {
  width: 30px;
}
.bento-scrollable-bar-cover.left {
  left: 40px;
}
.bento-scrollable-bar-cover.right {
  right: 40px;
}
bento-scrollable-toolbar-item button [class*=bento-icon] {
  margin: 0 4px;
}
/* Color theme implementation
______________________________________ */
bento-scrollable-bar .bento-scrollable-bar-cover.left,
bento-scrollable-toolbar .bento-scrollable-bar-cover.left {
  background: linear-gradient(to right, #f4f5f7, rgba(244, 245, 247, 0));
}
bento-scrollable-bar .bento-scrollable-bar-cover.right,
bento-scrollable-toolbar .bento-scrollable-bar-cover.right {
  background: linear-gradient(to right, rgba(244, 245, 247, 0), #f4f5f7);
}
bento-scrollable-bar [role=menuitem]:disabled, bento-scrollable-bar [role=menuitem].disabled,
bento-scrollable-toolbar [role=menuitem]:disabled,
bento-scrollable-toolbar [role=menuitem].disabled {
  color: #939393;
}
bento-scrollable-bar button.bento-scrollable-bar-side-arrow,
bento-scrollable-toolbar button.bento-scrollable-bar-side-arrow {
  background: #f4f5f7;
  border-color: #d0d0d0;
}
/* Library overrides
______________________________________ */
.bento-search,
.bento-filter {
  display: block;
  position: relative;
}
.bento-search:before,
.bento-filter:before {
  display: block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  left: 8px;
  line-height: 100%;
  position: absolute;
  speak: none;
  transform: translateY(-50%);
}
[dir=rtl] .bento-search:before,
[dir=rtl] .bento-filter:before {
  left: auto;
  right: 8px;
}
.bento-search .bento-reset-close-button:before,
.bento-filter .bento-reset-close-button:before {
  font-size: 16px;
  margin-right: -10px;
}
.bento-search input,
.bento-filter input {
  padding: 0 10px 0 32px;
  font-size: 1rem;
}
[dir=rtl] .bento-search input,
[dir=rtl] .bento-filter input {
  padding: 0 30px 0 32px;
}
.bento-search input:focus,
.bento-filter input:focus {
  border-width: 1px;
  border-style: solid;
  padding: 0 10px 0 32px;
}
[dir=rtl] .bento-search input:focus,
[dir=rtl] .bento-filter input:focus {
  padding: 0 30px 0 32px;
}
.bento-search input::placeholder,
.bento-filter input::placeholder {
  font-style: italic;
}
.bento-search input:-ms-input-placeholder,
.bento-filter input:-ms-input-placeholder {
  font-style: italic;
}
.transferlist label {
  margin-right: 0.5714285714rem;
}
.transferlist:first-child .navbar-list {
  margin-left: auto;
}
.bento-search-label,
.bento-filter-label {
  margin-bottom: 0;
}
.bento-filter:before {
  content: "\e70e";
  top: 56%;
}
.bento-search:before {
  content: "\e6c4";
  top: 50%;
}
/* Color theme implementation
______________________________________ */
.bento-search:before {
  color: #1f1f1f;
}
.bento-search input:focus {
  border-color: #404040;
}
.bento-search input::placeholder {
  color: #666;
}
.bento-search input:-ms-input-placeholder {
  color: #666;
}
/* Library overrides
______________________________________ */
.form-group .bento-select {
  display: block;
}
.form-inline .form-group .bento-select {
  display: inline-block;
}
.bento-select {
  display: inline-block;
  height: 30px;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: relative;
  right: 1px;
  transition: border-color 0.3s;
  vertical-align: middle;
  width: 100%;
}
[dir=rtl] .bento-select {
  right: auto;
  left: 1px;
}
.bento-select > .btn {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  border: none;
  background: transparent;
}
[dir=rtl] .bento-select > .btn {
  right: auto;
  left: 0;
}
.bento-select > .btn:active {
  box-shadow: none;
}
.bento-select > .btn [class^=bento-icon] {
  font-size: 1rem;
  line-height: inherit;
}
.bento-select.no-value > .btn {
  border: none;
}
.bento-select.no-value:hover > .btn:not(.disabled) {
  color: #004374;
}
.bento-select.input-sm {
  height: 24px;
}
.bento-select.input-sm > .btn {
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 0.9rem;
  padding: 0;
}
.bento-select.input-sm select {
  height: 24px;
  line-height: 22px;
  padding-right: 24px;
}
.bento-select.input-sm select.form-control {
  font-size: 0.8571428571rem;
  padding-top: 0;
  padding-bottom: 0;
}
.bento-select.input-sm.firefox .form-control {
  padding-top: 0;
}
.bento-select.input-lg {
  height: 46px;
}
.bento-select.input-lg > .btn {
  width: 46px;
  height: 46px;
  line-height: 44px;
  padding: 0;
}
.bento-select.input-lg select {
  height: 46px;
  line-height: 44px;
}
.bento-select.input-lg select.form-control {
  font-size: 1.1428571429rem;
  padding-top: 0;
  padding-bottom: 0;
}
.bento-select.input-lg.firefox .form-control {
  padding-top: 0;
}
.bento-select select[disabled] ~ .btn-icon {
  background-color: transparent;
  border-color: transparent;
}
.bento-select select,
.bento-select select.form-control:not([size]):not([multiple]) {
  left: 0;
  position: relative;
  background: transparent;
  padding: 0 30px 0 12px;
  line-height: 28px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-right: 0;
  -webkit-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  -moz-appearance: none;
  z-index: 2;
  width: 100%;
}
[dir=rtl] .bento-select select,
[dir=rtl] .bento-select select.form-control:not([size]):not([multiple]) {
  padding: 0 12px 0 30px;
}
.bento-select select::-ms-expand,
.bento-select select.form-control:not([size]):not([multiple])::-ms-expand {
  display: none;
}
.bento-select select:focus,
.bento-select select.form-control:not([size]):not([multiple]):focus {
  background: transparent;
}
.bento-select select:focus,
.bento-select select.form-control:not([size]):not([multiple]):focus {
  border-width: 1px;
  border-style: solid;
  outline: none;
}
.bento-select select[disabled] {
  cursor: not-allowed;
}
.bento-select.firefox .bento-select-border {
  border-color: 1px;
  border-style: solid;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: border 0.2s;
  z-index: 3;
}
.bento-select.firefox select {
  padding-top: 5px;
  padding-right: 20px;
}
.bento-select.firefox select:focus + .bento-select-border {
  border-width: 1px;
  border-style: solid;
  outline: none;
}
.bento-select.ie10 .btn {
  z-index: 1;
}
body.win .firefox .bento-select select {
  padding-right: 30px;
}
.bento-select.bento-select-xs {
  height: 22px;
}
.bento-select.bento-select-xs > .btn {
  width: 22px;
  height: 22px;
  line-height: 20px;
  padding: 0;
  font-size: 0.6593406593rem;
}
.bento-select.bento-select-xs select {
  height: 22px;
  font-size: 0.8571428571rem;
  padding: 0 27px 0 5px;
}
[dir=rtl] .bento-select.bento-select-xs select {
  padding: 0 5px 0 27px;
}
.bento-select.bento-select-xs select.form-control {
  font-size: 0.8571428571rem;
  padding: 0 27px 0 5px;
}
[dir=rtl] .bento-select.bento-select-xs select.form-control {
  padding: 0 5px 0 27px;
}
.bento-select.bento-select-xs.firefox .form-control {
  padding-top: 0;
}
body.win .bento-select.bento-select-xs.firefox select {
  padding-left: 0;
  padding-right: 12px;
}
[dir=rtl] body.win .bento-select.bento-select-xs.firefox select {
  padding-left: 12px;
  padding-right: 0;
}
body.win.chrome .bento-select.bento-select-xs select {
  padding-left: 0;
  padding-right: 22px;
}
[dir=rtl] body.win.chrome .bento-select.bento-select-xs select {
  padding-left: 22px;
  padding-right: 0;
}
/* Color theme implementation
______________________________________ */
.bento-select {
  background: #ffffff;
}
.bento-select:hover :not([disabled]) ~ .btn-icon {
  color: #666;
}
.bento-select.no-value select,
.bento-select.no-value select.dropdown-item {
  color: #404040;
}
.bento-select.no-value:hover select,
.bento-select.no-value:hover select.dropdown-item {
  color: #404040;
  border-color: #404040;
}
.bento-select.no-value:hover > .btn:not(.disabled) {
  color: #004374;
}
.bento-select.in-focus {
  border-color: #404040;
}
.bento-select select,
.bento-select select.dropdown-item,
.bento-select select.form-control:not([size]):not([multiple]) {
  color: #404040;
}
.bento-select select:focus,
.bento-select select.dropdown-item:focus,
.bento-select select.form-control:not([size]):not([multiple]):focus {
  outline: none;
  box-shadow: 0 0 0 1px black !important;
  z-index: 1;
}
.bento-select.firefox .bento-select-border {
  border-color: #939393;
}
.bento-select.firefox select:focus + .bento-select-border,
.bento-select.firefox select.dropdown-item:focus + .bento-select-border {
  border-color: #404040;
}
.bento-select select[disabled],
.bento-select select[disabled].dropdown-item {
  color: #afafaf !important;
  background-color: #f4f5f7 !important;
  border-color: #939393 !important;
  cursor: not-allowed !important;
}
.bento-select select[disabled] ~ .btn-icon {
  color: #404040 !important;
  cursor: not-allowed !important;
  opacity: 0.65;
}
/* Library overrides
______________________________________ */
bento-side-nav .btn-expand-collapse:focus {
  outline: none;
}
bento-side-nav .btn-expand-collapse:focus.cdk-keyboard-focused, bento-side-nav .btn-expand-collapse:focus.cdk-program-focused {
  outline: 1px dashed;
}
bento-side-nav [bentoSideNavItem] > .label a {
  text-decoration: none;
}
/* Color theme implementation
______________________________________ */
bento-side-nav {
  border-right-color: #d0d0d0;
  border-left-color: #d0d0d0;
}
[bentoSideNavItem] > .label {
  border-color: transparent;
}
[bentoSideNavItem] > .label:before {
  border-color: transparent;
}
[bentoSideNavItem] > .label a {
  color: #1f1f1f;
}
[bentoSideNavItem] > .label a.disabled {
  color: rgba(64, 64, 64, 0.2);
}
[bentoSideNavItem].current-page > .label {
  border-top-color: #666;
  border-bottom-color: #666;
  background-color: #f4f5f7;
}
[bentoSideNavItem].current-page > .label:before {
  border-color: #666;
  background-color: #fa6400;
}
[bentoSideNavItem].current-page .btn-expand-collapse:focus {
  outline: 1px dashed black;
  outline-offset: 0;
}
/* Library overrides
______________________________________ */
bento-multiselect-overlay .bento-side-overlay {
  /* Arrows */
}
bento-multiselect-overlay .bento-side-overlay .bento-side-overlay-left-arrow {
  z-index: 1121;
}
bento-multiselect-overlay .bento-side-overlay .bento-side-overlay-right-arrow {
  z-index: 1121;
}
.bui-bento-side-overlay-container-wrapper {
  z-index: 1120;
}
.bui-bento-side-overlay-container-wrapper .bento-side-overlay-container {
  z-index: 1120;
}
.bui-bento-side-overlay-container-wrapper.bento-side-overlay-container-wrapper-fixed {
  z-index: 1150;
}
/* Color theme implementation
______________________________________ */
.bento-side-overlay-container-wrapper .bento-side-overlay-container {
  background-color: #ffffff;
  border-color: #939393;
}
.bento-side-overlay-container-wrapper .bento-side-overlay-container .bento-side-overlay-container-footer {
  background: #ffffff;
  border-top-color: #d0d0d0;
}
.bento-side-overlay-container-wrapper .bento-side-overlay-container .bento-side-overlay-lower-container {
  /*width: 100%;*/
  background: #ffffff;
  border-top-color: #d0d0d0;
}
.bento-side-overlay-triangle {
  fill: #ffffff;
  stroke: #d0d0d0;
  stroke-width: 1;
}
/* Library overrides
______________________________________ */
bento-skip-links {
  z-index: 1200;
}
/* Color theme implementation
______________________________________ */
bento-skip-links {
  border-color: #f1e5fa;
  background-color: #621f95;
  color: #ffffff;
}
bento-skip-links .bui-skip-link-divider {
  background-color: #ffffff;
}
bento-skip-links a, bento-skip-links a:hover, bento-skip-links a:focus {
  color: #ffffff;
}
bento-skip-links a:focus {
  outline: 1px dotted #ffffff !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
/* Library overrides
______________________________________ */
.bento-smart-digit {
  border-radius: 0.2142857143rem;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 0.6428571429rem;
  font-weight: 600;
  height: 1rem;
  line-height: normal;
  max-height: 1rem;
  min-width: 0.9285714286rem;
  padding: 1px 1px;
  text-align: center;
  vertical-align: middle;
}
.bento-smart-badge.bento-smart-badge-dot-with-icon {
  background: none;
  border-radius: 50%;
  border: none;
  height: 0.8571428571rem;
  text-align: center;
  vertical-align: middle;
  width: 0.8571428571rem;
}
.bento-smart-badge.bento-smart-badge-dot-with-icon::after {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  display: block;
  font-family: "bento-icons";
  font-size: 0.8571428571rem;
  font-style: normal;
  font-weight: 600;
  height: 0.8571428571rem;
  line-height: 0.8571428571rem;
  text-align: center;
  width: 0.8571428571rem;
}
[dir=rtl] .bento-smart-badge.bento-smart-badge-dot-with-icon::after {
  left: auto;
  right: 0;
}
bento-toolbar .bento-smart-badge.bento-smart-badge-dot-with-icon {
  bottom: -3px;
  vertical-align: super;
}
.bento-smart-badge-success-icon::after {
  content: "\e6c0";
}
.bento-smart-badge-info-icon::after {
  content: "\e699";
}
.bento-smart-badge-warning-icon::after {
  content: "\e726";
}
.bento-smart-badge-failure-icon::after {
  content: "\e726";
}
.global-header ul.topbar-middle li.topbar-item.dropdown .bento-smart-badge {
  left: calc(100% - 5px);
  bottom: calc(100% - 23px);
}
[dir=rtl] .global-header ul.topbar-middle li.topbar-item.dropdown .bento-smart-badge {
  left: auto;
  right: calc(100% - 5px);
}
.global-header ul.topbar-middle li.topbar-item .bento-smart-badge {
  left: calc(100% - 20px);
  bottom: calc(100% - 23px);
}
[dir=rtl] .global-header ul.topbar-middle li.topbar-item .bento-smart-badge {
  left: auto;
  right: calc(100% - 20px);
}
.global-header ul.topbar-right li.topbar-item.dropdown .bento-smart-badge, .global-header ul.topbar-right li.topbar-item.dropup .bento-smart-badge {
  left: calc(100% - 6px);
  bottom: calc(100% - 22px);
}
[dir=rtl] .global-header ul.topbar-right li.topbar-item.dropdown .bento-smart-badge, [dir=rtl] .global-header ul.topbar-right li.topbar-item.dropup .bento-smart-badge {
  left: auto;
  right: calc(100% - 6px);
}
.global-header ul.topbar-right li.topbar-item.dropdown .bento-smart-badge:after, .global-header ul.topbar-right li.topbar-item.dropup .bento-smart-badge:after {
  bottom: 25px;
}
.global-header ul.topbar-right li.topbar-item .dropdown-menu .dropdown-item .bento-smart-badge {
  bottom: calc(100% - 3px);
}
/* Color theme implementation
______________________________________ */
.bento-smart-badge.bento-smart-badge-success {
  background: #e4ead8;
  border: 1px solid #357628;
  color: #357628;
}
.bento-smart-badge.bento-smart-badge-success-icon::after {
  background: #e4ead8;
  color: #357628;
}
.bento-smart-badge.bento-smart-badge-failure {
  background: #fceeee;
  border: 1px solid #dc0a0a;
  color: #dc0a0a;
}
.bento-smart-badge.bento-smart-badge-failure-icon::after {
  background: #fceeee;
  color: #dc0a0a;
}
.bento-smart-badge.bento-smart-badge-warning {
  background: #fcf8d9;
  border: 1px solid #946800;
  color: #946800;
}
.bento-smart-badge.bento-smart-badge-warning-icon::after {
  background: #fcf8d9;
  color: #946800;
}
.bento-smart-badge.bento-smart-badge-info {
  background: #d4ebf4;
  border: 1px solid #005da2;
  color: #005da2;
}
.bento-smart-badge.bento-smart-badge-info-icon::after {
  background: #d4ebf4;
  color: #005da2;
}
/* Library overrides
______________________________________ */
bento-splitter-group .bento-splitter-group-left > .bento-splitter-group-inner,
bento-splitter-group .bento-splitter-group-right > .bento-splitter-group-inner,
bento-splitter-group .bento-splitter-group-top > .bento-splitter-group-inner,
bento-splitter-group .bento-splitter-group-bottom > .bento-splitter-group-inner,
bento-splitter-group .bento-splitter-group-main > .bento-splitter-group-inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bento-splitter-group-inner.cdk-program-focused:focus, .bento-splitter-group-inner.cdk-keyboard-focused:focus {
  outline: 1px dotted #000 !important;
  outline-offset: -1px !important;
  box-shadow: none !important;
  z-index: 1;
}
/* Color theme implementation
______________________________________ */
.bento-splitter-group {
  background: #ffffff;
  /* Splitter Handle CSS */
  /*
  Dark Theme
    */
}
.bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle {
  background: #e3e3e3;
}
.bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle.bento-splitter-handle-top, .bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle.bento-splitter-handle-bottom {
  border-top-color: #939393;
  border-bottom-color: #939393;
}
.bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle.bento-splitter-handle-left, .bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle.bento-splitter-handle-right {
  border-left-color: #939393;
  border-right-color: #939393;
}
.bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle:focus {
  background-color: #f4f5f7;
}
.bento-splitter-group.dark > .bento-splitter-handle {
  background-color: #939393;
  border-color: #939393;
}
.bento-splitter-group.dark > .bento-splitter-handle.bento-splitter-handle-top, .bento-splitter-group.dark > .bento-splitter-handle.bento-splitter-handle-bottom {
  border-color: #939393;
}
.bento-splitter-group.dark .bento-splitter-handle:focus {
  background-color: #666;
}
.splitter-group-handle-border {
  fill: #404040;
}
.splitter-group-handle-bg {
  fill: #404040;
}
.splitter-group-handle-triangle {
  fill: #ffffff;
}
.bento-splitter-handle:hover .splitter-group-handle-border {
  fill: #666;
}
.bento-splitter-handle:hover .splitter-group-handle-bg {
  fill: #666;
}
.bento-splitter-handle:hover .splitter-group-handle-triangle {
  fill: #ffffff;
}
/* Library overrides
______________________________________ */
[bentoStickyBar] {
  display: block;
  clear: both;
}
[bentoStickyBar]:before, [bentoStickyBar]:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.bento-sticky-bar {
  position: absolute;
  z-index: 100;
  box-shadow: 0 -2.5px 5px rgba(0, 0, 0, 0.1);
}
.bento-sticky-bar.top {
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.1);
}
.bento-sticky-bar.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.bento-sticky-bar.fixed.top {
  bottom: auto;
  top: 0;
}
.bento-sticky-bar-placeholder {
  clear: both;
}
/* Color theme implementation
______________________________________ */
.bento-sticky-bar {
  background: #ffffff;
}
/* Library overrides
______________________________________ */
/* Color theme implementation
______________________________________ */
.bento-sticky-bar .bento-sticky-footer {
  background: #f4f5f7;
  border-top-color: #666;
}
.bento-sticky-bar .bento-sticky-footer .btn.btn-outline-primary {
  background: #ffffff;
}
.bento-sticky-bar .bento-sticky-footer .btn.btn-outline-primary:hover {
  background: #f4f5f7;
}
/* Library overrides
______________________________________ */
.bt-header-cell-plate {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: ew-resize;
  z-index: 1;
}
.bt-header-cell-plate:hover {
  border-right-width: 1px;
  border-right-style: solid;
}
.bt-header-is-resizable .bt-header-cell-plate {
  display: block;
}
.bento-table {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  box-sizing: border-box;
}
.bento-table .bento-table-inner {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.bento-table .bento-table-body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.bento-table .bento-table-row {
  white-space: nowrap;
  display: block;
  margin: 0;
  height: 40px;
  box-sizing: border-box;
}
.bento-table .bento-table-row .bento-table-cell {
  position: relative;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  display: inline-block;
  margin: 0;
  height: 100%;
  width: 100px;
  box-sizing: border-box;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px;
  line-height: 16px;
}
.bento-table .bento-table-row .bento-table-cell > div:not(.bt-header-cell-plate) {
  display: inline-block;
}
.bento-table .bento-table-row.bt-group .bento-table-cell {
  display: none;
}
.bento-table .bento-table-row.bt-group.bt-group-leader .bento-table-cell {
  display: inline-block;
}
.bento-table .bento-table-row.bt-group.bt-group-leader .bento-table-cell.bt-row-head {
  overflow: hidden;
  border-right: none;
}
.bento-table .bento-table-row.bt-group .bt-row-head {
  display: inline-block;
}
.bento-table .bento-table-row.bt-group .bt-group-row-head {
  display: inline-block;
  overflow: visible;
  border-right: none;
}
.bento-table .bento-table-row.bt-group .bt-group-row-head:before {
  content: "\e689";
  font-family: "bento-icons";
}
.bento-table .bento-table-row.bt-group.bt-group-expanded .bt-group-row-head:before {
  content: "\e685";
  font-family: "bento-icons";
}
.bento-table .bento-table-row.bt-group-member .bento-table-cell.bt-group-row-head {
  padding-left: 30px;
}
.bento-table .bento-table-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: visible;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bento-table .bento-table-header[data-resizing="1"] {
  cursor: ew-resize;
}
.bento-table .bento-table-header .bento-table-row:first-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bento-table .bento-table-header .bento-table-row .bento-table-cell {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  overflow: visible;
  position: relative;
  text-transform: capitalize;
  -webkit-user-select: none;
          user-select: none;
}
.bento-table .bento-table-header .bento-table-row .bento-table-cell > div:not(.bt-header-cell-plate) {
  display: inline-block;
}
.bento-table .bento-table-header .bento-table-row .bento-table-cell[data-sort=bt-sort-asc]:after, .bento-table .bento-table-header .bento-table-row .bento-table-cell[data-sort=bt-sort-desc]:after {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle;
}
.bento-table .bento-table-header .bento-table-row .bento-table-cell[data-sort=bt-sort-desc]:after {
  content: "\e62c";
}
.bento-table .bento-table-header .bento-table-row .bento-table-cell[data-sort=bt-sort-asc]:after {
  content: "\e633";
}
.bento-table .bento-table-header .bento-table-row.bt-frozen-row .bento-table-cell {
  overflow: hidden;
  font-weight: normal;
}
.bento-table .bento-table-header .bt-header-resize-bar {
  width: 3px;
  background: transparent;
  height: 4000px;
  position: absolute;
  z-index: 1;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
}
.bt-row-head .bt-check-box {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
.bt-row-head .bt-check-box:before {
  content: "\e636";
  font-family: "bento-icons";
  font-size: 1.2em;
  font-weight: 100;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bt-row-selected .bt-row-head .bt-check-box:before,
.bt-row-indeterminate .bt-row-head .bt-check-box:before {
  font-family: "bento-icons";
  font-size: inherit;
  content: "\e635";
}
.bt-row-indeterminate .bt-row-head .bt-check-box:before {
  content: "\e651";
}
/* Color theme implementation
______________________________________ */
.bt-header-cell-plate:hover {
  border-right-color: #d0d0d0;
}
.bento-table {
  background: #ffffff;
}
.bento-table .bento-table-row {
  color: #939393;
}
.bento-table .bento-table-row.dirty:hover {
  background: #f4f5f7;
}
.bento-table .bento-table-row.odd .bento-table-cell {
  background: #f4f5f7;
}
.bento-table .bento-table-row.even .bento-table-cell {
  background: #afafaf;
}
.bento-table .bento-table-header {
  border-bottom-color: #d0d0d0;
  background: #f4f5f7;
}
.bento-table .bento-table-header .bento-table-row:first-child {
  border-bottom-color: #d0d0d0;
}
.bento-table .bento-table-header .bento-table-row .bento-table-cell {
  color: #1f1f1f;
}
.bento-table .bento-table-header .bento-table-row.bt-frozen-row {
  background: #ffffff;
}
.bento-table .bento-table-header .bento-table-row.bt-frozen-row .bento-table-cell {
  color: #939393;
}
.bento-table .bento-table-header .bt-header-resize-bar {
  border-left-color: #939393;
  border-right-color: #939393;
}
.bt-row-head .bt-check-box {
  border-right-color: #d0d0d0;
  background-color: #f4f5f7;
}
.bt-row-head .bt-check-box:hover {
  background-color: #666;
}
.bt-row-head .bt-check-box:hover:before {
  color: #ffffff;
}
.bt-row-selected .bt-row-head .bt-check-box,
.bt-row-indeterminate .bt-row-head .bt-check-box {
  background-color: #404040;
}
.bt-row-selected .bt-row-head .bt-check-box:before,
.bt-row-indeterminate .bt-row-head .bt-check-box:before {
  color: #ffffff;
}
/* Library overrides
______________________________________ */
bento-tags-input.form-control {
  padding: 0 3px;
  min-height: 30px;
}
bento-tags-input.form-control.readonly, bento-tags-input.form-control.no-border {
  margin-left: -3px;
}
[dir=rtl] bento-tags-input.form-control.readonly, [dir=rtl] bento-tags-input.form-control.no-border {
  margin-right: -3px;
}
bento-tags-input input.bento-tags-input-field {
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 24px;
  height: 24px;
  margin: 3px;
  font-size: 14px;
}
bento-tags-input .bento-tags-input-pill-size-ref {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
bento-tags-input-pill {
  display: block;
  padding: 0 28px 0 10px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  height: 24px;
  max-width: calc(100% - 6px);
  margin: 3px;
  line-height: 22px;
  border-radius: 0.357rem;
}
[dir=rtl] bento-tags-input-pill {
  padding: 0 10px 0 28px;
}
bento-tags-input-pill.editable {
  padding-left: 27px;
}
bento-tags-input-pill.editable.disable-remove {
  padding-right: 8px;
}
[dir=rtl] bento-tags-input-pill.editable {
  padding-left: 28px;
  padding-right: 27px;
}
[dir=rtl] bento-tags-input-pill.editable.disable-remove {
  padding-left: 8px;
}
bento-tags-input-pill:after {
  position: absolute;
  width: 31.5px;
}
bento-tags-input-pill .bento-tags-input-pill-close-icon {
  align-content: center;
  cursor: default;
  font-size: 0.65rem;
  height: 14px;
  justify-content: center;
  line-height: 14px;
  padding: 0;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  z-index: 1;
  border-radius: 7px;
}
[dir=rtl] bento-tags-input-pill .bento-tags-input-pill-close-icon {
  left: 6px;
  right: auto;
}
bento-tags-input-pill .bento-tags-input-pill-edit-icon {
  padding: 0;
  position: absolute;
  align-content: center;
  justify-content: center;
  top: 0;
  left: 8px;
}
[dir=rtl] bento-tags-input-pill .bento-tags-input-pill-edit-icon {
  left: auto;
  right: 8px;
}
bento-tags-input-pill input.bento-tags-input-field {
  height: 22px;
  line-height: 22px;
}
/* Color theme implementation
______________________________________ */
bento-tags-input.form-control.bento-tags-input-focused {
  border-color: #404040;
}
bento-tags-input.form-control input.invalid,
bento-tags-input.form-control .bento-tags-input-pill-invalid {
  color: #dc0a0a;
}
bento-tags-input-pill {
  background: #f4f5f7;
  border-color: #404040;
  color: #404040;
}
bento-tags-input-pill:hover {
  background: #ffffff;
  color: #404040;
  border-color: #404040;
}
bento-tags-input-pill:hover:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%, #ffffff 70%);
}
bento-tags-input-pill.disable-remove:after {
  background: linear-gradient(to right, rgba(244, 245, 247, 0) 0%, #f4f5f7 50%, #f4f5f7 50%);
}
bento-tags-input-pill.disable-remove:hover:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 50%);
}
bento-tags-input-pill:focus {
  outline: none;
  box-shadow: 0 0 0 1px #121212 !important;
  z-index: 1;
}
bento-tags-input-pill.edit {
  outline: none;
  box-shadow: 0 0 0 1px #121212 !important;
  z-index: 1;
  background: #ffffff;
  border-color: #404040;
}
bento-tags-input-pill.edit.invalid {
  border-color: #dc0a0a;
  box-shadow: 0 0 5px #dc0a0a;
}
bento-tags-input-pill:after {
  background: linear-gradient(to right, rgba(244, 245, 247, 0) 0%, #f4f5f7 30%, #f4f5f7 70%);
}
.bento-tags-input-pill-close-icon:hover {
  background: #404040;
  color: #f4f5f7;
}
input.bento-tags-input-field {
  color: #404040;
}
/* Library overrides
______________________________________ */
.bui-bento-tile-ribbon {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0 0 20px;
}
.bui-bento-tile-ribbon.scroll .bento-tile-ribbon-inner {
  margin: 0 20px;
}
.bui-bento-tile-ribbon.scroll .bento-tile-ribbon-header {
  padding: 10px 40px;
}
.bui-bento-tile-ribbon.scroll .bento-tile-ribbon-header.btrh-collapse {
  padding: 5px 40px;
}
.bui-bento-tile-ribbon.scroll .bento-tile-ribbon-header .bento-tile-ribbon-visibility-toggle {
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-header {
  padding: 20px;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-header.btrh-title {
  padding: 10px 20px;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-header.btrh-collapse {
  padding: 5px 20px;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-header.btrh-hidden {
  padding: 10px;
}
.bui-bento-tile-ribbon {
  /* Ribbon Tile */
}
.bui-bento-tile-ribbon bento-ribbon-tile {
  padding: 0 20px;
}
.bui-bento-tile-ribbon bento-ribbon-tile:after {
  left: 20px;
  right: 20px;
}
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner {
  border-width: 1px;
  border-style: solid;
}
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-value {
  font-family: "BentoLight", arial, helvetica, sans-serif;
  letter-spacing: -1.4px;
}
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner:focus,
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner:hover, .bui-bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:focus,
.bui-bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:hover {
  border-width: 2px;
  padding: 0 11px 7px;
}
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner:focus .bento-ribbon-tile-value,
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner:hover .bento-ribbon-tile-value, .bui-bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:focus .bento-ribbon-tile-value,
.bui-bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:hover .bento-ribbon-tile-value {
  margin-top: 4px;
}
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner:focus .bento-ribbon-tile-link,
.bui-bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner:hover .bento-ribbon-tile-link, .bui-bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:focus .bento-ribbon-tile-link,
.bui-bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:hover .bento-ribbon-tile-link {
  margin-top: 7px;
}
.bui-bento-tile-ribbon .bento-ribbon-tile-inner {
  padding: 0 12px 8px;
}
.bui-bento-tile-ribbon .bento-ribbon-tile-value {
  font-family: "BentoExtraLight", arial, helvetica, sans-serif;
  margin: 5px 0;
}
.bui-bento-tile-ribbon .bento-ribbon-tile-header {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
.bui-bento-tile-ribbon .bento-ribbon-tile-description {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-arrow {
  width: 40px;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-arrow.left {
  left: 0;
}
.bui-bento-tile-ribbon .bento-tile-ribbon-arrow.right {
  right: 0;
}
.bui-bento-tile-ribbon.alt.scroll .bento-tile-ribbon-inner {
  margin: 0 40px;
}
.bui-bento-tile-ribbon.alt.scroll .bento-tile-ribbon-header {
  padding-left: 10px;
  padding-right: 10px;
}
.bui-bento-tile-ribbon.alt .bento-tile-ribbon-header {
  padding-left: 10px;
  padding-right: 10px;
}
/* Color theme implementation
______________________________________ */
bento-tile-ribbon {
  background-color: #f4f5f7;
  border-color: #d0d0d0;
}
bento-tile-ribbon bento-ribbon-tile.selected:after {
  background-color: #fa6400;
}
bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner,
bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:focus {
  border-color: #666;
}
bento-tile-ribbon bento-ribbon-tile.selected .bento-ribbon-tile-inner .bento-ribbon-tile-value,
bento-tile-ribbon bento-ribbon-tile .bento-ribbon-tile-inner:focus .bento-ribbon-tile-value {
  color: #fa6400;
}
bento-tile-ribbon .bento-ribbon-tile-inner {
  background: #ffffff;
  border-color: #939393;
}
bento-tile-ribbon .bento-ribbon-tile-inner:hover {
  border-color: #666;
}
bento-tile-ribbon .bento-ribbon-tile-inner:hover .bento-ribbon-tile-value {
  color: #fa6400;
}
bento-tile-ribbon .bento-ribbon-tile-inner:focus {
  outline: none;
}
bento-tile-ribbon .bento-ribbon-tile-value {
  color: #1f1f1f;
}
bento-tile-ribbon .bento-ribbon-tile-indicator::before {
  border-radius: 50%;
  font-weight: 600;
}
bento-tile-ribbon .bento-ribbon-tile-indicator.bento-tile-info::before {
  background-color: #d4ebf4;
  color: #005da2;
  content: "\e699" !important;
}
bento-tile-ribbon .bento-ribbon-tile-indicator.bento-tile-success::before {
  background-color: #e4ead8;
  color: #357628;
  content: "\e6c0" !important;
}
bento-tile-ribbon .bento-ribbon-tile-indicator.bento-tile-warning::before {
  background-color: #fcf8d9;
  color: #946800;
  content: "\e726" !important;
}
bento-tile-ribbon .bento-ribbon-tile-indicator.bento-tile-danger::before {
  background-color: #fceeee;
  color: #dc0a0a;
  content: "\e726" !important;
}
bento-tile-ribbon .bento-ribbon-tile-header {
  color: #1f1f1f;
}
bento-tile-ribbon .bento-ribbon-tile-description {
  color: #1f1f1f;
}
bento-tile-ribbon .bento-tile-ribbon-arrow {
  background-color: #f4f5f7;
}
bento-tile-ribbon .bento-tile-ribbon-arrow[disabled], bento-tile-ribbon .bento-tile-ribbon-arrow:disabled {
  color: #939393;
}
bento-tile-ribbon .bento-tile-ribbon-arrow:focus {
  outline: 1px dotted #666;
  outline-offset: -1px;
}
bento-tile-ribbon.alt .bento-tile-ribbon-arrow {
  background-color: #ffffff;
  border-color: #939393;
}
bento-tile-ribbon.alt .bento-tile-ribbon-arrow:hover:not(:disabled) {
  border-color: #666;
}
/* Library overrides
______________________________________ */
ngb-toast {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: block;
  max-width: 33vw;
  min-width: 344px;
  padding: 14px 16px;
  min-height: 48px;
  transform-origin: center;
  transform: scale(0.8);
  opacity: 0;
}
ngb-toast .toast-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
ngb-toast .toast-body:before {
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 1.429rem;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  flex-grow: 0;
}
ngb-toast .toast-body > span {
  display: inline-block;
  flex-grow: 1;
  padding: 0 1.1428571429rem;
}
ngb-toast.in {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.2s, opacity 0.2s;
}
ngb-toast button.bento-toast-action-btn {
  flex-grow: 0;
  margin: -4px -4px -4px 0;
}
[dir=rtl] ngb-toast button.bento-toast-action-btn {
  margin: -4px 0 -4px -4px;
}
ngb-toast button.bento-toast-action-btn:not(:last-of-type) {
  margin: 0 0.5rem;
}
ngb-toast button.close {
  border-radius: 999px;
  flex-grow: 0;
  opacity: 1;
  right: 12px;
  margin: -2px;
}
ngb-toast button.close:not(:disabled):not(.disabled):hover, ngb-toast button.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
ngb-toast button.close.cdk-program-focused:focus, ngb-toast button.close.cdk-keyboard-focused:focus {
  outline-width: 1px;
  outline-style: dashed;
}
ngb-toast.bento-toast-success .toast-body:before {
  content: "\e6c1";
}
ngb-toast.bento-toast-info .toast-body:before {
  content: "\e718";
}
ngb-toast.bento-toast-warning .toast-body:before {
  content: "\e6fc";
}
ngb-toast.bento-toast-error .toast-body:before, ngb-toast.bento-toast-danger .toast-body:before {
  content: "\e721";
}
ngb-toast .close i.bui-toast-close-indicator:before {
  content: "\e64a";
}
bento-toast-container {
  top: 3rem;
  right: 3rem;
  z-index: 2010;
}
[dir=rtl] bento-toast-container {
  left: 3rem;
  right: auto;
}
bento-toast-container.top {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
bento-toast-container.start {
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  right: auto;
}
[dir=rtl] bento-toast-container.start {
  right: 3rem;
  left: auto;
}
bento-toast-container.bottom {
  bottom: 3rem;
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
bento-toast-container.end {
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] bento-toast-container.end {
  left: 3rem;
  right: auto;
}
bento-toast-container.top-start {
  right: auto;
  left: 3rem;
}
[dir=rtl] bento-toast-container.top-start {
  right: 3rem;
  left: auto;
}
bento-toast-container.bottom-start {
  top: auto;
  bottom: 3rem;
  right: auto;
  left: 3rem;
}
[dir=rtl] bento-toast-container.bottom-start {
  right: 3rem;
  left: auto;
}
bento-toast-container.bottom-end {
  top: auto;
  bottom: 3rem;
}
[dir=rtl] bento-toast-container.bottom-end {
  left: 3rem;
  right: auto;
}
/* Color theme implementation
______________________________________ */
ngb-toast {
  background-color: #fcf8d9;
  color: #404040;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border-color: #404040;
}
ngb-toast button.close {
  background-color: transparent;
  color: #404040;
  transition: background-color 0.2s, border-color 0.2s;
}
ngb-toast button.close:hover {
  color: #fcf8d9;
  background-color: #404040;
}
ngb-toast button.close.cdk-program-focused:focus, ngb-toast button.close.cdk-keyboard-focused:focus {
  outline-color: #404040;
}
ngb-toast button.bento-toast-action-btn:hover {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
ngb-toast.bento-toast-success {
  background: #e4ead8;
  border-color: #387c2b;
}
ngb-toast.bento-toast-success .toast-body::before {
  color: #387c2b;
}
ngb-toast.bento-toast-success a:focus {
  outline: 1px dotted #1f1f1f;
}
ngb-toast.bento-toast-info {
  background: #d4ebf4;
  border-color: #005da2;
}
ngb-toast.bento-toast-info .toast-body::before {
  color: #005da2;
}
ngb-toast.bento-toast-info a:focus {
  outline: 1px dotted #1f1f1f;
}
ngb-toast.bento-toast-warning {
  background: #fcf8d9;
  border-color: #c28900;
}
ngb-toast.bento-toast-warning .toast-body::before {
  color: #c28900;
}
ngb-toast.bento-toast-warning a:focus {
  outline: 1px dotted #1f1f1f;
}
ngb-toast.bento-toast-danger {
  background: #fceeee;
  border-color: #dc0a0a;
}
ngb-toast.bento-toast-danger .toast-body::before {
  color: #dc0a0a;
}
ngb-toast.bento-toast-danger a:focus {
  outline: 1px dotted #1f1f1f;
}
/* Library overrides
______________________________________ */
bento-toggle,
bento-toggle.dropdown-item {
  width: 48px;
  height: 24px;
  border-radius: 24px;
}
bento-toggle .bento-toggle-nob,
bento-toggle.dropdown-item .bento-toggle-nob {
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
bento-toggle .bento-toggle-nob .bento-toggle-nob-icon.toggle-off,
bento-toggle.dropdown-item .bento-toggle-nob .bento-toggle-nob-icon.toggle-off {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10.64 10.37' style='enable-background:new 0 0 10.64 10.37;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23939393;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='9.48' y1='1.06' x2='1.06' y2='9.28'/%3E%3Cline class='st0' x1='9.44' y1='9.29' x2='1.27' y2='1.04'/%3E%3C/svg%3E") center center no-repeat;
}
bento-toggle .bento-toggle-nob:before,
bento-toggle.dropdown-item .bento-toggle-nob:before {
  bottom: 1px;
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 24px;
}
bento-toggle.cdk-program-focused:before, bento-toggle.cdk-keyboard-focused:before,
bento-toggle.dropdown-item.cdk-program-focused:before,
bento-toggle.dropdown-item.cdk-keyboard-focused:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 26px;
  left: -2px;
  top: -2px;
  border-radius: 24px;
  pointer-events: none;
}
bento-toggle.on .bento-toggle-nob,
bento-toggle.dropdown-item.on .bento-toggle-nob {
  left: 23px;
}
bento-toggle.on .bento-toggle-nob .bento-toggle-nob-icon.toggle-on,
bento-toggle.dropdown-item.on .bento-toggle-nob .bento-toggle-nob-icon.toggle-on {
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.98 10.94' style='enable-background:new 0 0 11.98 10.94;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23397D3C;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='10.9,1.08 5.1,9.4 1.06,5.58 '/%3E%3C/svg%3E") center center no-repeat;
}
[dir=rtl] bento-toggle.on .bento-toggle-nob,
[dir=rtl] bento-toggle.dropdown-item.on .bento-toggle-nob {
  right: 23px;
}
bento-toggle.dragging .bento-toggle-nob,
bento-toggle.dropdown-item.dragging .bento-toggle-nob {
  width: 30px;
}
bento-toggle.dragging.on .bento-toggle-nob,
bento-toggle.dropdown-item.dragging.on .bento-toggle-nob {
  left: 17px;
}
[dir=rtl] bento-toggle.dragging.on .bento-toggle-nob,
[dir=rtl] bento-toggle.dropdown-item.dragging.on .bento-toggle-nob {
  right: 17px;
}
/* Color theme implementation
______________________________________ */
bento-toggle,
bento-toggle.dropdown-item {
  border-color: #939393;
  background-color: #939393;
}
bento-toggle .bento-toggle-nob,
bento-toggle.dropdown-item .bento-toggle-nob {
  border-color: transparent;
}
bento-toggle .bento-toggle-nob:before,
bento-toggle.dropdown-item .bento-toggle-nob:before {
  background: #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
bento-toggle.on,
bento-toggle.dropdown-item.on {
  border-color: #387c2b;
  background-color: #387c2b;
}
bento-toggle.on .bento-toggle-nob,
bento-toggle.dropdown-item.on .bento-toggle-nob {
  border-color: transparent;
}
bento-toggle.disabled,
bento-toggle.dropdown-item.disabled {
  border-color: transparent;
}
bento-toggle.cdk-program-focused:before, bento-toggle.cdk-keyboard-focused:before,
bento-toggle.dropdown-item.cdk-program-focused:before,
bento-toggle.dropdown-item.cdk-keyboard-focused:before {
  box-shadow: 0 0 0 1px #404040;
}
/* Library overrides
______________________________________ */
.bento-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 0;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
.bento-toolbar .navbar-nav > li > button,
.bento-toolbar .navbar-nav > li > a,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle],
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > button,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > a,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > [ngbdropdown] > [ngbDropdownToggle] {
  height: 2.8571428571rem;
  line-height: 2.8571428571rem;
  font-size: 1rem;
  font-family: "BentoBold", arial, helvetica, sans-serif;
}
.bento-toolbar .navbar-nav > li > button.cdk-program-focused, .bento-toolbar .navbar-nav > li > button.cdk-keyboard-focused,
.bento-toolbar .navbar-nav > li > a.cdk-program-focused,
.bento-toolbar .navbar-nav > li > a.cdk-keyboard-focused,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle].cdk-program-focused,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle].cdk-keyboard-focused,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > button.cdk-program-focused,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > button.cdk-keyboard-focused,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > a.cdk-program-focused,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > a.cdk-keyboard-focused,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > [ngbdropdown] > [ngbDropdownToggle].cdk-program-focused,
.bento-toolbar .navbar-nav bento-scrollable-toolbar-item > [ngbdropdown] > [ngbDropdownToggle].cdk-keyboard-focused {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.bento-toolbar [ngbdropdown].megamenu-dropdown {
  min-height: 2.8571428571rem;
}
.bento-toolbar [ngbdropdown] .dropdown-menu {
  font-size: 1rem;
}
.bento-toolbar [ngbdropdown] .dropdown-menu button,
.bento-toolbar [ngbdropdown] .dropdown-menu a {
  align-items: center;
  height: 2.5714285714rem;
  line-height: 2.4285714286rem;
}
.bento-toolbar .open.toolbar-dropdown-toggle:after {
  content: "\e71d";
}
.bento-toolbar .toolbar-dropdown-toggle:after {
  top: 0;
  content: "\e71a";
  line-height: 2.5714285714rem;
}
.bento-toolbar .bento-toolbar-custom-item {
  height: 2.8571428571rem;
}
.bento-toolbar .bento-toolbar-custom-item label {
  line-height: 2.8571428571rem;
}
.bento-toolbar .navbar-right {
  margin-right: 0;
  margin-left: auto;
  padding: 0 0.7142857143rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
[dir=rtl] .bento-toolbar .navbar-right {
  margin-left: 0;
  margin-right: auto;
}
.bento-toolbar .navbar-header h2 {
  margin: 0 0 0 1.0714285714rem;
  line-height: 2.8571428571rem;
}
[dir=rtl] .bento-toolbar .navbar-header h2 {
  margin: 0 1.0714285714rem 0 0;
}
.bento-toolbar .navbar-right > li {
  margin-right: 0.5714285714rem;
  display: flex;
  align-items: center;
}
[dir=rtl] .bento-toolbar .navbar-right > li {
  margin-right: 0;
  margin-left: 0.5714285714rem;
}
.bento-toolbar .navbar-right > li [ngbDropdown] {
  display: flex;
  align-items: center;
}
.bento-toolbar .navbar-right > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
[dir=rtl] .bento-toolbar .navbar-right > li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.bento-toolbar .navbar-right > li:last-child button, .bento-toolbar .navbar-right > li:last-child a {
  margin-right: 0;
}
.bento-toolbar .navbar-right > li.show button.dropdown-toggle ~ span fieldset li {
  padding: 0.7142857143rem;
}
.bento-toolbar .navbar-right > li.show button.dropdown-toggle ~ span fieldset li label {
  margin-bottom: 0;
}
.bento-toolbar .navbar-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.bento-toolbar .navbar-right > li .btn,
.bento-toolbar .navbar-list > li .btn {
  height: 2rem;
  line-height: 1.8571428571rem;
  min-width: 2rem !important;
  padding: 0 0.7142857143rem;
  transition: border-color 0.3s, background-color 0.3s;
}
.bento-toolbar .navbar-right > li .btn:hover,
.bento-toolbar .navbar-list > li .btn:hover {
  border-width: 1px;
  border-style: solid;
}
.bento-toolbar .navbar-right > li .btn.btn-toggle.active,
.bento-toolbar .navbar-list > li .btn.btn-toggle.active {
  border-color: transparent;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bento-toolbar .navbar-right > li .btn.dropdown-toggle:after,
.bento-toolbar .navbar-list > li .btn.dropdown-toggle:after {
  display: none;
}
.bento-toolbar .navbar-right .dropdown-menu,
.bento-toolbar .navbar-list .dropdown-menu {
  right: 0;
  left: auto !important;
  transform: none;
  padding-top: 0;
  margin-top: 0;
}
[dir=rtl] .bento-toolbar .navbar-right .dropdown-menu,
[dir=rtl] .bento-toolbar .navbar-list .dropdown-menu {
  right: auto;
  left: 0 !important;
}
.bento-toolbar .navbar-right .dropdown-menu legend,
.bento-toolbar .navbar-list .dropdown-menu legend {
  padding: 1.1428571429rem 1.1428571429rem 0.7857142857rem 0.7142857143rem;
  font-size: 1rem;
  margin-bottom: 0;
  white-space: nowrap;
}
[dir=rtl] .bento-toolbar .navbar-right .dropdown-menu legend,
[dir=rtl] .bento-toolbar .navbar-list .dropdown-menu legend {
  padding: 1.1428571429rem 0.7142857143rem 0.7857142857rem 1.1428571429rem;
}
.bento-toolbar .navbar-right .dropdown-menu ul.group-list,
.bento-toolbar .navbar-list .dropdown-menu ul.group-list {
  padding-left: 0;
}
[dir=rtl] .bento-toolbar .navbar-right .dropdown-menu ul.group-list,
[dir=rtl] .bento-toolbar .navbar-list .dropdown-menu ul.group-list {
  padding-right: 0;
}
.bento-toolbar .navbar-right .dropdown-menu:before,
.bento-toolbar .navbar-list .dropdown-menu:before {
  left: auto;
  right: 0.8571428571rem;
}
.bento-toolbar .navbar-right .dropdown-menu:after,
.bento-toolbar .navbar-list .dropdown-menu:after {
  left: auto;
  right: 0.9285714286rem;
}
.bento-toolbar .navbar-right .dropdown-menu li a,
.bento-toolbar .navbar-list .dropdown-menu li a {
  height: 2.1428571429rem;
  line-height: 1.7142857143rem;
  padding: 0 0.7142857143rem;
}
.bento-toolbar .navbar-right .btn-circ,
.bento-toolbar .navbar-list .btn-circ {
  margin: 1.25rem;
}
.bento-toolbar .navbar-right.navbar-form,
.bento-toolbar .navbar-list.navbar-form {
  margin-top: 0.7857142857rem;
  margin-bottom: 0.7857142857rem;
}
.bento-toolbar .navbar-right.navbar-form:last-child,
.bento-toolbar .navbar-list.navbar-form:last-child {
  margin-right: -rem-calc(5);
}
.bento-toolbar .navbar-right.navbar-form .form-control,
.bento-toolbar .navbar-list.navbar-form .form-control {
  height: 2rem;
}
.bento-toolbar .navbar-right .btn.btn-action,
.bento-toolbar .navbar-right .btn.btn-primary,
.bento-toolbar .navbar-list .btn.btn-action,
.bento-toolbar .navbar-list .btn.btn-primary {
  margin-top: 1rem;
}
.bento-toolbar .dropdown-item {
  padding: 0;
}
/* Color theme implementation
______________________________________ */
.bento-toolbar {
  border-color: #d0d0d0;
  background-color: #f4f5f7;
}
.bento-toolbar input[type*=text],
.bento-toolbar input[type*=search] {
  border-color: #d0d0d0 !important;
}
.bento-toolbar input[type*=text]:focus,
.bento-toolbar input[type*=search]:focus {
  border-color: inherit !important;
}
.bento-toolbar .navbar-nav > li > button,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle] {
  color: #404040;
}
.bento-toolbar .navbar-nav > li > button:hover,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle]:hover {
  color: #000000;
}
.bento-toolbar .navbar-nav > li > button:active,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle]:active {
  color: #404040;
}
.bento-toolbar .navbar-nav > li > button:disabled, .bento-toolbar .navbar-nav > li > button.disabled, .bento-toolbar .navbar-nav > li > button[disabled],
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle]:disabled,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle].disabled,
.bento-toolbar .navbar-nav > li > [ngbdropdown] > [ngbDropdownToggle][disabled] {
  color: #939393;
}
.bento-toolbar .navbar-nav > li > [ngbdropdown].show > button {
  color: #000000;
}
.bento-toolbar .divider {
  background-color: #939393;
}
.bento-toolbar [ngbdropdown] .dropdown-menu button {
  background: #ffffff;
  line-height: 2.4285714286rem;
  color: #404040;
}
.bento-toolbar [ngbdropdown] .dropdown-menu button:focus,
.bento-toolbar [ngbdropdown] .dropdown-menu button .btn.btn-primary:focus {
  border: 1px dotted #000000;
}
.bento-toolbar [ngbdropdown] .dropdown-menu button:hover {
  background: #d4ebf4;
}
.bento-toolbar [ngbdropdown] .dropdown-menu .dropdown-item:hover {
  background: #d4ebf4;
}
.bento-toolbar [ngbdropdown] button:disabled,
.bento-toolbar [ngbdropdown] button.disabled,
.bento-toolbar [ngbdropdown] button[disabled] {
  color: #939393;
}
.bento-toolbar .toolbar-dropdown {
  border-bottom: 1px solid #404040;
}
.bento-toolbar .toolbar-dropdown-toggle[disabled],
.bento-toolbar .toolbar-dropdown-toggle:disabled,
.bento-toolbar .toolbar-dropdown-toggle.disabled {
  color: #939393;
}
.bento-toolbar .toolbar-dropdown-toggle[disabled]:hover,
.bento-toolbar .toolbar-dropdown-toggle:disabled:hover,
.bento-toolbar .toolbar-dropdown-toggle.disabled:hover {
  color: #939393;
}
.bento-toolbar .toolbar-dropdown-menu {
  background-color: #f4f5f7;
}
.bento-toolbar .toolbar-dropdown-menu .divider {
  background-color: #666;
}
.bento-toolbar .navbar-right > li .btn.btn-outline-primary,
.bento-toolbar .navbar-list > li .btn.btn-outline-primary {
  background: #ffffff;
  color: #404040;
  border-color: #666;
}
.bento-toolbar .navbar-right > li .btn:hover,
.bento-toolbar .navbar-list > li .btn:hover {
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  background-color: #f4f5f7;
}
.bento-toolbar .navbar-right > li .btn:active,
.bento-toolbar .navbar-list > li .btn:active {
  background-color: #ffffff;
  border-color: #666;
  color: #404040;
}
.bento-toolbar .navbar-right > li .btn.btn-toggle.active,
.bento-toolbar .navbar-list > li .btn.btn-toggle.active {
  color: #ffffff;
  background-color: #666;
  border-color: transparent;
}
.bento-toolbar .navbar-right > li .btn.btn-toggle:focus,
.bento-toolbar .navbar-list > li .btn.btn-toggle:focus {
  border-color: #afafaf;
  outline: unset;
  box-shadow: 0 0 0 1px #000000;
}
.bento-toolbar .navbar-right > li .btn:disabled, .bento-toolbar .navbar-right > li .btn.disabled, .bento-toolbar .navbar-right > li .btn[disabled],
.bento-toolbar .navbar-list > li .btn:disabled,
.bento-toolbar .navbar-list > li .btn.disabled,
.bento-toolbar .navbar-list > li .btn[disabled] {
  background-color: #f4f5f7;
  color: #939393;
  border-color: #afafaf;
}
.bento-toolbar .navbar-right .open .btn.btn-outline-primary,
.bento-toolbar .navbar-list .open .btn.btn-outline-primary {
  background-color: #ffffff;
  border-color: #666;
  color: #404040;
}
.bento-toolbar.bg-faded {
  background: transparent;
}
.bento-toolbar-custom-item .bento-number-input-button {
  border-color: #d0d0d0;
}
/* Library overrides
______________________________________ */
bento-transferbox .bento-splitter-group .input-filter .bento-select {
  height: 24px;
}
bento-transferbox .bento-splitter-group .input-filter .bento-select select {
  height: 24px;
  line-height: 24px;
}
bento-transferbox .bento-splitter-group .input-filter .bento-select > .btn {
  line-height: 24px;
  height: 24px;
}
bento-transferbox .input-filter input {
  height: 24px;
  line-height: 24px;
}
/* Color theme implementation
______________________________________ */
bento-transferbox .tbox-container {
  border-color: #afafaf;
  background-color: #f4f5f7;
}
bento-transferbox .bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle,
bento-transferbox .bento-splitter-group > .bento-splitter-group-panel > .bento-splitter-handle.bento-splitter-handle-left {
  border-top-color: #939393;
  border-bottom-color: #939393;
  background-color: #f4f5f7;
}
bento-transferbox .bento-splitter-group > .splitter-group-handle-bg > .splitter-group-handle-border {
  fill: #666;
}
bento-transferbox .bento-splitter-group > .bento-splitter-handle:hover .splitter-group-handle-border .bento-splitter-handle:hover .splitter-group-handle-bg {
  fill: #404040;
}
bento-transferbox .bento-flex-grid {
  border-color: #939393;
}
bento-transferbox .input-filter input {
  color: #404040;
  background-color: #ffffff;
  border-color: #939393;
}
bento-transferbox .transferbox-btn {
  background: #ffffff;
  color: #404040;
  border-color: #afafaf;
}
bento-transferbox .transferbox-btn:hover {
  border-color: #666;
  color: #1f1f1f;
  background-color: #f4f5f7;
}
bento-transferbox .transferbox-header {
  border-color: #afafaf;
  background-color: #f4f5f7;
}
bento-transferbox .transferbox-header .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #666;
  border-color: transparent;
}
bento-transferbox .transferbox-header .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  border-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 1px #1f1f1f !important;
  z-index: 1;
}
bento-transferbox .transferbox-header .btn-outline-primary:not(:disabled):not(.disabled).active:hover {
  color: #fff;
  background-color: #2c2c2c;
}
bento-transferbox .transferbox-header .transferbox-btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  border-color: #666;
  color: #404040;
}
bento-transferbox .transferbox-grid-container .bento-flex-grid:not(.list-grid) .wj-topleft .wj-header.wj-cell,
bento-transferbox .transferbox-grid-container .bento-flex-grid:not(.list-grid) .wj-rowheaders .wj-header.wj-cell {
  background-color: transparent;
}
bento-transferbox .transferbox-header-title {
  color: #1f1f1f;
}
bento-transferbox .transferbox-searchbox .form-control {
  border-color: #666;
  padding-top: 0.75rem;
}
bento-transferbox .transferbox-searchbox-label {
  bottom: 22px;
  font-size: 0.8571428571rem;
  padding: 2px 4px 0;
  background-image: linear-gradient(to bottom, #f4f5f7 50%, #ffffff 50%);
  background-repeat: repeat-x;
}
.bento-transferbox-wj-dropdown-panel.wj-control.wj-columnfiltereditor a[wj-part=a-cnd], .bento-transferbox-wj-dropdown-panel.wj-control.wj-columnfiltereditor a[wj-part=a-val] {
  text-transform: lowercase;
}
.bento-transferbox-wj-dropdown-panel.wj-control.wj-columnfiltereditor a[wj-part=a-cnd]:first-letter, .bento-transferbox-wj-dropdown-panel.wj-control.wj-columnfiltereditor a[wj-part=a-val]:first-letter {
  text-transform: uppercase;
}
.wj-control.wj-columnfiltereditor label span {
  display: inline-block;
  text-transform: lowercase;
}
.wj-control.wj-columnfiltereditor label span::first-letter {
  text-transform: uppercase;
}
/* Library overrides
______________________________________ */
bento-transferbox-basic bento-checkbox i {
  transform: scale(1.1);
}
/* Color theme implementation
______________________________________ */
bento-transferbox-basic .bento-toolbar {
  border: 1px solid #d0d0d0;
}
bento-transferbox-basic .bento-transferlist-table {
  border-bottom-color: #d0d0d0;
}
bento-transferbox-basic .bento-transferlist-table-header .cdk-header-row {
  background: #f4f5f7;
}
bento-transferbox-basic .bento-table-grid {
  border: 1px solid #d0d0d0;
}
bento-transferbox-basic .bento-table-grid:after {
  background-color: #d0d0d0;
}
bento-transferbox-basic .bento-table-header-row {
  border-bottom: 1px solid #d0d0d0;
  background: #f4f5f7;
}
bento-transferbox-basic .bento-table-body:focus {
  box-shadow: 0 0 0 1px #404040;
  outline: none;
}
bento-transferbox-basic .bento-table-row {
  border-bottom: 1px solid #d0d0d0;
}
bento-transferbox-basic .bento-table-row.selected {
  background: #d4ebf4;
}
bento-transferbox-basic .bento-table-row.focused:after {
  border-color: #404040;
}
bento-transferbox-basic .bento-table-row > label,
bento-transferbox-basic .bento-table-header-row .bento-table-column-header {
  line-height: normal;
  padding: 8px;
}
bento-transferbox-basic .bento-table-row bento-checkbox,
bento-transferbox-basic .bento-table-header-row bento-checkbox {
  margin: 0 0.8571428571rem;
}
bento-transferbox-basic .transferbox-searchbox .form-control {
  border-color: #666 !important;
  padding-top: 0.75rem;
}
bento-transferbox-basic .transferbox-searchbox-label {
  bottom: 12px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 0.8571428571rem;
  padding: 2px 4px 0;
  background-image: linear-gradient(to bottom, #f4f5f7 50%, #ffffff 50%);
  background-repeat: repeat-x;
}
/* Library overrides
______________________________________ */
bento-tree .bento-tree-branch-base {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
bento-tree .bento-tree-root > .bento-tree-branch-base {
  padding-left: 33px;
}
[dir=rtl] bento-tree .bento-tree-root > .bento-tree-branch-base {
  padding-right: 33px;
}
bento-tree-item {
  list-style: none;
  line-height: 30px;
  /* Likely future */
}
bento-tree-item > div:before {
  height: 30px;
}
bento-tree-item .selected > div:before {
  z-index: 1;
}
bento-tree-item .expand-button-compiled {
  width: 30px;
  height: 30px;
}
bento-tree-item .bento-tree-icon {
  width: 28px;
  height: 16px;
}
bento-tree-item .bento-tree-icon:before {
  width: 28px;
  height: 16px;
}
bento-tree .bento-tree-item-cta {
  height: 30px;
}
bento-tree .bento-tree-item-cta:before {
  height: 30px;
}
/* Color theme implementation
______________________________________ */
.bento-tree-alt bento-tree-item > div:before {
  border-bottom-color: #d0d0d0;
  border-top-color: #d0d0d0;
}
bento-tree-item .selected:before {
  border-bottom-color: #666 !important;
  border-top-color: #666 !important;
  background-color: #f4f5f7;
}
bento-tree-item .selected > div {
  color: #404040;
}
bento-tree-item .selected > div:before {
  background-color: #fa6400;
  border-color: #666;
}
bento-tree-item .bento-tree-icon:before {
  color: #1f1f1f;
}
.bento-tree-item-cta {
  color: #1f1f1f;
}
.bento-tree-disabled .bento-tree-item-cta {
  color: #939393;
}
.bento-tree-disabled .expand-button-compiled {
  pointer-events: auto;
}
/* Library overrides
______________________________________ */
/* Color theme implementation
______________________________________ */
bento-tree-view.bento-tree-view-alt .bui-tree-item-cta:before {
  border-bottom-color: #d0d0d0;
}
.bui-tree-item.selected .bui-tree-item-cta:before {
  border-bottom-color: #666;
  border-top-color: #666;
  background-color: #f4f5f7;
  border-left-color: #fa6400;
  border-right-color: #fa6400;
}
.bui-tree-item.selected .bui-tree-item-cta:after {
  border-color: #666;
  background-color: #fa6400;
}
/* Library overrides
______________________________________ */
.bento-typeahead {
  position: relative;
  display: inline-block;
}
[dir=rtl] .bento-typeahead ngb-typeahead-window.dropdown-menu {
  right: 0;
  left: auto !important;
}
/* Color theme implementation
______________________________________ */
ngb-typeahead-window.dropdown-menu {
  border-color: #404040;
}
ngb-typeahead-window.dropdown-menu button.dropdown-item.active {
  color: #404040;
  background-color: #d4ebf4;
}
/* Library overrides
______________________________________ */
.bento-eyebrow-header,
.bento-eyebrow-header-small {
  display: block;
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 1.07rem 0 0.357rem;
  text-transform: uppercase;
}
.bento-eyebrow-header {
  font-size: 1rem;
  line-height: 1.14rem;
}
.bento-eyebrow-header-small {
  font-size: 0.785rem;
  line-height: 0.929rem;
}
/* Color theme implementation
______________________________________ */
.bento-eyebrow-header,
.bento-eyebrow-header-small {
  color: inherit;
}
/* Library overrides
______________________________________ */
bento-universe-filter-dropdown .bento-uni-filter_item-header,
bento-universe-filter .bento-uni-filter_item-header {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
bento-universe-filter-dropdown .bento-uni-filter_item-text,
bento-universe-filter .bento-uni-filter_item-text {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-universe-filter-dropdown .bento-uni-filter_modal.modal .modal-dialog .modal-content .modal-header,
bento-universe-filter .bento-uni-filter_modal.modal .modal-dialog .modal-content .modal-header {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
bento-universe-filter-dropdown .bento-uni-filter_modal.modal button.close:focus,
bento-universe-filter .bento-uni-filter_modal.modal button.close:focus {
  outline: 1px dotted #000 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
bento-universe-filter-dropdown .bento-uni-filter_modal-list > li,
bento-universe-filter .bento-uni-filter_modal-list > li {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
bento-universe-filter-dropdown .bento-uni-filter_dropdown-list > li,
bento-universe-filter .bento-uni-filter_dropdown-list > li {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
/* Color theme implementation
______________________________________ */
.bento-uni-filter {
  background-color: #f4f5f7;
  border-color: #afafaf;
}
.bento-uni-filter_back-drop {
  background-color: rgba(0, 0, 0, 0.3);
}
.bento-uni-filter.has-back-btn {
  border-left-color: #afafaf;
}
.bento-uni-filter_back-btn {
  background-color: #f4f5f7;
}
.bento-uni-filter_back-btn:hover, .bento-uni-filter_back-btn:focus {
  background-color: #ffffff;
}
.bento-uni-filter_back-btn:hover:after, .bento-uni-filter_back-btn:focus:after {
  background: #afafaf;
}
.bento-uni-filter_item {
  background-color: #f4f5f7;
}
.bento-uni-filter_item:hover, .bento-uni-filter_item:focus, .bento-uni-filter_item.selected, .bento-uni-filter_item.open, .bento-uni-filter_item.show {
  background-color: #ffffff;
}
.bento-uni-filter_item:hover:before, .bento-uni-filter_item:focus:before, .bento-uni-filter_item.selected:before, .bento-uni-filter_item.open:before, .bento-uni-filter_item.show:before {
  border-right-color: #afafaf;
  border-left-color: #afafaf;
}
.bento-uni-filter_item:focus .bento-uni-filter_item-text, .bento-uni-filter_item.selected .bento-uni-filter_item-text, .bento-uni-filter_item.open .bento-uni-filter_item-text, .bento-uni-filter_item.show .bento-uni-filter_item-text {
  border-color: #404040;
}
.bento-uni-filter_item.open:after, .bento-uni-filter_item.show:after {
  background-color: #ffffff;
}
.bento-uni-filter_item-text {
  border-color: #939393;
  background: #ffffff;
}
.bento-uni-filter_modal.modal .modal-dialog .modal-content .modal-header {
  background-color: #f4f5f7;
}
.bento-uni-filter_modal.modal button.close {
  color: #404040;
}
.bento-uni-filter_modal.modal button.close:hover, .bento-uni-filter_modal.modal button.close:focus {
  color: #939393;
}
.bento-uni-filter_modal-list > li:hover, .bento-uni-filter_modal-list > li:focus, .bento-uni-filter_modal-list > li.selected {
  background-color: #d4ebf4;
}
.bento-uni-filter_dropdown-list > li:hover, .bento-uni-filter_dropdown-list > li:focus, .bento-uni-filter_dropdown-list > li.selected {
  background-color: #d4ebf4;
}
/* Library overrides
______________________________________ */
bento-wizard .bento-wizard bento-wizard-strip.side-arrows {
  padding: 0 39px;
}
bento-wizard .bento-wizard bento-wizard-strip > .wizard-arrow {
  width: 40px;
  height: 100px;
}
bento-wizard .bento-wizard bento-wizard-strip > .wizard-arrow.flat {
  height: 72px;
}
bento-wizard .bento-wizard bento-wizard-strip > .wizard-arrow[disabled] {
  color: #d0d0d0;
}
bento-wizard .bento-wizard .bento-wizard-contents {
  padding: 72px 25px 25px;
  margin: -72px 0 15px;
}
bento-wizard .bento-wizard .bento-wizard-steps {
  height: 72px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps {
  transition: margin-left 0.2s, margin-right 0.2s;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step {
  height: 98px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step .title {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.selected) .title {
  text-decoration: underline;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step .description {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat {
  height: 72px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:after, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:last-child:before {
  height: 72px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:hover {
  border-bottom-width: 2px;
  border-top-width: 2px;
  padding-top: 14px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:after, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:before, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:hover:after, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:hover:before {
  top: -2px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:first-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:hover:first-child {
  padding-left: 14px;
}
[dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:first-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:hover:first-child {
  padding-left: 16px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus.selected, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:hover.selected {
  padding-top: 14px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step .bento-wizard-step-count:before {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
  padding: 10px 16px 8px 0;
  margin-right: 16px;
}
[dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step .bento-wizard-step-count:before {
  padding: 10px 0 8px 16px;
  margin-left: 16px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]):first-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]).selected:first-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]):first-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]).selected:first-child {
  border-left-width: 2px;
}
[dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]):first-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]).selected:first-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]):first-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]).selected:first-child {
  border-left-width: 0;
  border-right-width: 2px;
}
bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]):last-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]).selected:last-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]).most-right, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]):last-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]).selected:last-child, bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]).most-right {
  border-right-width: 2px;
}
[dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]):last-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]).selected:last-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:not([disabled]).most-right, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]):last-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]).selected:last-child, [dir=rtl] bento-wizard .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:hover:focus:not([disabled]).most-right {
  border-left-width: 2px;
  border-right-width: 0;
}
.bentop-wizard-step-selection-indicator {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  border-top-width: 4px;
  border-top-style: solid;
}
.bento-wizard-step:focus .bentop-wizard-step-selection-indicator {
  border-top-width: 3px;
}
.selected .bentop-wizard-step-selection-indicator {
  display: block;
  right: 0;
}
.bento-wizard-steps .selected + .bento-wizard-step .bentop-wizard-step-selection-indicator {
  display: block;
  z-index: 2;
  width: 2.2535211268px;
  border-right: 2.2535211268px solid transparent;
}
[dir=rtl] .bento-wizard-steps .selected + .bento-wizard-step .bentop-wizard-step-selection-indicator {
  left: auto;
  right: -1px;
  border-right: none;
  border-left: 2.2535211268px solid transparent;
}
.bento-wizard-steps .selected:focus + .bento-wizard-step .bentop-wizard-step-selection-indicator {
  border-top-width: 3px;
  bottom: 1px;
}
.bento-wizard-step-complete-icon:before {
  content: "\e6c1";
}
/* Color theme implementation
______________________________________ */
.bento-wizard bento-wizard-strip > .wizard-arrow {
  background: #f4f5f7;
  border-color: #1f1f1f;
}
.bento-wizard bento-wizard-strip > .wizard-arrow:hover:not(:disabled) {
  background-color: #ffffff;
}
.bento-wizard bento-wizard-strip > .wizard-arrow:focus {
  border-color: #404040;
  border-width: 2px;
}
.bento-wizard .bento-wizard-contents {
  border-bottom-color: #f4f5f7;
}
.bento-wizard .bento-wizard-steps {
  border-right-color: #1f1f1f;
  border-left-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps:before {
  background: #f4f5f7;
  border-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps .steps {
  transition: margin-left 0.2s;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step {
  color: #404040;
  background: #f4f5f7;
  border-top-color: #1f1f1f;
  border-bottom-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:before, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:after {
  background-repeat: no-repeat;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus {
  border-bottom-color: #404040;
  border-top-color: #404040;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]), .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]) {
  background-color: #ffffff;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]):after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2221px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dbg%2Dfocus%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%23404040;fill%3A%23f4f5f7;stroke%2Dwidth%3A2%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]):first-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]).selected:first-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]):first-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]).selected:first-child {
  border-left-color: #404040;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]):last-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]).selected:last-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:focus:not([disabled]).most-right, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]):last-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]).selected:last-child, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:focus:not([disabled]).most-right {
  border-right-color: #404040;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step[disabled] {
  color: #1c1c1c;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:first-child {
  border-left-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:last-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2220px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dbg%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%231f1f1f;%20fill%3A%23f4f5f7;stroke%2Dwidth%3A1%22%3E%3C/polygon%3E%3C/svg%3E");
}
[dir=rtl] .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:last-child:before {
  transform: rotate(180deg);
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2220px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dbg%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%231f1f1f;%20fill%3A%23f4f5f7;stroke%2Dwidth%3A1%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus + .bento-wizard-step:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:focus:last-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2221px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dselected%2Dbg%2Dfocus%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%23404040;fill%3A%23ffffff;stroke%2Dwidth%3A2%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.flat:first-child:after {
  background: none;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.disabled {
  color: #939393;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.disabled .bento-wizard-step-count:before {
  color: #939393;
  border-color: #939393;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) {
  background: #ffffff;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) + .bento-wizard-step:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled):last-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2220px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dselected%2Dbg%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%231f1f1f;fill%3A%23ffffff;stroke%2Dwidth%3A1%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled):focus + .bento-wizard-step:after,
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) + .bento-wizard-step:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled):focus:last-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2221px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dselected%2Dbg%2Dfocus%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%23404040;fill%3A%23ffffff;stroke%2Dwidth%3A2%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) .bento-wizard-step-count:before {
  border-color: #1f1f1f;
  color: #fa6400;
}
[dir=rtl] .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) .bento-wizard-step-count:before {
  border-left-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) .title {
  color: #5a5a5a;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step:hover:not(.disabled) .description {
  border-color: #1f1f1f;
  color: #5a5a5a;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step .bento-wizard-step-count:before {
  color: #404040;
  border-right-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover {
  background: #ffffff;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected + .bento-wizard-step:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:last-child:before, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover + .bento-wizard-step:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover:last-child:before, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed + .bento-wizard-step:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:last-child:before, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover + .bento-wizard-step:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover:last-child:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2220px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dselected%2Dbg%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%231f1f1f;fill%3A%23ffffff;stroke%2Dwidth%3A1%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover:focus:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2221px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dbg%2Dfocus%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%23404040;fill%3A%23f4f5f7;stroke%2Dwidth%3A2%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:focus + .bento-wizard-step:after,
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected + .bento-wizard-step:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover:focus + .bento-wizard-step:after,
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover + .bento-wizard-step:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:focus + .bento-wizard-step:after,
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed + .bento-wizard-step:focus:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover:focus + .bento-wizard-step:after,
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover + .bento-wizard-step:focus:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20height%3D%2272px%22%20width%3D%2221px%22%3E%3Cpolygon%20class%3D%22bento%2Darrow%2Dselected%2Dbg%2Dfocus%2Dsvg%22%20points%3D%22%2D3%20%2D5.325,19.5%2036,%2D3%2077.325%22%20style%3D%22stroke%3A%23404040;fill%3A%23ffffff;stroke%2Dwidth%3A2%22%3E%3C/polygon%3E%3C/svg%3E");
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:first-child:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover:first-child:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:first-child:after, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover:first-child:after {
  background: none;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected .title, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover .title, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed .title, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover .title {
  color: #404040;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected .description, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover .description, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed .description, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.completed:hover .description {
  color: #404040;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover {
  color: #404040;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected .bento-wizard-step-count:before, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover .bento-wizard-step-count:before {
  color: #fa6400;
  border-color: #1f1f1f;
}
.bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected .description, .bento-wizard .bento-wizard-steps .steps > .bento-wizard-step.selected:hover .description {
  border-color: #afafaf;
}
.bentop-wizard-step-selection-indicator {
  border-top-color: #fa6400;
}
/* NG components */
/*
This CSS package contains all classes that fix UI behaviors when Bento NG is loaded in a Bento Modern Project
 */
/*
Combobox
 */
/*
Dropdown
 */
.dropdown-menu:before, .dropdown-menu:after {
  content: none !important;
}
/* BFM components */
.form-control.bfm-invalid,
.form-control.is-invalid {
  border-color: #dc0a0a;
}
.form-control.bfm-invalid:focus,
.form-control.is-invalid:focus {
  outline-color: #dc0a0a;
}
bento-combobox.bfm-invalid .form-control,
bento-combobox.bfm-invalid > .form-control,
bento-combobox.bfm-invalid > button.bento-number-input-button, bento-combobox.isinvalid .form-control,
bento-combobox.isinvalid > .form-control,
bento-combobox.isinvalid > button.bento-number-input-button,
bento-number-input.bfm-invalid .form-control,
bento-number-input.bfm-invalid > .form-control,
bento-number-input.bfm-invalid > button.bento-number-input-button,
bento-number-input.isinvalid .form-control,
bento-number-input.isinvalid > .form-control,
bento-number-input.isinvalid > button.bento-number-input-button {
  border-color: #dc0a0a;
}
bento-combobox > input,
bento-number-input > input {
  padding-right: 27px;
}
bento-number-input.bfm-invalid ~ i.indicator-error-message {
  right: 66px;
}
bento-combobox.bfm-invalid ~ i.indicator-error-message,
select.bfm-invalid ~ i.indicator-error-message {
  right: 25px;
}
bento-tags-input.bfm-invalid {
  padding-right: 27px !important;
}
.bfm-error-message span {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  color: #dc0a0a;
  display: inline-block;
  margin-left: 1em;
}
[dir=rtl] .bfm-error-message span {
  margin-left: auto;
  margin-right: 1em;
}
.bfm-error-message span:before {
  position: relative;
  vertical-align: text-top;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "\e721";
  margin-left: -1em;
  margin-right: 0.1em;
}
[dir=rtl] .bfm-error-message span:before {
  margin-left: 0.1em;
  margin-right: -1em;
}
.bfmfield-errorindicator {
  padding-right: 27px;
}
span.indicator-container {
  font-size: 20px;
  padding: 0;
  width: 0%;
}
i.indicator-error-message {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  color: #dc0a0a;
  display: flex;
  align-items: center;
  font-family: "bento-icons";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 28px;
  position: absolute;
  right: 7px;
  font-size: medium;
}
i.indicator-error-message:before {
  content: "\e6f3";
}
i.indicator-error-message:focus {
  outline: thin dotted;
}
.bento-error-summary-container {
  background-color: #fbe6e6;
  border: #dc0a0a solid 2px;
  border-radius: 5px;
  max-width: 480px;
  padding-left: 10px;
}
.bento-error-summary-container a:hover {
  color: #02406e;
}
.bento-error-summary-container h1::before {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6f3";
  margin-right: 0.3rem;
  color: #dc0a0a;
}
.bento-error-summary-container h2::before {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6f3";
  margin-right: 0.3rem;
  color: #dc0a0a;
}
.bento-error-summary-container h3::before {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6f3";
  margin-right: 0.3rem;
  color: #dc0a0a;
}
.bento-error-summary-container h4::before {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6f3";
  margin-right: 0.3rem;
  color: #dc0a0a;
}
.bento-error-summary-container h5::before {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6f3";
  margin-right: 0.3rem;
  color: #dc0a0a;
}
.bento-error-summary-container h6::before {
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6f3";
  margin-right: 0.3rem;
  color: #dc0a0a;
}
.bfm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bfm-sr-focusable:active, .bfm-sr-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* Utilities */

/*# sourceMappingURL=styles__theme.css.map*/
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@bento/bento-ng/styles/fonts.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./projects/bento/themes/platform/fonts.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Knowledge";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('knowledge2017-ultralight-webfont.woff2') format("woff2"), url('knowledge2017-ultralight-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('knowledge2017-ultralightitalic-webfont.woff2') format("woff2"), url('knowledge2017-ultralightitalic-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('knowledge2017-light-webfont.woff2') format("woff2"), url('knowledge2017-light-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('knowledge2017-lightitalic-webfont.woff2') format("woff2"), url('knowledge2017-lightitalic-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('knowledge2017-regular-webfont.woff2') format("woff2"), url('knowledge2017-regular-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('knowledge2017-regularitalic-webfont.woff2') format("woff2"), url('knowledge2017-regularitalic-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('knowledge2017-medium-webfont.woff2') format("woff2"), url('knowledge2017-medium-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('knowledge2017-mediumitalic-webfont.woff2') format("woff2"), url('knowledge2017-mediumitalic-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('knowledge2017-bold-webfont.woff2') format("woff2"), url('knowledge2017-bold-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('knowledge2017-bolditalic-webfont.woff2') format("woff2"), url('knowledge2017-bolditalic-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('knowledge2017-black-webfont.woff2') format("woff2"), url('knowledge2017-black-webfont.woff') format("woff");
}
@font-face {
  font-family: "Knowledge";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url('knowledge2017-blackitalic-webfont.woff2') format("woff2"), url('knowledge2017-blackitalic-webfont.woff') format("woff");
}
@font-face {
  font-family: "KnowledgeRegular";
  font-display: swap;
  src: url('knowledge2017-regular-webfont.woff2') format("woff2"), url('knowledge2017-regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeRegularItalic";
  font-display: swap;
  src: url('knowledge2017-regularitalic-webfont.woff2') format("woff2"), url('knowledge2017-regularitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeMedium";
  font-display: swap;
  src: url('knowledge2017-medium-webfont.woff2') format("woff2"), url('knowledge2017-medium-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeMediumItalic";
  font-display: swap;
  src: url('knowledge2017-mediumitalic-webfont.woff2') format("woff2"), url('knowledge2017-mediumitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeLight";
  font-display: swap;
  src: url('knowledge2017-light-webfont.woff2') format("woff2"), url('knowledge2017-light-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeLightItalic";
  font-display: swap;
  src: url('knowledge2017-lightitalic-webfont.woff2') format("woff2"), url('knowledge2017-lightitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeBold";
  font-display: swap;
  src: url('knowledge2017-bold-webfont.woff2') format("woff2"), url('knowledge2017-bold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeBoldItalic";
  font-display: swap;
  src: url('knowledge2017-bolditalic-webfont.woff2') format("woff2"), url('knowledge2017-bolditalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeBlack";
  font-display: swap;
  src: url('knowledge2017-black-webfont.woff2') format("woff2"), url('knowledge2017-black-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeBlackItalic";
  font-display: swap;
  src: url('knowledge2017-blackitalic-webfont.woff2') format("woff2"), url('knowledge2017-blackitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeUltraLight";
  font-display: swap;
  src: url('knowledge2017-ultralight-webfont.woff2') format("woff2"), url('knowledge2017-ultralight-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KnowledgeUltraLightItalic";
  font-display: swap;
  src: url('knowledge2017-ultralightitalic-webfont.woff2') format("woff2"), url('knowledge2017-ultralightitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoRegular";
  font-display: swap;
  src: url('knowledge2017-regular-webfont.woff2') format("woff2"), url('knowledge2017-regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoRegularItalic";
  font-display: swap;
  src: url('knowledge2017-regularitalic-webfont.woff2') format("woff2"), url('knowledge2017-regularitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoMedium";
  font-display: swap;
  src: url('knowledge2017-medium-webfont.woff2') format("woff2"), url('knowledge2017-medium-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoMediumItalic";
  font-display: swap;
  src: url('knowledge2017-mediumitalic-webfont.woff2') format("woff2"), url('knowledge2017-mediumitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoLight";
  font-display: swap;
  src: url('knowledge2017-light-webfont.woff2') format("woff2"), url('knowledge2017-light-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoLightItalic";
  font-display: swap;
  src: url('knowledge2017-lightitalic-webfont.woff2') format("woff2"), url('knowledge2017-lightitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoBold";
  font-display: swap;
  src: url('knowledge2017-bold-webfont.woff2') format("woff2"), url('knowledge2017-bold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoBoldItalic";
  font-display: swap;
  src: url('knowledge2017-bolditalic-webfont.woff2') format("woff2"), url('knowledge2017-bolditalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoBlack";
  font-display: swap;
  src: url('knowledge2017-black-webfont.woff2') format("woff2"), url('knowledge2017-black-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoBlackItalic";
  font-display: swap;
  src: url('knowledge2017-blackitalic-webfont.woff2') format("woff2"), url('knowledge2017-blackitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoExtraLight";
  font-display: swap;
  src: url('knowledge2017-ultralight-webfont.woff2') format("woff2"), url('knowledge2017-ultralight-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentoExtraLightItalic";
  font-display: swap;
  src: url('knowledge2017-ultralightitalic-webfont.woff2') format("woff2"), url('knowledge2017-ultralightitalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=styles__fonts.css.map*/
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@grapecity/wijmo.styles/wijmo.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
    *
    * Wijmo Library 5.20251.34
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */
.wj-glyph,.wj-glyph-filter,.wj-glyph-up-right,.wj-glyph-up-left,.wj-glyph-up,.wj-glyph-step-forward,.wj-glyph-step-backward,.wj-glyph-square,.wj-glyph-right,.wj-glyph-pencil,.wj-glyph-plus,.wj-glyph-minus,.wj-glyph-pin,.wj-glyph-measure,.wj-glyph-left,.wj-glyph-file,.wj-glyph-drag,.wj-glyph-down-right,.wj-glyph-down-left,.wj-glyph-down,.wj-glyph-dimension,.wj-glyph-diamond,.wj-glyph-clock,.wj-glyph-clipboard,.wj-glyph-circle,.wj-glyph-check,.wj-glyph-calendar,.wj-glyph-asterisk{position:relative;display:inline-block;box-sizing:border-box;text-align:center;opacity:.75;white-space:normal;cursor:pointer}@media (forced-colors:active){.wj-glyph,.wj-glyph-filter,.wj-glyph-up-right,.wj-glyph-up-left,.wj-glyph-up,.wj-glyph-step-forward,.wj-glyph-step-backward,.wj-glyph-square,.wj-glyph-right,.wj-glyph-pencil,.wj-glyph-plus,.wj-glyph-minus,.wj-glyph-pin,.wj-glyph-measure,.wj-glyph-left,.wj-glyph-file,.wj-glyph-drag,.wj-glyph-down-right,.wj-glyph-down-left,.wj-glyph-down,.wj-glyph-dimension,.wj-glyph-diamond,.wj-glyph-clock,.wj-glyph-clipboard,.wj-glyph-circle,.wj-glyph-check,.wj-glyph-calendar,.wj-glyph-asterisk{forced-color-adjust:none;color:CanvasText;background-color:Canvas;opacity:1}}.wj-glyph-asterisk:after{content:"✱︎"}.wj-glyph-calendar{width:1em;height:1em;border:.1em solid;border-top:.3em solid;top:.15em}.wj-glyph-calendar:after{position:absolute;left:.3em;top:.1em;width:.2em;height:.4em;border-right:.1em solid;border-top:.07em solid;opacity:.7;content:" "}.wj-glyph-check:after{font-weight:700;content:"✔︎"}.wj-glyph-circle{border:.3em solid;border-radius:50%;top:-.1em}.wj-glyph-clipboard:after{content:"📋︎"}.wj-glyph-clock{width:1em;height:1em;border:.1em solid;border-radius:50%;top:.15em}.wj-glyph-clock:after{position:absolute;border-left:.1em solid;border-bottom:.1em solid;width:.25em;height:.3em;top:.2em;left:.35em;content:" "}.wj-glyph-diamond:after{content:"◆︎"}.wj-glyph-dimension:after{content:"⟀︎"}.wj-glyph-down{border-top:.5em solid;border-right:.4em solid transparent;border-left:.4em solid transparent}.wj-glyph-down-left{border-top:.65em solid transparent;border-left:.65em solid}.wj-glyph-down-right{top:-2px;border-bottom:.65em solid;border-left:.65em solid transparent}.wj-glyph-drag{width:1em;height:1em}.wj-glyph-drag:after{position:absolute;top:.15em;left:.1em;width:1em;height:1em;background:radial-gradient(#000 1px,transparent 2px);background-size:.33em .33em;content:" "}@media (forced-colors:active){.wj-glyph-drag::after{background:radial-gradient(CanvasText .08em,transparent .12em);background-size:.33em .33em}}.wj-glyph-file{border-left:.7em solid;height:.85em}.wj-glyph-file:after{position:absolute;transform:translateX(-100%);border-top:.3em solid transparent;border-left:.3em solid #fff;content:" "}@media (forced-colors:active){.wj-glyph-file{border-left-color:CanvasText}.wj-glyph-file::after{border-left-color:Canvas;border-top-color:CanvasText}}.wj-glyph-left{top:1px;border-top:.4em solid transparent;border-right:.5em solid;border-bottom:.4em solid transparent}.wj-glyph-measure:after{content:"📊︎"}.wj-glyph-pin{top:-.1em;left:.1em;width:.4em;border-top:.6em solid}.wj-glyph-pin:before{position:absolute;border-left:.7em solid;height:.1em;left:-.15em;top:-.1em;content:" "}.wj-glyph-pin:after{position:absolute;border-left:.15em solid;height:.5em;left:.15em;top:-.1em;content:" "}@media (forced-colors:active){.wj-glyph-pin::after{border-left-width:.12em;left:.17em}}.wj-glyph-plus,.wj-glyph-minus{border-top:.25em solid;width:.9em;top:-.3em}.wj-glyph-plus:after{position:absolute;box-sizing:border-box;border-left:.25em solid;width:.25em;height:.95em;left:.33em;top:-.6em;content:" "}.wj-glyph-pencil:after{content:"✎︎"}.wj-glyph-right{top:1px;border-top:.4em solid transparent;border-bottom:.4em solid transparent;border-left:.5em solid}.wj-glyph-square{border:.25em solid}.wj-glyph-step-backward{border-top:.4em solid transparent;border-right:.5em solid;border-bottom:.4em solid transparent;top:.12em}.wj-glyph-step-backward:after{position:absolute;border-left:.2em solid;height:.75em;transform:translate(-100%,-50%);content:" "}[dir=rtl] .wj-glyph-step-backward:after{transform:translate(0,-50%)}.wj-glyph-step-forward{border-top:.4em solid transparent;border-bottom:.4em solid transparent;border-left:.5em solid}.wj-glyph-step-forward:after{position:absolute;border-left:.2em solid;height:.75em;transform:translateY(-50%);content:" "}[dir=rtl] .wj-glyph-step-forward:after{transform:translate(100%,-50%)}.wj-glyph-up{border-right:.4em solid transparent;border-bottom:.5em solid;border-left:.4em solid transparent}.wj-glyph-up-left{border-bottom:.65em solid transparent;border-left:.65em solid}.wj-glyph-up-right{border-top:.65em solid;border-left:.65em solid transparent}.wj-glyph-filter{top:-.1em;width:.5em;border-top:.5em solid;border-right:.4em solid transparent;border-left:.4em solid transparent}.wj-glyph-filter:after{position:absolute;border-left:.25em solid;left:-.125em;top:-.2em;height:.4em;content:" "}.wj-control{display:block;box-sizing:border-box;color:#000;background:#fff;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wj-control *{box-sizing:inherit}.wj-control [contenteditable]{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.wj-control:focus,.wj-control :not(.wj-tabpane *):focus,.wj-control .wj-tabpane .wj-control :focus,.wj-control a:focus{outline:0}.wj-control input::-ms-clear{display:none}.wj-control input:-ms-input-placeholder{opacity:.7}.wj-control input[type=number]::-webkit-inner-spin-button,.wj-control input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wj-control input:invalid{box-shadow:none;outline:0}.wj-control .wj-btn,.wj-viewer .wj-control .wj-applybutton{background:#eee;cursor:pointer;color:#000;display:inline-block;border-style:none;padding:0 10px;text-align:center;min-width:30px;white-space:nowrap}.wj-control .wj-btn:focus,.wj-viewer .wj-control .wj-applybutton:focus,.wj-control .wj-btn:hover,.wj-viewer .wj-control .wj-applybutton:hover{background:#e1e1e1;transition-duration:.4s}.wj-control .wj-btn.wj-state-active,.wj-viewer .wj-control .wj-state-active.wj-applybutton{background:#d5d5d5}.wj-control .wj-btn[disabled],.wj-viewer .wj-control [disabled].wj-applybutton{cursor:default;pointer-events:none;opacity:.6}.wj-control a.wj-btn,.wj-viewer .wj-control a.wj-applybutton,.wj-control button.wj-btn:not(.wj-btn-default),.wj-viewer .wj-control button.wj-applybutton:not(.wj-btn-default){border-radius:4px;padding:6px 15px;text-decoration:none;font-weight:700;font-size:12px}.wj-header{background:#eee;color:#444;font-weight:700}.wj-state-multi-selected{background:#80adbf;color:#fff}.wj-state-selected,.wj-state-last-selected{background:#0085c7;color:#fff}.wj-state-disabled:not(.wj-popup){cursor:default;pointer-events:none;opacity:.6}.wj-content{display:inline-block;border:1px solid rgba(0,0,0,.2);border-radius:4px;overflow:hidden}.wj-tooltip{box-sizing:border-box;position:absolute;pointer-events:auto;max-width:400px;padding:4px 6px 3px 6px;background:#fff;color:#000;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 6px 13px rgba(0,0,0,.2);word-break:break-word;-ms-word-break:break-all}.wj-tooltip.wj-error-tip{background:red;color:#fff;white-space:pre-line;font-weight:700}.wj-dropdown-panel{pointer-events:auto;box-shadow:0 6px 13px rgba(0,0,0,.2)}.wj-content.wj-dropdown,.wj-content.wj-inputnumber,.wj-content.wj-inputmask,.wj-content.wj-calendar-outer,.wj-content.wj-pager{vertical-align:middle;display:inline-table;border-collapse:separate}.wj-control input[type=tel]{direction:ltr}.wj-control.wj-inputmask{display:inline-flex}.wj-control.wj-inputmask .wj-input{width:100%}.wj-control.wj-inputmask .wj-input-group{display:flex}.wj-dropdown-panel{display:block;background:#fff;color:#000}.wj-dropdown-panel .wj-control{background:0 0;color:inherit}.wj-dropdown-panel.wj-content>.wj-content{border:0}.wj-control .wj-template{position:relative;display:table-cell}.wj-control .wj-template,.wj-control .wj-input{height:100%}.wj-control .wj-input-group{display:table;border-collapse:separate;width:100%;height:100%}.wj-control .wj-input-group .wj-input-group-btn{display:table-cell;width:1%;height:100%;min-width:26px;white-space:nowrap;vertical-align:top}.wj-control .wj-input-group .wj-input-group-btn:last-child:not(:first-child)>.wj-btn,.wj-viewer .wj-control .wj-input-group .wj-input-group-btn:last-child:not(:first-child)>.wj-applybutton{border-left:1px solid rgba(0,0,0,.2)}.wj-control .wj-input-group .wj-input-group-btn:first-child:not(:last-child)>.wj-btn,.wj-viewer .wj-control .wj-input-group .wj-input-group-btn:first-child:not(:last-child)>.wj-applybutton{border-right:1px solid rgba(0,0,0,.2)}.wj-control .wj-input-group .wj-form-control{display:table-cell;padding:4px 8px;border:0;width:100%;height:100%;color:inherit;background:0 0;min-height:2em}.wj-control .wj-input-group button,.wj-control .wj-input-group input{margin:0}.wj-control .wj-btn-group{display:inline-block;border:1px solid rgba(0,0,0,.2);border-radius:4px;overflow:hidden}.wj-control .wj-btn-group>:not(:first-child){border-left:1px solid rgba(0,0,0,.2)}.wj-control .wj-btn-group>.wj-form-control{padding:4px 6px 3px 6px;border:0}.wj-control .wj-btn-group>.wj-form-control:not(:first-child){border-left:1px solid rgba(0,0,0,.2)}.wj-control .wj-btn-group>.wj-btn,.wj-viewer .wj-control .wj-btn-group>.wj-applybutton,.wj-control .wj-input-group-btn>.wj-btn,.wj-viewer .wj-control .wj-input-group-btn>.wj-applybutton{height:100%;min-height:2em;background:#eee}.wj-control .wj-btn-group>.wj-btn:focus,.wj-viewer .wj-control .wj-btn-group>.wj-applybutton:focus,.wj-control .wj-btn-group>.wj-btn:hover,.wj-viewer .wj-control .wj-btn-group>.wj-applybutton:hover,.wj-control .wj-input-group-btn>.wj-btn:focus,.wj-viewer .wj-control .wj-input-group-btn>.wj-applybutton:focus,.wj-control .wj-input-group-btn>.wj-btn:hover,.wj-viewer .wj-control .wj-input-group-btn>.wj-applybutton:hover{background:#e1e1e1;transition-duration:.4s}.wj-control .wj-btn-group>.wj-btn.wj-btn-default,.wj-viewer .wj-control .wj-btn-group>.wj-btn-default.wj-applybutton,.wj-control .wj-input-group-btn>.wj-btn.wj-btn-default,.wj-viewer .wj-control .wj-input-group-btn>.wj-btn-default.wj-applybutton{color:#000}.wj-control .wj-btn-group>.wj-btn.wj-btn-default:enabled,.wj-viewer .wj-control .wj-btn-group>.wj-btn-default.wj-applybutton:enabled,.wj-control .wj-input-group-btn>.wj-btn.wj-btn-default:enabled,.wj-viewer .wj-control .wj-input-group-btn>.wj-btn-default.wj-applybutton:enabled{background:0 0}.wj-control .wj-btn-group>.wj-btn.wj-btn-default:focus,.wj-viewer .wj-control .wj-btn-group>.wj-btn-default.wj-applybutton:focus,.wj-control .wj-btn-group>.wj-btn.wj-btn-default:hover,.wj-viewer .wj-control .wj-btn-group>.wj-btn-default.wj-applybutton:hover,.wj-control .wj-input-group-btn>.wj-btn.wj-btn-default:focus,.wj-viewer .wj-control .wj-input-group-btn>.wj-btn-default.wj-applybutton:focus,.wj-control .wj-input-group-btn>.wj-btn.wj-btn-default:hover,.wj-viewer .wj-control .wj-input-group-btn>.wj-btn-default.wj-applybutton:hover{background:#e1e1e1;transition-duration:.4s}.wj-control.wj-rtl .wj-input-group-btn:last-child:not(:first-child)>.wj-btn,.wj-viewer .wj-control.wj-rtl .wj-input-group-btn:last-child:not(:first-child)>.wj-applybutton{border-right:1px solid rgba(0,0,0,.2);border-left:none}.wj-control.wj-rtl .wj-input-group-btn:first-child:not(:last-child)>.wj-btn,.wj-viewer .wj-control.wj-rtl .wj-input-group-btn:first-child:not(:last-child)>.wj-applybutton{border-left:1px solid rgba(0,0,0,.2);border-right:none}.wj-control.wj-rtl .wj-btn-group>:not(:first-child){border-right:1px solid rgba(0,0,0,.2);border-left:none}.wj-control.wj-rtl .wj-btn-group>.wj-form-control:not(:first-child){border-right:1px solid rgba(0,0,0,.2);border-left:none}.wj-inputnumber input.wj-form-control{text-align:right}.wj-listbox{overflow:auto;cursor:default}.wj-listbox .wj-listbox-item{padding:4px 6px 3px 6px}.wj-listbox .wj-listbox-item.wj-separator{height:1px;margin:3px 0;padding:0;background:rgba(0,0,0,.1)}.wj-listbox .wj-listbox-item.wj-header{opacity:1;position:sticky;top:0}.wj-listbox .wj-listbox-item:not(.wj-state-selected):not(.wj-state-disabled):not(.wj-separator):hover{background:rgba(0,0,0,.05);transition-duration:.4s}.wj-listbox .wj-listbox-item>label{display:flex;align-content:flex-start;align-items:baseline;margin:0;font-weight:400}.wj-listbox .wj-listbox-item>label>input[type=checkbox]{margin:4px}.wj-multiselectlistbox .wj-template{display:flex;flex-direction:column;max-height:inherit;min-height:inherit;height:auto}.wj-multiselectlistbox .wj-content{display:block;border:0;border-radius:0}.wj-multiselectlistbox .wj-form-control{border:0;width:100%;color:inherit;padding:5px 8px}.wj-dropdown-panel>.wj-multiselectlistbox{display:block}.wj-calendar{max-width:100vw;overflow:auto}.wj-calendar .wj-header{font-size:90%}.wj-calendar .wj-day-today{font-weight:700}.wj-calendar .wj-day-othermonth{opacity:.65}.wj-calendar .wj-calendar-outer{display:block;padding:10px;cursor:default}.wj-calendar .wj-calendar-header{display:flex;justify-content:space-between;align-items:center;flex-grow:0;flex-shrink:0;margin-bottom:7px;min-width:19em}.wj-calendar .wj-calendar-header .wj-month-select{display:inline-block;margin:6px;font-weight:700;cursor:pointer}.wj-calendar .wj-calendar-header .wj-month-select .wj-glyph-down{opacity:.5}.wj-calendar .wj-calendar-header .wj-btn-group .wj-btn,.wj-calendar .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton,.wj-viewer .wj-control .wj-calendar .wj-calendar-header .wj-btn-group .wj-applybutton{padding:2px 8px 0 8px}.wj-calendar .wj-calendar-header .wj-btn-group span{pointer-events:none}.wj-calendar .wj-calendar-month{width:100%;border-collapse:collapse;font:inherit}.wj-calendar .wj-calendar-month td{width:14.29%}.wj-calendar .wj-calendar-year{width:100%;border-collapse:collapse;font:inherit}.wj-calendar .wj-calendar-year td{width:25%}.wj-calendar .wj-calendar-year tr:not(.wj-header) td{height:3em}.wj-calendar td{text-align:center;padding:4px 6px 3px 6px;border:0}.wj-calendar td.wj-state-invalid{opacity:.65}.wj-calendar.wj-calendar-multimonth{display:inline-flex;flex-wrap:wrap;border:1px solid rgba(0,0,0,.2);border-radius:4px}.wj-calendar.wj-calendar-multimonth .wj-content{border-color:rgba(0,0,0,.05);border-radius:0}.wj-calendar.wj-calendar-multimonth .wj-calendar{display:flex}.wj-calendar.wj-btns-outside{position:relative}.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group{border:0}.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group button{display:none;position:absolute;z-index:1;top:0;min-width:1em;padding:0;border:0;opacity:.5}.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group button[wj-part=btn-prev]{left:0;display:block}.wj-calendar.wj-btns-outside .wj-calendar-header .wj-btn-group button[wj-part=btn-next]{right:0;display:block}.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group{float:left}.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-btn .wj-glyph-right,.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton .wj-glyph-right,.wj-viewer .wj-control .wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-applybutton .wj-glyph-right,.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-btn .wj-glyph-left,.wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton .wj-glyph-left,.wj-viewer .wj-control .wj-calendar.wj-rtl .wj-calendar-header .wj-btn-group .wj-applybutton .wj-glyph-left{transform:scale(-1,1)}.wj-calendar.wj-calendar-multimonth .wj-calendar-header .wj-btn-group .wj-btn .wj-glyph-right,.wj-calendar.wj-calendar-multimonth .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton .wj-glyph-right,.wj-viewer .wj-control .wj-calendar.wj-calendar-multimonth .wj-calendar-header .wj-btn-group .wj-applybutton .wj-glyph-right,.wj-calendar.wj-calendar-multimonth .wj-calendar-header .wj-btn-group .wj-btn .wj-glyph-left,.wj-calendar.wj-calendar-multimonth .wj-calendar-header .wj-btn-group .wj-viewer .wj-control .wj-applybutton .wj-glyph-left,.wj-viewer .wj-control .wj-calendar.wj-calendar-multimonth .wj-calendar-header .wj-btn-group .wj-applybutton .wj-glyph-left{transform:scale(1,-1)}.wj-dropdown-panel .wj-calendar-outer{background:0 0}.wj-dropdown-panel .wj-calendar-outer>.wj-content{display:block}.wj-yearpicker{max-height:12em;min-width:18em;display:grid;grid-template-columns:repeat(4,1fr);width:4em;align-items:center;justify-items:center;text-align:center}.wj-yearpicker .wj-listbox-item{text-align:center;display:inline-block;width:4em}.wj-outer-flex,.wj-inputdate-dropdown .wj-calendar-outer,.wj-calendar.wj-calendar-multimonth .wj-calendar-outer{display:flex;flex-direction:column;min-width:21em;flex-shrink:0}.wj-inputdate-dropdown{display:flex;background:#fff}.wj-inputdate-dropdown>.wj-calendar{flex-grow:1;border:0}.wj-inputdate-dropdown>.wj-listbox{flex-grow:1;margin:10px;min-width:8em;max-height:16em}.wj-inputdate-dropdown>.wj-listbox .wj-listbox-item{white-space:nowrap}.wj-colorpicker{width:420px;height:200px;padding:4px}.wj-colorpicker .wj-colorbox{position:relative;width:100%;height:100%;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.wj-inputcolor .wj-input-group input.wj-form-control{padding-left:24px}.wj-inputcolor .wj-inputcolorbox{position:absolute;left:6px;top:6px;bottom:6px;width:12px;border:1px solid #000}.wj-inputcolor.wj-rtl .wj-input-group input.wj-form-control{padding-left:4px;padding-right:24px}.wj-inputcolor.wj-rtl .wj-inputcolorbox{left:auto;right:6px}.wj-listbox.wj-dropdown-panel .wj-state-match{font-weight:700}.wj-multi-autocomplete{width:100%;padding:5px}.wj-multi-autocomplete .wj-input{float:left}.wj-multi-autocomplete .wj-input-group .wj-form-control{margin-top:5px;height:auto}.wj-multi-autocomplete .wj-token{background:#eee;color:#000;border:1px solid rgba(0,0,0,.2);border-radius:4px;margin:5px;vertical-align:middle;float:left;cursor:default}.wj-multi-autocomplete .wj-token:focus,.wj-multi-autocomplete .wj-token:hover,.wj-multi-autocomplete .wj-token.wj-token-active{background:#e1e1e1;transition-duration:.4s}.wj-multi-autocomplete .wj-token .wj-token-label{padding:4px 6px 3px 6px;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;max-width:500px}.wj-multi-autocomplete .wj-token .wj-token-close{padding:4px 6px 3px 6px;color:#000;vertical-align:middle;cursor:pointer;text-decoration:none}.wj-multi-autocomplete .wj-token .wj-token-close:hover,.wj-multi-autocomplete .wj-token .wj-token-close:focus{opacity:.5;transition-duration:.4s}.wj-multi-autocomplete .wj-token-helper{position:absolute;left:-10000px}.wj-popup{background:#fff;box-shadow:0 6px 13px rgba(0,0,0,.2)}.wj-popup .wj-dialog-header{width:100%;background:#eee;color:#444;font-weight:700;font-size:120%;padding:1em}.wj-popup .wj-dialog-body{padding:1em}.wj-popup .wj-dialog-footer{text-align:right;margin-top:1em;padding:1em}.wj-popup-backdrop{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.5)}.wj-menu .wj-form-control{cursor:pointer}.wj-listbox.wj-menu-items .wj-listbox-item:not(.wj-state-disabled):not(.wj-separator){cursor:pointer}.wj-listbox.wj-menu-items .wj-listbox-item.wj-subitems{position:relative}.wj-listbox.wj-menu-items .wj-listbox-item.wj-subitems:after{content:"";position:absolute;top:50%;transform:translate(0,-50%);opacity:.75;border-top:.4em solid transparent;border-bottom:.4em solid transparent;border-left:.5em solid}.wj-listbox.wj-menu-items:not(.wj-rtl) .wj-listbox-item.wj-subitems{padding-right:1.8em}.wj-listbox.wj-menu-items:not(.wj-rtl) .wj-listbox-item.wj-subitems:after{right:.55em}.wj-listbox.wj-menu-items.wj-rtl .wj-listbox-item.wj-subitems{padding-left:1.8em}.wj-listbox.wj-menu-items.wj-rtl .wj-listbox-item.wj-subitems:after{left:.55em;transform:translate(0,-50%) scale(-1,1)}.wj-pager{user-select:auto;-webkit-user-select:auto}.wj-pager .wj-input-group .wj-input-group-btn>.wj-btn,.wj-pager .wj-input-group .wj-viewer .wj-control .wj-input-group-btn>.wj-applybutton,.wj-viewer .wj-control .wj-pager .wj-input-group .wj-input-group-btn>.wj-applybutton{min-width:40px;padding:0 1em}.wj-pager .wj-input-group span[wj-part=txt-curr]{display:table-cell;text-align:center;vertical-align:middle;border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);padding:.5em .8em .4em .8em;width:100%;height:100%;min-height:2em}.wj-pager .wj-input-group span[wj-part|=btn]:focus-within>.wj-btn:focus-visible,.wj-pager .wj-input-group .wj-viewer .wj-control span[wj-part|=btn]:focus-within>.wj-applybutton:focus-visible,.wj-viewer .wj-control .wj-pager .wj-input-group span[wj-part|=btn]:focus-within>.wj-applybutton:focus-visible{transition-property:none;outline:.2em solid;outline-offset:-.2em}.wj-pager .wj-input-group span[wj-part=txt-curr]:focus-visible{outline:.15em solid;outline-offset:-.15em;background-color:#fff}@media (forced-colors:active){.wj-pager .wj-input-group span[wj-part|=btn] button.wj-btn.wj-btn-default[tabindex],.wj-pager .wj-input-group span[wj-part|=btn] .wj-viewer .wj-control button.wj-btn-default[tabindex].wj-applybutton,.wj-viewer .wj-control .wj-pager .wj-input-group span[wj-part|=btn] button.wj-btn-default[tabindex].wj-applybutton{border:1px solid ButtonText;border-right-color:ButtonText;border-left-color:ButtonText}.wj-pager .wj-input-group span[wj-part|=btn] button.wj-btn.wj-btn-default[tabindex]:active,.wj-pager .wj-input-group span[wj-part|=btn] .wj-viewer .wj-control button.wj-btn-default[tabindex].wj-applybutton:active,.wj-viewer .wj-control .wj-pager .wj-input-group span[wj-part|=btn] button.wj-btn-default[tabindex].wj-applybutton:active,.wj-pager .wj-input-group span[wj-part|=btn] button.wj-btn.wj-btn-default[tabindex]:hover,.wj-pager .wj-input-group span[wj-part|=btn] .wj-viewer .wj-control button.wj-btn-default[tabindex].wj-applybutton:hover,.wj-viewer .wj-control .wj-pager .wj-input-group span[wj-part|=btn] button.wj-btn-default[tabindex].wj-applybutton:hover{transition-property:none;background-color:Canvas}.wj-pager .wj-input-group span[wj-part=txt-curr]:focus-visible,.wj-pager .wj-input-group span[wj-part|=btn]:focus-within>.wj-btn:focus-visible,.wj-pager .wj-input-group .wj-viewer .wj-control span[wj-part|=btn]:focus-within>.wj-applybutton:focus-visible,.wj-viewer .wj-control .wj-pager .wj-input-group span[wj-part|=btn]:focus-within>.wj-applybutton:focus-visible{outline-color:Highlight}}.wj-labeled-input{position:relative;display:inline-block;width:12em;max-width:100%;margin:0 20px;padding:20px 0}.wj-labeled-input,.wj-labeled-input *,.wj-labeled-input :after,.wj-labeled-input :before{box-sizing:border-box;box-sizing:border-box}.wj-labeled-input.wide{width:20em}.wj-labeled-input .accesskey{text-decoration:underline;font-size:unset}.wj-labeled-input .wj-control.wj-content{margin:0;width:100%;background-color:transparent;border:0;border-bottom:1px solid rgba(0,0,0,.1)}.wj-labeled-input .wj-control.wj-content button{opacity:.75;border-color:rgba(0,0,0,.1)}.wj-labeled-input .wj-inputnumber.wj-state-empty:not(.wj-state-focused) .wj-btn,.wj-labeled-input .wj-inputnumber.wj-state-empty:not(.wj-state-focused) .wj-viewer .wj-control .wj-applybutton,.wj-viewer .wj-control .wj-labeled-input .wj-inputnumber.wj-state-empty:not(.wj-state-focused) .wj-applybutton{display:none}.wj-labeled-input label{font-size:16px;top:24px;bottom:0;margin:0;pointer-events:none;position:absolute;display:block;width:100%;overflow:hidden;white-space:nowrap;text-align:left;color:rgba(0,0,0,.258824);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wj-labeled-input label:after{content:"";background-color:#0085c7;bottom:20px;height:2px;left:45%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);visibility:hidden;width:10px}.wj-labeled-input .wj-state-focused+label:after{left:0;visibility:visible;width:100%}.wj-labeled-input .wj-error{color:red;position:absolute;font-size:12px;margin-top:3px;visibility:hidden;display:block}.wj-labeled-input .wj-control.wj-state-invalid~.wj-error{visibility:visible}.wj-labeled-input .wj-state-invalid+label{color:red}.wj-labeled-input .wj-state-invalid+label:after{background-color:red}.wj-labeled-input input[type=checkbox],.wj-labeled-input input[type=radio]{display:none}.wj-labeled-input input[type=checkbox]+label,.wj-labeled-input input[type=radio]+label{position:relative;padding:.25em 0 0 1.8em;pointer-events:all;font-size:unset;top:0;overflow:visible}.wj-labeled-input input[type=checkbox]+label:after,.wj-labeled-input input[type=radio]+label:after{content:"";position:absolute;display:block;visibility:visible;text-align:center;left:0;top:.25em;width:1.3em;height:1.3em;color:#fff;background:#ddd;transition:all .3s}.wj-labeled-input input[type=checkbox]+label:hover:after,.wj-labeled-input input[type=radio]+label:hover:after{box-shadow:0 3px 3px rgba(0,0,0,.4)}.wj-labeled-input input[type=checkbox]:checked+label:after,.wj-labeled-input input[type=radio]:checked+label:after{content:"✔";background:#0085c7}.wj-labeled-input input[type=radio]+label:after{border-radius:1em;transform:scale(1.1)}.wj-labeled-input input[type=radio]:checked+label:after{content:"";background:#fff;border:.45em solid #0085c7}.wj-labeled-input.switch input[type=checkbox]+label{padding-left:3.1em}.wj-labeled-input.switch input[type=checkbox]+label:before{content:"";position:absolute;display:block;visibility:visible;left:0;top:.5em;width:2.5em;height:1em;border-radius:1em;background:#ddd;transition:all .3s}.wj-labeled-input.switch input[type=checkbox]+label:after{content:"";left:0;top:.25em;width:1.5em;height:1.5em;border-radius:1em;border:1px solid #bbb;background:#fff;transition:all .3s}.wj-labeled-input.switch input[type=checkbox]:checked+label:before{background:#0085c7;opacity:.4}.wj-labeled-input.switch input[type=checkbox]:checked+label:after{margin-left:1.25em;border:1px solid #0085c7;background:#0085c7}.wj-static-labels .wj-labeled-input :not(.wj-state-focused)+label,.wj-labeled-input .wj-state-focused+label,.wj-labeled-input :not(.wj-state-empty)+label{font-size:12px;top:4px;color:#0085c7;visibility:visible}.wj-tabpanel{display:block}.wj-tabpanel>div>.wj-tabpanes{overflow:auto;border-top:1px solid #ddd;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.wj-tabpanel>div>.wj-tabpanes>.wj-tabpane:not(.wj-state-active){display:none}.wj-tabpanel>div>.wj-tabheaders>.wj-tabheader{position:relative;cursor:pointer;display:inline-block;text-align:center;padding:8px 12px;text-decoration:none;color:inherit;font-weight:700;text-transform:uppercase}.wj-tabpanel>div>.wj-tabheaders>.wj-tabheader.wj-state-active{background:#fff;color:#0085c7}.wj-tabpanel>div>.wj-tabheaders>.wj-tabheader:not(.wj-state-active):not(.wj-state-disabled):focus{background:rgba(0,0,0,.1)}.wj-tabpanel>div>.wj-tabheaders>.wj-tabheader:after{content:"";position:absolute;background:#0085c7;height:2.5px;left:45%;width:10%;bottom:0;visibility:hidden}.wj-tabpanel>div>.wj-tabheaders>.wj-tabheader.wj-state-active:after{left:0;width:100%;visibility:visible}.wj-tabpanel.wj-animated>div>.wj-tabheaders>.wj-tabheader.wj-state-active:after{transition-duration:.2s}.wj-accordion{overflow:auto}.wj-accordion>.wj-content{border:0;overflow:hidden;display:none}.wj-accordion>.wj-header.wj-state-active+.wj-content{display:block}.wj-accordion>.wj-header{display:block;text-decoration:none;padding:12px;font-size:120%;cursor:pointer}.wj-accordion>.wj-header.wj-state-active{background:#0085c7;color:#fff}.wj-accordion>.wj-header:focus{outline:2px solid #0085c7;outline-offset:-2px}.wj-accordion.wj-show-icons>.wj-header:before{content:"";float:left;margin:.4em .5em .4em 0;opacity:.5;white-space:normal;border-top:.4em solid transparent;border-bottom:.4em solid transparent;border-left:.5em solid}.wj-accordion.wj-show-icons>.wj-header.wj-state-active:before{border-top:.5em solid;border-left:.4em solid transparent;border-right:.4em solid transparent}.wj-accordion.wj-rtl.wj-show-icons>.wj-header:before{float:right;margin:.4em 0 .4em .5em;transform:scaleX(-1)}.wj-treeview{width:100%;overflow:auto;border:0}.wj-treeview .wj-nodelist{display:block;position:relative}.wj-treeview .wj-nodelist .wj-nodelist{padding-left:1em}.wj-treeview .wj-node{cursor:pointer;white-space:nowrap;padding:4px 6px 3px 6px}.wj-treeview .wj-node:before{content:"";position:relative;display:inline-block;border-top:.5em solid;border-right:.45em solid transparent;border-left:.45em solid transparent;top:-1px;margin-right:4px;opacity:.75;box-sizing:border-box}.wj-treeview .wj-node.wj-state-selected{color:inherit;background:rgba(0,0,0,.05)}.wj-treeview .wj-node.wj-state-multi-selected{color:inherit;background:rgba(0,0,0,.05)}.wj-treeview .wj-node.wj-state-collapsed:before,.wj-treeview .wj-node.wj-state-collapsing:before{transform:rotate(-90deg)}.wj-treeview .wj-node.wj-state-collapsed.wj-state-loading:before{animation-name:wjLazyNodeLoading;animation-duration:.6s;animation-direction:alternate;animation-iteration-count:infinite}.wj-treeview .wj-node.wj-state-empty:before{visibility:hidden}.wj-treeview .wj-node.wj-state-collapsed+.wj-nodelist{display:none}.wj-treeview .wj-node img{padding-right:4px}.wj-treeview .wj-node .wj-node-check{margin-right:4px}.wj-treeview .wj-node .wj-node-text{display:inline-block}.wj-treeview .wj-marker{position:absolute;background:#0085c7;opacity:.5;pointer-events:none}.wj-treeview.wj-state-loading *{cursor:wait}.wj-treeview.wj-animated .wj-node:before{transition:all .3s cubic-bezier(.4,0,.2,1)}.wj-treeview.wj-animated .wj-node.wj-state-collapsed:before,.wj-treeview.wj-animated .wj-node.wj-state-collapsing:before{transition:all .3s cubic-bezier(.4,0,.2,1)}.wj-treeview.wj-rtl .wj-nodelist .wj-nodelist{padding-left:unset;padding-right:1em}.wj-treeview.wj-rtl .wj-nodelist .wj-node:before{margin-right:unset;margin-left:4px}.wj-treeview.wj-rtl .wj-nodelist .wj-node.wj-state-collapsed:before,.wj-treeview.wj-rtl .wj-nodelist .wj-node.wj-state-collapsing:before{transform:rotate(90deg)}.wj-treeview.wj-rtl .wj-node img{padding-right:unset;padding-left:4px}.wj-treeview.wj-rtl .wj-node .wj-node-check{margin-right:unset;margin-left:4px}.wj-tv-drag-feedback{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;color:inherit;background:rgba(0,0,0,.05);padding:6px 4px;position:absolute;left:-100vw;top:-100vh}.wj-tv-drag-feedback .wj-tv-drag-ic{display:block;position:absolute;background-color:red;color:#fff;height:1.5em;width:1.5em;border-radius:50%;text-align:center;line-height:1.5em;right:-.75em;top:-.75em}.wj-tv-drag-feedback .wj-tv-drag-ic.wj-larger-drag-ic{height:2em;width:2em;line-height:2em;right:-1em;top:-1em}@keyframes wjLazyNodeLoading{0%{opacity:1;transform:scale(1.1)}to{opacity:.5;transform:scale(.5)}}.wj-flexgrid{width:100%;cursor:default;overflow:hidden}.wj-flexgrid .wj-row{position:absolute;top:0}.wj-flexgrid .wj-colheaders .wj-header .wj-btn.wj-btn-glyph.wj-elem-pin,.wj-flexgrid .wj-colheaders .wj-header .wj-viewer .wj-control .wj-btn-glyph.wj-elem-pin.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid .wj-colheaders .wj-header .wj-btn-glyph.wj-elem-pin.wj-applybutton{opacity:.9}.wj-flexgrid .wj-colheaders .wj-header .wj-btn.wj-btn-glyph.wj-elem-pin:not(.wj-state-pinned),.wj-flexgrid .wj-colheaders .wj-header .wj-viewer .wj-control .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned),.wj-viewer .wj-control .wj-flexgrid .wj-colheaders .wj-header .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned){opacity:.4}.wj-flexgrid .wj-colheaders .wj-header .wj-btn.wj-btn-glyph.wj-elem-pin:not(.wj-state-pinned) .wj-glyph-pin,.wj-flexgrid .wj-colheaders .wj-header .wj-viewer .wj-control .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned) .wj-glyph-pin,.wj-viewer .wj-control .wj-flexgrid .wj-colheaders .wj-header .wj-btn-glyph.wj-elem-pin.wj-applybutton:not(.wj-state-pinned) .wj-glyph-pin{transform:rotate(-45deg)}.wj-flexgrid .wj-colheaders .wj-header.wj-state-multi-selected{border-bottom:2px solid #0085c7}.wj-flexgrid .wj-colheaders .wj-header.wj-colgroup{display:flex;align-items:center}.wj-flexgrid .wj-colheaders .wj-header.wj-colgroup.wj-align-right{justify-content:flex-end}.wj-flexgrid .wj-colheaders .wj-header.wj-colgroup.wj-align-center{justify-content:center}.wj-flexgrid .wj-colheaders .wj-header.wj-big-header:after{position:absolute;top:0;bottom:0;right:2px;border-right:1px solid rgba(0,0,0,.2);content:""}.wj-flexgrid .wj-rowheaders .wj-header.wj-state-multi-selected{border-right:2px solid #0085c7}.wj-flexgrid .wj-rowheaders .wj-header.wj-big-header:after{position:absolute;left:0;right:0;bottom:2px;border-bottom:1px solid rgba(0,0,0,.2);content:""}.wj-flexgrid .wj-topleft .wj-header.wj-big-header:after{position:absolute;top:0;bottom:0;right:2px;border-right:1px solid rgba(0,0,0,.2);content:""}.wj-flexgrid .wj-frozen-clone .wj-cell{pointer-events:auto}.wj-flexgrid .wj-frozen-clone .wj-cell a{display:inline-block}.wj-flexgrid .wj-marquee{position:absolute;box-shadow:0 0 0 1px #0085c7,inset 0 0 0 1px #0085c7;pointer-events:none}.wj-flexgrid .wj-marker{position:absolute;background:#0085c7;opacity:.5;pointer-events:none;z-index:1000}.wj-flexgrid .wj-state-sticky .wj-header{opacity:.75}.wj-flexgrid .wj-grid-editor{width:100%;height:100%;border:0;margin:0;padding:0;background:inherit;color:inherit;overflow:hidden;resize:none}.wj-flexgrid .wj-header.wj-focus-header-cell{box-shadow:0 0 0 0#0085c7,inset 0 0 0 1px #0085c7}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph,.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton{padding:0 4px;min-width:1.5em;color:inherit;background:0 0;opacity:.4}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph:hover,.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton:hover,.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton:hover,.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph:focus,.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton:focus,.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton:focus{opacity:1;transition-duration:.4s}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right,.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton{float:right;order:2}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right:nth-child(1),.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton:nth-child(1),.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton:nth-child(1){order:5}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right:nth-child(2),.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton:nth-child(2),.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton:nth-child(2){order:4}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right:nth-child(3),.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton:nth-child(3),.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton:nth-child(3){order:3}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-elem-detail,.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-elem-detail.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-elem-detail.wj-applybutton{min-width:1em;padding:0}.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph>span,.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-applybutton>span,.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-applybutton>span{opacity:1}.wj-flexgrid .wj-cell.wj-hasdropdown{display:flex}.wj-flexgrid .wj-cell.wj-hasdropdown>div{flex-grow:1}.wj-flexgrid .wj-cell.wj-hasdropdown .wj-btn.wj-btn-glyph.wj-right,.wj-flexgrid .wj-cell.wj-hasdropdown .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid .wj-cell.wj-hasdropdown .wj-btn-glyph.wj-right.wj-applybutton{height:100%}.wj-flexgrid .wj-cell.wj-radio-map label{display:inline-block;font-weight:inherit;margin:0 1em 0 0}.wj-flexgrid .wj-cell.wj-radio-map label input[type=radio]{margin:0 4px 0 0;outline:0}.wj-flexgrid .wj-cell.wj-radio-map label input[type=radio]:not(:checked){opacity:.4}.wj-flexgrid .wj-cell.wj-detail .wj-content.wj-flexgrid{vertical-align:top}.wj-flexgrid .wj-cell.wj-frozen-row.wj-detail{z-index:2}.wj-flexgrid .wj-cell.wj-detail{z-index:0}.wj-flexgrid .wj-cell label{display:inline-block;max-width:100%;margin:0;font-weight:inherit;line-height:1em}.wj-flexgrid .wj-cell label input[type=checkbox]{margin:0 6px 0 0}.wj-flexgrid .wj-cell label[hidden]:not([hidden=until-found]){display:none}.wj-flexgrid.wj-rtl .wj-cell{border-left:1px solid rgba(0,0,0,.2);border-right:none}.wj-flexgrid.wj-rtl .wj-cell .wj-btn.wj-btn-glyph.wj-right,.wj-flexgrid.wj-rtl .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid.wj-rtl .wj-cell .wj-btn-glyph.wj-right.wj-applybutton{float:left}.wj-flexgrid.wj-rtl .wj-cell.wj-last-visible-col{border-left:none}.wj-flexgrid.wj-rtl .wj-frozen-col{border-left:1px solid #a2a2a2;border-right:none}.wj-flexgrid.wj-rtl .wj-frozen-col-right-edge{border-right:1px solid #a2a2a2}.wj-flexgrid.wj-rtl .wj-colheaders .wj-header.wj-filter-on,.wj-flexgrid.wj-rtl .wj-colheaders .wj-header.wj-filter-off{white-space:normal;word-break:break-all}.wj-flexgrid.wj-rtl .wj-colheaders .wj-header.wj-big-header:after{left:2px;right:unset}.wj-flexgrid.wj-rtl .wj-colheaders .wj-header .wj-sort-index{padding:0 .2em 0 0}.wj-flexgrid.wj-rtl .wj-rowheaders .wj-header.wj-state-multi-selected{border-left:2px solid #0085c7;border-right:none}.wj-flexgrid.wj-rtl .wj-topleft .wj-header.wj-big-header:after{left:2px;right:unset}.wj-flexgrid.wj-whitespace-pre .wj-cell{white-space:pre}.wj-flexgrid.wj-whitespace-pre .wj-cell.wj-wrap{white-space:pre-wrap}.wj-flexgrid.wj-whitespace-pre .wj-cell.wj-multiline{white-space:pre-wrap}.wj-flexgrid [wj-state-measuring].wj-cell .wj-btn.wj-btn-glyph.wj-right,.wj-flexgrid [wj-state-measuring].wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton,.wj-viewer .wj-control .wj-flexgrid [wj-state-measuring].wj-cell .wj-btn-glyph.wj-right.wj-applybutton{float:none}.wj-cell{position:absolute;overflow:hidden;white-space:nowrap;padding:4px 6px 3px 6px;border-right:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2);background:#fff;outline:0}.wj-cell:not(.wj-hasdropdown){text-overflow:ellipsis}.wj-cell.wj-alt{background:#f7f7f7}.wj-cell.wj-header{background:#eee;color:#444;font-weight:700}.wj-cell.wj-header.wj-state-multi-selected{background:#e1e1e1;color:#444;font-weight:700}.wj-cell.wj-header .wj-sort-index{display:inline-block;font-weight:400;font-size:80%;vertical-align:top;color:#0085c7;padding:0 0 0 .2em;opacity:1}.wj-cell.wj-last-frozen-row{border-bottom:1px solid #a2a2a2}.wj-cell.wj-last-frozen-row-bottom{border-top:1px solid #a2a2a2}.wj-cell.wj-frozen-col{border-right:1px solid #a2a2a2}.wj-cell.wj-frozen-col-right-edge{border-left:1px solid #a2a2a2}.wj-cell.wj-group{background:#e1e1e1;color:#444}.wj-cell.wj-group .wj-elem-collapse-space::before{content:" "}.wj-cell.wj-state-invalid{border:1.2px solid red}.wj-cell.wj-state-invalid.wj-header{background:#ffb4b4}.wj-cell.wj-state-invalid:not(.wj-header):after{position:absolute;content:"";width:0;right:0;top:-6px;border:6px solid transparent;border-right-color:red}.wj-cell.wj-header.wj-state-dragsrc{opacity:.5}.wj-cell.wj-wrap{white-space:normal;text-overflow:clip;word-wrap:break-word}.wj-cell.wj-multiline{white-space:pre;text-overflow:clip;word-wrap:break-word}.wj-cell.wj-wrap.wj-multiline{white-space:pre-wrap;text-overflow:clip}.wj-cell.wj-align-left{text-align:left}.wj-cell.wj-align-right{text-align:right}.wj-cell.wj-align-center{text-align:center}.wj-cell.wj-align-justify{text-align:justify}.wj-cell.wj-align-justify-all{text-align:justify;text-align-last:justify;text-justify:distribute}.wj-cell.wj-last-visible-col{border-right:none}.wj-cell.wj-last-visible-row{border-bottom:none}.wj-cells .wj-cell.wj-state-selected{background:#0085c7;color:#fff}.wj-cells .wj-cell.wj-state-multi-selected{background:#80adbf;color:#fff}.wj-flexgrid .wj-cell.wj-filter-on .wj-elem-filter{opacity:.9}.wj-flexgrid .wj-cell.wj-filter-off .wj-elem-filter{opacity:.5}.wj-columnfiltereditor{padding:10px;min-width:240px;max-width:400px}.wj-columnfiltereditor .wj-filtertype{text-align:right;margin:14px 0;font-size:12px}.wj-columnfiltereditor .wj-control{margin-bottom:6px;width:100%}.wj-columnfiltereditor .wj-valuefilter-editor,.wj-columnfiltereditor .wj-conditionfilter-editor{margin-top:1em}.wj-columnfiltereditor .wj-valuefilter-editor [wj-part=div-options]{margin-bottom:6px}.wj-columnfiltereditor .wj-valuefilter-editor [wj-part=div-options] label{display:inline-block}.wj-columnfiltereditor .wj-conditionfilter-editor>div>label{display:block;margin-bottom:0;font-weight:400}.wj-columnfiltereditor .wj-listbox{height:150px}.wj-columnfiltereditor .wj-listbox:not(.wj-state-focused) .wj-listbox-item.wj-state-selected{color:inherit;background:0 0}.wj-columnfiltereditor .wj-listbox:not(.wj-state-focused) .wj-listbox-item.wj-state-selected:hover{background:rgba(0,0,0,.05);transition-duration:.4s}.wj-columnfiltereditor label{display:inline-block;width:auto}.wj-columnfiltereditor a{color:inherit;font-size:inherit;font-weight:700}.wj-columnfiltereditor a.wj-state-disabled{text-decoration:none}.wj-columnfiltereditor .wj-sort-buttons .wj-btn,.wj-columnfiltereditor .wj-sort-buttons .wj-viewer .wj-control .wj-applybutton,.wj-viewer .wj-control .wj-columnfiltereditor .wj-sort-buttons .wj-applybutton{min-width:95px}.wj-columnfiltereditor .wj-combobox{display:inline-flex}.wj-columnfiltereditor .wj-combobox .wj-template{width:100%}.wj-columnfiltereditor .wj-combobox .wj-input-group{display:flex}.wj-columnfiltereditor .wj-combobox .wj-input-group [wj-part=input]{width:auto;display:inline-block;flex:1}.wj-columnfiltereditor .wj-combobox .wj-input-group [wj-part=btn]{display:inline-block;width:-moz-fit-content;width:fit-content}.wj-popup .wj-valuefilter-modal-footer{border-top:none;text-align:center;padding-top:0}.wj-custom-modal-text p{margin:0;text-align:center}div[wj-part=div-exceeds]{font-size:12px}.wj-grouppanel{display:block;background:#e1e1e1;padding:15px;min-height:1em}.wj-grouppanel .wj-groupmarker{margin-right:10px;padding:6px 16px;border:1px solid rgba(0,0,0,.2);cursor:pointer}.wj-grouppanel .wj-groupmarker:hover{background:#e1e1e1}.wj-grouppanel .wj-groupmarker .wj-glyph-drag{margin:0 10px 0 0}.wj-grouppanel .wj-groupmarker .wj-filter{margin:0 0 0 10px;cursor:pointer;opacity:.5}.wj-grouppanel .wj-groupmarker .wj-filter:hover,.wj-grouppanel .wj-groupmarker .wj-filter.wj-filter-on{opacity:1}.wj-grouppanel .wj-groupmarker .wj-remove{cursor:pointer;opacity:.5;padding:12px 0 12px 12px}.wj-grouppanel .wj-groupmarker .wj-remove:hover{opacity:1}.wj-grouppanel .wj-groupmarker span{opacity:.5}.wj-grouppanel .wj-groupmarker span:hover{opacity:1}.wj-grouppanel.wj-rtl .wj-groupmarker .wj-glyph-drag{margin:0 0 0 10px}.wj-grouppanel.wj-rtl .wj-groupmarker .wj-filter{margin:0 10px 0 0}.wj-grouppanel.wj-rtl .wj-groupmarker .wj-remove{padding:12px 12px 12px 0}.wj-content.wj-flexgridsearch{vertical-align:middle;display:inline-table;border-collapse:separate}.wj-flexgrid .wj-cell span.wj-state-match{background:#ff0;color:#000;font-weight:700}.wj-flexgrid .wj-cell input.wj-column-selector{margin:4px;vertical-align:bottom;outline:0}.wj-flexgrid .wj-cell input.wj-column-selector.wj-column-selector-group{transform:scale(1.25);margin-right:6px}.wj-flexgrid .wj-cell .wj-cell-maker{width:100%;height:100%}.wj-flexgrid .wj-cell:not([wj-state-measuring]) button.wj-cell-maker{position:absolute;left:0;top:0;color:#000}.wj-flexgrid .wj-cell.wj-state-selected a.wj-cell-maker,.wj-flexgrid .wj-cell.wj-state-multi-selected a.wj-cell-maker{color:inherit}.wj-flexgrid .wj-cell img.wj-cell-maker{width:unset}.wj-flexgrid .wj-cell .wj-cell-maker svg{width:100%;height:100%;overflow:visible;stroke:#376092;fill:#376092}.wj-flexgrid .wj-cell .wj-cell-maker svg rect,.wj-flexgrid .wj-cell .wj-cell-maker svg circle{stroke-width:0}.wj-flexgrid .wj-cell .wj-cell-maker svg line{stroke-width:2px}.wj-flexgrid .wj-cell .wj-cell-maker svg line.x-axis{stroke-width:.5px;stroke-opacity:.5}.wj-flexgrid .wj-cell .wj-cell-maker svg .wj-marker{fill:#d00000;opacity:1}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label{position:relative;width:1em;transform:scale(.1);color:orange;margin:0 1em 0 0}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label input,.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label input:not(:checked){opacity:0}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label:after{position:absolute;transform:scale(20);cursor:pointer;content:"★";height:100%}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label:hover{opacity:1;color:#ff4500;transition:color 600ms}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label.wj-chk-hidden{opacity:0;margin:0 0 0-1em}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map label.wj-chk-off:not(:hover):not(.wj-chk-hidden){opacity:.15}.wj-flexgrid .wj-cell.wj-cell-maker.wj-radio-map[aria-readonly=true] label{pointer-events:none}.wj-flexchart{height:400px;padding:15px 10px;margin-bottom:12px;background:#fff;border:1px solid #e4e4e4;display:block;background:0 0}.wj-flexchart .wj-header .wj-title{font-size:16pt;fill:#666;font-weight:400;background:0 0}.wj-flexchart .wj-footer .wj-title{fill:#666;font-weight:400}.wj-flexchart .wj-label,.wj-flexchart .wj-data-label{fill:#666}.wj-flexchart .wj-data-label-border{stroke:rgba(128,128,128,.5)}.wj-flexchart .wj-data-label-line{stroke:gray}.wj-flexchart .wj-axis-x .wj-title,.wj-flexchart .wj-axis-y .wj-title,.wj-flexchart .wj-legend .wj-title{font-style:italic}.wj-flexchart .wj-axis-x .wj-line{stroke:#aaa;stroke-width:1px}.wj-flexchart .wj-gridline,.wj-flexchart .wj-gridline-minor{stroke:#666;stroke-width:1px;opacity:.75}.wj-flexchart .wj-gridline-minor{opacity:.25}.wj-flexchart .wj-tick,.wj-flexchart .wj-tick-minor{stroke:#aaa;stroke-width:1px}.wj-flexchart .wj-state-selected{stroke-width:3px;stroke-dasharray:6;stroke-linecap:square}.wj-flexchart.wj-flexchart-touch-disabled{touch-action:none;-ms-touch-action:none}.wj-flexchart .wj-chart-linemarker{background:rgba(128,128,128,.3);position:absolute;padding:2px}.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-hline{height:2px;background:gray;position:absolute;touch-action:none;-ms-touch-action:none}.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-vline{width:2px;background:gray;position:absolute;touch-action:none;-ms-touch-action:none}.wj-flexchart .wj-chart-linemarker-container{position:relative}.wj-flexchart.wj-chart-linemarker-draggable,.wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-draggable{cursor:move}@media (max-width:1025px){.wj-flexchart .wj-state-selected{stroke-width:2px;stroke-dasharray:4}}@media (max-width:767px){.wj-flexchart .wj-state-selected{stroke-width:1px;stroke-dasharray:3}}.wj-treemap .wj-data-label{fill:#fff}.wj-flexchart .wj-chart-rangeslider{position:absolute;touch-action:none;-ms-touch-action:none}.wj-flexchart .wj-chart-rangeslider button{position:absolute;text-align:center;vertical-align:middle;padding:0;line-height:16px;border-radius:2px}.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-content{background:#eaeaea;height:100%;position:relative}.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-rangehandle{position:absolute;text-align:center;vertical-align:middle;background:#bdbdbd;height:100%;width:100%}.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-minhandle,.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-maxhandle{border:1px solid gray;display:block;position:absolute;border-radius:4px}.wj-flexchart .wj-chart-rangeslider .wj-rangeslider-handle-active{z-index:2}.wj-flexchart .wj-chart-rangeslider .wj-glyph-left{border-top:5px solid transparent;border-right:4px solid;border-bottom:4px solid transparent;margin-right:2px}.wj-flexchart .wj-chart-rangeslider .wj-glyph-right{border-bottom:5px solid transparent;border-left:4px solid;border-top:4px solid transparent;margin-left:2px}.wj-flexchart .wj-chart-rangeslider .wj-glyph-down{border-top:5px solid;border-right:4px solid transparent;border-left:4px solid transparent;margin-bottom:3px}.wj-flexchart .wj-chart-rangeslider .wj-glyph-up{border-right:4px solid transparent;border-bottom:5px solid;border-left:4px solid transparent;margin-bottom:4px}.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-minhandle,.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-maxhandle{background:#bdbdbd;cursor:ew-resize;height:22px;margin-top:-2px;width:14px}.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-decbtn{left:0}.wj-flexchart .wj-chart-hrangeslider .wj-rangeslider-incbtn{right:0}.wj-flexchart .wj-chart-hrangeslider button{width:16px;height:100%}.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-minhandle,.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-maxhandle{background:#bdbdbd;cursor:ns-resize;width:22px;margin-left:-2px;height:14px}.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-decbtn{bottom:0}.wj-flexchart .wj-chart-vrangeslider .wj-rangeslider-incbtn{top:0}.wj-flexchart .wj-chart-vrangeslider button{height:16px;width:100%}.wj-flexchart .wj-chart-rangeselector-container{position:relative}.wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider,.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-content{background:0 0;border-color:transparent}.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-rangehandle{opacity:.3}.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-minhandle,.wj-flexchart .wj-chart-rangeselector-container .wj-rangeslider-maxhandle{background:0 0;opacity:.6;border:2px solid gray;border-radius:.5em}.wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-minhandle,.wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-maxhandle{height:20px;width:20px;border-radius:50%;top:0;bottom:0;margin:auto;border:1px solid hsla(0deg,0%,50.2%,.75);color:hsl(0deg,0%,50.2%);background:#d3d3d3;opacity:1}.wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-minhandle:after,.wj-flexchart .wj-chart-rangeselector-container .wj-chart-hrangeslider .wj-rangeslider-maxhandle:after{content:"║";text-align:center;width:100%;display:inline-block;position:absolute;margin:0;top:50%;transform:translateY(-55%);opacity:.75;font-size:10px}.wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-minhandle,.wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-maxhandle{height:20px;width:20px;left:50%;border-radius:50%;border:1px solid hsla(0deg,0%,50.2%,.75);top:0;bottom:0;color:hsl(0deg,0%,50.2%);background:#d3d3d3;opacity:1}.wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-minhandle:after,.wj-flexchart .wj-chart-rangeselector-container .wj-chart-vrangeslider .wj-rangeslider-maxhandle:after{content:"═";text-align:center;height:100%;display:inline-block;position:absolute;margin:0;left:50%;transform:translate(-50%,15%);opacity:.75;font-size:12px}.wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider .wj-rangeslider-minhandle.wj-rangeslider-handle-active,.wj-flexchart .wj-chart-rangeselector-container .wj-chart-rangeslider .wj-rangeslider-maxhandle.wj-rangeslider-handle-active{background:rgba(136,189,230,.7)}.wj-flexchart .wj-rangeselector .wj-scroller-center{background:rgba(128,128,128,.1);position:absolute;display:block;touch-action:none;-ms-touch-action:none}.wj-flexchart.wj-panable{cursor:pointer}.wj-flexchart .wj-zoom{visibility:hidden;position:relative}.wj-flexchart .wj-zoom-overlay{background:rgba(128,128,128,.2);position:absolute;display:block;touch-action:none;-ms-touch-action:none}.wj-flexchart .wj-block-other-interaction{display:none}.wj-flexmap .wj-btn,.wj-flexmap .wj-viewer .wj-control .wj-applybutton,.wj-viewer .wj-control .wj-flexmap .wj-applybutton{opacity:.9;padding:10px 10px 6px 10px!important;border:solid .5px gray}.wj-gauge{background:0 0}.wj-gauge:not(.wj-state-readonly){touch-action:none}.wj-gauge .wj-face path{fill:#f5f5f5;stroke:#cbcbcb;stroke-width:1px;stroke-linejoin:round}.wj-gauge .wj-pointer,.wj-gauge .wj-needle{fill:#0085c7}.wj-gauge .wj-ticks{stroke-width:2px;stroke:#fff}.wj-gauge .wj-min,.wj-gauge .wj-max,.wj-gauge .wj-tick-text text{font-size:60%;opacity:.5}.wj-gauge text{fill:currentColor}.wj-gauge svg{overflow:visible}.wj-gauge g{cursor:inherit}.wj-radialgauge .wj-value{font-size:150%}.wj-lineargauge{height:1.2em}.wj-lineargauge .wj-value{fill:#fff}.wj-barcode{height:60px;display:inline-block}.wj-barcode.wj-state-invalid{border:1.2px solid red}.wj-barcode-qrcode{width:100px;height:100px}.wj-barcode-ean8{width:85px}.wj-barcode-ean13{width:140px}.wj-barcode-upca{width:115px}.wj-barcode-upce0{width:70px}.wj-barcode-upce1{width:70px}.wj-barcode-gs1databar-omnidirectional{width:100px}.wj-barcode-gs1databar-truncated{width:100px}.wj-barcode-gs1databar-stacked{width:60px}.wj-barcode-gs1databar-stacked-omnidirectional{width:60px}.wj-barcode-gs1databar-limited{width:85px}.wj-barcode-micropdf417{width:105px}.wj-barcode-datamatrix{width:85px;height:85px}.wj-barcode-code49{width:85px}.wj-barcode-itf14{width:170px}.wj-barcode-japanese-postal{width:140px;height:40px}.wj-flexsheet{background:#a9a9a9;width:100%;height:100%}.wj-flexsheet .wj-content{outline:0;border-color:#ccc;border-radius:0}.wj-flexsheet .wj-header-row{background:#96abb4!important;color:#fff!important}.wj-flexsheet .wj-cell:not(.wj-header).wj-state-multi-selected{background:#e6e6e6;color:#222;border-right:1px solid #bbb;border-bottom:1px solid #bbb}.wj-flexsheet .wj-state-selected .wj-flexsheet-formula-description{color:#fff}.wj-flexsheet .wj-tabholder{width:100%;min-width:100px;background:#b8b8b8}.wj-flexsheet .wj-tabholder span.wj-sheet-icon{margin:0 14px}.wj-flexsheet .wj-tabholder div.wj-sheet-page.wj-btn-group{border:0}.wj-flexsheet .wj-tabholder div.wj-sheet-page.wj-btn-group>button{padding:1px 0 0 0;border:0;background:#e4e5e8;color:#727275;min-height:0}.wj-flexsheet .wj-tabholder div.wj-sheet-page.wj-btn-group>button:hover{background:#d2d3d8}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul{display:inline-block;margin:0;padding:0;float:left}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li{float:left;display:block;padding-right:20px;padding-left:20px;cursor:pointer;margin-top:1px;border-left:1px solid #b8b8b8;min-height:20px;background:#d2d3d8;text-align:center;padding-top:2px;font-size:11px;color:#727275}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li.active{border-top-color:transparent;background:#fff;cursor:default;height:100%;margin-top:1px;border-left:1px solid #b8b8b8;font-weight:700}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li.hidden{display:none}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li:not(.active):hover{background:#aabcd6;color:#fff;cursor:pointer}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li .wj-new-sheet:hover{background:#0085c7}.wj-flexsheet .wj-tabholder .wj-sheet-tab ul li .wj-sheet-name-editor{height:100%;border:0;margin:0;padding:0;background:inherit;color:inherit;overflow:hidden;resize:none}.wj-flexsheet .wj-tabholder .wj-new-sheet{padding:0;width:32px;height:20px;font-size:11px;text-align:center;background:#668eb9;color:#fff}.wj-flexsheet .wj-tabholder .wj-new-sheet .wj-sheet-icon{color:#727275;margin-top:5px}.wj-flexsheet .wj-tabholder .wj-sheet>div{display:block;float:left}.wj-flexsheet .wj-flexchart{background:#fff;border:1px solid rgba(0,0,0,.2)}.wj-flexsheet.wj-rtl div.wj-sheet>div{float:right}.wj-flexsheet-formula-list{margin:0;padding:0;background:#fff;border:1px solid rgba(0,0,0,.2);font-family:arial,sans-serif;font-size:12px;line-height:22px;position:absolute;width:300px;z-index:2001;box-shadow:0 2px 4px rgba(0,0,0,.2)}.wj-flexsheet-formula-list .wj-flexsheet-formula-name{color:#222;font-size:13px;font-family:inconsolata,monospace,arial,sans,sans-serif;margin:-2px 0}.wj-flexsheet-formula-list .wj-flexsheet-formula-description{color:#666;display:block;font-size:11px;margin:-2px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wj-flexsheet-formula-list .wj-listbox-item.wj-state-selected>*{color:#fff}.wj-flexsheet-context-menu{background:#fff;border:thin solid gray;cursor:default;padding:3px 0}.wj-flexsheet-context-menu .wj-context-menu-item{padding:3px 10px}.wj-flexsheet-context-menu .wj-context-menu-item:not(.wj-context-menu-item-selected):hover{background:rgba(0,0,0,.1)}.wj-flexsheet-context-menu .wj-context-menu-item-selected{background:#0085c7;color:#fff}.wj-flexsheet-smart-tag{background:#fff;border:1px solid #ababab;position:absolute;padding:0;margin:0;height:18px;outline:0}.wj-multirow .wj-cell.wj-record-end:not(.wj-header){border-bottom-color:#787878}.wj-multirow .wj-cell.wj-group-end{border-right-color:#787878}.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown){display:table;table-layout:fixed;padding-top:0;padding-bottom:0}.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) div{display:table-cell;vertical-align:middle;overflow:inherit;text-overflow:inherit;width:100%}.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) div.wj-btn.wj-btn-glyph.wj-elem-detail,.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) .wj-viewer .wj-control div.wj-btn-glyph.wj-elem-detail.wj-applybutton,.wj-viewer .wj-control .wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) div.wj-btn-glyph.wj-elem-detail.wj-applybutton{vertical-align:top;padding-top:4px}@supports (-moz-appearance:none){.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) .wj-inputnumber{height:calc(100% - 1px)!important;width:calc(100% - 1px)!important}}.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) .wj-inputnumber div{display:inline-table}@supports (-moz-appearance:none){.wj-multirow .wj-cell.wj-center-vert:not(.wj-hasdropdown) .wj-inputnumber:dir(rtl){left:1px!important}}.wj-multirow .wj-hdr-collapse{position:absolute;padding:6px;right:0;top:0;color:#0085c7;opacity:.5}.wj-multirow .wj-hdr-collapse:hover{opacity:1}.wj-transposed-multirow .wj-cell.wj-record-end:not(.wj-header){border-right-color:#787878}.wj-transposed-multirow .wj-cell.wj-group-end{border-bottom-color:#787878}.wj-pivotpanel{position:relative;padding:3px 6px;overflow:auto;min-height:25em;width:100%}.wj-pivotpanel table{table-layout:fixed;width:100%}.wj-pivotpanel div{width:100%}.wj-pivotpanel tr,.wj-pivotpanel td{border:1px #e0e0e0;padding:3px}.wj-pivotpanel label{display:block;font-weight:700;margin:0}.wj-pivotpanel .wj-marker{position:absolute;background:#0085c7;opacity:.5;pointer-events:none}.wj-pivotpanel .wj-flexgrid{border:0;border-radius:0;min-height:8em;max-height:20em;margin-left:6px;background:inherit}.wj-pivotpanel .wj-flexgrid .wj-cell{border:0;background:inherit;color:inherit}.wj-pivotpanel .wj-flexgrid .wj-cell.wj-group{background:inherit;color:inherit}.wj-pivotpanel .wj-flexgrid .wj-cell.wj-group:not(.wj-header):hover{background:rgba(0,0,0,.05);border-radius:4px}.wj-pivotpanel .wj-flexgrid .wj-cell label{font-weight:400;margin:0}.wj-pivotpanel .wj-flexgrid .wj-cell label input[type=checkbox]{margin:0}.wj-pivotpanel .wj-flexgrid .wj-glyph-filter{cursor:default;opacity:.5}.wj-pivotpanel .wj-flexgrid .wj-glyph-dimension,.wj-pivotpanel .wj-flexgrid .wj-glyph-measure{cursor:default}.wj-pivotpanel .wj-flexgrid .wj-aggregate{font-size:80%;opacity:.5}.wj-pivotpanel table .wj-flexgrid{min-height:5em;height:5em;width:95%}.wj-pivotfieldeditor{min-width:400px}.wj-pivotfieldeditor tr.wj-separator{border-top:10px solid transparent}.wj-pivotfieldeditor td:first-child{text-align:right;padding-right:.5em}.wj-pivotfiltereditor{padding:10px;min-width:230px}.wj-pivotfiltereditor .wj-control{margin-bottom:6px;width:100%}.wj-pivotfiltereditor .wj-listbox{max-height:150px}.wj-pivotfiltereditor .wj-listbox .wj-listbox-item label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wj-olap-context-menu{font-size:90%;padding:6px}.wj-olap-context-menu .menu-icon{display:inline-block;width:1em;margin-right:6px;opacity:.75;text-align:center}.wj-olap-context-menu .menu-icon.menu-icon-remove{color:maroon;font-weight:700}.wj-detaildialog{min-width:15em;min-height:20em;width:60vw;height:55vh}.wj-detaildialog>div{height:100%;display:flex;flex-direction:column}.wj-detaildialog>div .wj-dialog-header,.wj-detaildialog>div .wj-dialog-footer{flex-grow:0;flex-shrink:0;flex-basis:auto}.wj-detaildialog>div .wj-dialog-body{flex-grow:1;flex-shrink:1;flex-basis:auto;display:flex;flex-direction:column}.wj-detaildialog>div .wj-dialog-body .wj-summary{flex-grow:0;flex-shrink:0;flex-basis:auto}.wj-detaildialog>div .wj-dialog-body .wj-flexgrid{flex-grow:1;flex-shrink:1;flex-basis:0}.wj-pivotgrid .wj-cell.wj-aggregate{font-weight:700}.wj-pivotgrid .wj-cell.wj-aggregate:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected){background:#d9edf7}.wj-pivotgrid .wj-cell.wj-align-vcenter{display:flex;align-items:center;align-items:safe center;padding-top:0;padding-bottom:0}.wj-pivotgrid .wj-cell.wj-align-vcenter.wj-align-right{justify-content:flex-end}.wj-pivotgrid .wj-cell.wj-align-vcenter.wj-align-center{justify-content:center}.wj-pivotgrid .wj-topleft .wj-cell.wj-col-field-hdr{text-align:right;justify-content:flex-end}.wj-pivotgrid .wj-colheaders .wj-cell.wj-header{text-align:center;justify-content:center}.wj-pivotgrid .wj-pivot-collapse{display:inline;margin-right:4px;cursor:pointer}.wj-pivotchart{position:relative}.wj-pivotchart .wj-dropdown{position:absolute;margin-right:15px;z-index:999}.wj-pivotchart .wj-flexchart{padding:35px 15px 10px}.wj-slicer>div{display:flex;flex-direction:column;height:100%;max-height:inherit}.wj-slicer .wj-header{flex-shrink:0;display:flex;align-items:center}.wj-slicer .wj-header div:first-child{flex-grow:1;padding:6px}.wj-slicer .wj-header .wj-btn.wj-state-active,.wj-slicer .wj-header .wj-viewer .wj-control .wj-state-active.wj-applybutton,.wj-viewer .wj-control .wj-slicer .wj-header .wj-state-active.wj-applybutton{background:rgba(0,0,0,.2)}.wj-slicer .wj-listbox{border:0;border-radius:0}.wj-slicer .wj-listbox .wj-listbox-item label{width:100%}.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item{border:2px solid transparent;padding:6px;margin:4px;border-radius:4px}.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item.wj-state-checked:not(:hover){background-color:#0085c7;color:#fff}.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item.wj-state-selected{border-color:#80adbf}.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item.wj-state-selected:not(.wj-state-checked){background-color:transparent;color:#000}.wj-slicer.wj-nocheck .wj-listbox .wj-listbox-item input{display:none}.wj-viewer{height:750px}.wj-viewer .wj-viewer-outer{width:100%;height:100%;display:block;position:relative;padding-top:50px}.wj-viewer .wj-viewer-outer input{background:#fff;color:#000}.wj-viewer .wj-viewer-container{height:100%;width:100%}.wj-viewer .wj-viewer-leftpanel{float:left;height:100%}.wj-viewer .wj-viewer-splitter{cursor:pointer;float:left;height:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wj-viewer .wj-viewer-splitter button{height:100%;padding:0 2px;min-width:12px;background:#fafafa;border-left:1px solid #c8c8c8;border-right:1px solid #c8c8c8;border-top:none;border-bottom:none}.wj-viewer .wj-viewer-splitter button:hover{background:#dadada}.wj-viewer .wj-viewer-splitter span{text-align:center}.wj-viewer .wj-viewpanel-container{position:relative;height:100%;width:100%;overflow:hidden}.wj-viewer .wj-viewpanel-container.move .wj-view-page{cursor:move;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wj-viewer .wj-viewpanel-container.rubberband-actived .wj-view-page,.wj-viewer .wj-viewpanel-container.magnifier-actived .wj-view-page{cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wj-viewer .wj-viewpanel-container.rubberband-actived .wj-view-page svg,.wj-viewer .wj-viewpanel-container.magnifier-actived .wj-view-page svg{pointer-events:none}.wj-viewer .wj-viewpanel-container.rubberband-actived .wj-rubberband.show,.wj-viewer .wj-viewpanel-container.magnifier-actived .wj-magnifier.show{display:block}.wj-viewer .wj-pageview{outline:0;position:relative;background:#e5e5e5;height:100%;width:100%;text-align:center;-webkit-overflow-scrolling:touch}.wj-viewer .wj-pageview.hidden{display:none;visibility:hidden}.wj-viewer .wj-pageview-continuous{overflow:auto}.wj-viewer .wj-pageview-single:not(.virtual) .wj-pageview-pagescontainer{overflow-y:auto}.wj-viewer .wj-pageview-single:not(.virtual) .wj-pageview-vscroller{visibility:hidden}.wj-viewer .wj-pageview-pagescontainer{outline:0;position:relative;height:100%;width:100%;display:inline-block;overflow-x:auto;overflow-y:scroll;text-align:center}.wj-viewer.wj-state-disabled .wj-pageview{overflow-y:hidden}.wj-viewer.wj-state-disabled .wj-pageview .wj-pageview-pagescontainer{overflow-y:hidden}.wj-viewer .wj-pages-wrapper{display:inline-block;margin:30px}.wj-viewer .wj-view-page{width:1px;height:1px;margin:0 auto 30px auto;background:#fff;border:1px solid rgba(0,0,0,.3);box-shadow:0 2px 8px rgba(0,0,0,.15)}.wj-viewer .wj-view-page .wj-loading{background:rgba(204,204,204,.8);width:100%;height:100%;word-break:keep-all;white-space:nowrap}.wj-viewer .wj-view-page .highlight{fill:#0085c7;fill-opacity:.5}.wj-viewer .wj-view-page rect{pointer-events:none}.wj-viewer .wj-view-page rect[arsvg\:data-action-type],.wj-viewer .wj-view-page a rect{pointer-events:inherit}.wj-viewer .wj-view-page:last-child{margin-bottom:0}.wj-viewer .wj-pageview-vscroller{outline:0;display:inline-block;position:absolute;right:0;top:0;height:100%;width:18px;float:right;overflow-x:hidden;overflow-y:scroll}.wj-viewer .wj-vscroller-wrapper{width:1px}.wj-viewer .wj-toolbar{height:50px;width:100%;border-bottom:1px solid #c8c8c8;position:absolute;margin-top:-50px}.wj-viewer .wj-toolbar:hover .wj-toolbar-move.enabled{opacity:1}.wj-viewer .wj-toolbar a:hover,.wj-viewer .wj-toolbar a:focus{background:#eee;outline:0}.wj-viewer .wj-toolbar a:hover.disabled,.wj-viewer .wj-toolbar a:focus.disabled,.wj-viewer .wj-toolbar a:hover.checked,.wj-viewer .wj-toolbar a:focus.checked{background:0 0;cursor:default}.wj-viewer .wj-toolbar>.wj-control,.wj-viewer .wj-toolbar .wj-tabcontent,.wj-viewer .wj-viewer-leftpanel>.wj-control,.wj-viewer .wj-viewer-leftpanel .wj-tabcontent{background:inherit;color:inherit}.wj-viewer .wj-content:not(.mobile) .wj-toolbar.mobile{display:none}.wj-viewer .wj-toolbar-move{width:12px;height:100%;cursor:pointer;visibility:hidden;opacity:.2}.wj-viewer .wj-toolbar-move.left{float:left}.wj-viewer .wj-toolbar-move.right{float:right}.wj-viewer .wj-toolbar-move .wj-glyph-left,.wj-viewer .wj-toolbar-move .wj-glyph-right{margin-top:20px;margin-left:2px}.wj-viewer .wj-toolbarcontainer{float:left;height:100%;overflow:hidden}.wj-viewer .wj-toolbarwrapper{position:relative;border:0;border-radius:0;padding-top:5px;height:100%}.wj-viewer .wj-toolbarwrapper.wj-btn-group>:not(.wj-control){border-left:none;padding-left:0;padding-right:0;position:relative;float:left}.wj-viewer .wj-toolbarwrapper.wj-btn-group>.wj-separator{height:33px;width:10px;float:left;border-right:2px solid #000;margin:3px 10px 0 0;opacity:.25}.wj-viewer .wj-toolbarwrapper .wj-pagenumber{margin:4px 10px;height:30px;width:80px;float:left}.wj-viewer .wj-toolbarwrapper .wj-pagecount{margin:5px 10px;height:30px;line-height:30px;float:left}.wj-viewer .wj-toolbarwrapper .wj-input-zoom{margin:4px 10px;height:30px;width:100px;float:left}.wj-viewer .wj-toolbarwrapper .slash{float:left;height:40px;width:10px;line-height:40px}.wj-viewer .wj-toolbarwrapper .hidden{display:none}.wj-viewer .wj-mini-toolbar{position:absolute;vertical-align:bottom;border:0;bottom:2em;padding:0 24px;width:auto;background:#303030;visibility:hidden;opacity:.8}.wj-viewer .wj-mini-toolbar .wj-btn-group>.wj-btn:focus,.wj-viewer .wj-mini-toolbar .wj-control .wj-btn-group>.wj-applybutton:focus,.wj-viewer .wj-control .wj-mini-toolbar .wj-btn-group>.wj-applybutton:focus{background:0 0}.wj-viewer .wj-mini-toolbar .wj-btn-group>.wj-btn:hover,.wj-viewer .wj-mini-toolbar .wj-control .wj-btn-group>.wj-applybutton:hover,.wj-viewer .wj-control .wj-mini-toolbar .wj-btn-group>.wj-applybutton:hover{background:#555}.wj-viewer .wj-mini-toolbar .slash,.wj-viewer .wj-mini-toolbar .wj-pagecount{color:#e0e0e0}.wj-viewer .wj-mini-toolbar .wj-pagenumber{color:#e0e0e0;background:#202020}.wj-viewer .wj-mini-toolbar .wj-pagenumber input{color:inherit;background:0 0}.wj-viewer .wj-mini-toolbar .wj-toolbar-move{visibility:hidden;display:none}.wj-viewer .wj-mini-toolbar .wj-btn:hover,.wj-viewer .wj-mini-toolbar .wj-control .wj-applybutton:hover,.wj-viewer .wj-control .wj-mini-toolbar .wj-applybutton:hover{background:#606060}.wj-viewer .wj-mini-toolbar .wj-btn-group .wj-btn svg.wj-svg-btn,.wj-viewer .wj-mini-toolbar .wj-btn-group .wj-control .wj-applybutton svg.wj-svg-btn,.wj-viewer .wj-control .wj-mini-toolbar .wj-btn-group .wj-applybutton svg.wj-svg-btn{fill:#fff;opacity:1}.wj-viewer .wj-nav{padding-left:0;list-style:none;float:left;border-bottom:0;margin-bottom:-1px}.wj-viewer .wj-nav>li{border:0}.wj-viewer .wj-nav>li:not(:first-child){border:0}.wj-viewer .wj-nav>li.hidden{display:none}.wj-viewer .wj-nav>li>a{width:48px;height:48px}.wj-viewer .wj-nav>li>a:hover,.wj-viewer .wj-nav>li>a:focus{text-decoration:none;background:#eee}.wj-viewer .wj-arrow{display:none}.wj-viewer .wj-arrow .wj-insidearrow{position:absolute;top:17px;right:-1px;height:0;width:0;border:7px solid transparent;border-right-color:#fafafa;z-index:1000}.wj-viewer .wj-arrow .wj-outsidearrow{position:absolute;top:16px;right:-1px;height:0;width:0;border:8px solid transparent;border-right-color:#c8c8c8}.wj-viewer .wj-viewer-tabsleft{height:100%;position:relative}.wj-viewer .wj-viewer-tabsleft.collapsed .wj-tabcontent{width:0;visibility:collapse}.wj-viewer .wj-tabcontent{float:right;height:100%;width:auto}.wj-viewer .wj-tabcontent h3{line-height:1.1;margin-bottom:10px;margin-top:0;font-family:-apple-system-font,"Segoe UI Light","Segoe UI","Roboto",sans-serif;font-size:24px;color:inherit}.wj-viewer .wj-tabcontent legend{color:inherit}.wj-viewer .wj-tabcontent .active{left:0;width:300px;height:100%;border-left:1px solid #c8c8c8;display:block}.wj-viewer .wj-tabcontent .wj-tabpane .wj-tabcontent-inner{overflow:auto;height:100%;border-top:1px solid #c8c8c8}.wj-viewer .wj-tabpane{background:#fafafa;display:none}.wj-viewer .wj-tabtitle-wrapper{position:absolute;width:299px;padding:10px}.wj-viewer .wj-tabtitle-wrapper .wj-close{position:absolute;top:.2em;right:.3em;font-size:30pt;font-weight:700;line-height:.9em;opacity:.5;cursor:pointer}.wj-viewer .wj-tabtitle-wrapper .wj-close:hover{opacity:.75}.wj-viewer .wj-tabtitle-wrapper .wj-exportcontainer label{margin-right:8px}.wj-viewer .wj-tabcontent-wrapper{height:100%;padding-top:48px}.wj-viewer .wj-tabcontent-wrapper.search-wrapper{padding-top:202px}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper{padding-top:120px}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor{width:100%}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor td{font-size:8pt}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor td:first-child{width:200px}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor td:last-child{width:150px}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-export-editor .wj-exportformats-group{margin:8px}.wj-viewer .wj-tabcontent-wrapper.wj-exportformats-wrapper .wj-exportformats-footer{padding:8px}.wj-viewer .wj-outlines-tree{display:block;width:100%;border:0;border-radius:0;background:#fafafa;padding-top:20px;padding-left:4px}.wj-viewer .wj-cell{border:0;background:#fafafa;color:#000;cursor:pointer}.wj-viewer .wj-cell span{margin-right:5px}.wj-viewer .wj-cell a:link,.wj-viewer .wj-cell a:visited,.wj-viewer .wj-cell a:hover{color:#000;text-decoration:none}.wj-viewer .wj-cell.wj-state-selected{background:#eee;color:#000}.wj-viewer .wj-cell.wj-state-multi-selected{background:#fafafa;color:#000}.wj-viewer .wj-cell.wj-header{color:#fff;background:#000;border:0;font-weight:700}.wj-viewer .wj-cell.wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected){background:#fafafa;color:#000}.wj-viewer .wj-cell.wj-group:not(.wj-state-selected):not(.wj-state-multi-selected){background:#fafafa;color:#000}.wj-viewer .wj-thumbnaillist{display:block;width:100%;border:0;border-radius:0;background:inherit;color:inherit}.wj-viewer .wj-thumbnail-item{height:auto;text-align:center;padding-top:35px}.wj-viewer .wj-thumbnail-item .wj-pagethumbnail{background:#fff;border:1px solid #c8c8c8;cursor:pointer;outline:0;margin:0 auto 10px auto}.wj-viewer .wj-thumbnail-item.wj-state-selected{background:0 0;color:inherit}.wj-viewer .wj-thumbnail-item.wj-state-selected .wj-pagethumbnail{border-color:#0085c7}.wj-viewer .wj-thumbnail-item:not(.wj-state-selected):not(.wj-state-disabled):not(.wj-separator):hover{background:0 0;color:inherit}.wj-viewer .wj-parameterscontainer{float:left;width:100%;padding-left:10px;padding-right:10px}.wj-viewer .wj-parameterscontainer.wj-parametererrors-hidden .wj-parametercontainer .error{display:none}.wj-viewer .wj-parametercontainer{float:left;margin-top:20px}.wj-viewer .wj-parametercontainer .wj-parametercontrol{width:100%}.wj-viewer .wj-parametercontainer .error{color:red;float:right}.wj-viewer .wj-parametercontainer textarea{float:right;resize:none;height:100px;width:140px}.wj-viewer .wj-searchoption{margin-top:10px;float:left;width:100%}.wj-viewer .wj-searchoption input{width:16px;height:16px;float:left;margin:2px 0 0}.wj-viewer .wj-searchoption label{margin-top:2px;float:left;font-weight:initial}.wj-viewer .wj-searchresult{padding-top:15px;float:left}.wj-viewer .wj-searchresultlist{float:left;width:100%;padding:10px;border:0;border-radius:0;background:0 0;color:#444}.wj-viewer .wj-searchresultlist .wj-search-item{cursor:pointer}.wj-viewer .wj-searchresultlist .wj-search-item .wj-search-text{font-size:125%}.wj-viewer .wj-searchresultlist .wj-search-item:not(.wj-state-selected):not(:hover) .wj-search-text{color:#1e1e1e}.wj-viewer .wj-control .wj-applybutton{float:right;margin-top:20px;border-radius:4px;padding:4px 1em}.wj-viewer .wj-searchbar{height:50px;width:100%;border-top:1px solid #c8c8c8;position:relative;margin:0 auto}.wj-viewer .wj-searchbar.hidden{visibility:hidden;display:none}.wj-viewer .wj-searchbox{border:1px solid rgba(0,0,0,.2);border-radius:4px;padding:4px 6px 3px 6px;width:100%;border-right:4.75em solid #eee}.wj-viewer .mobile .wj-searchbox{border-right-width:1px}.wj-viewer .mobile .wj-searchcontainer .wj-btn-group>.wj-btn-search{padding-top:4px}.wj-viewer .wj-searchcontainer{position:relative;padding-top:4px}.wj-viewer .wj-searchcontainer .wj-btn-group{position:absolute;right:.1em}.wj-viewer .wj-searchcontainer .wj-btn-group>.wj-btn-search{padding-top:4px}.wj-viewer .wj-searchcontainer .wj-btn-group button{background:0 0;height:30px;width:30px;border:0;padding:1px}.wj-viewer .wj-toolbarcontainer{width:100%}.wj-viewer .wj-toolbarwrapper{width:100%}.wj-viewer .wj-toolbarwrapper>.wj-btn,.wj-viewer .wj-control .wj-toolbarwrapper>.wj-applybutton{display:inline-block}.wj-viewer .wj-toolbarwrapper>.wj-btn.hidden,.wj-viewer .wj-control .wj-toolbarwrapper>.hidden.wj-applybutton{display:none}.wj-viewer .wj-toolbarwrapper .wj-searchbtn-groups{float:right;width:auto;padding-top:0}.wj-viewer .wj-rubberband{position:absolute;border:solid;border-color:#0085c7;border-width:2px;display:none;z-index:1}.wj-viewer .wj-magnifier{border:solid;border-color:#0085c7;border-width:2px;width:242px;height:150px;position:absolute;display:none;overflow:hidden;cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;z-index:1}.wj-viewer .wj-magnifier .wj-view-page{position:absolute}.wj-viewer .wj-viewer-footer{height:50px;width:100%;border-top:1px solid #c8c8c8;position:relative;display:none}.wj-viewer .wj-viewer-footer .wj-toolbar{margin:0 auto;left:0;right:0}.wj-viewer .wj-viewer-footer .wj-close{font-size:30pt;line-height:20px;float:right;font-weight:700;color:#000;opacity:.2;cursor:pointer;margin-top:12px}.wj-viewer .wj-btn-group{border:0}.wj-viewer .wj-btn-group>.wj-btn,.wj-viewer .wj-control .wj-btn-group>.wj-applybutton{padding:8px;margin:0;width:34px;height:36px;background:0 0}.wj-viewer .wj-btn-group>li>a.wj-btn,.wj-viewer .wj-control .wj-btn-group>li>a.wj-applybutton{padding:12px 10px;background:0 0}.wj-viewer .wj-btn-group>li>a.wj-btn:focus,.wj-viewer .wj-control .wj-btn-group>li>a.wj-applybutton:focus,.wj-viewer .wj-btn-group>li>a.wj-btn:hover,.wj-viewer .wj-control .wj-btn-group>li>a.wj-applybutton:hover{background:#e1e1e1}.wj-viewer .wj-viewer-loading{background:rgba(204,204,204,.8);position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;font-size:20pt}.wj-viewer .wj-viewer-loading .verticalalign{vertical-align:middle;display:inline-block;width:1px;height:100%;margin-left:-1px}.wj-viewer .wj-viewer-loading .textspan{vertical-align:middle;display:inline-block;padding:20px}.wj-viewer .wj-viewer-loading.errormessage{font-size:inherit}.wj-viewer .mobile.with-footer,.wj-viewer .mobile.with-searchbar{padding-bottom:50px}.wj-viewer .mobile.with-footer.with-searchbar{padding-bottom:100px}.wj-viewer .mobile .wj-viewer-leftpanel{width:0}.wj-viewer .mobile .wj-viewer-splitter{visibility:hidden;display:none}.wj-viewer .mobile .wj-toolbar{visibility:hidden;display:none}.wj-viewer .mobile .wj-toolbar .wj-pagenumber{width:50px}.wj-viewer .mobile .wj-toolbar .wj-pagecount{margin:5px 7px}.wj-viewer .mobile .wj-toolbar .wj-toolbar-move{visibility:hidden;display:none}.wj-viewer .mobile .wj-toolbar.mobile{display:block}.wj-viewer .mobile .wj-toolbar.mobile.hidden{display:none}.wj-viewer .mobile .wj-nav{display:none;visibility:hidden}.wj-viewer .mobile .wj-viewer-tabsleft{width:100%;position:absolute;top:0;z-index:1000}.wj-viewer .mobile .wj-viewer-tabsleft.collapsed{width:0}.wj-viewer .mobile .wj-tabcontent{width:100%}.wj-viewer .mobile .wj-tabcontent .wj-tabpane .wj-pagesetupcontainer{width:100%}.wj-viewer .mobile .wj-tabcontent .wj-tabpane .wj-tabtitle-wrapper{position:absolute;width:100%;padding:10px 20px 20px 20px}.wj-viewer .mobile .wj-tabcontent .active{left:0;width:100%;height:100%;border:1px solid #c8c8c8;display:block}.wj-viewer .mobile .wj-viewer-footer{display:block}.wj-viewer .mobile .wj-viewer-footer.hidden{display:none}.wj-viewer .mobile .wj-btn-group>.wj-btn,.wj-viewer .mobile .wj-control .wj-btn-group>.wj-applybutton,.wj-viewer .wj-control .mobile .wj-btn-group>.wj-applybutton{padding-top:9px}.wj-viewer .mobile .mobile{visibility:visible}.wj-viewer.full-screen{left:0;top:0;width:100%;height:100%;display:block;position:fixed;z-index:1200}.wj-viewer.full-screen .wj-viewer-outer{width:100%;height:100%;display:block;position:absolute;padding-top:0}.wj-viewer.full-screen .wj-viewer-outer.mobile{padding-top:50px}.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-toolbar{display:block}.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-mini-toolbar{visibility:hidden;display:none}.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-viewer-leftpanel{display:block}.wj-viewer.full-screen .wj-viewer-outer.mobile .wj-searchbar.hidden{display:none}.wj-viewer.full-screen .wj-viewer-leftpanel{display:none}.wj-viewer.full-screen .wj-viewer-splitter{display:none}.wj-viewer.full-screen .wj-toolbar{display:none}.wj-viewer.full-screen .wj-mini-toolbar{visibility:visible;display:inline-block}.wj-viewer.narrow .wj-viewer-splitter{display:none;visibility:hidden}.wj-viewer.narrow .wj-viewer-leftpanel{display:none;visibility:hidden}.wj-viewer.wj-control{user-select:inherit;-webkit-user-select:inherit;-moz-user-select:inherit;-ms-user-select:inherit}.wj-viewer .wj-btn-group .wj-btn svg.wj-svg-btn,.wj-viewer .wj-btn-group .wj-control .wj-applybutton svg.wj-svg-btn,.wj-viewer .wj-control .wj-btn-group .wj-applybutton svg.wj-svg-btn{fill:#444;stroke:#444}.wj-viewer .wj-btn-group .wj-btn.wj-state-active svg.wj-svg-btn,.wj-viewer .wj-btn-group .wj-control .wj-state-active.wj-applybutton svg.wj-svg-btn,.wj-viewer .wj-control .wj-btn-group .wj-state-active.wj-applybutton svg.wj-svg-btn{fill:#3986c7;opacity:1;stroke:#3986c7}.wj-viewer .wj-btn-group .wj-btn:hover svg.wj-svg-btn,.wj-viewer .wj-btn-group .wj-control .wj-applybutton:hover svg.wj-svg-btn,.wj-viewer .wj-control .wj-btn-group .wj-applybutton:hover svg.wj-svg-btn{opacity:1}.wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-btn .wj-svg-btn,.wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-viewer .wj-control .wj-applybutton .wj-svg-btn,.wj-viewer .wj-control .wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-applybutton .wj-svg-btn{fill:#3986c7;opacity:1}.wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-btn .wj-svg-btn .wj-hollow-svg,.wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-viewer .wj-control .wj-applybutton .wj-svg-btn .wj-hollow-svg,.wj-viewer .wj-control .wj-viewer-menu.wj-btn-group-vertical .wj-listbox-item.wj-state-active .wj-applybutton .wj-svg-btn .wj-hollow-svg{fill:none;stroke:#3986c7}.wj-viewer-menu>.wj-listbox-item{white-space:nowrap;padding:0 10px 10px 10px}.wj-viewer-menu>.wj-listbox-item a.wj-btn,.wj-viewer-menu>.wj-listbox-item .wj-viewer .wj-control a.wj-applybutton,.wj-viewer .wj-control .wj-viewer-menu>.wj-listbox-item a.wj-applybutton{background:0 0;transform:translateY(.4em)}.wj-viewer-menu>.wj-listbox-item .checkIcon{width:20px;margin-right:5px;visibility:hidden}.wj-viewer-menu>.wj-listbox-item.checked .checkIcon{visibility:visible}.wj-viewer-menu>.wj-listbox-item.hidden{display:none;visibility:hidden}.wj-viewer svg.wj-svg-btn,.wj-viewer-menu svg.wj-svg-btn{opacity:.75;width:22px;height:22px;stroke-width:0}body.full-screen{overflow:hidden}@media print{.wj-viewer .wj-toolbar-move{visibility:hidden;display:none}.wj-viewer .wj-viewpanel-container{display:inline-block;float:none}}.wj-flexchart .fibonacci-arcs path.wj-state-selected{stroke-dasharray:5 10;stroke-linecap:butt}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@bento/bento-ng/styles/flexgrid.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./projects/bento/themes/platform/flexgrid.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Required bootstrap files */
/* Helpers, variables, mixins */
/* Import Helpers in one location for styleurls */
/* Library specific mixins */
/* Color theme implementation
______________________________________ */
/* Import shared library tools. */
/* Import aliases - allows consumers to write shorter function names.
   Consume this file at your own risk as could overwrite existing functions. */
/*************************************************
	Aliases
	Description: Aliases to simplify writing the bento functions, mixins, and variables.
**************************************************/
/* Colors */
/* Z-index */
/* Ellipsis */
/* Word-wrap */
/* Font size - cannot use as bootstrap has conflicting named mixin */
/* Import tools for variables use */
/*************************************************
    List remove
    Description: Remove an item from a sass list
**************************************************/
/*************************************************
	Animations
    Description: Set animation settings.
    @param $count {number} - *Required - Animation-count, must be a number, time designation added in mixin.
    @param $duration {number} - *Required - Animation-duration, must be a number.
    @param $timingFunction {string} - *Required - Animation-timing-function
    @param $delay {number} - *Optional - Animation-delay, must be a numner, defaults to 0, time designation added in mixin.
**************************************************/
/*************************************************
	Ellipsis
	Description: Truncating sentences on a single line.
**************************************************/
/*************************************************
	Grid spacing
	Description: Grid spacing component used to apply smaller ratio margin and padding for mobile.
	Examples:
    .example {
        @include grid-margin(right, 4);
        @include grid-padding(right, 8);
    }
    .example2 {
        @include grid-margin(32, 4);
        @include grid-padding(32, 4);
    }
    .example3 {
        @include grid-margin(8, 40, 24);
        @include grid-padding(8, 40, 24);
    }
    .example4 {
        @include grid-margin(8, 16, 24, 32);
        @include grid-padding(8, 16, 24, 32);
    }
    .example5 {
        @include grid-margin(8);
        @include grid-padding(8);
    }

**************************************************/
/*************************************************
	Keyframes
    Description: Set keyframes with custom values for shareable animations.
    $animation-name: string = Animation-name attribute to call keyframe name.
    $attr: string = Css attribute to animate.(height, width, opacity, background-color, etc..)
    $start: number = Value at which the animation starts at. If animating height to open, 0 could be used.
    $end: number = Value at which the animation ends at.  If animating height to open, 250 could be used to set an expanded height.
**************************************************/
/*************************************************
	Number Function
    Description: Convert type-of from a string to a number.
    @param $string {string} - String to convert to a number.  Must be a number in a string.
**************************************************/
/*************************************************
	PX to REM converter
	Description: Changes pixel value to relative em units.
	Version: 1.0
**************************************************/
/*	Pixels to rem based on default font-size
______________________________________ */
/*************************************************
  Translate center
    Description: This mixin will center a child element both horizontally and vertically inside, no matter what the width of height of either are.
    Usage: Make sure parent element has position: relative.
**************************************************/
/* Token tools */
/* Function for flat sass map
    Description: Takes a design token as a parameter and returns it's value
______________________________________ */
/* Function for deep sass map @TODO Justin Breiland to update description
    Description: Takes a design token as a parameter and returns it's value
______________________________________ */
/* String to List
    Description: Turn a string into a list
______________________________________ */
/* Token Matcher
    Description: Matches a partial token, searches for indented path and returns full path if valid
______________________________________ */
/* Tools dependent on tokens */
/*************************************************
	Font Weights
	Description: Font weights for Source Sans Pro
**************************************************/
/* Function */
/* Font size & typesset must be import after your theme custom variables in theme helpers files */
/* Import your product custom variables */
/* Function - internal library function DO NOT USE AS THIS IS EXPECTED TO CHANGE */
/* Import variables */
/* Bootstrap variable replacements */
/*************************************************
  Bootstrap Reboot
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Grid
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
 ______________________________________ */
/*************************************************
  Bootstrap Tables
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Buttons
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Button Groups
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Forms
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Dropdowns
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Navs
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Navbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
 ______________________________________ */
/* Bento color variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
 ______________________________________ */
/*************************************************
  Bootstrap Cards
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Popovers
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Badges
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Modals
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
 ______________________________________ */
/* Bento color variables for library overrides
 ______________________________________ */
/* Bootstrap config variables for library overrides
 ______________________________________ */
/* Modal utilities
 ______________________________________ */
/*************************************************
  Bootstrap List Group
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Breadcrumbs
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Tabs
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Icons */
/* Icons @TODO: Fix that custom component import comes in middle of bootstrap */
/*************************************************
	Icons
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento config variables for library overrides
______________________________________ */
/* stylelint-disable unit-no-unknown, unit-allowed-list */
/* stylelint-enable unit-no-unknown, unit-allowed-list */
/*************************************************
  Bootstrap Type
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bootstrap color variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/*************************************************
  Bootstrap Tooltips
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Bootstrap config variables for library overrides
______________________________________ */
/**
 * Bento.UI theme for custom and AngularUI components
 * Maintained by Chi Gao, Joe Huang, Aaron Mendez, Jaganlal Thoppe
 *
 * This ONLY imports the _theme.scss files that contain color variables
 */
/*************************************************
	Bento Accordion
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Accordion */
/*************************************************
	Bento Alert
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Append-to
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bootstrap grid system
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Busy Loader */
/*************************************************
	Bento Checkbox
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Collapse
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
.bento-collapse-header .bento-collapse-header-label {
  color: inherit;
}
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Combobox
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Contextual Header
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento D3
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Datepicker
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Expand collase button group
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento File Selector
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Footer
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Global header
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Global Subnav
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Skip links
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Input
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Megamenu
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Misc
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Multiselect list
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Multiselect Overlay
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Input
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Off canvas menu
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Pagination
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Progressbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/*************************************************
	Bento Reset
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Scrollable bar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Scrollable toolbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Search
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Select
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Side-nav
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Side Overlay
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Smart Badge
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Splitter Group
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Sticky Bar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Sticky Footer
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Table
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tags Input
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tile Ribbon
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Ribbon ALT */
/* Tile */
/* Tile ALT */
/* Bento config variables for library overrides
______________________________________ */
/* Tile */
/*************************************************
	Bento Toast
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Toggle
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Toolbar
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables
______________________________________ */
/*************************************************
	Bento Timepicker
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Transferbox
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Transferbox Basic
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tree
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Tree View
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Typography
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Universe Filter
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/*************************************************
	Bento Wizard
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
 ______________________________________ */
/* Bento config variables for library overrides
______________________________________ */
/* Wizard step svgs
______________________________________ */
/* Flexgrid components */
/*************************************************
	Flexgrid
  Note: File contains custom variables for theming & overrides
**************************************************/
/* Bento color variables for library overrides
______________________________________ */
/* Widjmo color variables for library overrides
______________________________________ */
/* Widjmo config variables for library overrides
______________________________________ */
/* Library overrides
______________________________________ */
/* create a 'custom-flex-grid' theme for the FlexGrid */
/* assuming row height is 48px for mobile, and 36px for desktop */
/* row header is 48px for both */
#wj-wm {
  display: none;
}
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right {
  height: auto;
  top: auto;
  right: 10px;
  bottom: auto;
}
[dir=rtl] .wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right {
  left: 10px;
}
.wj-control.wj-flexgrid .wj-cell .wj-btn.wj-elem-filter {
  width: 25px;
  height: 25px;
  margin: -4px 0 0 4px;
  padding: 3px 4px;
  border: 1px solid #d0d0d0;
  opacity: 1 !important;
  background: #ffffff;
  border-radius: 4px;
  float: right;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .wj-control.wj-flexgrid .wj-cell .wj-btn.wj-elem-filter {
  float: left;
}
.wj-control.wj-flexgrid .wj-cell .wj-btn.wj-elem-filter:focus {
  outline: none;
  box-shadow: 0 0 0 1px #383838 !important;
  z-index: 1;
}
.wj-control.wj-flexgrid .wj-cell .wj-btn.wj-elem-filter:active {
  border-color: #b9b9b9;
}
.wj-control.wj-flexgrid .wj-cell .wj-btn.wj-elem-filter .wj-glyph-filter:after {
  position: static;
  border-left: 0;
  height: 0;
  transform: none;
  speak: none;
  font-size: 1.1em;
  content: "\e71a";
}
.wj-control.wj-flexgrid .wj-cell .wj-btn.wj-elem-filter .wj-glyph-filter {
  border: none;
  line-height: 1;
  font-family: "bento-icons";
  width: auto;
  top: 0;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.multi-select[class*=" wj-sort-"],
.wj-glyph-down,
.wj-glyph-up {
  width: 1.5em;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  opacity: 1;
  font-size: 0.85em;
  font-family: "bento-icons";
}
.wj-control.wj-flexgrid .wj-cell.wj-header.wj-filter-on .wj-btn.wj-elem-filter .wj-glyph-filter:after {
  left: 1px;
  font-size: 14px;
  content: "\e67c";
}
.wj-control.wj-flexgrid .wj-cell.wj-header.wj-filter-on.wj-header[class*=wj-filter-][class*=wj-sort-] .wj-glyph-filter:after {
  font-size: 14px;
}
.wj-control .wj-header[class*=wj-filter-].wj-sort-asc .wj-btn.wj-elem-filter .wj-glyph-filter:after {
  top: 4px;
  left: 2px;
  content: "\e6e2";
}
.wj-control .wj-header[class*=wj-filter-].wj-sort-desc .wj-btn.wj-elem-filter .wj-glyph-filter:after {
  top: 4px;
  left: 2px;
  content: "\e6e1";
}
.wj-header.wj-filter-on[class*=wj-sort-] .wj-glyph-filter {
  font-size: 1.1em;
}
.wj-control.wj-flexgrid .wj-cell.wj-header.wj-filter-on.wj-sort-asc .wj-btn.wj-elem-filter .wj-glyph-filter:after {
  top: 2px;
  content: "\e67b";
}
.wj-control.wj-flexgrid .wj-cell.wj-header.wj-filter-on.wj-sort-desc .wj-btn.wj-elem-filter .wj-glyph-filter:after {
  top: 2px;
  content: "\e67e";
}
.wj-header[class*=wj-filter-] .wj-glyph-down,
.wj-header[class*=wj-filter-] .wj-glyph-up {
  display: none;
}
.wj-listbox-item:not(.wj-state-selected):not(.wj-separator):hover {
  background-color: #d4ebf4;
}
.wj-columnfiltereditor .wj-listbox {
  max-width: 100%;
}
.wj-control.wj-columnfiltereditor {
  border-radius: 0;
  min-width: 240px !important;
  padding: 0;
}
.wj-control.wj-columnfiltereditor .filter.wj-control {
  margin: 0;
}
.wj-control.wj-columnfiltereditor .filter-container {
  padding: 5px 10px;
}
.wj-control.wj-columnfiltereditor .wj-listbox {
  border-radius: 0;
  border: none;
}
.wj-control.wj-columnfiltereditor .wj-listbox label {
  display: block;
  line-height: 1.72rem;
}
.wj-control.wj-columnfiltereditor .wj-listbox-item {
  font-size: 0.929rem;
}
.wj-control.wj-columnfiltereditor .wj-input-group-btn:last-child > .wj-btn {
  border-left: none;
}
.wj-control.wj-columnfiltereditor .wj-state-selected {
  background: #d4ebf4;
}
.wj-control.wj-columnfiltereditor hr {
  margin: 0;
}
.wj-control.wj-columnfiltereditor .btn-close {
  font-size: 20px;
  line-height: 20px;
  padding: 4px 10px;
  background: white;
  border-radius: 0;
}
.wj-control.wj-columnfiltereditor .btn-close:hover {
  color: #ffffff;
  background: #4f4f4f;
}
.wj-control.wj-columnfiltereditor > div > div:nth-child(5) {
  display: flex;
  padding: 0 10px;
}
.wj-control.wj-columnfiltereditor button[wj-part^=btn-].btn-cf {
  margin: 0;
  background: white;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 50%;
  text-align: left;
}
.wj-control.wj-columnfiltereditor button[wj-part^=btn-dsc].btn-cf {
  text-align: right;
}
.wj-control.wj-columnfiltereditor button[wj-part^=btn-].btn-cf:hover {
  color: #ffffff;
  background: #4f4f4f;
}
.wj-control.wj-columnfiltereditor label span {
  padding-left: 3px;
  font-weight: normal;
}
[dir=rtl] .wj-control.wj-columnfiltereditor label span {
  padding-left: 0;
  padding-right: 3px;
}
.wj-control.wj-columnfiltereditor .btn-forms {
  padding: 10px;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-apply],
.wj-control.wj-columnfiltereditor button[wj-part=btn-clear],
.wj-control.wj-columnfiltereditor button[wj-part=btn-cancel] {
  background-color: #f4f5f7;
  border: 1px solid #666;
  color: #666;
  flex: 1;
  font-weight: normal;
  height: 30px;
  letter-spacing: 0.0714rem;
  line-height: 29px;
  margin: 0 0 10px 0;
  min-width: 100px;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.15s;
  border-radius: 0.357rem;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-apply]:hover,
.wj-control.wj-columnfiltereditor button[wj-part=btn-clear]:hover,
.wj-control.wj-columnfiltereditor button[wj-part=btn-cancel]:hover {
  color: #666;
  background-color: white;
  border: 1px solid #666;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-apply]:active,
.wj-control.wj-columnfiltereditor button[wj-part=btn-clear]:active,
.wj-control.wj-columnfiltereditor button[wj-part=btn-cancel]:active {
  border-color: #4f4f4f;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-apply]:focus,
.wj-control.wj-columnfiltereditor button[wj-part=btn-clear]:focus,
.wj-control.wj-columnfiltereditor button[wj-part=btn-cancel]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #383838 !important;
  z-index: 1;
}
.wj-control.wj-columnfiltereditor a[wj-part=btn-clear],
.wj-control.wj-columnfiltereditor a[wj-part=btn-cancel] {
  font-family: "BentoMedium", arial, helvetica, sans-serif;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-apply] {
  font-family: "BentoRegular", arial, helvetica, sans-serif;
  color: white;
  background-color: #666;
  border-color: #666;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-apply]:hover {
  color: white;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}
.wj-control.wj-columnfiltereditor a[wj-part=a-val],
.wj-control.wj-columnfiltereditor a[wj-part=a-cnd] {
  font-size: 11px;
  width: calc(50% - 5px);
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wj-control.wj-columnfiltereditor a[wj-part=a-val].wj-state-disabled,
.wj-control.wj-columnfiltereditor a[wj-part=a-cnd].wj-state-disabled {
  padding-bottom: 6px;
  opacity: 1;
  font-weight: bold;
  border-bottom: 4px solid #fa6400;
}
.wj-control.wj-columnfiltereditor a[wj-part=a-cnd] {
  float: left;
}
[dir=rtl] .wj-control.wj-columnfiltereditor a[wj-part=a-cnd] {
  float: right;
}
.wj-control.wj-columnfiltereditor a[wj-part=a-val] {
  float: right;
}
[dir=rtl] .wj-control.wj-columnfiltereditor a[wj-part=a-val] {
  float: left;
}
.wj-control.wj-columnfiltereditor [wj-part=div-edt-cnd] {
  padding: 10px 10px 0;
  border-bottom: 1px solid #d0d0d0;
}
.wj-control.wj-columnfiltereditor [wj-part=div-edt-cnd] .wj-control.wj-dropdown.wj-content {
  width: 100%;
}
.wj-control.wj-columnfiltereditor [wj-part=div-edt-val] {
  padding: 10px 0 0 10px;
  border-bottom: 1px solid #d0d0d0;
}
.wj-control.wj-columnfiltereditor [wj-part=div-edt-val] > div > label {
  width: calc(100% + 10px);
  margin: 0 -10px !important;
  padding: 10px 10px 10px 20px !important;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}
.wj-control.wj-columnfiltereditor [wj-part=div-edt-val] [wj-part=div-filter] + .wj-listbox-item {
  padding: 5px 6px;
}
.wj-control.wj-columnfiltereditor .wj-control.wj-dropdown.wj-content {
  width: calc(100% - 10px);
  margin-bottom: 10px;
}
.wj-control.wj-columnfiltereditor .wj-dropdown.wj-control.wj-listbox.wj-content {
  max-height: 250px !important;
  width: 100%;
  margin-bottom: 0;
}
.wj-control.wj-columnfiltereditor [wj-part=div-sort] {
  font-size: 0;
  border-bottom: 1px solid #d0d0d0;
  padding: 8px;
  height: 53px;
  text-align: center;
}
.wj-control.wj-columnfiltereditor .wj-filtertype {
  margin: 0 !important;
  padding: 0;
  font-size: 0;
  line-height: 16px;
  padding: 10px;
  height: 37px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #ffffff;
}
.wj-control.wj-columnfiltereditor a[wj-part=a-cnd],
.wj-control.wj-columnfiltereditor a[wj-part=a-val] {
  color: #4c4c4c;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-asc],
.wj-control.wj-columnfiltereditor button[wj-part=btn-dsc] {
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  min-width: 100px !important;
  width: calc(50% - 5px);
  color: #666;
  background-color: #f4f5f7;
  border: 1px solid #666;
  border-radius: 5px;
  float: left;
}
[dir=rtl] .wj-control.wj-columnfiltereditor button[wj-part=btn-asc],
[dir=rtl] .wj-control.wj-columnfiltereditor button[wj-part=btn-dsc] {
  float: right;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-asc]:hover,
.wj-control.wj-columnfiltereditor button[wj-part=btn-dsc]:hover {
  color: #4f4f4f;
  background-color: #fff;
  border: 1px solid #666;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-asc]:active,
.wj-control.wj-columnfiltereditor button[wj-part=btn-dsc]:active {
  border-color: #4f4f4f;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-asc]:focus,
.wj-control.wj-columnfiltereditor button[wj-part=btn-dsc]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #383838 !important;
  z-index: 1;
}
.wj-control.wj-columnfiltereditor button[wj-part=btn-dsc] {
  float: right;
}
[dir=rtl] .wj-control.wj-columnfiltereditor button[wj-part=btn-dsc] {
  float: left;
}
.wj-dropdown-panel {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #404040;
}
.wj-dropdown-panel .wj-state-selected {
  background: #d4ebf4;
  color: #404040;
}
.bento-flex-grid .bento-flex-grid-sticky-toolbar .wj-grouppanel {
  border: none;
  border-bottom: 1px solid #d0d0d0;
}
.bento-flex-grid .bento-flex-grid-sticky-toolbar .bento-toolbar {
  border: none;
  border-bottom: 1px solid #d0d0d0;
}
.wj-topleft .wj-cell.wj-header,
.wj-rowheaders .wj-cell.wj-header {
  border-right: 1px solid #d0d0d0;
}
[dir=rtl] .wj-topleft .wj-cell.wj-header,
[dir=rtl] .wj-rowheaders .wj-cell.wj-header {
  border-right: none;
  border-left: 1px solid #d0d0d0;
}
.bento-flex-grid {
  border-radius: 0;
  outline: none;
  margin-top: -1px;
  border: 1px solid #d0d0d0;
}
.bento-flex-grid:not(.list-grid) .wj-cell.badge-column {
  padding: 0 10px;
}
.bento-flex-grid:not(.list-grid) .wj-cell.badge-column > div {
  display: flex;
  align-items: center;
}
.bento-flex-grid:not(.list-grid) .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected).col-select,
.bento-flex-grid:not(.list-grid) .wj-cell:not(.wj-header):not(.wj-group):not(.wj-alt):not(.wj-state-selected):not(.wj-state-multi-selected).col-select,
.bento-flex-grid:not(.list-grid) .wj-cell.col-select {
  background: #f4f5f7;
}
.bento-flex-grid:not(.list-grid) .wj-header.wj-cell {
  background-color: #ffffff;
}
.bento-flex-grid:not(.list-grid) .wj-topleft .wj-header.wj-cell,
.bento-flex-grid:not(.list-grid) .wj-rowheaders .wj-header.wj-cell {
  text-align: center;
  background: #f4f5f7;
  border-right: 1px solid #d0d0d0;
}
[dir=rtl] .bento-flex-grid:not(.list-grid) .wj-topleft .wj-header.wj-cell,
[dir=rtl] .bento-flex-grid:not(.list-grid) .wj-rowheaders .wj-header.wj-cell {
  border-right: none;
  border-left: 1px solid #d0d0d0;
}
.bento-flex-grid div[wj-part=sz] {
  background-color: #dc0a0a;
}
.bento-flex-grid .select {
  background-color: #fa6400;
  color: white !important;
}
.bento-flex-grid .wj-state-sticky .wj-header {
  opacity: 1;
}
.bento-flex-grid div[wj-part=ch] {
  background-color: #f4f5f7;
  border-bottom: 1px solid #d0d0d0;
}
.bento-flex-grid .wj-glyph-filter {
  font-size: 1.1em;
}
.bento-flex-grid .wj-header.wj-cell {
  color: #1f1f1f;
  font-size: 0.85em;
  padding: 8px 10px;
  text-transform: capitalize;
}
.bento-flex-grid .wj-header.wj-cell .grid-action-icon {
  font-weight: 700;
}
.bento-flex-grid .wj-header.wj-cell.wj-filter-on, .bento-flex-grid .wj-header.wj-cell.wj-filter-off {
  padding: 9px 10px;
}
[dir=rtl] .bento-flex-grid .wj-header.wj-cell.wj-filter-on, [dir=rtl] .bento-flex-grid .wj-header.wj-cell.wj-filter-off {
  padding: 9px 10px;
}
.bento-flex-grid .wj-header.wj-cell input:not([type=checkbox]) {
  color: #404040;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #939393;
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
  border-radius: 0;
}
.bento-flex-grid .wj-header.wj-cell bento-combobox.bento-select div.input-label,
.bento-flex-grid .wj-header.wj-cell bento-combobox.bento-select div.placeholder,
.bento-flex-grid .wj-header.wj-cell bento-combobox.bento-select input[type=text],
.bento-flex-grid .wj-header.wj-cell .bento-select,
.bento-flex-grid .wj-header.wj-cell .bento-select > .btn,
.bento-flex-grid .wj-header.wj-cell .form-control {
  height: 30px;
  line-height: 1em;
  font-weight: normal;
}
.bento-flex-grid .wj-header.wj-cell .bento-select > .btn [class^=bento-icon] {
  top: -4px;
}
.bento-flex-grid .wj-header.wj-cell .wj-input input {
  border: none;
}
.bento-flex-grid .wj-header.wj-cell .wj-dropdown {
  height: 30px;
}
.bento-flex-grid .wj-header.wj-cell .wj-glyph-filter {
  color: #1f1f1f;
  opacity: 1;
}
.bento-flex-grid .wj-header.wj-cell.compare-a {
  text-align: center !important;
  background-color: #45b7e7;
  color: #fff;
}
.bento-flex-grid .wj-header.wj-cell.compare-b {
  text-align: center !important;
  background-color: #1472c2;
  color: #fff;
}
.bento-flex-grid .wj-header.wj-cell.compare-c {
  text-align: center !important;
  background-color: #28447e;
  color: #fff;
}
.bento-flex-grid.list-grid .wj-cell:not(.wj-frozen-col), .bento-flex-grid.list-grid .table-cell:not(.wj-frozen-col) {
  border-right: 0;
}
[dir=rtl] .bento-flex-grid.list-grid .wj-cell:not(.wj-frozen-col), [dir=rtl] .bento-flex-grid.list-grid .table-cell:not(.wj-frozen-col) {
  border-left: 0;
}
.bento-flex-grid .wj-cell,
.bento-flex-grid .table-cell {
  border-bottom: 1px solid #d0d0d0;
  background-color: #ffffff;
  color: #1f1f1f;
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
}
.bento-flex-grid .wj-cell a,
.bento-flex-grid .wj-cell a:hover,
.bento-flex-grid .table-cell a,
.bento-flex-grid .table-cell a:hover {
  color: #005da2 !important;
  text-decoration: underline !important;
}
.bento-flex-grid .wj-cell .btn.dropdown-toggle,
.bento-flex-grid .table-cell .btn.dropdown-toggle {
  padding: 0 10px;
}
.bento-flex-grid .wj-cell .btn.dropdown-toggle i,
.bento-flex-grid .table-cell .btn.dropdown-toggle i {
  margin: 0;
}
[dir=rtl] .bento-flex-grid .wj-cell .btn.dropdown-toggle i,
[dir=rtl] .bento-flex-grid .table-cell .btn.dropdown-toggle i {
  margin: 0;
}
.bento-flex-grid .wj-cell .wj-grid-editor,
.bento-flex-grid .table-cell .wj-grid-editor {
  padding: 8px 10px;
  position: absolute;
  left: 0;
  top: 0;
}
[dir=rtl] .bento-flex-grid .wj-cell .wj-grid-editor,
[dir=rtl] .bento-flex-grid .table-cell .wj-grid-editor {
  left: auto;
  right: 0;
}
.bento-flex-grid .wj-cell > span.wj-glyph-down,
.bento-flex-grid .wj-cell > span.wj-glyph-up,
.bento-flex-grid .table-cell > span.wj-glyph-down,
.bento-flex-grid .table-cell > span.wj-glyph-up {
  margin-left: 0.25em;
}
[dir=rtl] .bento-flex-grid .wj-cell > span.wj-glyph-down,
[dir=rtl] .bento-flex-grid .wj-cell > span.wj-glyph-up,
[dir=rtl] .bento-flex-grid .table-cell > span.wj-glyph-down,
[dir=rtl] .bento-flex-grid .table-cell > span.wj-glyph-up {
  margin-right: 0.25em;
  margin-left: 0;
}
.bento-flex-grid .wj-cell bento-combobox.bento-select div.input-label,
.bento-flex-grid .wj-cell bento-combobox.bento-select div.placeholder,
.bento-flex-grid .wj-cell bento-combobox.bento-select input[type=text],
.bento-flex-grid .wj-cell bento-combobox.bento-select div[role=combobox],
.bento-flex-grid .wj-cell .form-control,
.bento-flex-grid .table-cell bento-combobox.bento-select div.input-label,
.bento-flex-grid .table-cell bento-combobox.bento-select div.placeholder,
.bento-flex-grid .table-cell bento-combobox.bento-select input[type=text],
.bento-flex-grid .table-cell bento-combobox.bento-select div[role=combobox],
.bento-flex-grid .table-cell .form-control {
  height: 100%;
}
.bento-flex-grid .wj-cell i {
  color: #1f1f1f;
}
.bento-flex-grid .wj-cell[style*="left: 0"] {
  border-left: 0;
}
.bento-flex-grid .wj-cell[style*="right: 0"] {
  border-right: 0;
}
.bento-flex-grid .wj-state-selected {
  background: #f4f5f7;
  color: #1f1f1f;
}
.bento-flex-grid .wj-state-multi-selected {
  background: #d4ebf4;
  color: #1f1f1f;
}
.bento-flex-grid .bento-cell-selected {
  background: #f4f5f7 !important;
  color: #1f1f1f;
}
.bento-flex-grid .wj-header.wj-cell.hidden {
  display: none;
}
.bento-flex-grid .wj-header.wj-cell.bento-input-cell {
  padding: 8px;
}
.bento-flex-grid .wj-header.wj-cell.bento-input-cell .wj-content {
  border-radius: 0;
}
.bento-flex-grid .wj-header.wj-cell.bento-input-cell > .wj-glyph-down,
.bento-flex-grid .wj-header.wj-cell.bento-input-cell > .wj-glyph-up {
  right: 2px;
  position: absolute;
}
.bento-flex-grid .wj-cell .wj-glyph-right,
.bento-flex-grid .wj-cell .wj-glyph-down-right,
.bento-flex-grid .wj-cell .wj-glyph-left,
.bento-flex-grid .wj-cell .wj-glyph-down-left {
  border: none;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.bento-flex-grid .wj-cell .wj-glyph-down-right:after,
.bento-flex-grid .wj-cell .wj-glyph-down-left:after {
  content: "\e651";
}
.bento-flex-grid .wj-cell .wj-glyph-right:after,
.bento-flex-grid .wj-cell .wj-glyph-left:after {
  content: "\e66b";
}
.bento-flex-grid .cell-actions {
  padding: 10px 13px;
}
.bento-flex-grid .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected):not(.col-select):not(.row-selected),
.bento-flex-grid .wj-cell:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected):not(.col-select):not(.row-selected) {
  background: #ffffff;
}
.bento-flex-grid .wj-group:not(.wj-state-selected):not(.wj-state-multi-selected) {
  background-color: #ffffff;
}
.bento-flex-grid .wj-cells .wj-cell.wj-state-selected {
  background: #d4ebf4;
  color: #1f1f1f;
}
.bento-flex-grid .wj-cells .wj-cell.wj-state-multi-selected {
  background: #d4ebf4;
  color: #1f1f1f;
}
.bento-flex-grid .wj-cell.wj-state-invalid {
  border: 1px solid #dc0a0a;
}
.bento-flex-grid .wj-cell.wj-state-invalid:not(.wj-header):after {
  border-right: 0;
}
.bento-flex-grid .wj-topleft .wj-header.wj-cell,
.bento-flex-grid .wj-rowheaders .wj-header.wj-cell {
  border-right: 0;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bento-flex-grid .wj-topleft .wj-header.wj-cell bento-checkbox,
.bento-flex-grid .wj-rowheaders .wj-header.wj-cell bento-checkbox {
  margin: 0;
}
.bento-flex-grid .wj-topleft .wj-header.wj-cell bento-checkbox .bento-icon-checkbox:before,
.bento-flex-grid .wj-rowheaders .wj-header.wj-cell bento-checkbox .bento-icon-checkbox:before {
  color: #939393;
}
.bento-flex-grid .wj-topleft .wj-header.wj-cell bento-checkbox:focus,
.bento-flex-grid .wj-rowheaders .wj-header.wj-cell bento-checkbox:focus {
  box-shadow: none !important;
}
.bento-flex-grid .wj-topleft .wj-header.wj-cell bento-checkbox:hover .bento-icon-checkbox:before,
.bento-flex-grid .wj-rowheaders .wj-header.wj-cell bento-checkbox:hover .bento-icon-checkbox:before {
  color: #404040;
}
.bento-flex-grid div[wj-part=ch],
.bento-flex-grid .wj-topleft .wj-header.wj-cell,
.bento-flex-grid .wj-colheaders .wj-header.wj-cell {
  border-bottom: 1px solid #d0d0d0;
}
.bento-flex-grid div[wj-part=ch]::after,
.bento-flex-grid .wj-topleft .wj-header.wj-cell::after,
.bento-flex-grid .wj-colheaders .wj-header.wj-cell::after {
  border-right: none;
}
.bento-flex-grid .wj-colheaders .wj-header.wj-cell.wj-state-multi-selected {
  border-bottom: 2px solid #666;
}
.bento-flex-grid .wj-rowheaders .wj-header.wj-cell.wj-state-multi-selected {
  border-right: 2px solid #666;
}
[dir=rtl] .bento-flex-grid .wj-rowheaders .wj-header.wj-cell.wj-state-multi-selected {
  border-right: none;
  border-left: 2px solid #666;
}
.bento-flex-grid .is-read-only.wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected):not(.col-select):not(.row-selected),
.bento-flex-grid .is-read-only.wj-cell:not(.wj-header):not(.wj-group):not(.wj-alt):not(.wj-state-multi-selected):not(.col-select) {
  background: #e3e3e3;
}
.bento-flex-grid .is-editable.wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-multi-selected):not(.col-select),
.bento-flex-grid .is-editable.wj-cell:not(.wj-header):not(.wj-group):not(.wj-alt):not(.wj-state-multi-selected):not(.col-select) {
  background: #fcf8d9;
}
.bento-flex-grid .wj-marquee {
  border: none;
  box-shadow: inset 0 0 0 2px #666;
}
.bento-flex-grid .wj-cell.wj-group {
  padding-left: 0;
}
[dir=rtl] .bento-flex-grid .wj-cell.wj-group {
  padding-right: 0;
}
.bento-flex-grid .wj-cell.wj-group [wj-collapse],
.bento-flex-grid .wj-cell.wj-group .collapse-icon {
  margin-left: 13px;
  cursor: pointer;
}
[dir=rtl] .bento-flex-grid .wj-cell.wj-group [wj-collapse],
[dir=rtl] .bento-flex-grid .wj-cell.wj-group .collapse-icon {
  margin-right: 13px;
  margin-left: 0;
}
.bento-flex-grid .wj-colheaders .wj-header.wj-cell.col-select {
  font-size: 1em;
  padding: 10px 10px;
}
.bento-flex-grid .wj-cell.col-select:not(.wj-group) {
  padding: 13px 10px !important;
}
.bento-flex-grid .wj-cell .cell-checkbox {
  background-color: #ffffff;
  bottom: 0;
  color: #1f1f1f;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.2s;
}
.bento-flex-grid .wj-cell .cell-checkbox:after {
  display: block;
  margin-top: 13px;
  font-family: "bento-icons";
  content: "\e636";
}
.bento-flex-grid .wj-colheaders .wj-header.wj-cell .cell-checkbox:after {
  margin-top: 10px;
}
.bento-flex-grid .wj-cell .cell-checkbox.active,
.bento-flex-grid .wj-cell .cell-checkbox.selected {
  background-color: #f4f5f7;
}
.bento-flex-grid .wj-cell .cell-checkbox.active:hover,
.bento-flex-grid .wj-cell .cell-checkbox.selected:hover {
  background-color: #666;
}
.bento-flex-grid .wj-cell .cell-checkbox.active:after,
.bento-flex-grid .wj-cell .cell-checkbox.selected:after {
  content: "\e637";
  color: #ffffff;
}
.bento-flex-grid .wj-cell .cell-checkbox.indeterminate:after {
  content: "\e651";
}
.bento-flex-grid .wj-cell.row-selected {
  background: #d4ebf4 !important;
}
.bento-flex-grid .wj-cell .clickable {
  color: #404040;
}
.bento-flex-grid .wj-cell .btn.btn-xs {
  padding: 0 10px;
}
.bento-flex-grid .wj-cell .btn.btn-xs:last-child {
  margin-right: 0;
}
[dir=rtl] .bento-flex-grid .wj-cell .btn.btn-xs:last-child {
  margin-left: 0;
}
.bento-flex-grid .wj-cell.wj-frozen-col {
  border-right: 2px solid #d0d0d0;
}
[dir=rtl] .bento-flex-grid .wj-cell.wj-frozen-col {
  border-left: 2px solid #d0d0d0;
  border-right: 0;
}
.bento-flex-grid .full-cell {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 13px;
}
.bento-flex-grid .has-hover {
  transition: background-color 0.15s;
}
.bento-flex-grid .has-hover:hover {
  background-color: #404040;
  color: #ffffff;
}
.bento-flex-grid .has-hover:hover .clickable {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.bento-flex-grid .hover {
  background-color: #404040;
  color: #ffffff;
}
.bento-flex-grid .hover .clickable {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.bento-flex-grid .group-icon,
.bento-flex-grid .column-head-group-icon {
  font-size: 20px;
  cursor: pointer;
  line-height: 0;
}
.bento-flex-grid .group-icon {
  margin-right: 25px;
}
[dir=rtl] .bento-flex-grid .group-icon {
  margin-right: 0;
  margin-left: 25px;
}
.bento-flex-grid .tree {
  margin-right: 15px;
  font-size: 16px;
}
[dir=rtl] .bento-flex-grid .tree {
  margin-right: 0;
  margin-left: 15px;
}
.bento-flex-grid .group-icon:before {
  font-size: 20px;
  line-height: 0;
  top: 4px;
  position: relative;
}
.bento-flex-grid .tree-indent {
  margin-left: 37px;
}
[dir=rtl] .bento-flex-grid .tree-indent {
  margin-left: 0;
  margin-right: 37px;
}
.bento-flex-grid .has-pointer {
  cursor: pointer;
}
.bento-flex-grid .column-head-group-icon:after {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #1f1f1f;
  position: absolute;
  top: 5px;
  left: 5px;
}
.bento-flex-grid .wj-cell .selected i {
  color: #fa6400;
}
.bento-flex-grid .wj-glyph-filter:after {
  border: none;
}
.bento-flex-grid .wj-cell.wj-detail {
  border-left: 4px solid #fa6400;
}
.bento-flex-grid .wj-cell.wj-detail > div {
  height: auto !important;
  border: 1px solid #d0d0d0;
  border-bottom: none;
}
.bento-flex-grid .wj-cell.wj-detail .table-cell.width-full {
  background-color: #f4f5f7;
}
.bento-flex-grid .wj-cell .active {
  color: #fa6400;
}
.bento-flex-grid .actions-icon:hover i {
  color: #939393;
}
.bento-flex-grid .actions-icon i {
  margin-right: 10px;
}
[dir=rtl] .bento-flex-grid .actions-icon i {
  margin-right: 0;
  margin-left: 10px;
}
.bento-flex-grid .grid-action-icon {
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
}
[dir=rtl] .bento-flex-grid .grid-action-icon {
  margin-right: 0;
  margin-left: 10px;
}
.bento-flex-grid .grid-action-icon.bento-icon-edit {
  margin-right: 8px;
}
[dir=rtl] .bento-flex-grid .grid-action-icon.bento-icon-edit {
  margin-right: 0;
  margin-left: 8px;
}
.bento-flex-grid .grid-action-icon:hover {
  color: #939393;
}
.bento-flex-grid .grid-action-icon:hover i {
  color: #939393;
}
.wj-header[class*=wj-filter] .wj-glyph-up:only-child,
.wj-header[class*=wj-filter] .wj-glyph-down:only-child {
  display: inline-block;
}
.multi-select.wj-sort-asc:after,
.wj-glyph-up:after {
  content: "\e647";
}
.multi-select.wj-sort-desc:after,
.wj-glyph-down:after {
  content: "\e638";
}
.wj-flexgrid .wj-marker {
  background-color: #fa6400;
}
.grid-dropdown .dropdown-item,
.grid-dropdown li {
  padding: 5px 10px;
}
.grid-dropdown.dropdown, .grid-dropdown.dropup {
  display: inline-block;
  vertical-align: text-bottom;
}
[wj-part=cells] .wj-cell > div {
  height: 100%;
}
[wj-part=cells] .wj-cell .bento-select {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[wj-part=cells] .wj-cell .bento-select > input {
  padding-left: 9px;
}
[dir=rtl] [wj-part=cells] .wj-cell .bento-select > input {
  padding-left: 0;
  padding-right: 9px;
}
[wj-part=cells] .wj-cell .bento-select select {
  height: 100%;
  border: none;
}
[wj-part=cells] .wj-cell .bento-select .btn {
  height: 100%;
}
[wj-part=cells] .wj-cell .bento-number-input-wrapper,
[wj-part=cells] .wj-cell .bento-number-input-wrapper.six-digit {
  width: 100%;
  height: 100%;
}
[wj-part=cells] .wj-cell .bento-number-input-wrapper [bento-number-input],
[wj-part=cells] .wj-cell .bento-number-input-wrapper.six-digit [bento-number-input] {
  border: none;
  height: 100%;
}
[wj-part=cells] .wj-cell .bento-number-input-wrapper .bento-number-input-button,
[wj-part=cells] .wj-cell .bento-number-input-wrapper.six-digit .bento-number-input-button {
  border-top: none;
  border-bottom: none;
  height: 100%;
}
[wj-part=cells] .wj-cell .bento-number-input-wrapper .bento-number-input-button.bento-number-input-button-down,
[wj-part=cells] .wj-cell .bento-number-input-wrapper.six-digit .bento-number-input-button.bento-number-input-button-down {
  border-top: none;
}
.bento-flex-grid .bento-flex-grid-checkbox {
  background: #ffffff;
  border: 1px solid #404040;
  display: block;
  font-size: 0.85em;
  height: 16px;
  line-height: 14px;
  width: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bento-flex-grid .bento-flex-grid-checkbox:not([class*=bento-icon-]) {
  border: 1px solid #939393;
}
.bento-flex-grid .bento-flex-grid-checkbox:hover {
  border: 1px solid #404040;
}
.bento-flex-grid .bento-flex-grid-checkbox.disabled, .bento-flex-grid .bento-flex-grid-checkbox[disabled] {
  cursor: not-allowed;
  border: 1px solid #d0d0d0;
  background: #f4f5f7;
}
.force-desktop .bento-flex-grid .bento-flex-grid-checkbox,
.force-desktop.bento-flex-grid .bento-flex-grid-checkbox {
  height: 14px;
  width: 14px;
}
[filter-row-footer],
[grid-footer-for] {
  position: relative;
  border-top: 4px solid #d0d0d0;
}
[filter-row-footer] div[wj-part=ch],
[filter-row-footer] .wj-topleft .wj-header.wj-cell,
[filter-row-footer] .wj-colheaders .wj-header.wj-cell,
[grid-footer-for] div[wj-part=ch],
[grid-footer-for] .wj-topleft .wj-header.wj-cell,
[grid-footer-for] .wj-colheaders .wj-header.wj-cell {
  border-bottom: none;
}
[filter-row-footer].fixed,
[grid-footer-for].fixed {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bento-flex-grid .navbar-nav > li > a {
  text-decoration: none !important;
}
.ios .btn-column-group,
.android .btn-column-group {
  display: none;
}
.bento-grid-header {
  font-size: 24px;
  font-family: "BentoRegular", arial, helvetica, sans-serif;
}
/* Example of an app-specific FlexGrid Status */
.bento-flex-grid .status-indicator.extremely-long:before {
  background-color: pink;
}
.wj-tooltip.wj-error-tip {
  background: #ffffff;
  color: #000000;
  font-weight: normal;
}
.wj-tooltip.wj-error-tip:before {
  color: #dc0a0a;
  position: relative;
  font-family: "bento-icons";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  speak: none;
  line-height: 0;
  top: 2px;
  font-size: 17px;
  height: 14px;
  width: 1.3em;
  content: "\e721";
  border: none;
  display: inline-block;
}
.wj-listbox-item {
  padding: 5px 10px;
}
.wj-listbox-item input[type=checkbox] {
  margin: 4px 6px 0 0;
  vertical-align: baseline;
}
.wj-content.wj-dropdown {
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.wj-content {
  border-color: #afafaf;
  opacity: 1;
}
.wj-content.wj-inputnumber {
  border-radius: 0;
}
.wj-content:focus {
  border-color: #afafaf;
}
.wj-input-group-btn:last-child > .wj-btn {
  border: none;
  background: none;
}
.wj-btn-default:hover {
  background-color: #ffffff;
}
.wj-cell .wj-multiselect {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.wj-cell .wj-multiselect .wj-template {
  position: absolute !important;
  width: 100%;
}
.wj-listbox-item:not(.wj-state-selected):not(.wj-state-disabled):not(.wj-separator):hover {
  background-color: #d4ebf4;
}
.wj-btn .wj-glyph-down:after {
  content: "\e71a";
  font-size: 1rem;
}
.wj-control.wj-dropdown .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn {
  border-left: none;
}
.wj-control.wj-dropdown .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn:focus, .wj-control.wj-dropdown .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn:hover {
  background: transparent;
}
.wj-control.wj-dropdown .wj-input-group .wj-input-group-btn:last-child:not(:first-child) > .wj-btn .wj-glyph-down {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.force-desktop .wj-multiselect .wj-btn .wj-glyph-down {
  vertical-align: text-bottom;
}
.bento-flex-grid .wj-header.wj-cell .bento-datepicker {
  width: 100px;
}
.bento-flex-grid .wj-header.wj-cell .bento-datepicker .input-group-btn button {
  height: 30px;
  line-height: 1em;
}
.bento-flex-grid .wj-cell .input-group,
.bento-flex-grid .wj-cell form-group {
  position: absolute;
  top: 1px;
  left: 0;
  right: 1px;
  bottom: 0;
  width: auto;
}
.bento-flex-grid .wj-cell .bento-datepicker,
.bento-flex-grid .wj-cell .bento-datepicker {
  height: 100%;
  width: 100%;
  max-height: 40px;
  padding-right: 40px;
  font-size: inherit;
}
[dir=rtl] .bento-flex-grid .wj-cell .bento-datepicker,
[dir=rtl] .bento-flex-grid .wj-cell .bento-datepicker {
  padding-left: 40px;
  padding-right: 0.85rem;
}
.bento-flex-grid .wj-cell .bento-datepicker + .btn,
.bento-flex-grid .wj-cell .bento-datepicker + .btn {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 3;
  height: 100%;
  max-height: 40px;
}
[dir=rtl] .bento-flex-grid .wj-cell .bento-datepicker + .btn,
[dir=rtl] .bento-flex-grid .wj-cell .bento-datepicker + .btn {
  right: auto;
  left: 5px;
}
.bento-flex-grid .wj-cell .bento-datepicker + .btn:active,
.bento-flex-grid .wj-cell .bento-datepicker + .btn:active {
  background: transparent;
}
.bento-flex-grid bento-number-input {
  position: absolute;
  top: 1px;
  right: 1px;
  left: 0;
  bottom: 0;
  max-height: 36px;
}
[dir=rtl] .bento-flex-grid bento-number-input {
  right: 0;
  left: 1px;
}
.bento-flex-grid bento-number-input input.form-control {
  font-size: 12px;
  line-height: 34px;
}
.bento-flex-grid .bento-number-input-button {
  height: 100%;
}
.bento-flex-grid .wj-grouppanel,
.wj-grouppanel {
  background-color: #ffffff;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  display: block;
  height: auto;
  line-height: 60px;
  padding: 0 0 0 10px;
}
[dir=rtl] .bento-flex-grid .wj-grouppanel,
[dir=rtl] .wj-grouppanel {
  padding: 0 10px 0 0;
}
.bento-flex-grid .wj-grouppanel .wj-cell:hover,
.wj-grouppanel .wj-cell:hover {
  background: #fff;
  color: #666;
}
.bento-flex-grid .wj-grouppanel .wj-cell:hover .wj-remove,
.wj-grouppanel .wj-cell:hover .wj-remove {
  color: #666;
}
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker {
  background: #f4f5f7;
  border-radius: 0.357rem;
  border: 1px solid #666;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize;
  margin-top: 18px;
  padding: 2px 8px 4px 8px;
  transition: background 0.2s;
}
[dir=rtl] .bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker,
[dir=rtl] .wj-grouppanel .wj-header.wj-cell.wj-groupmarker {
  align-items: center;
  display: inline-flex !important;
  height: 24px !important;
  padding: 0 8px 0 8px;
}
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker:hover,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker:hover {
  background: #ffffff;
  border-color: #404040;
  color: #404040;
}
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-down,
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-up,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-down,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-up {
  margin-left: 0.25em;
  position: relative;
  top: 2px;
}
[dir=rtl] .bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-down,
[dir=rtl] .bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-up,
[dir=rtl] .wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-down,
[dir=rtl] .wj-grouppanel .wj-header.wj-cell.wj-groupmarker > span.wj-glyph-up {
  align-items: center;
  display: flex;
  margin-right: 0.25em;
  margin-left: -0.75em;
  top: 0;
}
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove {
  background-image: none;
  border-radius: 7px;
  color: #666;
  display: inline-block;
  font-family: "bento-icons";
  font-size: 0;
  font-weight: 400;
  height: 14px;
  line-height: 14px;
  margin-left: 8px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  width: 14px;
}
[dir=rtl] .bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove,
[dir=rtl] .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove {
  margin-right: 8px;
  margin-left: auto;
}
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove:hover,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove:hover {
  background: #404040;
  color: #f4f5f7;
}
.bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove:after,
.wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-remove:after {
  font-size: 0.65rem;
  content: "\e64a";
  position: relative;
}
[dir=rtl] .bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-glyph-drag:after,
[dir=rtl] .wj-grouppanel .wj-header.wj-cell.wj-groupmarker .wj-glyph-drag:after {
  top: 0;
}
.force-desktop .bento-flex-grid .wj-grouppanel, .force-desktop.wj-grouppanel,
.force-desktop .wj-grouppanel {
  line-height: 50px;
}
.force-desktop .bento-flex-grid .wj-grouppanel .wj-header.wj-cell.wj-groupmarker, .force-desktop.wj-grouppanel .wj-header.wj-cell.wj-groupmarker,
.force-desktop .wj-grouppanel .wj-header.wj-cell.wj-groupmarker {
  font-size: 11px;
  line-height: 14px;
  margin-top: 10px;
  padding: 3px 16px;
}
.bento-flex-grid.has-row-hover .wj-cells .wj-row:hover .wj-cell {
  background-color: #d4ebf4 !important;
}
.bento-flex-grid .wj-alt:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected).status-indicator,
.bento-flex-grid .wj-cell:not(.wj-header):not(.wj-group):not(.wj-state-selected):not(.wj-state-multi-selected).status-indicator {
  background-color: #ffffff;
}
.bento-flex-grid .status-indicator:before {
  content: " ";
  display: block;
  position: absolute;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 10px;
  bottom: auto;
  right: auto;
  transform: translate3d(0, -50%, 0);
}
[dir=rtl] .bento-flex-grid .status-indicator:before {
  left: auto;
  right: 10px;
}
.bento-flex-grid .wj-cell .wj-elem-dropdown {
  opacity: 1;
}
.bento-flex-grid .wj-cell .wj-elem-dropdown .wj-glyph-down {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-100%);
}
[dir=rtl] .bento-flex-grid .wj-cell .wj-elem-dropdown .wj-glyph-down {
  left: auto;
  right: -5px;
}
.bento-flex-grid .wj-cell .wj-elem-dropdown .wj-glyph-down:after {
  font-size: 1rem;
  content: "\e71a";
}
.bento-flex-grid.wj-content .wj-cell.status-indicator {
  padding-left: 30px !important;
  padding-right: 6px !important;
}
[dir=rtl] .bento-flex-grid.wj-content .wj-cell.status-indicator {
  padding-left: 6px !important;
  padding-right: 30px !important;
}
.bento-flex-grid.wj-content .wj-cell.status-indicator .wj-btn.wj-btn-glyph.wj-right.wj-elem-dropdown {
  font-weight: normal;
  height: 100%;
  left: 0;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3px;
  right: 0;
  top: 0;
  opacity: 1;
}
.bento-flex-grid.wj-content .wj-cell.status-indicator .wj-btn.wj-btn-glyph.wj-right.wj-elem-dropdown .wj-glyph-down {
  position: relative;
  left: unset;
  top: auto;
  transform: none;
  font-size: 1.15em;
}
[dir=rtl] .bento-flex-grid.wj-content .wj-cell.status-indicator .wj-btn.wj-btn-glyph.wj-right.wj-elem-dropdown .wj-glyph-down {
  right: unset;
}
.bento-flex-grid .status-indicator.in-progress:before {
  background-color: #005da2;
}
.bento-flex-grid .status-indicator.warning:before {
  background-color: #ffa100;
}
.bento-flex-grid .status-indicator.success:before {
  background-color: #387c2b;
}
.bento-flex-grid .status-indicator.error:before {
  background-color: #dc0a0a;
}
.bento-flex-grid .status-indicator.disabled:before {
  background-color: #e3e3e3;
  border: 1px solid #939393;
}
[dir=rtl].status-indicator .wj-listbox .wj-listbox-item {
  padding: 5px 30px 5px 10px;
}
[dir=rtl].status-indicator .wj-listbox .wj-listbox-item:before {
  right: 10px;
  left: auto;
}
.status-indicator .wj-listbox .wj-listbox-item {
  padding: 5px 10px 5px 30px;
  position: relative;
}
.status-indicator .wj-listbox .wj-listbox-item:before {
  content: " ";
  display: block;
  position: absolute;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 10px;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
}
.status-indicator .wj-listbox .wj-listbox-item:nth-child(1):before {
  background-color: #005da2;
}
.status-indicator .wj-listbox .wj-listbox-item:nth-child(2):before {
  background-color: #ffa100;
}
.status-indicator .wj-listbox .wj-listbox-item:nth-child(3):before {
  background-color: #387c2b;
}
.status-indicator .wj-listbox .wj-listbox-item:nth-child(4):before {
  background-color: #dc0a0a;
}
.status-indicator .wj-listbox .wj-listbox-item:nth-child(5):before {
  background-color: #e3e3e3;
  border: 1px solid #939393;
}
.status-indicator .wj-listbox .wj-listbox-item:nth-child(6):before {
  background-color: pink;
}
.wj-tooltip {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 13px;
  padding: 10px;
}
/* Tooltip pointer */
.wj-tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  right: calc(50% - 6px);
  bottom: -12px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #ffffff;
}
.wj-tooltip.wj-tooltip-down:after {
  position: absolute;
  content: "";
  width: 0;
  right: calc(50% - 6px);
  top: -12px;
  bottom: auto;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #ffffff;
}

/*# sourceMappingURL=styles__flexgrid.css.map*/
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* Angular component - Custom styles */
/* Import Custom Variables and Mixins  */ /* Declare custom variables */
/* Angular component - Custom styles */
/* Custom variables */
/* Declare custom variables */
/* Angular component - Custom mixins */
/* Declare custom variables */
/* Angular component - Custom styles */
/* Custom variables */
/* Style for placeholder */
/* only for input without label */
/* Trash icon */
/* Dropdown mixin */
/* Declare custom variables */
/* Angular component - Custom styles */
/* Custom variables */
/* Declare custom variables */
/* Angular component - Custom styles */
/* Custom variables */
/* Declare custom styles for typography */
/* Custom base styles */
/*===================*/
body {
  background-color: #f5f5f5 !important;
  font-size: 14px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif !important;
}

a:not(.nav-link) {
  outline: none !important;
  text-decoration: none !important;
  background: transparent !important;
}
a:not(.nav-link):hover, a:not(.nav-link):focus {
  outline: none !important;
  text-decoration: none !important;
  background: transparent !important;
}

.main {
  background-color: #f5f5f5 !important;
  height: 100%;
}

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

.bento-off-canvas-menu-button {
  background: #5b5b5b !important;
  opacity: 1 !important;
}
.bento-off-canvas-menu-button:hover {
  opacity: 0.8 !important;
}

.nav-link,
.btn,
span,
div,
table,
li,
nav,
footer {
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.font-small {
  font-size: 10px;
}

.vertical-line {
  border-left: 1px solid #5b5b5b;
  height: 20px;
  margin-top: 6px;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
}

.checkbox {
  padding-left: 19px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

input[type=checkbox],
input[type=radio] {
  margin: 1px \9 0 0;
  line-height: normal;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  background-color: #fafafa;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "✔";
  font-size: 17px;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-left: -19px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 14px;
  color: #555555;
}

.form-control,
.dropdown-toggle {
  border-color: #d8d8d8;
}

hr {
  border-top-color: #d8d8d8;
}

.mp-0 {
  margin: 0;
  padding: 0;
}

.pointer {
  cursor: pointer;
}

/*** START: BORDER HOMEPAGE SECTION ***/
.border-l {
  border-left: 1px solid #93939c !important;
}

.border-t {
  border-top: 1px solid #93939c !important;
}

.border-r {
  border-right: 1px solid #93939c !important;
}

.border-b {
  border-bottom: 1px solid #93939c !important;
}

/*** END: BORDER HOMEPAGE SECTION ***/
.bs-callout {
  padding: 20px;
  margin: 5px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.search-filter-bar button {
  border-radius: 0;
}
.search-filter-bar .btn-outline-secondary, .search-filter-bar .btn-primary {
  padding: 0.5rem 1rem;
  height: auto;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
}
.search-filter-bar .btn-outline-secondary {
  border-color: #d8d8d8 !important;
  color: #9b9b9b !important;
  background: #ffffff !important;
}
.search-filter-bar .btn-outline-secondary:hover {
  color: #9b9b9b !important;
  border-color: #d8d8d8 !important;
  background-color: #ffffff !important;
}
.search-filter-bar .btn-primary {
  background-color: #E47508 !important;
  border: none !important;
}
.search-filter-bar .btn-primary:hover {
  background-color: #D86A13 !important;
}
.search-filter-bar .btn-primary {
  padding: 0.3rem 0.65rem;
  font-size: 1rem;
  border-radius: 0.2rem;
}
.search-filter-bar .btn-primary i {
  padding-right: 6px;
  font-size: 13px;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  cursor: pointer;
}

.setting-subnav {
  z-index: 9;
}

.loading-container {
  z-index: 1;
}

@media (max-width: 1080px) {
  .search-filter-bar {
    font-size: 15px;
  }
  .search-filter-bar .action-item {
    font-size: 18px;
  }
  .search-filter-bar .action-item span {
    display: none;
  }
}
@media (min-width: 1081px) {
  .search-filter-bar .action-item span {
    display: block;
  }
}

.orange-bar {
  color: #fff;
  width: auto;
  padding-left: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .orange-bar {
    background-color: #E47508;
    padding: 0 10px;
  }
}
.orange-bar .nav button {
  padding: 12px 20px 12px 10px !important;
  font-size: 13px !important;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: normal !important;
  height: 100% !important;
}
@media (min-width: 992px) {
  .orange-bar .nav button {
    padding: 7px 15px !important;
    font-size: 15px !important;
  }
}
.orange-bar .nav button.active, .orange-bar .nav button:hover {
  background-color: #db6700;
  border: none;
}
.orange-bar .nav button a {
  color: #fff;
}
.orange-bar .nav button a:focus, .orange-bar .nav button a:hover {
  text-decoration: none;
}
.orange-bar .more-button button {
  padding-top: 13px !important;
}

.bento-toggle {
  height: 24px;
  width: 44px;
}
.bento-toggle.on {
  background: #E47508;
  border-color: #E47508;
}
.bento-toggle .bento-toggle-nob {
  border: 0px;
  width: 22px;
  height: 22px;
  top: 0px;
}

/* Main nav dropdown */
.mainNavSub-links {
  color: #000;
  position: relative;
  right: 9rem;
  border: 1px solid #b3b3b3;
  background-color: #4a4a4a;
  z-index: 1;
  border-radius: 3px;
  width: 190px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px 0;
}
.mainNavSub-links .navbar-nav {
  float: none;
}
.mainNavSub-links a.nav-link {
  display: inline-block;
}
.mainNavSub-links ul {
  list-style: none;
  padding-left: 0;
  /* dropdown arrow */
  /* dropdown arrow ends */
}
.mainNavSub-links ul:before {
  content: "";
  border-bottom: 10px solid #4a4a4a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 1rem;
  z-index: 10;
}
.mainNavSub-links ul:after {
  content: "";
  border-bottom: 12px solid #b3b3b3;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 0.88rem;
  z-index: 9;
}
.mainNavSub-links .nav-item {
  list-style: none;
  padding-left: 1rem;
  text-align: left;
}
.mainNavSub-links .nav-item:hover {
  color: #5b5b5b;
}
.mainNavSub-links .nav-item:hover a {
  color: #5b5b5b;
}
.mainNavSub-links .nav-item a {
  text-align: left;
}
.mainNavSub-links .nav-item a:hover {
  color: #fff;
}

/* Main nav dropdown */
.trademark {
  font-size: 12px;
  vertical-align: super;
  left: -7px;
  position: relative;
  top: 3px;
}

.bento-icon-question {
  font-size: 20px;
  align-self: auto;
}

@media (min-width: 768px) {
  .canvas-menu-aside-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 5rem;
    height: 70px;
  }
  .canvas-menu-aside-container .row {
    height: 70px;
  }
  .bento-off-canvas-menu-header-title {
    display: none;
  }
  .sub-nav + .bento-off-canvas-menu-header-title {
    display: block;
    text-align: right;
    padding: 10px 0px 11px 0;
  }
  .global-header .topbar-left .topbar-logo .topbar-child-app {
    font-size: 26px;
  }
}
.global-header .topbar-left .topbar-logo .topbar-child-app {
  text-transform: capitalize;
}

.bento-off-canvas-menu-aside ul {
  display: flex;
  flex-direction: column;
  border: none !important;
}
.bento-off-canvas-menu-aside li {
  color: #b3b3b3;
  border: none;
}

.topbar-logo {
  padding-left: 2.5em;
}
@media (max-width: 767px) {
  .topbar-logo {
    padding-left: 0;
  }
}

.bento-off-canvas-menu > .bento-off-canvas-menu-content {
  top: 64px;
  background: transparent;
  padding: 0 !important;
  max-height: 93%;
  overflow-y: auto;
  overflow-x: hidden;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar {
  background: #5b5b5b;
  height: 64px;
}
@media (min-width: 755px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-topbar {
    padding-left: 0 !important;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-topbar .bento-off-canvas-menu-button {
  background-color: black !important;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-topbar .bento-off-canvas-menu-button {
    display: none;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside {
  background: #000000;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside {
    bottom: unset !important;
    position: absolute;
    padding: 0;
    top: -78px;
    width: 100%;
    background: transparent;
    display: table;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside h2 {
  margin: 0;
  padding-top: 0;
  font-size: 1.3rem;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside a {
  color: #d8d8d8 !important;
  border: none;
  text-transform: uppercase;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul {
  padding: 1rem 0.5rem;
  border-color: #5e5e5e;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside ul {
    display: flex;
    flex-direction: row;
    border-bottom: none;
    width: auto;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul:last-child {
  border-bottom: none;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu {
  padding-top: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu {
    border-right: 1px solid #f5f5f5;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li {
  border: none;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li i {
  font-size: 20px;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li.active a {
  color: #E47508 !important;
  background: transparent !important;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li.active a span {
  font-weight: bold;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li a {
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li a {
    flex-direction: column;
    padding-bottom: 26px;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li a:first-child {
  padding: 0.5em;
  border: none;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.menu li a:first-child {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta {
  padding-left: 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta {
    padding-top: 6px;
    padding-left: 10px;
    flex-direction: row;
    position: relative;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li:first-child a:first-child {
  padding-left: 0;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li:last-child {
  margin-bottom: 0;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li a {
  padding-left: 0 !important;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li i {
  font-size: 20px;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li.active a {
  color: #E47508 !important;
  background: transparent !important;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li.active a span {
  font-weight: bold;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li a {
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li a {
    flex-direction: column;
    padding-bottom: 26px;
  }
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li a:first-child {
  padding: 0.5em;
  border: none;
}
.bento-off-canvas-menu > .bento-off-canvas-menu-aside ul.meta li a i {
  font-size: 1.3em;
}

.bento-icon-flowchart {
  transform: rotate(-90deg);
}

.bento-off-canvas-menu-header {
  border: none !important;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu-header {
    display: none;
  }
}
.bento-off-canvas-menu-header-title {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  text-transform: capitalize;
  text-align: right;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bento-off-canvas-menu-header .bento-off-canvas-menu-close-button {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-container {
    padding-bottom: 5rem;
  }
}

/* Toggle hidden in Mobile */
/* Customise BentoUi Component */
@media (min-width: 768px) {
  .bento-off-canvas-menu.open.push-over > .bento-off-canvas-menu-content {
    margin-top: 0;
    left: 0;
  }
}
.bento-icon-hamburger-menu {
  float: none;
  color: #ada6a6;
}

.left-menu ul {
  list-style: none;
}
.left-menu .accordion ul {
  padding-left: 0;
}
.left-menu li {
  padding: 0.3rem 0;
}
.left-menu li a {
  color: #0072a8 !important;
}

.asidebar li span {
  font-size: 16px;
  color: #9b9b9b;
}
.asidebar li span:hover, .asidebar li span:active {
  color: #5b5b5b;
  font-weight: 700;
}
.asidebar li {
  padding-top: 5px;
  cursor: pointer;
}
.asidebar li:first-child {
  padding-top: 25px;
}
.asidebar li:last-child {
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}
.asidebar li span:hover {
  text-decoration: none;
}

/* SubNav Accordion*/
.sub-nav {
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.sub-nav ul {
  display: flex;
  flex-flow: wrap;
}
.sub-nav ul li {
  padding-top: 1rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .sub-nav {
    padding: 0;
    justify-content: flex-start;
  }
}
.sub-nav.bento-accordion .card-body {
  background: #CB5700;
  padding: 8px;
}
.sub-nav.bento-accordion ul {
  list-style: none;
  padding-left: 0;
}
.sub-nav .card {
  background: transparent !important;
  width: 100vw;
}
@media (min-width: 768px) {
  .sub-nav .card {
    width: auto;
  }
}
.sub-nav .card-header {
  background: #E47508 !important;
  border-top: 0px !important;
}
.sub-nav .card-header a {
  color: #ffffff !important;
  text-transform: uppercase;
  line-height: normal;
  height: auto;
}
.sub-nav .card-header a span {
  display: block;
}
@media (max-width: 767px) {
  .sub-nav .card-header a span {
    padding: 12px 18px 12px 11px;
  }
}
@media (min-width: 768px) {
  .sub-nav .card-header a {
    padding: 5px;
  }
}
.sub-nav .card-header.active {
  background: #CB5700 !important;
}

.bento-accordion .card-header a {
  font-family: "Open Sans", sans-serif;
}

.sub-nav .card .collapse.show {
  animation: slideDown 0.3s ease-in forwards;
  transform-origin: top center;
  width: 100vw;
}
@media (min-width: 768px) {
  .sub-nav .card .collapse.show {
    display: none !important;
  }
}
.sub-nav .card a:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.sub-nav .active {
  background: #CB5700 !important;
  color: #ffffff !important;
  padding: 5px;
}
@media (min-width: 768px) {
  .sub-nav .active {
    margin-top: -5px;
  }
}
.sub-nav .card-header {
  letter-spacing: normal;
}
@media (max-width: 353px) {
  .sub-nav .card-header {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .sub-nav .card-header {
    margin: 7px 8px 0 5px;
    border-radius: 3px;
  }
}
.sub-nav .card-header:focus {
  box-shadow: none !important;
}
.sub-nav .card-header a {
  font-size: 11px;
}
@media (min-width: 500px) {
  .sub-nav .card-header a {
    font-size: 14px;
  }
}
.sub-nav .card-header a:after {
  content: "";
  width: 100%;
  color: #ffffff !important;
  text-align: right;
  padding-right: 5px;
}
.sub-nav .card-header.active {
  outline: none;
}
.sub-nav .card-header.active a[aria-expanded=true]:focus {
  box-shadow: none !important;
}
.sub-nav .card-header.active a[aria-expanded=true]:after {
  content: "\e633";
}
@media (min-width: 768px) {
  .sub-nav .card-header.active a[aria-expanded=true]:after {
    content: "";
  }
}
.sub-nav .card-header.active a[aria-expanded=false]:focus {
  box-shadow: none !important;
}
.sub-nav .card-header.active a[aria-expanded=false]:after {
  content: "\e630";
}
@media (min-width: 768px) {
  .sub-nav .card-header.active a[aria-expanded=false]:after {
    content: "";
  }
}

.sub-nav .card .collapse {
  animation: slideUp 0.5s ease-in forwards;
}

@keyframes slideDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes slideUp {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.bento-off-canvas-menu-aside-right {
  display: none;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}
.radio input[type=radio] + .dd::before {
  top: 0.5rem;
}
.radio input[type=radio] + .dd::after {
  top: 14px;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 6px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio label {
  text-indent: 5px;
}

.SelectDocument > .radio {
  padding-bottom: 10px;
}

/* Toggle hidden in Mobile */
/* Custom styles */
/* Custom TR Component Style*/
.bento-accordion.result-item-accordion {
  padding-top: 10px;
}
.bento-accordion.result-item-accordion .card-header {
  background-color: #fbeee3;
}
.bento-accordion.result-item-accordion .card-header a {
  color: #000000 !important;
  text-transform: inherit !important;
}
.bento-accordion.result-item-accordion .card-header a:after {
  content: "\e630";
  position: relative;
  float: right;
  top: 0;
  color: #000000 !important;
  background-color: transparent !important;
  line-height: initial;
}
.bento-accordion.result-item-accordion .card-header a:focus {
  box-shadow: none !important;
}
.bento-accordion.result-item-accordion .card-header.active {
  background-color: #fbeee3;
}
.bento-accordion.result-item-accordion .card-header.active a:after {
  font-family: "bento-icomoon";
  content: "\e633";
  position: relative;
  top: 0;
}
.bento-accordion.result-item-accordion .card-body {
  border: 1px solid #fbeee3;
}
.bento-accordion.result-item-accordion .card-header {
  letter-spacing: 0;
}
.bento-accordion.result-item-accordion .card-header a {
  padding-left: 10px;
  text-transform: capitalize !important;
}

.bento-accordion.left-menu-accordion .card-header {
  background-color: #f2f2f2;
}
.bento-accordion.left-menu-accordion .card-header a {
  color: #9b9b9b !important;
  text-transform: inherit !important;
}
.bento-accordion.left-menu-accordion .card-header a:after {
  content: "\e630";
  position: relative;
  float: right;
  top: 0;
  color: #000000 !important;
  background-color: transparent !important;
  line-height: initial;
}
.bento-accordion.left-menu-accordion .card-header a:focus {
  box-shadow: none !important;
}
.bento-accordion.left-menu-accordion .card-header.active {
  background-color: #f2f2f2;
}
.bento-accordion.left-menu-accordion .card-header.active a:after {
  font-family: "bento-icomoon";
  content: "\e633";
  position: relative;
  top: 0;
}
.bento-accordion.left-menu-accordion .card-body {
  border: 1px solid #f2f2f2;
}
.bento-accordion.left-menu-accordion .card-header {
  margin-bottom: 0;
}
.bento-accordion.left-menu-accordion .card-header a {
  padding-left: 0;
  font-size: 16px;
}
@media (max-width: 1080px) {
  .bento-accordion.left-menu-accordion .card-header a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.bento-accordion.left-menu-accordion .card-header a:hover {
  color: #000000 !important;
}
.bento-accordion.left-menu-accordion .card-header a::after {
  float: none;
  top: -17px !important;
  left: 125px;
}
.bento-accordion.left-menu-accordion .card-body {
  margin-bottom: 0;
  padding: 8px 4px 0 0;
  background-color: #f2f2f2;
}

.left-menu .accordion .asidebar li {
  padding-top: 0;
  padding-bottom: 0;
}
.left-menu .accordion .card-body label a {
  font-weight: normal;
}

.list-header {
  font-size: 16px;
  color: #5b5b5b;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.search-title {
  font-size: 14px;
}
.search-title:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-title {
    font-size: 16px;
  }
}

.infobox {
  border-color: #0072a8;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.357rem;
  display: inline-block;
  width: 257px;
}
@media (min-width: 768px) {
  .infobox {
    width: inherit;
  }
}

@media (max-width: 768px) {
  .btn-information {
    font-size: 0.9rem;
  }
}

span.disabled, div.disabled, input.disabled {
  pointer-events: none;
  cursor: default;
  color: gray;
}

.edit-search {
  padding-bottom: 10px;
}

.search-results-container {
  background: #ffffff;
}
.search-results-container h3 {
  font-size: 14px;
  color: #5b5b5b;
}
@media (min-width: 768px) {
  .search-results-container h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .search-results-container h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

bento-alert .alert-container {
  top: 67px !important;
}

.doc-body p {
  padding-bottom: 1rem;
}
.doc-body.container {
  padding: 0;
}

.doc-accordion .card:last-child {
  width: 55vw;
}
@media (min-width: 500px) {
  .doc-accordion .card:last-child {
    width: 100vw;
  }
}

/* Orange bar welcome message */
.WelcomeMessage {
  font-size: 14px;
  padding-left: 4px;
  color: #fff;
}

/* Modal dialog styles */
.modal-accordion-container .modal-content {
  padding-bottom: 15px !important;
}
.modal-accordion-container .card-body,
.modal-accordion-container .card-header {
  background: #ffffff !important;
}
.modal-accordion-container .card-body {
  display: flex;
  flex-direction: column;
  border: none !important;
}
.modal-accordion-container .card-body .form-check {
  padding-bottom: 5px;
}
.modal-accordion-container .bento-accordion .card-header a {
  font-size: 15px;
}
.modal-accordion-container .bento-accordion.left-menu-accordion .card-header a:after {
  left: unset;
  top: 0 !important;
  float: right;
}

.modal-dialog .close.modal-close {
  width: 40px;
  height: 40px;
}
.modal-dialog .close.modal-close i {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .bento-accordion .card-header a {
    padding: 0;
  }
}

.dropdown-bg {
  background: #E47508;
  justify-content: space-evenly;
  height: auto;
  padding-left: 0;
}

.dropdown-header {
  background: #E47508;
  border-top: 0 !important;
  letter-spacing: normal;
  border-left: 1px solid #ffc694;
  padding: 10px 4%;
}
@media (min-width: 768px) {
  .dropdown-header {
    padding: 12px 15px;
    border-left: none;
  }
}
.dropdown-header:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .dropdown-header:first-child {
    padding-left: 7px;
  }
}
.dropdown-header a {
  color: #fff !important;
  text-transform: uppercase;
  line-height: normal;
  height: auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  .dropdown-header a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .dropdown-header a span.active {
    padding: 5px 10px;
    background: #CB5700;
  }
}

.dropdown-body {
  display: flex;
  flex-direction: column;
  border: none !important;
}
.dropdown-body .form-check {
  padding-bottom: 5px;
}
.dropdown-body ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  background: #CB5700;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.dropdown-body ul li {
  padding: 12px 18px;
}

.doc-body.document-scroll {
  height: 252px;
  overflow-y: auto;
}
@media screen and (min-width: 414px) {
  .doc-body.document-scroll {
    height: 318px;
  }
}
@media screen and (min-width: 768px) {
  .doc-body.document-scroll {
    height: 430px;
  }
}

.high-light {
  background-color: yellow;
  font-weight: bold;
}

.legis-container .bold {
  font-weight: bold;
}
.legis-container .italic {
  font-style: italic;
}
.legis-container .center {
  text-align: center;
}
.legis-container .paratext p.need-high-light > p {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .doc.col-search-results-container {
    background: #ffffff;
    padding: 0;
  }
  .doc-content-header-block {
    padding: 0 15px;
  }
}
/* Document Content block styles */
.document-content {
  color: #5b5b5b;
}
.document-content h4 label:before {
  margin-top: -3px;
}
.document-content .title {
  text-transform: uppercase;
  font-weight: 700;
}
.document-content .form-check {
  font-weight: bold;
}
.document-content .form-check label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  margin-right: 6px;
}
.document-content .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  background-color: #fafafa;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.document-content .form-check input[type=checkbox]:checked + label::after {
  content: "✔";
  font-size: 17px;
}
.document-content .form-check label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-left: -19px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 14px;
  color: #555555;
}
.document-content .form-check label {
  font-weight: normal;
}
.document-content .form-check label:before {
  margin-left: -20px;
}
.document-content .form-check label a {
  text-transform: inherit;
}
.document-content > ul {
  list-style: none;
}
.document-content > ul li {
  border: none;
}
.document-content > ul li.card + .field {
  padding-top: 15px !important;
}
.document-content .doc-border {
  border: 1px solid #d8d8d8;
}
.document-content .card .card-header {
  background-color: #fbeee3;
}
.document-content .card .card-header a {
  color: #9b9b9b !important;
  text-transform: inherit !important;
}
.document-content .card .card-header a:after {
  content: "\e630";
  position: relative;
  float: right;
  top: 0;
  color: #000000 !important;
  background-color: transparent !important;
  line-height: initial;
}
.document-content .card .card-header a:focus {
  box-shadow: none !important;
}
.document-content .card .card-header.active {
  background-color: #fbeee3;
}
.document-content .card .card-header.active a:after {
  font-family: "bento-icomoon";
  content: "\e633";
  position: relative;
  top: 0;
}
.document-content .card .card-body {
  border: 1px solid #fbeee3;
}
.document-content .card-header {
  text-transform: inherit !important;
  letter-spacing: 0px;
}
.document-content .card-header:focus {
  box-shadow: none !important;
}
.document-content .collapse-symbol,
.document-content .all-collapse-symbol {
  cursor: pointer;
}
.document-content .collapse-symbol:after,
.document-content .all-collapse-symbol:after {
  font-family: "bento-icomoon";
  content: "\e630";
  position: relative;
  float: right;
  top: 0;
  color: #000000 !important;
  background-color: transparent !important;
  line-height: initial;
}

.right-content .card {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
}

/* Wijmo grid */
/* to hide the text in last column of header */
/* to hide the text in last column of header */
.btn-primary {
  background: #E47508;
}
.btn-primary .btn-icons {
  font-size: 20px;
  padding-right: 6px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #D86A13;
}

.cases-container .italic {
  font-style: italic;
}
.cases-container .sup {
  position: relative;
  top: -6px;
  font-size: 12px;
}
.cases-container .bold {
  font-weight: bold;
}
.cases-container table {
  width: 100%;
}
.cases-container table td {
  border: 1px solid #000;
  text-align: center;
}

.index-container .text-bold {
  font-weight: bold;
}
.index-container li {
  margin-left: 20px;
  list-style: none;
}

.commonlaw-container li {
  list-style: none;
}
.commonlaw-container .text-bold {
  font-weight: bold;
}
.commonlaw-container table td,
.commonlaw-container table th {
  border: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  max-width: 400px;
  text-align: center;
}

.legis-container table td.level1 {
  padding-left: 15px;
}
.legis-container table td.level2 {
  padding-left: 30px;
}
.legis-container table td.level3 {
  padding-left: 45px;
}

/* Folder Grid styles */
.angular-tree-component {
  width: 99%;
}
@media (min-width: 768px) {
  .angular-tree-component {
    width: 99%;
  }
}

.myfolder-action .table {
  border-top: none;
}
.myfolder-action .table thead {
  display: table;
  width: 100%;
}
.myfolder-action .table thead th {
  text-align: right;
  width: 25%;
  display: table-cell;
}
@media (min-width: 768px) {
  .myfolder-action .table thead th {
    width: 20%;
    text-align: right;
  }
}
.myfolder-action .table thead th:nth-child(2) {
  width: 45%;
  text-align: left;
}
@media (min-width: 768px) {
  .myfolder-action .table thead th:nth-child(2) {
    width: 60%;
  }
}
.myfolder-action .table thead th:first-child {
  width: 1%;
  text-align: left;
}
.myfolder-action .table thead th:last-child {
  width: 2%;
}

.node-content-wrapper {
  width: 99%;
}
.node-content-wrapper tree-node-content {
  display: flex;
}
.node-content-wrapper tr {
  width: 100%;
  display: table;
}
.node-content-wrapper tr td {
  border-top: none;
  text-align: right;
  font-weight: normal;
  padding: 4px;
  vertical-align: middle;
  font-size: 12px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .node-content-wrapper tr td {
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .node-content-wrapper tr td {
    font-size: 14px;
  }
}
.node-content-wrapper tr td:first-child {
  width: 1%;
}
.node-content-wrapper tr td:nth-child(2) {
  width: 75%;
  text-align: left;
}
.node-content-wrapper tr td:last-child {
  text-align: center;
}
.node-content-wrapper tr td:last-child > span {
  position: absolute;
  margin-top: -12px;
  vertical-align: bottom;
  font-size: 20px;
  line-height: 22px;
  transform: rotate(90deg);
  font-weight: bold;
}

/* Row level actions */
.addnew-alerts-dropdown,
.action-dropdown {
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
  position: relative;
  right: 1rem;
  padding: 10px 0;
  border: 1px solid #b3b3b3;
  background-color: #4a4a4a;
  width: 190px;
}
.addnew-alerts-dropdown ul,
.action-dropdown ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .addnew-alerts-dropdown,
  .action-dropdown {
    border: 1px solid #b3b3b3;
    background-color: #4a4a4a;
    width: 190px;
  }
}
.addnew-alerts-dropdown ul,
.action-dropdown ul {
  flex-direction: column;
}
.addnew-alerts-dropdown ul:before,
.action-dropdown ul:before {
  content: "";
  border-bottom: 10px solid #4a4a4a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  z-index: 10;
}
.addnew-alerts-dropdown ul:after,
.action-dropdown ul:after {
  content: "";
  border-bottom: 12px solid #b3b3b3;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  z-index: 9;
}
.addnew-alerts-dropdown li a,
.action-dropdown li a {
  flex-direction: row;
  color: #b3b3b3;
}
.addnew-alerts-dropdown label,
.action-dropdown label {
  font-size: 13px;
  color: #5b5b5b;
}
.addnew-alerts-dropdown ul,
.action-dropdown ul {
  flex-direction: column;
  margin-bottom: 0;
}
.addnew-alerts-dropdown ul:before,
.action-dropdown ul:before {
  right: 1rem;
  border-bottom: 10px solid #ffffff;
}
.addnew-alerts-dropdown ul:after,
.action-dropdown ul:after {
  right: 0.88rem;
  z-index: 9;
}
.addnew-alerts-dropdown li.form-check,
.action-dropdown li.form-check {
  padding-bottom: 0.6rem;
}
.addnew-alerts-dropdown li a,
.action-dropdown li a {
  flex-direction: row;
  padding: 0 0 10px 0 !important;
}
.addnew-alerts-dropdown li a span,
.action-dropdown li a span {
  display: inline-block;
}

.action-dropdown {
  display: none;
  position: absolute;
  right: 0rem;
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #4a4a4a;
  width: 120px;
  text-align: left;
  margin-top: 1rem;
  transition: all 0.18s ease-out 0.18s;
}
@media (min-width: 768px) {
  .action-dropdown {
    right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .action-dropdown {
    width: 140px;
  }
}
.action-dropdown i {
  color: #d8d8d8;
}
.action-dropdown span {
  padding-left: 5px;
}
.action-dropdown ul:before {
  border-bottom-color: #4a4a4a;
  border-width: 7px;
  top: -7px;
  right: 0.3rem;
}
@media (min-width: 768px) {
  .action-dropdown ul:before {
    right: 0.1rem;
  }
}
.action-dropdown ul:after {
  border-bottom-color: #b3b3b3;
  border-width: 7px;
  top: -7px;
  right: 0.3rem;
}
@media (min-width: 768px) {
  .action-dropdown ul:after {
    right: 0.1rem;
  }
}

.angular-tree-component .tree-node-focused > tree-node-wrapper > div {
  background: bisque;
}

.node-wrapper {
  border-bottom: 1px solid #f5f5f5;
}
.node-wrapper input {
  margin-left: 8px;
  vertical-align: bottom;
}
.node-wrapper .toggle-children {
  top: 12px;
  left: 10px;
}
.node-wrapper .toggle-children-wrapper {
  padding-right: 10px;
}
.node-wrapper .toggle-children-wrapper-expanded .toggle-children {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #E47508;
  background-image: none;
  transform: none;
  margin-right: 6px;
}
.node-wrapper .toggle-children-wrapper-expanded .toggle-children:after {
  content: "\e685";
  font-family: bento-icomoon;
  color: #E47508;
  position: relative;
  top: -15px;
  left: 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .node-wrapper .toggle-children-wrapper-expanded .toggle-children:after {
    font-size: 18px;
  }
}
.node-wrapper .toggle-children-wrapper-collapsed .toggle-children {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E47508;
  background-image: none;
  padding-right: 6px;
  margin-right: 6px;
}
.node-wrapper .toggle-children-wrapper-collapsed .toggle-children:after {
  content: "\e689";
  font-family: bento-icomoon;
  color: #E47508;
  position: relative;
  top: -11px;
  left: 12px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .node-wrapper .toggle-children-wrapper-collapsed .toggle-children:after {
    font-size: 16px;
  }
}

.table {
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}
.table input {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  margin-right: 6px;
}
.table input::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  background-color: #fafafa;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.table input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 17px;
}
.table input::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
  margin-left: 1px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 14px;
  color: #555555;
}

.tree-node-expanded > tree-node-children > .tree-children .tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child, .tree-node-collapsed > tree-node-children > .tree-children .tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child {
  padding-right: 5px;
}
.tree-node-expanded > tree-node-children > .tree-children .tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child span, .tree-node-collapsed > tree-node-children > .tree-children .tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child span {
  position: relative;
  background: #f4b400;
  width: 15px;
  height: 20px;
  display: inline-block;
}
.tree-node-expanded > tree-node-children > .tree-children .tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child span:before, .tree-node-collapsed > tree-node-children > .tree-children .tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
}

.tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child {
  padding-right: 5px;
}
.tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child span {
  position: relative;
  background: #f4b400;
  width: 15px;
  height: 20px;
  display: inline-block;
}
.tree-node-leaf > tree-node-wrapper > .node-wrapper > .node-content-wrapper > tree-node-content > tr td:first-child span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35);
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.form-hints {
  font-size: 11px;
  color: #bdc1c8;
}

.required:after {
  content: "*";
  color: #d0021b;
  font-size: 16px;
}

tree-node-expander {
  position: relative;
  left: 2.2rem;
  top: 1rem;
}
tree-node-expander + .node-content-wrapper input {
  position: absolute;
  left: 0;
  margin-top: 4px;
}

.badge-pill {
  font-size: 11px !important;
}

/* Folder Tree view styles */
.tree-children {
  padding-left: 0;
}

.node-wrapper {
  display: flex;
  align-items: flex-start;
}
.node-wrapper input {
  margin-left: -44px;
}

.toggle-children {
  display: inline-block;
}

.node-content-wrapper {
  padding: 5px 10px;
  position: relative;
  margin-left: 2rem;
}

.tree-node-expander {
  top: 2.3rem;
}

.tree-node-level-2 .node-content-wrapper tree-node-content input {
  margin-left: -55px;
}
.tree-node-level-2.tree-node-expanded tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-expanded, .tree-node-level-2.tree-node-expanded tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-collapsed, .tree-node-level-2.tree-node-collapsed tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-expanded, .tree-node-level-2.tree-node-collapsed tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-collapsed {
  margin-left: 11px;
}

.tree-node-level-3.tree-node-expanded tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-expanded, .tree-node-level-3.tree-node-expanded tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-collapsed, .tree-node-level-3.tree-node-collapsed tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-expanded, .tree-node-level-3.tree-node-collapsed tree-node-wrapper .node-wrapper tree-node-expander .toggle-children-wrapper.toggle-children-wrapper-collapsed {
  margin-left: 2rem;
}

.tree-node-level-2.tree-node-leaf .node-content-wrapper tree-node-content tr td:first-child {
  vertical-align: top;
}
.tree-node-level-2.tree-node-leaf .node-content-wrapper tree-node-content input {
  margin-left: -19px;
}

.tree-node-level-3.tree-node-expanded .node-content-wrapper tree-node-content input, .tree-node-level-3.tree-node-collapsed .node-content-wrapper tree-node-content input {
  margin-left: -66px;
}
@media (min-width: 768px) {
  .tree-node-level-3.tree-node-expanded .node-content-wrapper tree-node-content input, .tree-node-level-3.tree-node-collapsed .node-content-wrapper tree-node-content input {
    margin-left: -69px;
  }
}
.tree-node-level-3.tree-node-leaf .node-content-wrapper {
  margin-left: 43px;
}
.tree-node-level-3.tree-node-leaf .node-content-wrapper tree-node-content tr td:first-child {
  vertical-align: top;
}
.tree-node-level-3.tree-node-leaf .node-content-wrapper tree-node-content input {
  margin-left: -36px;
}
@media (min-width: 768px) {
  .tree-node-level-3.tree-node-leaf .node-content-wrapper tree-node-content input {
    margin-left: -33px;
  }
}

.tree-node-level-4.tree-node-leaf .node-content-wrapper {
  margin-left: 4.7rem;
}
.tree-node-level-4.tree-node-leaf .node-content-wrapper tree-node-content tr td:first-child {
  vertical-align: top;
}
.tree-node-level-4.tree-node-leaf .node-content-wrapper tree-node-content input {
  margin-left: -4rem !important;
}

.FormSubmitBtns button {
  border-radius: 0;
}
.FormSubmitBtns .btn-outline-secondary, .FormSubmitBtns .btn-primary {
  padding: 0.5rem 1rem;
  height: auto;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
}
.FormSubmitBtns .btn-outline-secondary {
  border-color: #d8d8d8 !important;
  color: #9b9b9b !important;
  background: #ffffff !important;
}
.FormSubmitBtns .btn-outline-secondary:hover {
  color: #9b9b9b !important;
  border-color: #d8d8d8 !important;
  background-color: #ffffff !important;
}
.FormSubmitBtns .btn-primary {
  background-color: #E47508 !important;
  border: none !important;
}
.FormSubmitBtns .btn-primary:hover {
  background-color: #D86A13 !important;
}

.custom-checkbox-wolabel {
  font-weight: bold;
}
.custom-checkbox-wolabel input {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  margin-right: 6px;
}
.custom-checkbox-wolabel input::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  background-color: #fafafa;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-checkbox-wolabel input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 17px;
}
.custom-checkbox-wolabel input::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
  margin-left: 1px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 14px;
  color: #555555;
}

.back-to-page {
  text-align: right;
}
.back-to-page i {
  color: #5b5b5b;
}

.page-link {
  color: #0072a8 !important;
}

.toggle-switch-label {
  font-size: 14px;
  padding: 6px 10px;
  align-items: baseline;
  display: flex;
}
@media (min-width: 768px) {
  .toggle-switch-label {
    padding-top: 20px;
  }
}

.bento-pagination {
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .bento-accordion .card-header a {
    padding: 8px 0 8px 43px;
  }
}
.bento-off-canvas-menu-aside .versionContainer {
  padding: 0px !important;
}
.bento-off-canvas-menu-aside .versionContainer a {
  color: #0072a8 !important;
  text-transform: none;
  font-size: 1em;
}
.bento-off-canvas-menu-aside .mobile {
  text-align: left;
}
.bento-off-canvas-menu-aside .mobile .rela {
  text-align: left;
  margin: 8px 0;
}
.bento-off-canvas-menu-aside .mobile .rela-anchor,
.bento-off-canvas-menu-aside .mobile .rela-span {
  text-transform: none;
}
.bento-off-canvas-menu-aside .mobile .rela-anchor {
  padding: 0;
  color: #0072a8 !important;
  font-size: 1em;
}
.bento-off-canvas-menu-aside .mobile .card-header > a {
  color: black !important;
}
.bento-off-canvas-menu-aside .mobile .btn-link {
  margin-top: 0 !important;
}
.bento-off-canvas-menu-aside .mobile .versionContainer a {
  padding: 0px !important;
  display: inline !important;
}
.bento-off-canvas-menu-aside .bento-pagination button {
  margin-top: 0px !important;
}

/* Scroll bar styling */
/* width */
.slim-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.slim-scroll::-webkit-scrollbar-track {
  border-radius: 30px;
}

/* Handle */
.slim-scroll::-webkit-scrollbar-thumb {
  background: #d5d4d9;
  border-radius: 10px;
}

.back-to-top {
  color: white;
  cursor: pointer;
  background-color: #D64000;
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
}

/* Handle on hover */
.slim-scroll::-webkit-scrollbar-thumb:hover {
  background: #606169;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' 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") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' 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") !important;
}

.carousel-control-prev,
.carousel-control-next {
  margin: -30px !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 4% !important;
}

ngb-accordion div.card div.card-header button {
  white-space: pre-wrap;
}

ngb-popover-window div.popover-body {
  max-width: 230px;
}

/* RESULT LIST FLAG STYLE*/
span.label-v {
  border-radius: 15px;
  padding: 4px 5px 0px 5px;
  font-size: 12px;
  line-height: 12px;
  color: #7e827e;
  margin-left: 10px;
  vertical-align: baseline;
}

span.label-v i {
  margin-right: 5px;
  color: #e87130 !important;
}

/*END  RESULT LIST FLAG STYLE*/
#jurisprudencia-header .btn.btn-link.collapsed {
  text-decoration: none;
}

.pre-content > p {
  display: inline !important;
}

.bui-bento-combobox-container-item.bento-list-row > div, .bui-bento-combobox-container-item.bento-list-row > span {
  white-space: pre-line !important;
  padding: 7px 7px !important;
}

.bui-bento-combobox-container-item.bento-list-row > div:last-child, .bui-bento-combobox-container-item.bento-list-row > span:last-child {
  padding-right: 0 !important;
}

app-single-panel .bento-accordion.accordion.bento-accordion-alternate > .card .card-header button {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

app-single-panel .bento-accordion.accordion.bento-accordion-alternate > .card .card-body {
  padding: 10px 10px 10px 25px;
}

.fulltext .seccion h3 {
  color: gray;
  font-weight: bold;
  font-size: 16px;
}
.fulltext .seccion .subseccion h3 {
  color: darkgrey;
  font-size: 15px;
  font-weight: normal;
}

.bomchil-top-five {
  padding: 0.5rem;
  max-width: 250px;
}

.marval-top-five {
  max-width: 400px;
}

/*# sourceMappingURL=styles.css.map*/