/* #1995c7 #1688B6 #15779D */
/* a2001d */
/* #f8f8f8 */
/* #062532 */
/* #D8D8D8 */
/*
https://xd.adobe.com/spec/7a65e866-1604-4692-9e75-ef912ac0b9c4-2f36/screen/bbbc6fda-7cf2-4b2b-9178-1218d2cf529c/Links
*/
/* #23d3ff */
/* #CD4C1D */
/* #CD4C1D */
/* #23d3ff */
/* Relevant agencies */
/*
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap');
<link href="https://fonts.googleapis.com/css?family=Oswald:wght@300;400;700&display=swap" rel="stylesheet">
*/
/*
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,900&display=swap");
<link href="https://fonts.googleapis.com/css?family=Poppins:wght@300;400;700&display=swap" rel="stylesheet">
*/
/*16px;*/
/*22px;*/
/*
WCAG Text/White, AA and AAA
To regenerate these values, empty the array and set the $aa-regenerate-halt to true
ex. "color": (c1,c2)
*/
/* Bootstrap 4 standard  :: bs4-variables.scss */
/*light*/
/*0.65*/
/* lighten(nth($aa,1),5%); */
/* The commong typography settings */
/*
.subtitle
.subtitle2
button, .btn
caption, label
.overline
*/
/* Variations for the website typography */
/* Variations for the application typography */
/*
VERSION 4.4.1
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #f2f2f2;
  --gray-dark: #d8d8d8;
  --primary: #14769d;
  --secondary: #f8f8f8;
  --success: #468313;
  --info: #693A77;
  --warning: #f7c41b;
  --danger: #b90000;
  --light: #F2F2F2;
  --dark: #5B5B5B;
  --nav: #000000DE;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --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: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #333333;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #14769d;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #C0471B;
    text-decoration: none; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):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; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #757575;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-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; }

/*
https://hugogiraudel.com/2014/04/28/casting-map-into-list/
*/
/*
@function color-str($c) {
  @return to-lower-case(str-slice($c + "", 2));
}
*/
/*
https://css-tricks.com/snippets/sass/power-function/
*/
/*
https://webaim.org/resources/contrastchecker/
*/
/*
$a11y-last-bg-color
$a11y-color-linkset: map-set(a11y-color-linkset, );
$a11y-color-yiq: map-set($a11y-color-yiq, );
*/
/*
color: nth(a11y_aa_by_name($color),2) !important;
    @include a11y_aa_props($color,'background-color','color');
    @include a11y_aaa_props($color,'background-color','color');
    @include a11y_fbc($color, $aa-colors, 'light');
    @include a11y_aaa_props($color,'background-color','color');
*/
/*
@mixin a11y_fore_back_colors($themeColorName) {
  color: map-get($theme-colors, $themeColorName);
  // background-color: map-get($aa-colors, $themeColorName);
}
*/
/* Move to Common / SCSS */
/*
_typography.scss
*/
/*
$typographies
$typographies-web
$typographies-app
*/
/*
@warn '--[color_contrast(]--',color_contrast($oaux-primary,#ECF8FD), $oaux-primary,#ECF8FD;
@warn '--[color_contrast(]--',color_contrast(#115874,#ECF8FD), #115874,#ECF8FD;
@error '!!!';
*/
/*
@warn '--[theme-colors]--',$theme-colors;
@warn '--[AA]--';
*/
/*
@warn '--[aa-colors]--',$aa-colors;
@warn '-------AAA-----------';
*/
/*
$aaa-colors: a11y_aaa_auto_calc($aaa-colors);
@warn '--[aaa-colors]--',$aaa-colors;
@warn '------------------';
@error 'HALT';
*/
.text-primary-hover.hover:hover, .text-primary-hover .hover:hover,
.text-primary-focus.focus:focus, .text-primary-focus .focus:focus,
.text-primary-active.active:active, .text-primary-active .active:active {
  color: #14769d; }

.text-primary .hover-75.hover:hover, .text-primary .hover-75 .hover:hover,
.text-primary .focus-75.focus:focus, .text-primary .focus-75 .focus:focus,
.text-primary .active-75.active:active, .text-primary .active-75 .active:active {
  color: rgba(20, 118, 157, 0.75) !important; }

.text-primary .hover-50.hover:hover, .text-primary .hover-50 .hover:hover,
.text-primary .focus-50.focus:focus, .text-primary .focus-50 .focus:focus,
.text-primary .active-50.active:active, .text-primary .active-50 .active:active {
  color: rgba(20, 118, 157, 0.5) !important; }

.text-primary .hover-25.hover:hover, .text-primary .hover-25 .hover:hover,
.text-primary .focus-25.focus:focus, .text-primary .focus-25 .focus:focus,
.text-primary .active-25.active:active, .text-primary .active-25 .active:active {
  color: rgba(20, 118, 157, 0.25) !important; }

.text-success-hover.hover:hover, .text-success-hover .hover:hover,
.text-success-focus.focus:focus, .text-success-focus .focus:focus,
.text-success-active.active:active, .text-success-active .active:active {
  color: #468313; }

.text-success .hover-75.hover:hover, .text-success .hover-75 .hover:hover,
.text-success .focus-75.focus:focus, .text-success .focus-75 .focus:focus,
.text-success .active-75.active:active, .text-success .active-75 .active:active {
  color: rgba(70, 131, 19, 0.75) !important; }

.text-success .hover-50.hover:hover, .text-success .hover-50 .hover:hover,
.text-success .focus-50.focus:focus, .text-success .focus-50 .focus:focus,
.text-success .active-50.active:active, .text-success .active-50 .active:active {
  color: rgba(70, 131, 19, 0.5) !important; }

.text-success .hover-25.hover:hover, .text-success .hover-25 .hover:hover,
.text-success .focus-25.focus:focus, .text-success .focus-25 .focus:focus,
.text-success .active-25.active:active, .text-success .active-25 .active:active {
  color: rgba(70, 131, 19, 0.25) !important; }

.text-warning-hover.hover:hover, .text-warning-hover .hover:hover,
.text-warning-focus.focus:focus, .text-warning-focus .focus:focus,
.text-warning-active.active:active, .text-warning-active .active:active {
  color: #545454; }

.text-warning .hover-75.hover:hover, .text-warning .hover-75 .hover:hover,
.text-warning .focus-75.focus:focus, .text-warning .focus-75 .focus:focus,
.text-warning .active-75.active:active, .text-warning .active-75 .active:active {
  color: rgba(247, 196, 27, 0.75) !important; }

.text-warning .hover-50.hover:hover, .text-warning .hover-50 .hover:hover,
.text-warning .focus-50.focus:focus, .text-warning .focus-50 .focus:focus,
.text-warning .active-50.active:active, .text-warning .active-50 .active:active {
  color: rgba(247, 196, 27, 0.5) !important; }

.text-warning .hover-25.hover:hover, .text-warning .hover-25 .hover:hover,
.text-warning .focus-25.focus:focus, .text-warning .focus-25 .focus:focus,
.text-warning .active-25.active:active, .text-warning .active-25 .active:active {
  color: rgba(247, 196, 27, 0.25) !important; }

.text-danger-hover.hover:hover, .text-danger-hover .hover:hover,
.text-danger-focus.focus:focus, .text-danger-focus .focus:focus,
.text-danger-active.active:active, .text-danger-active .active:active {
  color: #b90000; }

.text-danger .hover-75.hover:hover, .text-danger .hover-75 .hover:hover,
.text-danger .focus-75.focus:focus, .text-danger .focus-75 .focus:focus,
.text-danger .active-75.active:active, .text-danger .active-75 .active:active {
  color: rgba(185, 0, 0, 0.75) !important; }

.text-danger .hover-50.hover:hover, .text-danger .hover-50 .hover:hover,
.text-danger .focus-50.focus:focus, .text-danger .focus-50 .focus:focus,
.text-danger .active-50.active:active, .text-danger .active-50 .active:active {
  color: rgba(185, 0, 0, 0.5) !important; }

.text-danger .hover-25.hover:hover, .text-danger .hover-25 .hover:hover,
.text-danger .focus-25.focus:focus, .text-danger .focus-25 .focus:focus,
.text-danger .active-25.active:active, .text-danger .active-25 .active:active {
  color: rgba(185, 0, 0, 0.25) !important; }

.text-info-hover.hover:hover, .text-info-hover .hover:hover,
.text-info-focus.focus:focus, .text-info-focus .focus:focus,
.text-info-active.active:active, .text-info-active .active:active {
  color: #693a77; }

.text-info .hover-75.hover:hover, .text-info .hover-75 .hover:hover,
.text-info .focus-75.focus:focus, .text-info .focus-75 .focus:focus,
.text-info .active-75.active:active, .text-info .active-75 .active:active {
  color: rgba(105, 58, 119, 0.75) !important; }

.text-info .hover-50.hover:hover, .text-info .hover-50 .hover:hover,
.text-info .focus-50.focus:focus, .text-info .focus-50 .focus:focus,
.text-info .active-50.active:active, .text-info .active-50 .active:active {
  color: rgba(105, 58, 119, 0.5) !important; }

.text-info .hover-25.hover:hover, .text-info .hover-25 .hover:hover,
.text-info .focus-25.focus:focus, .text-info .focus-25 .focus:focus,
.text-info .active-25.active:active, .text-info .active-25 .active:active {
  color: rgba(105, 58, 119, 0.25) !important; }

.text-dark-hover.hover:hover, .text-dark-hover .hover:hover,
.text-dark-focus.focus:focus, .text-dark-focus .focus:focus,
.text-dark-active.active:active, .text-dark-active .active:active {
  color: #5b5b5b; }

.text-dark .hover-75.hover:hover, .text-dark .hover-75 .hover:hover,
.text-dark .focus-75.focus:focus, .text-dark .focus-75 .focus:focus,
.text-dark .active-75.active:active, .text-dark .active-75 .active:active {
  color: rgba(91, 91, 91, 0.75) !important; }

.text-dark .hover-50.hover:hover, .text-dark .hover-50 .hover:hover,
.text-dark .focus-50.focus:focus, .text-dark .focus-50 .focus:focus,
.text-dark .active-50.active:active, .text-dark .active-50 .active:active {
  color: rgba(91, 91, 91, 0.5) !important; }

.text-dark .hover-25.hover:hover, .text-dark .hover-25 .hover:hover,
.text-dark .focus-25.focus:focus, .text-dark .focus-25 .focus:focus,
.text-dark .active-25.active:active, .text-dark .active-25 .active:active {
  color: rgba(91, 91, 91, 0.25) !important; }

/*
@if ($scrollbars-enabled == true ){
  @include scrollbars_size();
}
*/
/*
@include a11y_add_linkset_color($ls-light-color, ".bg-*:not(.bg--*), .child-bg.bg-*:not(.bg--*) >:first-child", "bg", null);
@include a11y_add_linkset_color($ls-light-color, ".bg--aa, .child-bg.bg--aa >:first-child", "bg", null);
@include a11y_add_linkset_color($ls-light-color, ".aaa .bg--aa, .aaa .child-bg.bg--aa >:first-child", "bg", null);
@include a11y_add_linkset_color($ls-light-color, ".bg--light, .child-bg.bg--light >:first-child", "bg", null);
*/
.text-primary.context--text {
  color: #14769d !important; }

.bg-primary, .child-bg-primary > :first-child {
  background-color: #14769d;
  color: #fff; }

.bg-primary.bg--light, .child-bg-primary.bg--light > :first-child {
  color: #14769d !important;
  background-color: #e7f6fc !important; }

.bg-primary.bg--dark, .child-bg-primary.bg--dark > :first-child {
  /* 'dark' */
  background-color: #0f5672 !important;
  color: #e7f6fc !important; }

.bg-primary.bg--aa, .child-bg-primary.bg--aa > :first-child {
  color: #14769d !important;
  background-color: #e7f6fc !important; }

.aaa .bg-primary.bg--aa, .aaa .child-bg-primary.bg--aa > :first-child {
  color: #0f5672 !important;
  background-color: #e7f6fc !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-primary div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-secondary.context--text {
  color: #6f6f6f !important; }

.text-secondary.wcag--text {
  background-color: #000; }

.bg-secondary, .child-bg-secondary > :first-child {
  background-color: #f8f8f8;
  color: #000; }

.bg-secondary.bg--light, .child-bg-secondary.bg--light > :first-child {
  color: #717171 !important;
  background-color: #f8f8f8 !important; }

.bg-secondary.bg--dark, .child-bg-secondary.bg--dark > :first-child {
  /* 'dark' */
  background-color: #515151 !important;
  color: #f8f8f8 !important; }

.bg-secondary.bg--aa, .child-bg-secondary.bg--aa > :first-child {
  color: #717171 !important;
  background-color: #f8f8f8 !important; }

.aaa .bg-secondary.bg--aa, .aaa .child-bg-secondary.bg--aa > :first-child {
  color: #515151 !important;
  background-color: #f8f8f8 !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-secondary div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-success.context--text {
  color: #468313 !important; }

.bg-success, .child-bg-success > :first-child {
  background-color: #468313;
  color: #fff; }

.bg-success.bg--light, .child-bg-success.bg--light > :first-child {
  color: #468313 !important;
  background-color: #fbfef8 !important; }

.bg-success.bg--dark, .child-bg-success.bg--dark > :first-child {
  /* 'dark' */
  background-color: #325d0e !important;
  color: #fbfef8 !important; }

.bg-success.bg--aa, .child-bg-success.bg--aa > :first-child {
  color: #468313 !important;
  background-color: #fbfef8 !important; }

.aaa .bg-success.bg--aa, .aaa .child-bg-success.bg--aa > :first-child {
  color: #325d0e !important;
  background-color: #fbfef8 !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-success div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-info.context--text {
  color: #693A77 !important; }

.bg-info, .child-bg-info > :first-child {
  background-color: #693A77;
  color: #fff; }

.bg-info.bg--light, .child-bg-info.bg--light > :first-child {
  color: #693A77 !important;
  background-color: #d3b6db !important; }

.bg-info.bg--dark, .child-bg-info.bg--dark > :first-child {
  /* 'dark' */
  background-color: #402349 !important;
  color: #d3b6db !important; }

.bg-info.bg--aa, .child-bg-info.bg--aa > :first-child {
  color: #693A77 !important;
  background-color: #d3b6db !important; }

.aaa .bg-info.bg--aa, .aaa .child-bg-info.bg--aa > :first-child {
  color: #402349 !important;
  background-color: #d3b6db !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-info div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-warning.context--text {
  color: #545454 !important; }

.text-warning.wcag--text {
  background-color: #000; }

.bg-warning, .child-bg-warning > :first-child {
  background-color: #f7c41b;
  color: #000; }

.bg-warning.bg--light, .child-bg-warning.bg--light > :first-child {
  color: #644d03 !important;
  background-color: #f7c41b !important; }

.bg-warning.bg--dark, .child-bg-warning.bg--dark > :first-child {
  /* 'dark' */
  background-color: #443402 !important;
  color: #f7c41b !important; }

.bg-warning.bg--aa, .child-bg-warning.bg--aa > :first-child {
  color: #644d03 !important;
  background-color: #f7c41b !important; }

.aaa .bg-warning.bg--aa, .aaa .child-bg-warning.bg--aa > :first-child {
  color: #443402 !important;
  background-color: #f7c41b !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-warning div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-danger.context--text {
  color: #b90000 !important; }

.bg-danger, .child-bg-danger > :first-child {
  background-color: #b90000;
  color: #fff; }

.bg-danger.bg--light, .child-bg-danger.bg--light > :first-child {
  color: #b90000 !important;
  background-color: #ffc6c6 !important; }

.bg-danger.bg--dark, .child-bg-danger.bg--dark > :first-child {
  /* 'dark' */
  background-color: #830000 !important;
  color: #ffc6c6 !important; }

.bg-danger.bg--aa, .child-bg-danger.bg--aa > :first-child {
  color: #b90000 !important;
  background-color: #ffc6c6 !important; }

.aaa .bg-danger.bg--aa, .aaa .child-bg-danger.bg--aa > :first-child {
  color: #830000 !important;
  background-color: #ffc6c6 !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-danger div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-light.context--text {
  color: #6b6b6b !important; }

.text-light.wcag--text {
  background-color: #000; }

.bg-light, .child-bg-light > :first-child {
  background-color: #F2F2F2;
  color: #000; }

.bg-light.bg--light, .child-bg-light.bg--light > :first-child {
  color: #6c6c6c !important;
  background-color: #F2F2F2 !important; }

.bg-light.bg--dark, .child-bg-light.bg--dark > :first-child {
  /* 'dark' */
  background-color: #4f4f4f !important;
  color: #F2F2F2 !important; }

.bg-light.bg--aa, .child-bg-light.bg--aa > :first-child {
  color: #6c6c6c !important;
  background-color: #F2F2F2 !important; }

.aaa .bg-light.bg--aa, .aaa .child-bg-light.bg--aa > :first-child {
  color: #4f4f4f !important;
  background-color: #F2F2F2 !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-light div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-dark.context--text {
  color: #5B5B5B !important; }

.bg-dark, .child-bg-dark > :first-child {
  background-color: #5B5B5B;
  color: #fff; }

.bg-dark.bg--light, .child-bg-dark.bg--light > :first-child {
  color: #5B5B5B !important;
  background-color: #d4d4d4 !important; }

.bg-dark.bg--dark, .child-bg-dark.bg--dark > :first-child {
  /* 'dark' */
  background-color: #3b3b3b !important;
  color: #d4d4d4 !important; }

.bg-dark.bg--aa, .child-bg-dark.bg--aa > :first-child {
  color: #5B5B5B !important;
  background-color: #d4d4d4 !important; }

.aaa .bg-dark.bg--aa, .aaa .child-bg-dark.bg--aa > :first-child {
  color: #3b3b3b !important;
  background-color: #d4d4d4 !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-dark div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.text-nav.context--text {
  color: #062532 !important; }

.bg-nav, .child-bg-nav > :first-child {
  background-color: #000000DE;
  color: #fff; }

.bg-nav.bg--light, .child-bg-nav.bg--light > :first-child {
  color: #062532 !important;
  background-color: #1998cd !important; }

.bg-nav.bg--dark, .child-bg-nav.bg--dark > :first-child {
  /* 'dark' */
  background-color: #062532 !important;
  color: #1998cd !important; }

.bg-nav.bg--aa, .child-bg-nav.bg--aa > :first-child {
  color: #062532 !important;
  background-color: #1998cd !important; }

.aaa .bg-nav.bg--aa, .aaa .child-bg-nav.bg--aa > :first-child {
  color: #062532 !important;
  background-color: #1998cd !important; }

/*
    @if ($scrollbars-enabled == true and map-get($scrollbars-colors, $color) != null ) {
      .bg-nav div.oaux-can-scroll >:first-child {
        @include OauxScrollbars($value);
      }
    }
    */
.bg-ongov {
  background-color: #333;
  color: #fff; }

.bg-moh {
  background-color: #353f5b;
  color: #fff; }

.bg-oh {
  background-color: #05BCE7;
  color: #fff; }

.bg-healthca {
  background-color: #284162;
  color: #fff; }

.bg-serviceon {
  background-color: #006C40;
  color: #fff; }

/* Default linkset styles */
a:not(.btn) {
  color: #14769d; }
  a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active, a:not(.btn).active {
    color: #C0471B; }
  a:not(.btn):visited {
    color: #92278F; }

.disabled a:not(.btn), [disabled] a:not(.btn) {
  color: #D8D8D8 !important;
  /*
      &:hover,&:focus,&.hover,&.focus,&:active,&.active,&:visited,&.visited {
        color: $disabled;
      }
      */ }

a:not(.btn).disabled {
  color: #D8D8D8 !important;
  /*
    &:hover,&:focus,&.hover,&.focus,&:active,&.active,&:visited,&.visited {
      color: $disabled;
    }
    */ }

/*
@warn "a11y-color-linkset", $a11y-color-linkset;
*/
.bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn), .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn), .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn), .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn), .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn), .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn) {
  color: #14769d; }
  .bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):hover, .bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):focus, .bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):active, .bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).active, .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):hover, .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):focus, .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):active, .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).active, .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):hover, .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):focus, .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):active, .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).active, .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):hover, .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):focus, .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):active, .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).active, .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):hover, .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):focus, .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):active, .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).active, .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):hover, .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):focus, .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):active, .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).active {
    color: #C0471B; }
  .bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):visited, .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):visited, .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):visited, .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):visited, .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):visited, .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):visited {
    color: #92278F; }

.bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) .disabled a:not(.btn), .bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) [disabled] a:not(.btn), .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child .disabled a:not(.btn), .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child [disabled] a:not(.btn), .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) .disabled a:not(.btn), .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) [disabled] a:not(.btn), .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child .disabled a:not(.btn), .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child [disabled] a:not(.btn), .bg-light:not([class*=" bg--"]):not([class^="bg--"]) .disabled a:not(.btn), .bg-light:not([class*=" bg--"]):not([class^="bg--"]) [disabled] a:not(.btn), .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child .disabled a:not(.btn), .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child [disabled] a:not(.btn) {
  color: #D8D8D8 !important;
  /*
      &:hover,&:focus,&.hover,&.focus,&:active,&.active,&:visited,&.visited {
        color: $disabled;
      }
      */ }

.bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).disabled, .child-bg-secondary:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).disabled, .bg-warning:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).disabled, .child-bg-warning:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).disabled, .bg-light:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).disabled, .child-bg-light:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).disabled {
  color: #D8D8D8 !important;
  /*
    &:hover,&:focus,&.hover,&.focus,&:active,&.active,&:visited,&.visited {
      color: $disabled;
    }
    */ }

[class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn), [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn), [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn), [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn), .bg--dark a:not(.btn), .child-bg.bg--dark > :first-child a:not(.btn), .text-secondary.wcag--text a:not(.btn), .text-warning.wcag--text a:not(.btn), .text-light.wcag--text a:not(.btn), .bg-nav.bg--light a:not(.btn), .child-bg-nav.bg--light > :first-child a:not(.btn), .bg-nav.bg--aa a:not(.btn), .child-bg-nav.bg--aa > :first-child a:not(.btn), .aaa .bg-nav.bg--aa a:not(.btn), .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn) {
  color: #FCAF17; }
  [class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):hover, [class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):focus, [class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):active, [class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).active, [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):hover, [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):focus, [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):active, [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).active, [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):hover, [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):focus, [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):active, [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).active, [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):hover, [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):focus, [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):active, [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).active, .bg--dark a:not(.btn):hover, .bg--dark a:not(.btn):focus, .bg--dark a:not(.btn):active, .bg--dark a:not(.btn).active, .child-bg.bg--dark > :first-child a:not(.btn):hover, .child-bg.bg--dark > :first-child a:not(.btn):focus, .child-bg.bg--dark > :first-child a:not(.btn):active, .child-bg.bg--dark > :first-child a:not(.btn).active, .text-secondary.wcag--text a:not(.btn):hover, .text-secondary.wcag--text a:not(.btn):focus, .text-secondary.wcag--text a:not(.btn):active, .text-secondary.wcag--text a:not(.btn).active, .text-warning.wcag--text a:not(.btn):hover, .text-warning.wcag--text a:not(.btn):focus, .text-warning.wcag--text a:not(.btn):active, .text-warning.wcag--text a:not(.btn).active, .text-light.wcag--text a:not(.btn):hover, .text-light.wcag--text a:not(.btn):focus, .text-light.wcag--text a:not(.btn):active, .text-light.wcag--text a:not(.btn).active, .bg-nav.bg--light a:not(.btn):hover, .bg-nav.bg--light a:not(.btn):focus, .bg-nav.bg--light a:not(.btn):active, .bg-nav.bg--light a:not(.btn).active, .child-bg-nav.bg--light > :first-child a:not(.btn):hover, .child-bg-nav.bg--light > :first-child a:not(.btn):focus, .child-bg-nav.bg--light > :first-child a:not(.btn):active, .child-bg-nav.bg--light > :first-child a:not(.btn).active, .bg-nav.bg--aa a:not(.btn):hover, .bg-nav.bg--aa a:not(.btn):focus, .bg-nav.bg--aa a:not(.btn):active, .bg-nav.bg--aa a:not(.btn).active, .child-bg-nav.bg--aa > :first-child a:not(.btn):hover, .child-bg-nav.bg--aa > :first-child a:not(.btn):focus, .child-bg-nav.bg--aa > :first-child a:not(.btn):active, .child-bg-nav.bg--aa > :first-child a:not(.btn).active, .aaa .bg-nav.bg--aa a:not(.btn):hover, .aaa .bg-nav.bg--aa a:not(.btn):focus, .aaa .bg-nav.bg--aa a:not(.btn):active, .aaa .bg-nav.bg--aa a:not(.btn).active, .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn):hover, .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn):focus, .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn):active, .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn).active {
    color: #00A1CD; }
  [class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):visited, [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn):visited, [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):visited, [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn):visited, .bg--dark a:not(.btn):visited, .child-bg.bg--dark > :first-child a:not(.btn):visited, .text-secondary.wcag--text a:not(.btn):visited, .text-warning.wcag--text a:not(.btn):visited, .text-light.wcag--text a:not(.btn):visited, .bg-nav.bg--light a:not(.btn):visited, .child-bg-nav.bg--light > :first-child a:not(.btn):visited, .bg-nav.bg--aa a:not(.btn):visited, .child-bg-nav.bg--aa > :first-child a:not(.btn):visited, .aaa .bg-nav.bg--aa a:not(.btn):visited, .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn):visited {
    color: #E55DE4; }

[class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) .disabled a:not(.btn), [class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) [disabled] a:not(.btn), [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) .disabled a:not(.btn), [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) [disabled] a:not(.btn), [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child .disabled a:not(.btn), [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child [disabled] a:not(.btn), [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child .disabled a:not(.btn), [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child [disabled] a:not(.btn), .bg--dark .disabled a:not(.btn), .bg--dark [disabled] a:not(.btn), .child-bg.bg--dark > :first-child .disabled a:not(.btn), .child-bg.bg--dark > :first-child [disabled] a:not(.btn), .text-secondary.wcag--text .disabled a:not(.btn), .text-secondary.wcag--text [disabled] a:not(.btn), .text-warning.wcag--text .disabled a:not(.btn), .text-warning.wcag--text [disabled] a:not(.btn), .text-light.wcag--text .disabled a:not(.btn), .text-light.wcag--text [disabled] a:not(.btn), .bg-nav.bg--light .disabled a:not(.btn), .bg-nav.bg--light [disabled] a:not(.btn), .child-bg-nav.bg--light > :first-child .disabled a:not(.btn), .child-bg-nav.bg--light > :first-child [disabled] a:not(.btn), .bg-nav.bg--aa .disabled a:not(.btn), .bg-nav.bg--aa [disabled] a:not(.btn), .child-bg-nav.bg--aa > :first-child .disabled a:not(.btn), .child-bg-nav.bg--aa > :first-child [disabled] a:not(.btn), .aaa .bg-nav.bg--aa .disabled a:not(.btn), .aaa .bg-nav.bg--aa [disabled] a:not(.btn), .aaa .child-bg-nav.bg--aa > :first-child .disabled a:not(.btn), .aaa .child-bg-nav.bg--aa > :first-child [disabled] a:not(.btn) {
  color: #5B5B5B !important;
  /*
      &:hover,&:fresults.section.latest.titleocus,&.hover,&.focus,&:active,&.active,&:visited,&.visited {
        color: $disabled;
      }
      */ }

[class^="bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).disabled, [class*=" bg-"]:not([class*=" bg--"]):not([class^="bg--"]) a:not(.btn).disabled, [class^="child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).disabled, [class*=" child-bg-"]:not([class*=" bg--"]):not([class^="bg--"]) > :first-child a:not(.btn).disabled, .bg--dark a:not(.btn).disabled, .child-bg.bg--dark > :first-child a:not(.btn).disabled, .text-secondary.wcag--text a:not(.btn).disabled, .text-warning.wcag--text a:not(.btn).disabled, .text-light.wcag--text a:not(.btn).disabled, .bg-nav.bg--light a:not(.btn).disabled, .child-bg-nav.bg--light > :first-child a:not(.btn).disabled, .bg-nav.bg--aa a:not(.btn).disabled, .child-bg-nav.bg--aa > :first-child a:not(.btn).disabled, .aaa .bg-nav.bg--aa a:not(.btn).disabled, .aaa .child-bg-nav.bg--aa > :first-child a:not(.btn).disabled {
  color: #5B5B5B !important;
  /*
    &:hover,&:focus,&.hover,&.focus,&:active,&.active,&:visited,&.visited {
      color: $disabled;
    }
    */ }

/*
@error "HALT";
*/
.icon > .icon-toggle.icon-toggle--off:not(.icon--faicon-fal-square) {
  color: #757575; }

.white-border-bot {
  border-style: solid;
  border-width: 0px 0px 0.25px 0px;
  border-color: rgba(255, 255, 255, 0.86); }

.btn-outline-white {
  color: white;
  border-color: white; }

.bg-body {
  background-color: #fff; }

h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 36px;
  letter-spacing: 0.36px !important; }

.h.h1 {
  font-size: 36px !important; }

h2, .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 100 !important;
  font-size: 30px;
  letter-spacing: -0.15px !important; }

.h.h2 {
  font-size: 30px !important; }

h3, .h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 100 !important;
  font-size: 26px;
  letter-spacing: -0.13px !important; }

.h.h3 {
  font-size: 26px !important; }

h4, .h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 22px;
  letter-spacing: 0px !important; }

.h.h4 {
  font-size: 22px !important; }

h5, .h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.54px !important; }

.h {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.36px !important;
  line-height: 1.5;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 2.1px !important; }

.h.h6 {
  font-size: 14px !important; }

.title {
  font-weight: 600; }

body, .body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.32px; }

.body2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px; }

small, .small {
  font-size: 75%;
  font-weight: 400; }

strong, b, .bold, th {
  font-weight: 600 !important; }

bolder {
  font-weight: 700 !important; }

button, .btn {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 1.25px !important;
  font-weight: 300 !important; }

dl dt {
  font-weight: 600 !important; }

.badge {
  font-weight: 300 !important; }

label:not(.form-check-input):not(.form-check-label):not(.btn), .label, .form-text, .invalid-feedback {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.14px; }

label.sub-text {
  font-size: 80%;
  opacity: 0.8; }

.form-check-input, .form-check-label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0; }

.form-check-input-sm, .form-check-label-sm, .form-check-sm .form-check-input, .form-check-sm .form-check-label {
  font-size: 14px; }

.form-check-input-lg, .form-check-label-lg, .form-check-lg .form-check-input, .form-check-lg .form-check-label {
  font-size: 18px; }

.is-app h1, .is-app .h1 {
  margin-bottom: 0 !important; }

.is-app h2, .is-app .h2 {
  margin-bottom: 0 !important; }

.is-app h3, .is-app .h3 {
  margin-bottom: 0 !important; }

.is-app h4, .is-app .h4 {
  margin-bottom: 0 !important; }

.is-app h5, .is-app .h5, .is-app .h {
  margin-bottom: 0 !important; }

.is-app h6, .is-app .h6 {
  margin-bottom: 0 !important; }

/*
@include typographies_by_purpose('website');
*/
/*
copy import list from node_modules/bootstrap/scss
Version: 4.4.1
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.625rem; }

h4, .h4 {
  font-size: 1.375rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 0.875rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #f2f2f2; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #f2f2f2; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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.33333%;
  max-width: 33.33333%; }

.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.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdd9e4; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #85b8cc; }

.table-hover .table-primary:hover {
  background-color: #abcfdd; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #abcfdd; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cbdcbd; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9fbf84; }

.table-hover .table-success:hover {
  background-color: #bed3ac; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bed3ac; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdeebf; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbe088; }

.table-hover .table-warning:hover {
  background-color: #fce7a6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fce7a6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebb8b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #db7a7a; }

.table-hover .table-danger:hover {
  background-color: #e5a4a4; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #e5a4a4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d5c8d9; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b199b8; }

.table-hover .table-info:hover {
  background-color: #c9b9cf; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c9b9cf; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d1d1; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #aaaaaa; }

.table-hover .table-dark:hover {
  background-color: #c4c4c4; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c4c4c4; }

.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: #d8d8d8;
  border-color: #ebebeb; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #d8d8d8; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #ebebeb; }
  .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.375em + 0.75rem + 2px);
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #5B5B5B;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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 #5B5B5B; }
  .form-control:focus {
    color: #5B5B5B;
    background-color: #fff;
    border-color: #14769d;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(20, 118, 157, 0.25); }
  .form-control::placeholder {
    color: #5B5B5B;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #5B5B5B;
  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.375; }

.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.375;
  color: #333333;
  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:focus, .form-check:hover {
    outline: none; }

.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: #757575; }

.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: #468313; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #fff;
  background-color: rgba(70, 131, 19, 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: #468313;
  padding-right: calc(1.375em + 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='%23468313' 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.34375em + 0.1875rem) center;
  background-size: calc(0.6875em + 0.375rem) calc(0.6875em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #468313;
    box-shadow: 0 0 0 0.2rem rgba(70, 131, 19, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.375em + 0.75rem);
  background-position: top calc(0.34375em + 0.1875rem) right calc(0.34375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #468313;
  padding-right: calc(0.75em + 2.8125rem);
  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='%23d8d8d8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem 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='%23468313' 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 2.25rem/calc(0.6875em + 0.375rem) calc(0.6875em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #468313;
    box-shadow: 0 0 0 0.2rem rgba(70, 131, 19, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #468313; }

.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: #468313; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #468313; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5eb019;
  background-color: #5eb019; }

.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(70, 131, 19, 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: #468313; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #468313; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #468313;
  box-shadow: 0 0 0 0.2rem rgba(70, 131, 19, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #b90000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #fff;
  background-color: rgba(185, 0, 0, 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: #b90000;
  padding-right: calc(1.375em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b90000' 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='%23b90000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.34375em + 0.1875rem) center;
  background-size: calc(0.6875em + 0.375rem) calc(0.6875em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #b90000;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.375em + 0.75rem);
  background-position: top calc(0.34375em + 0.1875rem) right calc(0.34375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b90000;
  padding-right: calc(0.75em + 2.8125rem);
  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='%23d8d8d8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b90000' 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='%23b90000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.25rem/calc(0.6875em + 0.375rem) calc(0.6875em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #b90000;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b90000; }

.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: #b90000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #b90000; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec0000;
  background-color: #ec0000; }

.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(185, 0, 0, 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: #b90000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b90000; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b90000;
  box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.375;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #333333;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #14769d;
  border-color: #14769d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #105d7b;
    border-color: #0e5470; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #105d7b;
    border-color: #0e5470;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(55, 139, 172, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e5470;
    border-color: #0d4c64; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(55, 139, 172, 0.5); }

.btn-success {
  color: #fff;
  background-color: #468313;
  border-color: #468313;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #34620e;
    border-color: #2e560d; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #34620e;
    border-color: #2e560d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(98, 150, 54, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #468313;
    border-color: #468313; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2e560d;
    border-color: #284b0b; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(98, 150, 54, 0.5); }

.btn-warning {
  color: #000;
  background-color: #f7c41b;
  border-color: #f7c41b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #000;
    background-color: #e4b108;
    border-color: #d7a708; }
  .btn-warning:focus, .btn-warning.focus {
    color: #000;
    background-color: #e4b108;
    border-color: #d7a708;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(210, 167, 23, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    background-color: #f7c41b;
    border-color: #f7c41b; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #d7a708;
    border-color: #cb9e07; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(210, 167, 23, 0.5); }

.btn-outline-primary {
  color: #14769d;
  border-color: #14769d; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #14769d;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }

.btn-link {
  font-weight: 400;
  color: #14769d;
  text-decoration: underline; }
  .btn-link:hover {
    color: #C0471B;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #D8D8D8;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #14769d; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #D8D8D8;
    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.875rem;
  color: #f2f2f2;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  .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.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.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 0%;
    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 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #5B5B5B;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 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: 2.25rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.375rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1875rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #14769d;
    background-color: #14769d;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(20, 118, 157, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #14769d; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #76ccee;
    border-color: #76ccee;
    box-shadow: none; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #f2f2f2; }
    .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.1875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-control-label::after {
    position: absolute;
    top: 0.1875rem;
    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: #14769d;
  background-color: #14769d;
  box-shadow: none; }

.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(20, 118, 157, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(20, 118, 157, 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(20, 118, 157, 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.1875rem + 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(20, 118, 157, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.375em + 0.75rem + 2px);
  padding: 0.375rem 2.25rem 0.375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #5B5B5B;
  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='%23d8d8d8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #14769d;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(20, 118, 157, 0.25); }
    .custom-select:focus::-ms-value {
      color: #5B5B5B;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.25rem;
    background-image: none; }
  .custom-select:disabled {
    color: #f2f2f2;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #5B5B5B; }

.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.375em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.375em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #14769d;
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 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.375em + 0.75rem + 2px);
  padding: 0.375rem 1.25rem;
  font-weight: 400;
  line-height: 1.375;
  color: #5B5B5B;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.375em + 0.75rem);
    padding: 0.375rem 1.25rem;
    line-height: 1.375;
    color: #5B5B5B;
    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(20, 118, 157, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 118, 157, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(20, 118, 157, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #14769d;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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 {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #76ccee; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #14769d;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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 {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #76ccee; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #14769d;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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 {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #76ccee; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .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: #D8D8D8;
    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: #D8D8D8;
      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 {
  text-decoration: none !important;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #14769d; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .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.32813rem;
  padding-bottom: 0.32813rem;
  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(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.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 > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #f2f2f2;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #f2f2f2; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #14769d; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0e5470; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }

.badge-success {
  color: #fff;
  background-color: #468313; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #2e560d; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(70, 131, 19, 0.5); }

.badge-warning {
  color: #000;
  background-color: #f7c41b; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #000;
    background-color: #d7a708; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 196, 27, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #b90000; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #860000; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5); }

.badge-info {
  color: #fff;
  background-color: #693A77; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #4b2955; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 58, 119, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #5B5B5B; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #424242; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(91, 91, 91, 0.5); }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #14769d;
  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; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #f2f2f2;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    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;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 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.375; }

.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); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .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: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  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: #000000DE; }

.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: #000000DE; }

.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: #000000DE; }

.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: #000000DE; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000DE;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  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: #000000DE;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .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: #000000DE; }
    .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: #000000DE; }

.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: #000000DE; }
    .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: #000000DE; }

.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: #000000DE; }
    .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: #000000DE; }
  .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 rgba(0, 0, 0, 0.870588); }

.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: #000000DE; }
    .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: #000000DE; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.870588);
  border-bottom: 1px solid rgba(0, 0, 0, 0.870588);
  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: #333333; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #14769d !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e5470 !important; }

.bg-secondary {
  background-color: #f8f8f8 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #dfdfdf !important; }

.bg-success {
  background-color: #468313 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2e560d !important; }

.bg-info {
  background-color: #693A77 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4b2955 !important; }

.bg-warning {
  background-color: #f7c41b !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d7a708 !important; }

.bg-danger {
  background-color: #b90000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #860000 !important; }

.bg-light {
  background-color: #F2F2F2 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d9d9d9 !important; }

.bg-dark {
  background-color: #5B5B5B !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #424242 !important; }

.bg-nav {
  background-color: #000000DE !important; }

a.bg-nav:hover, a.bg-nav:focus,
button.bg-nav:hover,
button.bg-nav:focus {
  background-color: rgba(0, 0, 0, 0.870588) !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: #14769d !important; }

.border-secondary {
  border-color: #f8f8f8 !important; }

.border-success {
  border-color: #468313 !important; }

.border-info {
  border-color: #693A77 !important; }

.border-warning {
  border-color: #f7c41b !important; }

.border-danger {
  border-color: #b90000 !important; }

.border-light {
  border-color: #F2F2F2 !important; }

.border-dark {
  border-color: #5B5B5B !important; }

.border-nav {
  border-color: #000000DE !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.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, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  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; }

.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); }

.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; } }

.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: #14769d !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0b4359 !important; }

.text-secondary {
  color: #f8f8f8 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #d2d2d2 !important; }

.text-success {
  color: #468313 !important; }

a.text-success:hover, a.text-success:focus {
  color: #224009 !important; }

.text-info {
  color: #693A77 !important; }

a.text-info:hover, a.text-info:focus {
  color: #3c2144 !important; }

.text-warning {
  color: #f7c41b !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #bf9407 !important; }

.text-danger {
  color: #b90000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #6d0000 !important; }

.text-light {
  color: #F2F2F2 !important; }

a.text-light:hover, a.text-light:focus {
  color: #cccccc !important; }

.text-dark {
  color: #5B5B5B !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #353535 !important; }

.text-nav {
  color: #000000DE !important; }

a.text-nav:hover, a.text-nav:focus {
  color: rgba(0, 0, 0, 0.870588) !important; }

.text-body {
  color: #333333 !important; }

.text-muted {
  color: #757575 !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;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * Datetimepicker for Bootstrap 4
 * ! version : 5.1
 * https://github.com/tempusdominus/bootstrap-4/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 14rem; }
    @media (min-width: 576px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #6c6c6c;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #14769d;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #6c6c6c;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #14769d;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
      left: auto;
      right: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.wider {
      width: 16rem; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 0.25rem; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #F2F2F2;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #e7f6fc; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #F2F2F2; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #e7f6fc;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #F2F2F2; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #e7f6fc;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #e7f6fc;
        color: #14769d;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #F2F2F2;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 0.25rem; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #e7f6fc; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #e7f6fc;
          color: #14769d;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #F2F2F2; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #F2F2F2;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group [data-toggle="datetimepicker"] {
  cursor: pointer; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

/*
 * Rules defined in Bootstrap 4's SCSS
 */
oaux-elevation {
  display: inherit; }

/*
https://gist.github.com/serglo/f9f0be9a66fd6755a0bda85f9c64e85f
*/
/* Shadow 0dp */
.shadow-0dp, .shadow-0dph:hover, .shadow-0dps.selected, .shadow-0dps.checked {
  box-shadow: none; }

/* Shadow 1dp */
.shadow-1dp, .shadow-1dph:hover, .shadow-1dps.selected, .shadow-1dps.checked {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); }

/* Shadow 2dp */
.shadow-2dp, .shadow-2dph:hover, .shadow-2dps.selected, .shadow-2dps.checked {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

/* Shadow 3dp */
.shadow-3dp, .shadow-3dph:hover, .shadow-3dps.selected, .shadow-3dps.checked {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2); }

/* Shadow 4dp */
.shadow-4dp, .shadow-4dph:hover, .shadow-4dps.selected, .shadow-4dps.checked {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

/* Shadow 6dp */
.shadow-6dp, .shadow-6dph:hover, .shadow-6dps.selected, .shadow-6dps.checked {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

/* Shadow 8dp */
.shadow-8dp, .shadow-8dph:hover, .shadow-8dps.selected, .shadow-8dps.checked {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

/* Shadow 9dp */
.shadow-9dp, .shadow-9dph:hover, .shadow-9dps.selected, .shadow-9dps.checked {
  box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2); }

/* Shadow 12dp */
.shadow-12dp, .shadow-12dph:hover, .shadow-12dps.selected, .shadow-12dps.checked {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2); }

/* Shadow 16dp */
.shadow-16dp, .shadow-16dph:hover, .shadow-16dps.selected, .shadow-16dps.checked {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

/* Shadow 24dp */
.shadow-24dp, .shadow-24dph:hover, .shadow-24dps.selected, .shadow-24dps.checked {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

.oaux-block-this {
  position: relative; }

.oaux-block-this.block > .blocker-layer {
  display: block;
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%; }

oaux-blocker {
  display: none;
  position: absolute;
  padding: 0px;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1; }

.oaux-block-this.block oaux-blocker {
  display: block;
  z-index: 10001;
  text-align: center;
  align-items: center; }

.oaux-blocker-icon {
  display: block;
  font-size: 3em; }

.oaux-blocker-message {
  display: block;
  text-transform: uppercase; }

.blocker-layer-secondary {
  background-color: #f8f8f8 !important; }

.blocker-layer-secondary-75 {
  background-color: rgba(248, 248, 248, 0.75) !important; }

.blocker-layer-secondary-50 {
  background-color: rgba(248, 248, 248, 0.5) !important; }

.blocker-layer-secondary-25 {
  background-color: rgba(248, 248, 248, 0.25) !important; }

.blocker-layer-light {
  background-color: #f2f2f2 !important; }

.blocker-layer-light-75 {
  background-color: rgba(242, 242, 242, 0.75) !important; }

.blocker-layer-light-50 {
  background-color: rgba(242, 242, 242, 0.5) !important; }

.blocker-layer-light-25 {
  background-color: rgba(242, 242, 242, 0.25) !important; }

.blocker-layer-dark {
  background-color: #5b5b5b !important; }

.blocker-layer-dark-75 {
  background-color: rgba(91, 91, 91, 0.75) !important; }

.blocker-layer-dark-50 {
  background-color: rgba(91, 91, 91, 0.5) !important; }

.blocker-layer-dark-25 {
  background-color: rgba(91, 91, 91, 0.25) !important; }

.blocker-layer-nav {
  background-color: black !important; }

.blocker-layer-nav-75 {
  background-color: rgba(0, 0, 0, 0.75) !important; }

.blocker-layer-nav-50 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.blocker-layer-nav-25 {
  background-color: rgba(0, 0, 0, 0.25) !important; }

.blocker-layer-white {
  background-color: white; }

.blocker-layer-white-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.blocker-layer-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.blocker-layer-white-25 {
  background-color: rgba(255, 255, 255, 0.25); }

.blocker-layer-black {
  background-color: black; }

.blocker-layer-black-75 {
  background-color: rgba(0, 0, 0, 0.75); }

.blocker-layer-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.blocker-layer-black-50 {
  background-color: rgba(0, 0, 0, 0.25); }

.icon-layers.icon-layers--circle .layer-background {
  opacity: 0; }

:hover .icon-layers.icon-layers--circle:hover .layer-background,
.icon-layers.icon-layers--circle:hover .layer-background {
  opacity: 0.25; }

:focus .icon-layers.icon-layers--circle:focus .layer-background,
.icon-layers.icon-layers--circle:focus .layer-background {
  opacity: 0.15; }

:active .icon-layers.icon-layers--circle:active .layer-background,
.icon-layers.icon-layers--circle:active .layer-background {
  opacity: 0.5; }

label.btn.active .icon-toggle--off,
label.btn:not(.active) .icon-toggle--on {
  display: none !important; }

.is-app .is-web h1, .is-app .is-web .h1, .is-web h1, .is-web .h1 {
  position: relative;
  margin-bottom: 3rem !important;
  /*
      &.h-underline-remove {
        @include typographies_h_underline_remove();
      }
      */ }
  .is-app .is-web h1:after, .is-app .is-web .h1:after, .is-web h1:after, .is-web .h1:after {
    content: '';
    width: 110px;
    height: 7px;
    position: absolute;
    bottom: -1.25rem;
    left: 0; }
  .is-app .is-web h1:after, .is-app .is-web .h1:after, .is-web h1:after, .is-web .h1:after {
    background: #14769d; }

.h-underline {
  position: relative;
  margin-bottom: 1.25rem !important;
  font-weight: inherit !important; }
  .h-underline:after {
    content: '';
    width: 35px;
    height: 5px;
    position: absolute;
    bottom: -0.5rem;
    left: 0; }

.h-underline-remove {
  margin-bottom: 0.5rem !important; }
  .h-underline-remove:after {
    content: none !important; }

h1.h-underline, .h1.h-underline {
  position: relative;
  margin-bottom: 2rem !important;
  /*
      &.h-underline-remove {
        @include typographies_h_underline_remove();
      }
      */ }
  h1.h-underline:after, .h1.h-underline:after {
    content: '';
    width: 110px;
    height: 7px;
    position: absolute;
    bottom: -1rem;
    left: 0; }

.h-underline-primary:after {
  background: #14769d; }

.h-underline-secondary:after {
  background: #f8f8f8; }

.h-underline-success:after {
  background: #468313; }

.h-underline-info:after {
  background: #693A77; }

.h-underline-warning:after {
  background: #f7c41b; }

.h-underline-danger:after {
  background: #b90000; }

.h-underline-light:after {
  background: #F2F2F2; }

.h-underline-dark:after {
  background: #5B5B5B; }

.h-underline-nav:after {
  background: #000000DE; }

.oux-section.is-web > .h, .oux-section.is-web > h1, .oux-section.is-web > h2, .oux-section.is-web > h3, .oux-section.is-web > h4, .oux-section.is-web > h5, .oux-section.is-web > h6 {
  color: currentColor;
  background-color: transparent !important; }

.oux-section.is-web .h-underline:after {
  left: 1rem; }

.oux-header.is-web > .h, .oux-header.is-web > h1, .oux-header.is-web > h2, .oux-header.is-web > h3, .oux-header.is-web > h4, .oux-header.is-web > h5, .oux-header.is-web > h6 {
  background-color: transparent !important;
  color: currentColor; }

.oux-header.is-web .h-underline:after {
  left: 1rem; }

/**** BODY ****/
.body-container {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }
  .body-container .body {
    margin: 0 auto;
    width: 100%; }

body.header-is-fixed--top .body-container {
  /* margin-top: 3rem; */ }

body.header-is-fixed--top.header-is-padded--vertical .body-container {
  /* margin-top: 5rem; */ }

.header-container {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0; }
  .header-container .header {
    margin: 0 auto;
    width: 100%; }

.header-container.padded--vertical {
  /*
      margin-bottom: 2rem;
      */ }

.header-container.fixed--top {
  position: sticky;
  z-index: 1030;
  top: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem; }
  .header-container.fixed--top.padded--vertical {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.header fa-icon, .header .ng-fa-icon, .header .fa-fw, .header .icon-fa, .header i.fa {
  font-size: 125%; }

.header fa-icon, .header .ng-fa-icon, .header .fa-fw, .header .icon-fa, .header i.fa {
  vertical-align: middle;
  display: inline-flex; }

.header > h1:first-child, .header > h2:first-child, .header > h3:first-child, .header > h4:first-child, .header > h5:first-child, .header > h6:first-child, .header > legend {
  display: inline-block;
  width: 100%; }
  .header > h1:first-child fa-icon, .header > h1:first-child .ng-fa-icon, .header > h1:first-child .fa-fw, .header > h1:first-child .icon-fa, .header > h2:first-child fa-icon, .header > h2:first-child .ng-fa-icon, .header > h2:first-child .fa-fw, .header > h2:first-child .icon-fa, .header > h3:first-child fa-icon, .header > h3:first-child .ng-fa-icon, .header > h3:first-child .fa-fw, .header > h3:first-child .icon-fa, .header > h4:first-child fa-icon, .header > h4:first-child .ng-fa-icon, .header > h4:first-child .fa-fw, .header > h4:first-child .icon-fa, .header > h5:first-child fa-icon, .header > h5:first-child .ng-fa-icon, .header > h5:first-child .fa-fw, .header > h5:first-child .icon-fa, .header > h6:first-child fa-icon, .header > h6:first-child .ng-fa-icon, .header > h6:first-child .fa-fw, .header > h6:first-child .icon-fa, .header > legend fa-icon, .header > legend .ng-fa-icon, .header > legend .fa-fw, .header > legend .icon-fa {
    display: block;
    float: left; }

.header > * {
  padding-left: 1rem; }

.header > .h, .header > h1, .header > h2, .header > h3, .header > h4, .header > h5, .header > h6 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  /*
  a, button:not(.btn) {
    font-weight: 600;
    &:hover,&:visited,&:focus,&:active {
      font-weight: 600;
    }
  }
  */
  display: inline-flex !important;
  align-items: center;
  width: 100%; }
  .header > .h fa-icon, .header > .h .fa, .header > h1 fa-icon, .header > h1 .fa, .header > h2 fa-icon, .header > h2 .fa, .header > h3 fa-icon, .header > h3 .fa, .header > h4 fa-icon, .header > h4 .fa, .header > h5 fa-icon, .header > h5 .fa, .header > h6 fa-icon, .header > h6 .fa {
    /* , svg */
    margin-right: 0.5rem; }
  .header > .h .context-link, .header > h1 .context-link, .header > h2 .context-link, .header > h3 .context-link, .header > h4 .context-link, .header > h5 .context-link, .header > h6 .context-link {
    font-weight: 600; }
    .header > .h .context-link:hover, .header > .h .context-link:visited, .header > .h .context-link:focus, .header > .h .context-link:active, .header > h1 .context-link:hover, .header > h1 .context-link:visited, .header > h1 .context-link:focus, .header > h1 .context-link:active, .header > h2 .context-link:hover, .header > h2 .context-link:visited, .header > h2 .context-link:focus, .header > h2 .context-link:active, .header > h3 .context-link:hover, .header > h3 .context-link:visited, .header > h3 .context-link:focus, .header > h3 .context-link:active, .header > h4 .context-link:hover, .header > h4 .context-link:visited, .header > h4 .context-link:focus, .header > h4 .context-link:active, .header > h5 .context-link:hover, .header > h5 .context-link:visited, .header > h5 .context-link:focus, .header > h5 .context-link:active, .header > h6 .context-link:hover, .header > h6 .context-link:visited, .header > h6 .context-link:focus, .header > h6 .context-link:active {
      font-weight: 600; }
  .header > .h > *, .header > h1 > *, .header > h2 > *, .header > h3 > *, .header > h4 > *, .header > h5 > *, .header > h6 > * {
    display: contents; }

.section fa-icon, .section .ng-fa-icon, .section .fa-fw, .section .icon-fa, .section i.fa {
  font-size: 125%; }

.section fa-icon, .section .ng-fa-icon, .section .fa-fw, .section .icon-fa, .section i.fa {
  vertical-align: middle;
  display: inline-flex; }

.section > h1:first-child, .section > h2:first-child, .section > h3:first-child, .section > h4:first-child, .section > h5:first-child, .section > h6:first-child, .section > legend {
  display: inline-block;
  width: 100%; }
  .section > h1:first-child fa-icon, .section > h1:first-child .ng-fa-icon, .section > h1:first-child .fa-fw, .section > h1:first-child .icon-fa, .section > h2:first-child fa-icon, .section > h2:first-child .ng-fa-icon, .section > h2:first-child .fa-fw, .section > h2:first-child .icon-fa, .section > h3:first-child fa-icon, .section > h3:first-child .ng-fa-icon, .section > h3:first-child .fa-fw, .section > h3:first-child .icon-fa, .section > h4:first-child fa-icon, .section > h4:first-child .ng-fa-icon, .section > h4:first-child .fa-fw, .section > h4:first-child .icon-fa, .section > h5:first-child fa-icon, .section > h5:first-child .ng-fa-icon, .section > h5:first-child .fa-fw, .section > h5:first-child .icon-fa, .section > h6:first-child fa-icon, .section > h6:first-child .ng-fa-icon, .section > h6:first-child .fa-fw, .section > h6:first-child .icon-fa, .section > legend fa-icon, .section > legend .ng-fa-icon, .section > legend .fa-fw, .section > legend .icon-fa {
    display: block;
    float: left; }

.section > *:not(.no-section-pad) {
  padding-left: 1rem; }

.section > .h, .section > h1, .section > h2, .section > h3, .section > h4, .section > h5, .section > h6 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  /*
  a, button:not(.btn) {
    font-weight: 600;
    &:hover,&:visited,&:focus,&:active {
      font-weight: 600;
    }
  }
  */
  display: inline-flex !important;
  align-items: center;
  min-height: 2.5rem;
  width: 100%; }
  .section > .h fa-icon, .section > .h .fa, .section > h1 fa-icon, .section > h1 .fa, .section > h2 fa-icon, .section > h2 .fa, .section > h3 fa-icon, .section > h3 .fa, .section > h4 fa-icon, .section > h4 .fa, .section > h5 fa-icon, .section > h5 .fa, .section > h6 fa-icon, .section > h6 .fa {
    /* , svg */
    margin-right: 0.5rem; }
  .section > .h .context-link, .section > h1 .context-link, .section > h2 .context-link, .section > h3 .context-link, .section > h4 .context-link, .section > h5 .context-link, .section > h6 .context-link {
    font-weight: 600; }
    .section > .h .context-link:hover, .section > .h .context-link:visited, .section > .h .context-link:focus, .section > .h .context-link:active, .section > h1 .context-link:hover, .section > h1 .context-link:visited, .section > h1 .context-link:focus, .section > h1 .context-link:active, .section > h2 .context-link:hover, .section > h2 .context-link:visited, .section > h2 .context-link:focus, .section > h2 .context-link:active, .section > h3 .context-link:hover, .section > h3 .context-link:visited, .section > h3 .context-link:focus, .section > h3 .context-link:active, .section > h4 .context-link:hover, .section > h4 .context-link:visited, .section > h4 .context-link:focus, .section > h4 .context-link:active, .section > h5 .context-link:hover, .section > h5 .context-link:visited, .section > h5 .context-link:focus, .section > h5 .context-link:active, .section > h6 .context-link:hover, .section > h6 .context-link:visited, .section > h6 .context-link:focus, .section > h6 .context-link:active {
      font-weight: 600; }
  .section > .h > *, .section > h1 > *, .section > h2 > *, .section > h3 > *, .section > h4 > *, .section > h5 > *, .section > h6 > * {
    display: contents; }

.section > .h:only-child, .section > h1:only-child, .section > h2:only-child, .section > h3:only-child, .section > h4:only-child, .section > h5:only-child, .section > h6:only-child {
  margin-bottom: 0; }

.oux-row.oux-bar > .section > .h:only-child, .oux-row.oux-bar > .section > h1:only-child, .oux-row.oux-bar > .section > h2:only-child, .oux-row.oux-bar > .section > h3:only-child, .oux-row.oux-bar > .section > h4:only-child, .oux-row.oux-bar > .section > h5:only-child, .oux-row.oux-bar > .section > h6:only-child {
  margin-bottom: 1rem; }

/**** FOOTER ****/
.footer-container {
  display: block;
  width: 100%; }
  .footer-container .footer {
    margin: 0 auto;
    width: 100%; }

.footer {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  /*
  a, button:not(.btn) {
    font-weight: 600;
    &:hover,&:visited,&:focus,&:active {
      font-weight: 600;
    }
  }
  */
  /*
      padding: 0.5rem 1rem 1rem 1rem;
      */
  padding-right: 0;
  padding-left: 0; }
  .footer fa-icon, .footer .ng-fa-icon, .footer .fa-fw, .footer .icon-fa, .footer i.fa {
    font-size: 125%; }
  .footer fa-icon, .footer .ng-fa-icon, .footer .fa-fw, .footer .icon-fa, .footer i.fa {
    vertical-align: middle;
    display: inline-flex; }
  .footer > h1:first-child, .footer > h2:first-child, .footer > h3:first-child, .footer > h4:first-child, .footer > h5:first-child, .footer > h6:first-child, .footer > legend {
    display: inline-block;
    width: 100%; }
    .footer > h1:first-child fa-icon, .footer > h1:first-child .ng-fa-icon, .footer > h1:first-child .fa-fw, .footer > h1:first-child .icon-fa, .footer > h2:first-child fa-icon, .footer > h2:first-child .ng-fa-icon, .footer > h2:first-child .fa-fw, .footer > h2:first-child .icon-fa, .footer > h3:first-child fa-icon, .footer > h3:first-child .ng-fa-icon, .footer > h3:first-child .fa-fw, .footer > h3:first-child .icon-fa, .footer > h4:first-child fa-icon, .footer > h4:first-child .ng-fa-icon, .footer > h4:first-child .fa-fw, .footer > h4:first-child .icon-fa, .footer > h5:first-child fa-icon, .footer > h5:first-child .ng-fa-icon, .footer > h5:first-child .fa-fw, .footer > h5:first-child .icon-fa, .footer > h6:first-child fa-icon, .footer > h6:first-child .ng-fa-icon, .footer > h6:first-child .fa-fw, .footer > h6:first-child .icon-fa, .footer > legend fa-icon, .footer > legend .ng-fa-icon, .footer > legend .fa-fw, .footer > legend .icon-fa {
      display: block;
      float: left; }
  .footer fa-icon, .footer .fa {
    /* , svg */
    margin-right: 0.5rem; }
  .footer .context-link {
    font-weight: 600; }
    .footer .context-link:hover, .footer .context-link:visited, .footer .context-link:focus, .footer .context-link:active {
      font-weight: 600; }

/**** MODAL ****/
.modal.child-bg .modal-header, .modal.child-bg .modal-content, .modal.child-bg .modal-footer {
  background: transparent; }

.modal .modal-body.has-icon {
  display: flex;
  flex-direction: row; }

.modal .modal-body > fa-icon, .modal .modal-body > .ng-fa-icon, .modal .modal-body > .fa-fw, .modal .modal-body > .icon-fa {
  font-size: 250%;
  margin-left: 0.25rem;
  margin-right: 1.5rem;
  display: inline-flex !important; }

.modal .modal-body > .modal-body-content {
  display: flow-root !important; }
  .modal .modal-body > .modal-body-content:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

.modal.notification .modal-header, .modal.dialog .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important; }

.modal.notification .modal-footer, .modal.dialog .modal-footer {
  border-top: none !important;
  padding-top: 0 !important; }

.modal .modal-footer button, .modal .modal-footer .btn {
  text-transform: capitalize !important;
  font-size: 110%; }

.modal.dialog .modal-footer {
  justify-content: flex-start; }

.modal .modal-footer .oaux-purpose-prev, .modal .modal-footer .oaux-purpose-next {
  font-size: 60% !important; }

.modal.dialog.card.card-scrollable .oaux-card-header {
  box-shadow: -1px 3rem 0px -17px rgba(255, 255, 255, 0.85);
  z-index: 10000; }

.modal.dialog.card.card-scrollable .oaux-card-footer {
  box-shadow: -7px -1.55rem 0px -10px rgba(255, 255, 255, 0.85);
  z-index: 10000; }

.modal.dialog.card.card-scrollable .oaux-card-body {
  max-height: calc(100vh - 13.5rem);
  overflow-y: auto; }

.modal.sidebar {
  position: fixed !important;
  top: 0 !important; }
  .modal.sidebar .sidebar-item-container, .modal.sidebar .sidebar-item {
    /*
          outline: none !important;
          outline-color: transparent;
          outline-style: none;
          */
    display: inline-flex;
    width: 100%; }
  .modal.sidebar .sidebar-item {
    align-items: center;
    margin-bottom: 0.25rem;
    position: relative; }
    .modal.sidebar .sidebar-item.collapsible:after {
      font-family: 'one-dt-core-light' !important;
      position: absolute;
      display: block;
      right: 0.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .modal.sidebar .sidebar-item.collapsible.collapsed:after {
      content: "\f054"; }
    .modal.sidebar .sidebar-item.collapsible.show::after {
      content: "\f077"; }
  .modal.sidebar .modal-content > .modal-body > button, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button,
  .modal.sidebar .card-header > button, .modal.sidebar .card-header > .sidebar-item-container > button,
  .modal.sidebar .accordion .card-body > button, .modal.sidebar .accordion .card-body > .sidebar-item-container > button {
    padding: 0.375rem 0 !important;
    width: 100%;
    font-weight: 100 !important;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 1.75px;
    text-align: left !important;
    text-transform: inherit !important;
    box-shadow: none !important;
    /* @include OauxIconFlex(135%); */ }
    .modal.sidebar .modal-content > .modal-body > button:active, .modal.sidebar .modal-content > .modal-body > button:focus, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button:active, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button:focus,
    .modal.sidebar .card-header > button:active,
    .modal.sidebar .card-header > button:focus, .modal.sidebar .card-header > .sidebar-item-container > button:active, .modal.sidebar .card-header > .sidebar-item-container > button:focus,
    .modal.sidebar .accordion .card-body > button:active,
    .modal.sidebar .accordion .card-body > button:focus, .modal.sidebar .accordion .card-body > .sidebar-item-container > button:active, .modal.sidebar .accordion .card-body > .sidebar-item-container > button:focus {
      box-shadow: none !important; }
    .modal.sidebar .modal-content > .modal-body > button fa-icon, .modal.sidebar .modal-content > .modal-body > button .ng-fa-icon, .modal.sidebar .modal-content > .modal-body > button .fa-fw, .modal.sidebar .modal-content > .modal-body > button .icon-fa, .modal.sidebar .modal-content > .modal-body > button i.fa, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button fa-icon, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .ng-fa-icon, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .fa-fw, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .icon-fa, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button i.fa,
    .modal.sidebar .card-header > button fa-icon,
    .modal.sidebar .card-header > button .ng-fa-icon,
    .modal.sidebar .card-header > button .fa-fw,
    .modal.sidebar .card-header > button .icon-fa,
    .modal.sidebar .card-header > button i.fa, .modal.sidebar .card-header > .sidebar-item-container > button fa-icon, .modal.sidebar .card-header > .sidebar-item-container > button .ng-fa-icon, .modal.sidebar .card-header > .sidebar-item-container > button .fa-fw, .modal.sidebar .card-header > .sidebar-item-container > button .icon-fa, .modal.sidebar .card-header > .sidebar-item-container > button i.fa,
    .modal.sidebar .accordion .card-body > button fa-icon,
    .modal.sidebar .accordion .card-body > button .ng-fa-icon,
    .modal.sidebar .accordion .card-body > button .fa-fw,
    .modal.sidebar .accordion .card-body > button .icon-fa,
    .modal.sidebar .accordion .card-body > button i.fa, .modal.sidebar .accordion .card-body > .sidebar-item-container > button fa-icon, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .ng-fa-icon, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .fa-fw, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .icon-fa, .modal.sidebar .accordion .card-body > .sidebar-item-container > button i.fa {
      font-size: 135%; }
    .modal.sidebar .modal-content > .modal-body > button fa-icon, .modal.sidebar .modal-content > .modal-body > button .ng-fa-icon, .modal.sidebar .modal-content > .modal-body > button .fa-fw, .modal.sidebar .modal-content > .modal-body > button .icon-fa, .modal.sidebar .modal-content > .modal-body > button i.fa, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button fa-icon, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .ng-fa-icon, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .fa-fw, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .icon-fa, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button i.fa,
    .modal.sidebar .card-header > button fa-icon,
    .modal.sidebar .card-header > button .ng-fa-icon,
    .modal.sidebar .card-header > button .fa-fw,
    .modal.sidebar .card-header > button .icon-fa,
    .modal.sidebar .card-header > button i.fa, .modal.sidebar .card-header > .sidebar-item-container > button fa-icon, .modal.sidebar .card-header > .sidebar-item-container > button .ng-fa-icon, .modal.sidebar .card-header > .sidebar-item-container > button .fa-fw, .modal.sidebar .card-header > .sidebar-item-container > button .icon-fa, .modal.sidebar .card-header > .sidebar-item-container > button i.fa,
    .modal.sidebar .accordion .card-body > button fa-icon,
    .modal.sidebar .accordion .card-body > button .ng-fa-icon,
    .modal.sidebar .accordion .card-body > button .fa-fw,
    .modal.sidebar .accordion .card-body > button .icon-fa,
    .modal.sidebar .accordion .card-body > button i.fa, .modal.sidebar .accordion .card-body > .sidebar-item-container > button fa-icon, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .ng-fa-icon, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .fa-fw, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .icon-fa, .modal.sidebar .accordion .card-body > .sidebar-item-container > button i.fa {
      vertical-align: "unset";
      display: "block"; }
    .modal.sidebar .modal-content > .modal-body > button .ng-fa-icon, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button .ng-fa-icon,
    .modal.sidebar .card-header > button .ng-fa-icon, .modal.sidebar .card-header > .sidebar-item-container > button .ng-fa-icon,
    .modal.sidebar .accordion .card-body > button .ng-fa-icon, .modal.sidebar .accordion .card-body > .sidebar-item-container > button .ng-fa-icon {
      padding-left: 0.5rem; }
    .modal.sidebar .modal-content > .modal-body > button svg, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button svg,
    .modal.sidebar .card-header > button svg, .modal.sidebar .card-header > .sidebar-item-container > button svg,
    .modal.sidebar .accordion .card-body > button svg, .modal.sidebar .accordion .card-body > .sidebar-item-container > button svg {
      color: inherit !important;
      opacity: 0.35; }
    .modal.sidebar .modal-content > .modal-body > button:hover svg, .modal.sidebar .modal-content > .modal-body > button:focus svg, .modal.sidebar .modal-content > .modal-body > button:active svg, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button:hover svg, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button:focus svg, .modal.sidebar .modal-content > .modal-body > .sidebar-item-container > button:active svg,
    .modal.sidebar .card-header > button:hover svg,
    .modal.sidebar .card-header > button:focus svg,
    .modal.sidebar .card-header > button:active svg, .modal.sidebar .card-header > .sidebar-item-container > button:hover svg, .modal.sidebar .card-header > .sidebar-item-container > button:focus svg, .modal.sidebar .card-header > .sidebar-item-container > button:active svg,
    .modal.sidebar .accordion .card-body > button:hover svg,
    .modal.sidebar .accordion .card-body > button:focus svg,
    .modal.sidebar .accordion .card-body > button:active svg, .modal.sidebar .accordion .card-body > .sidebar-item-container > button:hover svg, .modal.sidebar .accordion .card-body > .sidebar-item-container > button:focus svg, .modal.sidebar .accordion .card-body > .sidebar-item-container > button:active svg {
      color: #14769d !important;
      opacity: 1; }
  .modal.sidebar .accordion .card {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important; }
    .modal.sidebar .accordion .card .card-header {
      padding: 0 !important;
      color: inherit !important;
      background-color: inherit !important;
      border-bottom: none !important; }
      .modal.sidebar .accordion .card .card-header button:first-of-type.btn-link {
        color: inherit !important;
        text-decoration: inherit !important;
        font-weight: inherit !important; }
    .modal.sidebar .accordion .card .collapse .card-body {
      margin: 0 !important;
      padding: 0.25rem 0 !important; }
      .modal.sidebar .accordion .card .collapse .card-body > * {
        padding-left: 1.5rem !important; }

.modal.modal--left, .modal.modal--right {
  /*
        .modal-body {
          padding: 15px 15px 80px;
        }
        */ }
  .modal.modal--left .modal-dialog, .modal.modal--right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .modal.modal--left .modal-content, .modal.modal--right .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: inherit !important;
    padding: 0 !important; }
    .modal.modal--left .modal-content .modal-body, .modal.modal--right .modal-content .modal-body {
      overflow-y: auto;
      padding: 0 0.5rem; }

.modal.modal--left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.modal--left.fade.show .modal-dialog {
  left: 0; }

.modal.modal--right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.modal--right.fade.in .modal-dialog {
  right: 0; }

.form-group.oux-toolbar > .btn,
.form-group.oux-menu > .btn {
  margin-right: 0.5rem !important; }

.form-group.oux-toolbar > span {
  align-self: center; }

.form-group.oux-toolbar > .btn:last-of-type,
.form-group.oux-menu > .btn:last-of-type {
  margin-right: 0 !important; }

oaux-tabset-container, div.tabset {
  display: block; }

.tabset .nav-pills,
.tabset .nav-tabs,
.tabset .nav-tabset {
  display: flex;
  flex-direction: row; }

.tabset .nav-pills .nav-link,
.tabset .nav-tabs .nav-link,
.tabset .nav-tabset .nav-link,
.btn-pill, .btn-tab {
  border-style: solid !important;
  border-width: 0px 0px 1px 0px !important;
  border-radius: 0px;
  box-shadow: none;
  text-align: center;
  cursor: pointer !important;
  display: block;
  font-weight: 600 !important;
  text-decoration: none !important; }
  .tabset .nav-pills .nav-link:not(:focus), .tabset .nav-pills .nav-link:not(.focus),
  .tabset .nav-tabs .nav-link:not(:focus),
  .tabset .nav-tabs .nav-link:not(.focus),
  .tabset .nav-tabset .nav-link:not(:focus),
  .tabset .nav-tabset .nav-link:not(.focus),
  .btn-pill:not(:focus),
  .btn-pill:not(.focus), .btn-tab:not(:focus), .btn-tab:not(.focus) {
    box-shadow: none !important; }

.btn.btn-pill, .btn.btn-tab {
  font-size: initial !important;
  text-transform: none !important; }

.tabset .nav-pills .nav-link.disabled,
.tabset .nav-tabs .nav-link.disabled,
.tabset .nav-tabset .nav-link.disabled,
.btn.btn-pill.disabled, .btn.btn-tab.disabled {
  cursor: not-allowed !important;
  pointer-events: auto; }

.tabset .nav-pills .nav-link.disabled:after,
.tabset .nav-tabs .nav-link.disabled:after,
.tabset .nav-tabset .nav-link.disabled:after {
  pointer-events: none; }

.tabset .nav-pills .nav-link.active,
.tabset .nav-pills .show > .nav-link,
.tabset .nav-pills .nav-link:hover,
.tabset .nav-pills .show > .nav-link:hover,
.tabset .nav-pills .nav-link:focus,
.tabset .nav-pills .show > .nav-link:focus,
.tabset .nav-tabs .nav-link.active,
.tabset .nav-tabs .nav-link:hover,
.tabset .nav-tabs .nav-link:focus,
.tabset .nav-tabset .nav-link.active,
.tabset .nav-tabset .nav-link:hover,
.tabset .nav-tabset .nav-link:focus,
.btn.btn-pill.active,
.btn.btn-pill:hover,
.btn.btn-pill:focus,
.btn.btn-tab.active,
.btn.btn-tab:hover,
.btn.btn-tab:focus,
.btn.btn-tab.focus {
  background: transparent; }

.tabset .nav-pills .nav-link,
.tabset .nav-tabset .nav-link,
.tabset .nav-tabs .nav-link {
  text-align: center; }

.tabset .nav-pills .nav-link,
.btn.btn-tab {
  border-color: #757575 !important;
  /* rgba(0, 0, 0, 0.2);*/ }

.tabset-primary .nav-tabs .nav-link.active:not(.disabled),
.tabset-primary .nav-tabs .nav-link:hover:not(.disabled),
.tabset-primary .nav-tabs .nav-link:focus:not(.disabled),
.tabset-primary .nav-tabset .nav-link.active:not(.disabled),
.tabset-primary .nav-tabset .nav-link:hover:not(.disabled),
.tabset-primary .nav-tabset .nav-link:focus:not(.disabled) {
  color: #14769d;
  border-color: #14769d;
  border-width: 0px 0px 0px 0px !important; }

.tabset-primary .nav-pills .nav-link.active,
.tabset-primary .nav-pills .show > .nav-link:not(.disabled),
.tabset-primary .nav-pills .nav-link:hover:not(.disabled),
.tabset-primary .nav-pills .show > .nav-link:hover:not(.disabled),
.tabset-primary .nav-pills .nav-link:focus:not(.disabled),
.tabset-primary .nav-pills .show > .nav-link:focus:not(.disabled),
.btn.btn-pill.btn-pill-primary.active,
.btn.btn-pill.btn-pill-primary:hover:not(.disabled),
.btn.btn-pill.btn-pill-primary:focus:not(.disabled) {
  color: #14769d;
  border-color: #14769d;
  border-width: 0px 0px 2px 0px !important; }

.tabset-primary .nav-tabset .nav-link.active,
.tabset-primary .nav-tabset .show > .nav-link,
.tabset-primary .nav-tabset .nav-link:hover:not(.disabled),
.tabset-primary .nav-tabset .show > .nav-link:hover:not(.disabled),
.tabset-primary .nav-tabset .nav-link:focus:not(.disabled),
.tabset-primary .nav-tabset .show > .nav-link:focus:not(.disabled),
.btn-tab-primary.active,
.btn-tab-primary:hover:not(.disabled),
.btn-tab-primary:focus:not(.disabled),
.btn-tab-primary.focus:not(.disabled) {
  text-align: center;
  color: #14769d;
  /* !important; */
  /* border-color: lighten($value, 50%); */
  border-color: transparent !important;
  background-color: #bae5f6; }

.tabset-primary ul.nav.nav-pills,
.tabset-primary ul.nav.nav-tabs,
.tabset-primary ul.nav.nav-tabset {
  color: #333333 !important;
  border-color: #757575 !important;
  /* rgba(0, 0, 0, 0.2);*/ }

.tabset .nav-tabs .nav-link,
.tabset .nav-tabset .nav-link,
.btn.btn-tab {
  border-width: 0px 0px 0px 0px !important; }

.tabset .nav-pills .nav-link:not(.active),
.tabset .nav-tabs .nav-link:not(.active),
.tabset .nav-tabset .nav-link:not(.active),
.btn.btn-pill:not(.active),
.btn.btn-tab:not(.active) {
  color: #757575;
  opacity: 0.5;
  border-color: transparent !important; }

.is-invalid > .btn-tab, .is-invalid.btn-tab {
  border-color: #b90000 !important;
  color: #b90000 !important;
  /* background-color: $input-invalid-background-color !important; */ }
  .is-invalid > .btn-tab:before, .is-invalid > .btn-tab:after, .is-invalid.btn-tab:before, .is-invalid.btn-tab:after {
    color: currentColor !important; }
  .is-invalid > .btn-tab:focus, .is-invalid > .btn-tab.focus, .is-invalid > .btn-tab:hover, .is-invalid.btn-tab:focus, .is-invalid.btn-tab.focus, .is-invalid.btn-tab:hover {
    border-color: #830000 !important;
    color: #830000 !important;
    background-color: #ffc6c6 !important; }

.is-invalid > .btn-pill, .is-invalid.btn-pill {
  border-color: #b90000 !important;
  color: #b90000 !important;
  /* background-color: $input-invalid-background-color !important; */ }
  .is-invalid > .btn-pill:before, .is-invalid > .btn-pill:after, .is-invalid.btn-pill:before, .is-invalid.btn-pill:after {
    color: currentColor !important; }
  .is-invalid > .btn-pill:focus, .is-invalid > .btn-pill.focus, .is-invalid > .btn-pill:hover, .is-invalid.btn-pill:focus, .is-invalid.btn-pill.focus, .is-invalid.btn-pill:hover {
    border-color: #830000 !important;
    color: #830000 !important;
    background-color: #ffc6c6 !important; }

.tabset.faint ul.nav.nav-pills,
.tabset.faint ul.nav.nav-tabs,
.tabset.faint ul.nav.nav-tabset {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.tabset.tab-tt-lowercase ul.nav > li.nav-item {
  text-transform: lowercase !important; }

.tabset.tab-tt-uppercase ul.nav > li.nav-item {
  text-transform: uppercase !important; }

.tabset.tab-tt-capitalize ul.nav > li.nav-item {
  text-transform: capitalize !important; }

.nav-item-icon {
  display: block;
  font-size: 1.5em; }

.nav-item-title {
  display: block; }

.tabset.tab-no-icon:not(.tab-no-title) ul.nav > li.nav-item .nav-item-icon {
  display: none; }

.tabset.tab-no-title:not(.tab-no-icon) ul.nav > li.nav-item .nav-item-title {
  display: none; }

.tabset.nav-item-icon-title .nav-item-icon {
  font-size: 200%; }

.tabset.nav-item-icon-title .nav-item-title {
  font-size: 85%; }

ul.nav.nav-tabs:empty {
  display: none !important; }

ul.nav.nav-pills,
ul.nav.nav-tabs,
ul.nav.nav-tabset {
  justify-content: center !important; }

.nav-item {
  flex-grow: 1;
  font-weight: 100 !important; }

.tab-icon {
  font-size: 25px; }

/*
.tabset .tab-content {
  padding-top: 0;
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.tabset .card-content {
  padding-top: 0;
  max-height: 45vh;
  overflow: scroll;
}
*/
.dropdown-menu.oaux-card-in {
  padding: 0 !important; }

.oaux-card-in.oaux-card-in--dropdown.dropdown-menu.show {
  background-color: rgba(0, 0, 0, 0) !important; }

/*
-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    header
*/
.oaux-card.card {
  min-width: 350px;
  border: none !important; }
  .oaux-card.card .oaux-card-header,
  .oaux-card.card .card-header-top {
    display: block;
    position: relative; }
  .oaux-card.card .card-header {
    height: 88px;
    padding: 5px;
    color: inherit !important;
    background-color: inherit !important;
    border-bottom: inherit !important; }
    .oaux-card.card .card-header.card-title-empty {
      height: 60px !important; }
      .oaux-card.card .card-header.card-title-empty .card-header-top {
        height: 10px !important; }
    .oaux-card.card .card-header .card-toolbar {
      color: currentColor; }
      .oaux-card.card .card-header .card-toolbar .btn-group {
        color: currentColor; }
        .oaux-card.card .card-header .card-toolbar .btn-group .btn {
          opacity: 0.45;
          color: currentColor;
          font-size: 75%; }
          .oaux-card.card .card-header .card-toolbar .btn-group .btn:hover, .oaux-card.card .card-header .card-toolbar .btn-group .btn:focus, .oaux-card.card .card-header .card-toolbar .btn-group .btn:active, .oaux-card.card .card-header .card-toolbar .btn-group .btn .active {
            opacity: 0.75; }
          .oaux-card.card .card-header .card-toolbar .btn-group .btn.disabled, .oaux-card.card .card-header .card-toolbar .btn-group .btn:disabled {
            opacity: 0.25; }
  .oaux-card.card .card-header-top {
    height: 20px; }
    .oaux-card.card .card-header-top > * {
      display: block;
      position: absolute !important;
      /* line-height:20px !important; */
      font-weight: 100 !important;
      padding: 0;
      margin: 0; }
    .oaux-card.card .card-header-top .card-title {
      text-transform: uppercase;
      font-size: 12px !important;
      top: 0.25rem;
      left: 1rem;
      letter-spacing: 1.56px !important; }
    .oaux-card.card .card-header-top .card-toolbar {
      top: -5px;
      right: 0;
      font-weight: 100;
      font-size: 150%; }
      .oaux-card.card .card-header-top .card-toolbar .btn {
        padding: 0 0.25rem !important; }
        .oaux-card.card .card-header-top .card-toolbar .btn > .ng-fa-icon,
        .oaux-card.card .card-header-top .card-toolbar .btn > fa-icon,
        .oaux-card.card .card-header-top .card-toolbar .btn > oaux-icon-fa-toggle > fa-icon {
          margin-right: 0px !important; }
    .oaux-card.card .card-header-top .card-tagline {
      top: -5px;
      right: 5px;
      font-weight: 100 !important;
      font-size: 12px !important; }
    .oaux-card.card .card-header-top .btn-group .svg-inline--fa {
      height: auto; }
  .oaux-card.card .flair.flair--circle {
    background-color: #fff;
    height: 4rem;
    border-radius: 50%;
    width: 4rem;
    line-height: 3.25rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    left: 1.25rem;
    bottom: -1.25rem;
    position: absolute;
    z-index: 1;
    border-width: 3px !important;
    border-style: solid !important;
    padding-top: 4px; }
  .oaux-card.card .card-header .flair.flair--circle.flair--none {
    height: auto;
    width: auto;
    line-height: 1;
    border-width: 0 !important;
    border-style: hidden !important;
    border-color: transparent !important;
    padding-top: 0 !important; }
  .oaux-card.card .card-header .flair.flair--circle.flair--none img {
    width: 1.65em; }
  .oaux-card.card .card-header .flair.flair--line {
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 100%;
    display: block;
    left: 0; }
  .oaux-card.card .card-header .flair.flair--circle > * {
    line-height: inherit !important;
    font-size: 38px; }
  .oaux-card.card .card-body {
    border-bottom: none;
    background-color: #fff;
    color: #333333;
    padding: 2rem 0px 0px;
    margin: 0px;
    /*
    padding: .75rem 0rem 0rem;
    */ }
    .oaux-card.card .card-body.card-body--text {
      padding: 2rem 1.25rem 1.25rem !important; }
    .oaux-card.card .card-body.card-body--form {
      padding: 2rem 1.25rem 0 !important; }
  .oaux-card.card .card-footer, .oaux-card.card .card-faux-footer {
    border-top: none;
    padding: 0px;
    margin: 0px;
    background-color: #ececec;
    color: #000; }
    .oaux-card.card .card-footer.card-footer--text, .oaux-card.card .card-footer.card-faux-footer--text, .oaux-card.card .card-faux-footer.card-footer--text, .oaux-card.card .card-faux-footer.card-faux-footer--text {
      padding: 0.75rem 1.25rem; }
    .oaux-card.card .card-footer.oux-formbar, .oaux-card.card .card-faux-footer.oux-formbar {
      background-color: #fff;
      color: #333333;
      padding-top: 0.5rem !important;
      padding-right: 1.25rem !important;
      padding-bottom: 1rem !important;
      padding-left: 1.25rem !important;
      margin: 0 !important; }
  .oaux-card.card .card-buttons {
    padding: 1rem;
    width: 100%;
    justify-content: center;
    flex-grow: 1;
    display: flex; }
  .oaux-card.card .card-footer, .oaux-card.card .card-faux-footer, .oaux-card.card .card-buttons {
    /*
    button:not(.toolbar-item):only-child,
    .btn:not(.toolbar-item):only-child
    {
      width:80%;
      font-size:120%;
    }
    */ }
    .oaux-card.card .card-footer button:not(.toolbar-item),
    .oaux-card.card .card-footer .btn:not(.toolbar-item), .oaux-card.card .card-faux-footer button:not(.toolbar-item),
    .oaux-card.card .card-faux-footer .btn:not(.toolbar-item), .oaux-card.card .card-buttons button:not(.toolbar-item),
    .oaux-card.card .card-buttons .btn:not(.toolbar-item) {
      text-transform: uppercase;
      font-size: inherit; }
    .oaux-card.card .card-footer button:not(.toolbar-item),
    .oaux-card.card .card-footer .card-footer .btn:not(.toolbar-item), .oaux-card.card .card-faux-footer button:not(.toolbar-item),
    .oaux-card.card .card-faux-footer .card-footer .btn:not(.toolbar-item), .oaux-card.card .card-buttons button:not(.toolbar-item),
    .oaux-card.card .card-buttons .card-footer .btn:not(.toolbar-item) {
      padding: 0.375rem 0.75rem !important; }
    .oaux-card.card .card-footer button:not(.toolbar-item),
    .oaux-card.card .card-footer .btn:not(.toolbar-item), .oaux-card.card .card-faux-footer button:not(.toolbar-item),
    .oaux-card.card .card-faux-footer .btn:not(.toolbar-item), .oaux-card.card .card-buttons button:not(.toolbar-item),
    .oaux-card.card .card-buttons .btn:not(.toolbar-item) {
      margin-left: 0.35rem;
      margin-right: 0.35rem; }
    .oaux-card.card .card-footer button:not(.toolbar-item):first-child,
    .oaux-card.card .card-footer .btn:not(.toolbar-item):first-child, .oaux-card.card .card-faux-footer button:not(.toolbar-item):first-child,
    .oaux-card.card .card-faux-footer .btn:not(.toolbar-item):first-child, .oaux-card.card .card-buttons button:not(.toolbar-item):first-child,
    .oaux-card.card .card-buttons .btn:not(.toolbar-item):first-child {
      margin-left: 0 !important; }
    .oaux-card.card .card-footer button:not(.toolbar-item):last-child,
    .oaux-card.card .card-footer .btn:not(.toolbar-item):last-child, .oaux-card.card .card-faux-footer button:not(.toolbar-item):last-child,
    .oaux-card.card .card-faux-footer .btn:not(.toolbar-item):last-child, .oaux-card.card .card-buttons button:not(.toolbar-item):last-child,
    .oaux-card.card .card-buttons .btn:not(.toolbar-item):last-child {
      margin-right: 0 !important; }

.oaux-card .card-text-container {
  position: initial;
  padding-left: 6rem !important;
  overflow: hidden;
  display: flex;
  max-width: none;
  white-space: pre-line;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-bottom: 0.5rem !important;
  line-height: 1.2; }

.oaux-card .card-text-container, .oaux-card .card-text-container > * {
  text-align: left;
  padding: 0;
  margin: 0; }

.oaux-card .card-text.card-text--headline {
  /*
  position: absolute;
  left: 0;
  bottom: 0;
  */
  text-overflow: ellipsis;
  font-size: 18px; }

.oaux-card .card-flex {
  align-self: self-start;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: center; }

/* .toolbar-item.dropdown-item */
.oaux-card .card-flex.card-flex--center > * {
  align-items: center;
  text-align: center;
  flex-grow: 0;
  flex-basis: 0; }

.oaux-card .card-content {
  padding-top: 0;
  /* 1.5em; */
  /* height: 45vh; */
  overflow-y: auto;
  overflow-x: hidden; }

.modal.card {
  background-color: transparent; }
  .modal.card .card-toolbar .btn-group {
    font-size: 1rem; }
    .modal.card .card-toolbar .btn-group > * > .btn, .modal.card .card-toolbar .btn-group > .btn {
      font-size: 50% !important; }
  .modal.card .oaux-card > .oaux-card-body {
    width: 100%; }

/**** NAVBAR ****/
.header.navbar > * {
  padding-left: 0 !important;
  background: transparent !important; }

.header.navbar a {
  font-weight: 300; }

.sidebar-title, .navbar-item-title {
  /*font-family: $font-family-serif;*/
  font-family: "Poppins", sans-serif;
  font-size: 26px !important;
  letter-spacing: .54px !important;
  line-height: 1.75rem !important;
  /* 28px; */
  font-weight: 100 !important; }

label.navbar-item-label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 1.25px;
  font-size: 14px;
  line-height: 21px; }

.oaux-navbar.navbar {
  /* padding: 0.5rem 0.75rem !important; */
  padding: 0.5rem 0 !important;
  flex-wrap: wrap; }
  .oaux-navbar.navbar .oux-navbar-button {
    padding: 0 !important; }
  .oaux-navbar.navbar .dropdown-item {
    padding-left: 0.75rem !important;
    font-weight: 100 !important; }
  .oaux-navbar.navbar .navbar-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
    .oaux-navbar.navbar .navbar-item[ng-reflect-router-link] {
      cursor: pointer;
      /*
        outline: none !important;
        */ }
  .oaux-navbar.navbar .navbar-item-title, .oaux-navbar.navbar .navbar-item-label {
    margin: 0 !important;
    display: block; }
    .oaux-navbar.navbar .navbar-item-title a, .oaux-navbar.navbar .navbar-item-label a {
      font-weight: inherit;
      color: inherit; }
      .oaux-navbar.navbar .navbar-item-title a:visited, .oaux-navbar.navbar .navbar-item-title a:hover, .oaux-navbar.navbar .navbar-item-label a:visited, .oaux-navbar.navbar .navbar-item-label a:hover {
        color: currentColor !important; }
  .oaux-navbar.navbar .navbar-item--content {
    vertical-align: initial; }
  .oaux-navbar.navbar .navbar-item--burger .dropdown-toggle:after,
  .oaux-navbar.navbar .navbar-item--sandwich .dropdown-toggle:after {
    display: none !important; }
  .oaux-navbar.navbar .navbar-item--burger .oux-navbar-button fa-icon, .oaux-navbar.navbar .navbar-item--burger .oux-navbar-button .ng-fa-icon, .oaux-navbar.navbar .navbar-item--burger .oux-navbar-button .fa-fw, .oaux-navbar.navbar .navbar-item--burger .oux-navbar-button .icon-fa, .oaux-navbar.navbar .navbar-item--burger .oux-navbar-button i.fa,
  .oaux-navbar.navbar .navbar-item--sandwich .oux-navbar-button fa-icon,
  .oaux-navbar.navbar .navbar-item--sandwich .oux-navbar-button .ng-fa-icon,
  .oaux-navbar.navbar .navbar-item--sandwich .oux-navbar-button .fa-fw,
  .oaux-navbar.navbar .navbar-item--sandwich .oux-navbar-button .icon-fa,
  .oaux-navbar.navbar .navbar-item--sandwich .oux-navbar-button i.fa {
    font-size: 150%; }
  .oaux-navbar.navbar .navbar-item.full-width {
    flex: 1 auto; }
  .oaux-navbar.navbar.has-navitem--title.has-navitem--sandwich > .navbar-item--sandwich.flex-grow-1 {
    flex-grow: 0 !important; }
  .oaux-navbar.navbar.has-navitem--title.has-navitem--sandwich > .navbar-item--title {
    flex-grow: 1 !important; }
  .oaux-navbar.navbar .navbar-item-name--logo + .navbar-item--title {
    margin-left: 2.5rem !important; }
  .oaux-navbar.navbar .navbar-item--title {
    /* flex: 0 0 60% !important; */
    margin-bottom: 0 !important; }

.navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  /*
  a, button:not(.btn) {
    font-weight: 600;
    &:hover,&:visited,&:focus,&:active {
      font-weight: 600;
    }
  }
  */ }
  .navbar fa-icon, .navbar .fa {
    /* , svg */
    margin-right: 0.5rem; }
  .navbar .context-link {
    font-weight: 600; }
    .navbar .context-link:hover, .navbar .context-link:visited, .navbar .context-link:focus, .navbar .context-link:active {
      font-weight: 600; }

.sidebar {
  /*
  a, button:not(.btn) {
    font-weight: 600;
    &:hover,&:visited,&:focus,&:active {
      font-weight: 600;
    }
  }
  */ }
  .sidebar fa-icon, .sidebar .fa {
    /* , svg */
    margin-right: 0.5rem; }
  .sidebar .context-link {
    font-weight: 600; }
    .sidebar .context-link:hover, .sidebar .context-link:visited, .sidebar .context-link:focus, .sidebar .context-link:active {
      font-weight: 600; }
  .sidebar .modal-header, .sidebar .modal-footer {
    justify-content: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 0;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 0 !important;
    border-radius: 0 !important; }
  .sidebar .sidebar-title {
    margin-bottom: 0 !important;
    width: 100%;
    cursor: pointer; }
    .sidebar .sidebar-title .ng-fa-icon:first-of-type {
      margin-right: 0.75rem; }

.navbar .k-dropdown-wrap, .sidebar .k-dropdown-wrap {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important; }
  .navbar .k-dropdown-wrap .k-select, .sidebar .k-dropdown-wrap .k-select {
    display: none; }

.navbar .dropdown-title, .sidebar .dropdown-title {
  margin: 0.5rem;
  padding: 0 1rem;
  font-size: 90%;
  opacity: .9; }

.navbar :last-child {
  margin-right: 0 !important; }

.navbar :first-child {
  margin-left: 0 !important; }

.navbar.header-nav.header--normal,
.header-nav .dropdown-menu.show,
.sidebar-nav.sidebar--normal .modal-dialog {
  background-color: #000000DE !important;
  color: #fff;
  /*
  a, button:not(.btn) {
    color: color-yiq($color) !important;

    &:hover,&:visited,&:focus,&:active {
      color: color-yiq($color);
    }
  }
  */ }
  .navbar.header-nav.header--normal fa-icon, .navbar.header-nav.header--normal .fa, .navbar.header-nav.header--normal svg,
  .header-nav .dropdown-menu.show fa-icon,
  .header-nav .dropdown-menu.show .fa,
  .header-nav .dropdown-menu.show svg,
  .sidebar-nav.sidebar--normal .modal-dialog fa-icon,
  .sidebar-nav.sidebar--normal .modal-dialog .fa,
  .sidebar-nav.sidebar--normal .modal-dialog svg {
    color: white; }
  .navbar.header-nav.header--normal fa-icon > svg, .navbar.header-nav.header--normal .fa > svg,
  .header-nav .dropdown-menu.show fa-icon > svg,
  .header-nav .dropdown-menu.show .fa > svg,
  .sidebar-nav.sidebar--normal .modal-dialog fa-icon > svg,
  .sidebar-nav.sidebar--normal .modal-dialog .fa > svg {
    color: inherit !important; }
  .navbar.header-nav.header--normal .context--text > fa-icon, .navbar.header-nav.header--normal .context--text > .fa,
  .header-nav .dropdown-menu.show .context--text > fa-icon,
  .header-nav .dropdown-menu.show .context--text > .fa,
  .sidebar-nav.sidebar--normal .modal-dialog .context--text > fa-icon,
  .sidebar-nav.sidebar--normal .modal-dialog .context--text > .fa {
    color: inherit !important; }
  .navbar.header-nav.header--normal .context-link,
  .header-nav .dropdown-menu.show .context-link,
  .sidebar-nav.sidebar--normal .modal-dialog .context-link {
    color: #fff !important; }
    .navbar.header-nav.header--normal .context-link:hover, .navbar.header-nav.header--normal .context-link:visited, .navbar.header-nav.header--normal .context-link:focus, .navbar.header-nav.header--normal .context-link:active,
    .header-nav .dropdown-menu.show .context-link:hover,
    .header-nav .dropdown-menu.show .context-link:visited,
    .header-nav .dropdown-menu.show .context-link:focus,
    .header-nav .dropdown-menu.show .context-link:active,
    .sidebar-nav.sidebar--normal .modal-dialog .context-link:hover,
    .sidebar-nav.sidebar--normal .modal-dialog .context-link:visited,
    .sidebar-nav.sidebar--normal .modal-dialog .context-link:focus,
    .sidebar-nav.sidebar--normal .modal-dialog .context-link:active {
      color: #fff; }

.sidebar-nav.sidebar--normal .modal-dialog {
  scrollbar-face-color: #000000DE;
  scrollbar-track-color: rgba(0, 0, 0, 0.35); }
  .sidebar-nav.sidebar--normal .modal-dialog::-webkit-scrollbar-thumb {
    background: #000000DE; }
  .sidebar-nav.sidebar--normal .modal-dialog::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.35); }
  .sidebar-nav.sidebar--normal .modal-dialog .modal-header, .sidebar-nav.sidebar--normal .modal-dialog .modal-footer {
    background: rgba(0, 0, 0, 0.870588); }

/*
    .navbar.header--light.header-nav  {
      @include OauxContainerHeadingLighten ($value);
    }
    .navbar.header--dark.header-nav  {
      @include OauxContainerHeadingDarken ($value);
    }
    */
.navbar.header-nav, .sidebar-nav {
  /* .dropdown-menu.show { */ }
  .navbar.header-nav button, .navbar.header-nav label, .navbar.header-nav h3, .navbar.header-nav .k-dropdown-wrap, .navbar.header-nav .card-header, .sidebar-nav button, .sidebar-nav label, .sidebar-nav h3, .sidebar-nav .k-dropdown-wrap, .sidebar-nav .card-header {
    color: #fff !important; }
    .navbar.header-nav button:focus, .navbar.header-nav button:hover, .navbar.header-nav label:focus, .navbar.header-nav label:hover, .navbar.header-nav h3:focus, .navbar.header-nav h3:hover, .navbar.header-nav .k-dropdown-wrap:focus, .navbar.header-nav .k-dropdown-wrap:hover, .navbar.header-nav .card-header:focus, .navbar.header-nav .card-header:hover, .sidebar-nav button:focus, .sidebar-nav button:hover, .sidebar-nav label:focus, .sidebar-nav label:hover, .sidebar-nav h3:focus, .sidebar-nav h3:hover, .sidebar-nav .k-dropdown-wrap:focus, .sidebar-nav .k-dropdown-wrap:hover, .sidebar-nav .card-header:focus, .sidebar-nav .card-header:hover {
      color: #fff !important; }
  .navbar.header-nav .dropdown-item, .navbar.header-nav .k-item, .sidebar-nav .dropdown-item, .sidebar-nav .k-item {
    color: #fff;
    /* } */ }
    .navbar.header-nav .dropdown-item:focus, .navbar.header-nav .dropdown-item:hover, .navbar.header-nav .dropdown-item .collapse.show, .navbar.header-nav .k-item:focus, .navbar.header-nav .k-item:hover, .navbar.header-nav .k-item .collapse.show, .sidebar-nav .dropdown-item:focus, .sidebar-nav .dropdown-item:hover, .sidebar-nav .dropdown-item .collapse.show, .sidebar-nav .k-item:focus, .sidebar-nav .k-item:hover, .sidebar-nav .k-item .collapse.show {
      background: rgba(51, 51, 51, 0.870588) !important;
      background-color: rgba(51, 51, 51, 0.870588) !important;
      color: #fff !important; }
      .navbar.header-nav .dropdown-item:focus.opacity, .navbar.header-nav .dropdown-item:hover.opacity, .navbar.header-nav .dropdown-item .collapse.show.opacity, .navbar.header-nav .k-item:focus.opacity, .navbar.header-nav .k-item:hover.opacity, .navbar.header-nav .k-item .collapse.show.opacity, .sidebar-nav .dropdown-item:focus.opacity, .sidebar-nav .dropdown-item:hover.opacity, .sidebar-nav .dropdown-item .collapse.show.opacity, .sidebar-nav .k-item:focus.opacity, .sidebar-nav .k-item:hover.opacity, .sidebar-nav .k-item .collapse.show.opacity {
        background: rgba(51, 51, 51, 0.35) !important;
        background-color: rgba(51, 51, 51, 0.35) !important;
        color: #fff !important; }
        .navbar.header-nav .dropdown-item:focus.opacity.dropdown-item, .navbar.header-nav .dropdown-item:hover.opacity.dropdown-item, .navbar.header-nav .dropdown-item .collapse.show.opacity.dropdown-item, .navbar.header-nav .k-item:focus.opacity.dropdown-item, .navbar.header-nav .k-item:hover.opacity.dropdown-item, .navbar.header-nav .k-item .collapse.show.opacity.dropdown-item, .sidebar-nav .dropdown-item:focus.opacity.dropdown-item, .sidebar-nav .dropdown-item:hover.opacity.dropdown-item, .sidebar-nav .dropdown-item .collapse.show.opacity.dropdown-item, .sidebar-nav .k-item:focus.opacity.dropdown-item, .sidebar-nav .k-item:hover.opacity.dropdown-item, .sidebar-nav .k-item .collapse.show.opacity.dropdown-item {
          background: rgba(51, 51, 51, 0.35) !important;
          background-color: rgba(51, 51, 51, 0.35) !important; }

/*

.navbar.has-navbar-item--column-to-row {
  flex-wrap: nowrap;
}
.navbar-item--column-to-row {
  flex: 1 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.navbar-item--column-to-row .navbar-item.navbar-item--title {
  flex: 1 auto !important;
}

@media only screen and (max-width: 950px) {
  .navbar-item--column-to-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .navbar-item--column-to-row > * {
    margin-top:0.5rem;
  }
  .navbar-item--column-to-row > *:first-child {
    margin-top: 0rem;
  }
  .navbar-item {
    margin-left: 0 !important;
  }
}


*/
.form-control, .input-group-append > .input-group-text, .input-group-prepend > .input-group-text {
  border-radius: 0 !important; }

.form-label, .form-text {
  color: #5B5B5B;
  opacity: 1; }

.form-label.is-invalid {
  color: #b90000 !important; }

.input-group.is-invalid:not(.btn-group):not(.form-check):not(.input-group-controls):focus-within {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #830000 !important; }
  .input-group.is-invalid:not(.btn-group):not(.form-check):not(.input-group-controls):focus-within .form-control:invalid, .input-group.is-invalid:not(.btn-group):not(.form-check):not(.input-group-controls):focus-within .form-control.is-invalid {
    outline-width: 0px !important; }

.was-validated .form-control:invalid, .form-control.is-invalid, .input-group.is-invalid .input-group-text {
  border-color: #b90000 !important; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .input-group.is-invalid .input-group-text:focus {
    border-color: #830000 !important;
    box-shadow: none !important;
    /*inset 0 0px 0px $input-invalid-focus-border-color, 0 0 0 0.01rem $input-invalid-focus-border-color !important;*/
    outline-width: 3px;
    outline-style: solid;
    outline-color: #830000 !important; }

.invalid-feedback {
  flex: 0 0 auto; }

.invalid-feedback > .invalid-reason {
  display: none;
  flex: 0 auto; }

.invalid-feedback, .invalid-reason {
  visibility: hidden; }

.invalid-feedback.show, .invalid-reason.show {
  visibility: visible !important; }

.invalid-feedback.show, .invalid-reason.show {
  display: block; }

.invalid-feedback-sr {
  position: absolute;
  left: -1000px;
  top: -1000px; }

/* backwards compatibility with Bootstrap */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  visibility: visible !important; }
  .was-validated :invalid ~ .invalid-feedback > .invalid-reason:only-child, .was-validated :invalid ~ .invalid-tooltip > .invalid-reason:only-child, .is-invalid ~ .invalid-feedback > .invalid-reason:only-child, .is-invalid ~ .invalid-tooltip > .invalid-reason:only-child {
    visibility: visible !important;
    display: block; }
  .was-validated :invalid ~ .invalid-feedback > .invalid-reason:last-child, .was-validated :invalid ~ .invalid-feedback > .invalid-reason.show, .was-validated :invalid ~ .invalid-tooltip > .invalid-reason:last-child, .was-validated :invalid ~ .invalid-tooltip > .invalid-reason.show, .is-invalid ~ .invalid-feedback > .invalid-reason:last-child, .is-invalid ~ .invalid-feedback > .invalid-reason.show, .is-invalid ~ .invalid-tooltip > .invalid-reason:last-child, .is-invalid ~ .invalid-tooltip > .invalid-reason.show {
    /*:last-child*/
    margin-bottom: 0 !important; }
  .was-validated :invalid ~ .invalid-feedback:last-child, .was-validated :invalid ~ .invalid-feedback.show, .was-validated :invalid ~ .invalid-tooltip:last-child, .was-validated :invalid ~ .invalid-tooltip.show, .is-invalid ~ .invalid-feedback:last-child, .is-invalid ~ .invalid-feedback.show, .is-invalid ~ .invalid-tooltip:last-child, .is-invalid ~ .invalid-tooltip.show {
    /*:last-child */
    margin-bottom: 0 !important; }

form.oux-form > div.oux-row {
  margin-bottom: 1.25em;
  align-items: baseline; }
  form.oux-form > div.oux-row.oux-bar {
    margin-bottom: 0px;
    align-items: center; }
  form.oux-form > div.oux-row.form-row > .form-group {
    margin-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    form.oux-form > div.oux-row.form-row > .form-group:first-of-type {
      padding-left: 0; }
    form.oux-form > div.oux-row.form-row > .form-group:last-of-type {
      padding-right: 0; }

.card-body form.oux-form .oux-row.oux-full:not(.oux-formbar) {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

/* make it red instead (with with same width and style) */
select.form-control:active, select.form-control:hover {
  outline-color: #14769d;
  outline-width: 2px;
  color: #333333 !important; }

label.form-label {
  margin-bottom: 0px; }
  label.form-label.col-form-label-lg, label.form-label.col-form-label-sm {
    font-size: inherit;
    padding-bottom: 0.25rem;
    padding-left: 0px;
    padding-right: 0px; }

label.form-check-input {
  font-size: 1rem;
  line-height: 1.375; }

.oux-form label.form-label {
  flex-basis: 100%; }

.oux-form.oux-form--plaintext label.form-label {
  opacity: 1; }
  .oux-form.oux-form--plaintext label.form-label.col-form-label-lg, .oux-form.oux-form--plaintext label.form-label.col-form-label-sm {
    padding-left: 0 !important;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.4px; }

.oux-form.oux-form--plaintext label.form-label + .form-control-plaintext {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.oux-form.oux-form--plaintext .form-control-plaintext, .oux-form.oux-form--plaintext .input-group-plaintext {
  padding-top: 0 !important; }

.oux-form.oux-form--plaintext .input-group-plaintext > * {
  padding-top: 0 !important; }

.oux-form.oux-form--disabled {
  padding: 1rem; }
  .oux-form.oux-form--disabled label.form-label {
    opacity: 1 !important; }

.form-control--focused.form-label, .form-control--focused .form-label, .form-control--focused .form-text {
  /* color: $form-text-focus-color; */
  opacity: 1 !important; }

.form-control--focused :not(.input-group-plaintext):not(.is-invalid) .input-group-text {
  border-color: #14769d;
  box-shadow: none !important;
  /*inset 0 0px 0px $input-focus-border-color, 0 0 0 0.01rem $input-focus-border-color !important;*/ }

.input-group-append, .input-group-prepend {
  color: #5B5B5B;
  background: #d4d4d4; }

.input-group > .form-control:first-child:not(:last-child) {
  border-right: none !important; }

.input-group .form-control + .input-group-append {
  background: none !important; }
  .input-group .form-control + .input-group-append .input-group-text {
    background: none !important;
    border-left: none !important; }

.input-group > .form-text {
  width: 100%; }

.form-control {
  color: #333333;
  box-shadow: none !important;
  padding: .375rem 1rem; }
  .form-control.is-invalid, .form-control:invalid {
    background-image: none !important;
    padding-right: inherit !important; }
  .form-control.nums--1 {
    width: 6ex !important;
    max-width: 6ex !important; }
  .form-control.nums--2, .form-control.chars--2 {
    width: 8ex !important;
    max-width: 8ex !important; }
  .form-control.nums--3 {
    width: 8.5ex !important;
    max-width: 8.5ex !important; }
  .form-control.nums--4 {
    width: 9ex !important;
    max-width: 9ex !important; }
  .form-control.nums--6, .form-control.chars--7 {
    width: 13ex !important;
    max-width: 13ex !important; }
  .form-control.nums--12, .form-control.chars--9 {
    width: 18ex !important;
    max-width: 18ex !important; }

.form-control:not(.form-control-plaintext):not(.is-invalid) {
  border-color: #d4d4d4; }
  .form-control:not(.form-control-plaintext):not(.is-invalid):focus {
    border-color: #14769d !important;
    box-shadow: none !important;
    /*inset 0 0px 0px $input-focus-border-color, 0 0 0 0.01rem $input-focus-border-color !important;*/
    outline-width: 3px;
    outline-style: solid;
    outline-color: #14769d; }
  .form-control:not(.form-control-plaintext):not(.is-invalid).form-control--not-empty:not(:focus) {
    border-color: #1a98ca !important; }

.input-group:not(.btn-group):not(.form-check):not(.input-group-controls):focus-within {
  outline-width: 3px;
  outline-style: solid;
  outline-color: #14769d; }
  .input-group:not(.btn-group):not(.form-check):not(.input-group-controls):focus-within .form-control {
    outline-width: 0px !important; }

.oux-form.oux-form--plaintext .input-group:not(.form-check):focus-within {
  outline: 0 !important; }

.input-group--not-empty:not(.is-invalid) :not(.input-group-plaintext) .input-group-text {
  border-color: #1a98ca !important; }

input:-webkit-autofill.form-control--not-empty,
input:-webkit-autofill:hover.form-control--not-empty,
input:-webkit-autofill:focus.form-control--not-empty,
textarea:-webkit-autofill.form-control--not-empty,
textarea:-webkit-autofill:hover.form-control--not-empty,
textarea:-webkit-autofill:focus.form-control--not-empty,
select:-webkit-autofill.form-control--not-empty,
select:-webkit-autofill:hover.form-control--not-empty,
select:-webkit-autofill:focus.form-control--not-empty {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s; }

.form-control::-webkit-input-placeholder {
  color: #5b5b5b !important; }

.form-control:-ms-input-placeholder {
  color: #5b5b5b !important; }

.form-control::placeholder {
  color: #5b5b5b !important;
  opacity: 1; }

.form-control-plaintext {
  color: #333333; }
  .form-control-plaintext::-webkit-input-placeholder {
    color: #333333 !important; }
  .form-control-plaintext:-ms-input-placeholder {
    color: #333333 !important; }
  .form-control-plaintext::placeholder {
    color: #333333 !important;
    opacity: 1; }

.form-control-plaintext.text-primary {
  /* make it red instead (with with same width and style) */ }
  .form-control-plaintext.text-primary::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #14769d;
    opacity: 1;
    /* Firefox */ }
  .form-control-plaintext.text-primary:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #14769d; }
  .form-control-plaintext.text-primary::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #14769d; }
  .form-control-plaintext.text-primary select.form-control-primary:active, .form-control-plaintext.text-primary select.form-control-primary:hover {
    outline-color: #14769d;
    outline-width: 2px;
    color: #333333 !important; }

.form-control-plaintext.text-success {
  /* make it red instead (with with same width and style) */ }
  .form-control-plaintext.text-success::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #468313;
    opacity: 1;
    /* Firefox */ }
  .form-control-plaintext.text-success:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #468313; }
  .form-control-plaintext.text-success::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #468313; }
  .form-control-plaintext.text-success select.form-control-success:active, .form-control-plaintext.text-success select.form-control-success:hover {
    outline-color: #14769d;
    outline-width: 2px;
    color: #333333 !important; }

.form-control-plaintext.text-warning {
  /* make it red instead (with with same width and style) */ }
  .form-control-plaintext.text-warning::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f7c41b;
    opacity: 1;
    /* Firefox */ }
  .form-control-plaintext.text-warning:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f7c41b; }
  .form-control-plaintext.text-warning::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f7c41b; }
  .form-control-plaintext.text-warning select.form-control-warning:active, .form-control-plaintext.text-warning select.form-control-warning:hover {
    outline-color: #14769d;
    outline-width: 2px;
    color: #333333 !important; }

.form-control-plaintext.text-danger {
  /* make it red instead (with with same width and style) */ }
  .form-control-plaintext.text-danger::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b90000;
    opacity: 1;
    /* Firefox */ }
  .form-control-plaintext.text-danger:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b90000; }
  .form-control-plaintext.text-danger::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b90000; }
  .form-control-plaintext.text-danger select.form-control-danger:active, .form-control-plaintext.text-danger select.form-control-danger:hover {
    outline-color: #14769d;
    outline-width: 2px;
    color: #333333 !important; }

textarea.form-control-plaintext {
  resize: none;
  overflow: auto;
  padding: 0 !important; }

.input-group-prepend.input-group-plaintext > .input-group-text,
.input-group-append.input-group-plaintext > .input-group-text {
  font-size: 1.75rem !important;
  background: transparent !important;
  border: 0 none transparent !important;
  opacity: 0.5; }

.input-group-lg .input-group-prepend.input-group-plaintext > .input-group-text,
.input-group-lg .input-group-append.input-group-plaintext > .input-group-text {
  font-size: 2.25rem !important; }

.input-group-sm .input-group-prepend.input-group-plaintext > .input-group-text,
.input-group-sm .input-group-append.input-group-plaintext > .input-group-text {
  font-size: 1.25rem !important; }

.form-control-plainlink {
  cursor: pointer; }
  .form-control-plainlink.disabled, .form-control-plainlink:disabled {
    cursor: default; }

.form-control-plainlink.invalid {
  cursor: not-allowed;
  opacity: 0.75; }

.input-group-prepend.input-group-plaintext .input-group-text {
  padding-left: 0px !important; }

.input-group-append.input-group-plaintext .input-group-text {
  padding-right: 0px !important; }

.input-group.delimitation {
  align-items: flex-start;
  /*.input-group-control {}*/
  /*
  .form-control {
    &.is-invalid, &:invalid {
      //padding-left: inherit !important;
    }
  }
  */ }
  .input-group.delimitation .input-group-text.delimiter {
    text-align: center;
    align-self: baseline; }

.input-group-text.delimiter {
  vertical-align: middle;
  background: transparent !important;
  border-color: transparent !important;
  padding: .375rem 0.5rem !important; }

.is-invalid .input-group-text.delimiter {
  border-color: transparent !important;
  color: #b90000 !important; }

a.btn, a.plain {
  text-decoration: none !important;
  /*
  color: currentColor;
  &:hover,&:focus,&:active,&:visited {
    color: currentColor;
  }
  */ }
  a.btn:hover, a.btn:focus, a.plain:hover, a.plain:focus {
    text-decoration: none !important; }

/*
fal fa fa-chevron-up collapse show
fal fa fa-chevron-right collapsed
*/
.btn-outline-current-color {
  color: currentColor;
  border-color: transparent; }
  .btn-outline-current-color:focus, .btn-outline-current-color:hover, .btn-outline-current-color:active, .btn-outline-current-color.focus, .btn-outline-current-color.hover, .btn-outline-current-color.active {
    color: currentColor;
    border-color: currentColor;
    box-shadow: 0 0 0 0.1px currentColor; }

.btn-current-color {
  color: currentColor;
  border-color: transparent;
  opacity: 0.8; }
  .btn-current-color:focus, .btn-current-color:hover, .btn-current-color:active, .btn-current-color.focus, .btn-current-color.hover, .btn-current-color.active {
    color: currentColor;
    border-color: currentColor;
    opacity: 1;
    box-shadow: 0 0 0 1px currentColor; }

.form-control-plaintext, .btn-plainbtn,
.form-control-plaintext:hover, .btn-plainbtn:hover,
.form-control-plaintext:focus, .btn-plainbtn:focus,
.form-control-plaintext:active, .btn-plainbtn:active {
  outline: none !important; }

button, a.btn {
  /*
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.25px;
  font-weight: 300;
  */ }
  button.btn:not(.btn-link), a.btn.btn:not(.btn-link) {
    text-transform: uppercase; }
  button strong, button b, button .bold, button .bolder, a.btn strong, a.btn b, a.btn .bold, a.btn .bolder {
    font-weight: 600 !important; }

.btn > fa-icon:not(:last-child), .btn > .ng-fa-icon:not(:last-child), .btn > oaux-icon-fa-toggle > fa-icon,
label > fa-icon:not(:last-child), label > .ng-fa-icon:not(:last-child), label > oaux-icon-fa-toggle > fa-icon {
  margin-right: 0.5rem; }

.btn > .badge:last-child, label > .badge:last-child {
  margin-left: 0.5rem; }

.btn.btn-flair > fa-icon, .btn.btn-flair > .ng-fa-icon, .btn.btn-flair > i.fa {
  font-size: 250%;
  padding: 0.25rem; }

.btn.btn-flair > span {
  text-transform: none; }

.btn-flair > span:note(.badge) {
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.375;
  border-radius: 0.25rem; }

.btn-flair.btn-lg > span:note(.badge), .btn-group-lg > .btn-flair.btn > span:note(.badge) {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-flair.btn-sm > span:note(.badge), .btn-group-sm > .btn-flair.btn > span:note(.badge) {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* .oaux-radio-group .picon, .oaux-checkbox-group .picon */
.btn-group .picon {
  position: relative;
  display: flex !important;
  align-self: center;
  align-items: center; }
  .btn-group .picon:before {
    position: relative;
    display: inline-flex;
    padding-left: 0.1rem;
    padding-right: 1.05rem;
    font-weight: 400;
    /*
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    font-size: 150%; }

.picon.picon--radio:before {
  font-family: 'one-dt-core-regular' !important;
  content: "\f111"; }

.picon.picon--radio.active:before {
  content: "\f192"; }

.picon.picon--checkbox:before {
  font-family: 'one-dt-core-light' !important;
  content: "\f0c8"; }

.picon.picon--checkbox.active:before {
  font-family: 'one-dt-core-solid' !important;
  content: "\f14a"; }

label.btn, .btn {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden; }
  label.btn.disabled, label.btn:disabled, .btn.disabled, .btn:disabled {
    cursor: not-allowed; }
  label.btn fa-icon, label.btn .ng-fa-icon, label.btn .fa-fw, label.btn .icon-fa, label.btn i.fa, .btn fa-icon, .btn .ng-fa-icon, .btn .fa-fw, .btn .icon-fa, .btn i.fa {
    font-size: 125%; }
  label.btn fa-icon, label.btn .ng-fa-icon, label.btn .fa-fw, label.btn .icon-fa, label.btn i.fa, .btn fa-icon, .btn .ng-fa-icon, .btn .fa-fw, .btn .icon-fa, .btn i.fa {
    vertical-align: middle;
    display: inline-flex; }
  label.btn.disabled, label.btn:disabled, .btn.disabled, .btn:disabled {
    color: #0d0d0d;
    opacity: 0.25;
    border-color: rgba(51, 51, 51, 0.25); }
    label.btn.disabled .ng-fa-icon, label.btn.disabled .fa-fw, label.btn.disabled .icon-fa, label.btn:disabled .ng-fa-icon, label.btn:disabled .fa-fw, label.btn:disabled .icon-fa, .btn.disabled .ng-fa-icon, .btn.disabled .fa-fw, .btn.disabled .icon-fa, .btn:disabled .ng-fa-icon, .btn:disabled .fa-fw, .btn:disabled .icon-fa {
      color: #333333; }
    label.btn.disabled:not(.btn-outline), label.btn.disabled:not(.btn-chip), label.btn.disabled:not(.btn-overlay), label.btn:disabled:not(.btn-outline), label.btn:disabled:not(.btn-chip), label.btn:disabled:not(.btn-overlay), .btn.disabled:not(.btn-outline), .btn.disabled:not(.btn-chip), .btn.disabled:not(.btn-overlay), .btn:disabled:not(.btn-outline), .btn:disabled:not(.btn-chip), .btn:disabled:not(.btn-overlay) {
      color: black !important;
      background-color: rgba(51, 51, 51, 0.15) !important; }
    label.btn.disabled.active, label.btn.disabled:active, label.btn:disabled.active, label.btn:disabled:active, .btn.disabled.active, .btn.disabled:active, .btn:disabled.active, .btn:disabled:active {
      box-shadow: none;
      color: black !important;
      background-color: rgba(51, 51, 51, 0.15) !important; }

.btn-group {
  flex-wrap: wrap; }

.btn-group.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-1 > *:not(:first-child):not(.dropdown-toggle) {
    margin-top: 0.35rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-1 > *:not(:last-child):not(.dropdown-toggle) {
    margin-bottom: 0.35rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-2 > *:not(:first-child):not(.dropdown-toggle) {
    margin-top: 0.5rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-2 > *:not(:last-child):not(.dropdown-toggle) {
    margin-bottom: 0.5rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-3 > *:not(:first-child):not(.dropdown-toggle) {
    margin-top: 0.65rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-3 > *:not(:last-child):not(.dropdown-toggle) {
    margin-bottom: 0.65rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-4 > *:not(:first-child):not(.dropdown-toggle) {
    margin-top: 0.80rem; }
  .btn-group.btn-group-vertical.btn-group-vertical-m-4 > *:not(:last-child):not(.dropdown-toggle) {
    margin-bottom: 0.80rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-1 > *:not(:first-child):not(.dropdown-toggle) {
  margin-left: 0.35rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-1 > *:not(:last-child):not(.dropdown-toggle) {
  margin-right: 0.35rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-2 > *:not(:first-child):not(.dropdown-toggle) {
  margin-left: 0.5rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-2 > *:not(:last-child):not(.dropdown-toggle) {
  margin-right: 0.5rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-3 > *:not(:first-child):not(.dropdown-toggle) {
  margin-left: 0.65rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-3 > *:not(:last-child):not(.dropdown-toggle) {
  margin-right: 0.65rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-4 > *:not(:first-child):not(.dropdown-toggle) {
  margin-left: 0.80rem; }

.btn-group:not(.btn-group-vertical).btn-group-m-4 > *:not(:last-child):not(.dropdown-toggle) {
  margin-right: 0.80rem; }

/*.btn-group-vertical */
.btn-group > .btn:not(.btn-chip) {
  border-radius: 0.25rem !important; }

.btn-group > .btn.btn-overlay {
  border-radius: 0 !important; }

/* .oaux-checkbox-group, .oaux-radio-group */
.btn-group .btn.btn-overlay {
  font: 400 16px/18px Poppins;
  letter-spacing: 0.32px;
  padding: 0.75rem; }

.btn-group > .btn-overlay {
  flex: 0 0 auto;
  display: table;
  margin-bottom: 0.75rem; }

.btn-group-vertical > .btn-group > .btn-overlay {
  flex: 1 1 auto !important; }

.btn.btn-overlay {
  text-align: left;
  white-space: nowrap;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent; }
  .btn.btn-overlay.active, .btn.btn-overlay:active {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-overlay.disabled, .btn.btn-overlay:disabled {
    color: #0d0d0d;
    opacity: 0.25;
    box-shadow: none;
    border-color: rgba(51, 51, 51, 0.25); }
    .btn.btn-overlay.disabled .ng-fa-icon, .btn.btn-overlay.disabled .fa-fw, .btn.btn-overlay.disabled .icon-fa, .btn.btn-overlay:disabled .ng-fa-icon, .btn.btn-overlay:disabled .fa-fw, .btn.btn-overlay:disabled .icon-fa {
      color: #333333; }
    .btn.btn-overlay.disabled.active, .btn.btn-overlay.disabled:active, .btn.btn-overlay:disabled.active, .btn.btn-overlay:disabled:active {
      box-shadow: none;
      color: #0d0d0d !important;
      background-color: rgba(51, 51, 51, 0.25) !important; }
  .btn.btn-overlay.focus, .btn.btn-overlay:focus {
    /* box-shadow: none !important; */
    outline: none !important; }

.is-invalid > .btn-overlay, .is-invalid.btn-overlay {
  border-color: #b90000 !important;
  color: #b90000 !important;
  /* background-color: $input-invalid-background-color !important; */ }
  .is-invalid > .btn-overlay:before, .is-invalid > .btn-overlay:after, .is-invalid.btn-overlay:before, .is-invalid.btn-overlay:after {
    color: currentColor !important; }
  .is-invalid > .btn-overlay:focus, .is-invalid > .btn-overlay.focus, .is-invalid > .btn-overlay:hover, .is-invalid.btn-overlay:focus, .is-invalid.btn-overlay.focus, .is-invalid.btn-overlay:hover {
    border-color: #830000 !important;
    color: #830000 !important;
    background-color: #ffc6c6 !important; }
  .is-invalid > .btn-overlay:focus-within, .is-invalid.btn-overlay:focus-within {
    color: #830000 !important; }

.btn-group > .btn-chip {
  flex: 0 0 auto;
  display: table;
  margin-bottom: 0.5rem; }
  .btn-group > .btn-chip:not(:first-child):not(.dropdown-toggle) {
    border-radius: 1rem; }
  .btn-group > .btn-chip:not(:last-child):not(.dropdown-toggle) {
    border-radius: 1rem; }

.btn.btn-chip {
  text-align: left;
  white-space: nowrap;
  border-radius: 1rem;
  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;
  /*
    &:not(:disabled):not(.disabled):active,
    &:not(:disabled):not(.disabled).active {
        box-shadow: none !important;
    }
    */ }
  .btn.btn-chip.btn-sm, .btn-group-sm > .btn.btn-chip {
    padding-left: 1.25rem; }
  .btn.btn-chip.btn-lg, .btn-group-lg > .btn.btn-chip {
    padding-left: 1.25rem; }
  @media (prefers-reduced-motion: reduce) {
    .btn.btn-chip {
      transition: none; } }
  .btn.btn-chip:not(.active) > .ng-fa-icon:first-of-type, .btn.btn-chip:not(.active) > .fa-fw:first-of-type, .btn.btn-chip:not(.active) > .icon-fa:first-of-type {
    color: transparent !important;
    opacity: 0; }
  .btn.btn-chip:not(.active):hover, .btn.btn-chip:not(.active):focus {
    background-color: transparent !important; }
  .btn.btn-chip:hover, .btn.btn-chip:focus, .btn.btn-chip:active {
    text-decoration: none;
    outline: 0 !important; }
  .btn.btn-chip.disabled, .btn.btn-chip:disabled {
    color: #0d0d0d;
    opacity: 0.25;
    box-shadow: none;
    border-color: rgba(51, 51, 51, 0.25); }
    .btn.btn-chip.disabled .ng-fa-icon, .btn.btn-chip.disabled .fa-fw, .btn.btn-chip.disabled .icon-fa, .btn.btn-chip:disabled .ng-fa-icon, .btn.btn-chip:disabled .fa-fw, .btn.btn-chip:disabled .icon-fa {
      color: #333333; }
    .btn.btn-chip.disabled.active, .btn.btn-chip.disabled:active, .btn.btn-chip:disabled.active, .btn.btn-chip:disabled:active {
      color: #0d0d0d !important;
      background-color: rgba(51, 51, 51, 0.25) !important; }
  .btn.btn-chip a.btn.btn-chip:hover, .btn.btn-chip a.btn.btn-chip:focus {
    text-decoration: none;
    outline: 0 !important;
    background-color: transparent !important; }
  .btn.btn-chip:empty {
    display: none; }

.btn-chip:not(.active) {
  border-color: rgba(51, 51, 51, 0.25);
  /*
  //Why was this here??
  .icon-toggle.icon-toggle--off, .icon-toggle.icon-toggle--off .fa-fw {
    color: rgba($body-color,0.25) !important;
  }
  */ }

.is-invalid > .btn-chip, .is-invalid.btn-chip {
  border-color: #b90000 !important;
  color: #b90000 !important;
  /* background-color: $input-invalid-background-color !important; */ }
  .is-invalid > .btn-chip:before, .is-invalid > .btn-chip:after, .is-invalid.btn-chip:before, .is-invalid.btn-chip:after {
    color: currentColor !important; }
  .is-invalid > .btn-chip:focus, .is-invalid > .btn-chip.focus, .is-invalid > .btn-chip:hover, .is-invalid.btn-chip:focus, .is-invalid.btn-chip.focus, .is-invalid.btn-chip:hover {
    border-color: #830000 !important;
    color: #830000 !important;
    background-color: #ffc6c6 !important; }
  .is-invalid > .btn-chip:focus-within, .is-invalid.btn-chip:focus-within {
    color: #830000 !important; }

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem #14769d; }

.btn-group.is-invalid .btn:focus, .btn-group.is-invalid .btn.focus, .btn-group:invalid .btn:focus, .btn-group:invalid .btn.focus {
  box-shadow: 0 0 0 0.2rem #b90000 !important; }

.btn.is-invalid:focus, .btn.is-invalid.focus, .btn:invalid:focus, .btn:invalid.focus {
  box-shadow: 0 0 0 0.2rem #b90000 !important; }

.btn[class*="-primary"]:focus:not(:invalid), .btn[class*="-primary"]:focus:not(.is-invalid), .btn[class*="-primary"].focus:not(:invalid), .btn[class*="-primary"].focus:not(.is-invalid) {
  box-shadow: 0 0 0 0.2rem #14769d !important;
  /*
      &:active, &.active {
        box-shadow: 0 0 0 $btn-focus-width rgba($value, 1);
      }
      */ }

/*
  .btn-chip-primary {
      @include button-outline-variant($value);
      color: rgba($body-color,0.70);

      &.active,&:active {
          background-color: lighten($value,10%) !important;
      }
  }
  */
.btn-overlay-primary, .btn-chip-primary {
  color: #14769d;
  border-color: #14769d;
  color: #333333; }
  .btn-overlay-primary:hover, .btn-chip-primary:hover {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
  .btn-overlay-primary:focus, .btn-overlay-primary.focus, .btn-chip-primary:focus, .btn-chip-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }
  .btn-overlay-primary.disabled, .btn-overlay-primary:disabled, .btn-chip-primary.disabled, .btn-chip-primary:disabled {
    color: #14769d;
    background-color: transparent; }
  .btn-overlay-primary:not(:disabled):not(.disabled):active, .btn-overlay-primary:not(:disabled):not(.disabled).active,
  .show > .btn-overlay-primary.dropdown-toggle, .btn-chip-primary:not(:disabled):not(.disabled):active, .btn-chip-primary:not(:disabled):not(.disabled).active,
  .show > .btn-chip-primary.dropdown-toggle {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
    .btn-overlay-primary:not(:disabled):not(.disabled):active:focus, .btn-overlay-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-overlay-primary.dropdown-toggle:focus, .btn-chip-primary:not(:disabled):not(.disabled):active:focus, .btn-chip-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-chip-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }
  .btn-overlay-primary:before, .btn-overlay-primary:after, .btn-chip-primary:before, .btn-chip-primary:after {
    color: #14769d; }
  .btn-overlay-primary:hover, .btn-overlay-primary:focus, .btn-chip-primary:hover, .btn-chip-primary:focus {
    border-color: #14769d;
    color: #083243;
    background-color: #e7f6fc !important; }
  .btn-overlay-primary .ng-fa-icon, .btn-overlay-primary .fa-fw, .btn-overlay-primary .icon-fa, .btn-chip-primary .ng-fa-icon, .btn-chip-primary .fa-fw, .btn-chip-primary .icon-fa {
    color: #14769d; }
  .btn-overlay-primary.active, .btn-overlay-primary:active, .btn-chip-primary.active, .btn-chip-primary:active {
    background-color: #bae5f6 !important;
    border-color: #14769d;
    color: #14769d !important; }
    .btn-overlay-primary.active:hover, .btn-overlay-primary.active:focus, .btn-overlay-primary:active:hover, .btn-overlay-primary:active:focus, .btn-chip-primary.active:hover, .btn-chip-primary.active:focus, .btn-chip-primary:active:hover, .btn-chip-primary:active:focus {
      color: #083243; }

/* .btn-group.btn-group-toggle > .btn { */
.btn-group > .btn:hover.active.btn-outline-primary, .btn-group > .btn:focus.active.btn-outline-primary {
  background-color: #116586;
  color: #fff; }

.btn-group > .btn:hover.active.btn-primary, .btn-group > .btn:focus.active.btn-primary {
  background-color: #0b4359;
  color: #fff; }

.btn-group > .btn:hover:not(.active).btn-outline-primary, .btn-group > .btn:focus:not(.active).btn-outline-primary {
  background-color: transparent !important;
  color: #0b4359; }

.btn-flair-primary {
  color: #14769d;
  border-color: #14769d;
  display: table;
  padding: 0 !important;
  background: #fff !important; }
  .btn-flair-primary:hover {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
  .btn-flair-primary:focus, .btn-flair-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }
  .btn-flair-primary.disabled, .btn-flair-primary:disabled {
    color: #14769d;
    background-color: transparent; }
  .btn-flair-primary:not(:disabled):not(.disabled):active, .btn-flair-primary:not(:disabled):not(.disabled).active,
  .show > .btn-flair-primary.dropdown-toggle {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
    .btn-flair-primary:not(:disabled):not(.disabled):active:focus, .btn-flair-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }

.btn-flair-primary > fa-icon, .btn-flair-primary > .ng-fa-icon, .btn-flair-primary > i {
  color: #fff;
  background-color: #14769d;
  border-color: #14769d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 250%;
  display: table-cell; }
  .btn-flair-primary > fa-icon:hover, .btn-flair-primary > .ng-fa-icon:hover, .btn-flair-primary > i:hover {
    color: #fff;
    background-color: #105d7b;
    border-color: #0e5470; }
  .btn-flair-primary > fa-icon:focus, .btn-flair-primary > fa-icon.focus, .btn-flair-primary > .ng-fa-icon:focus, .btn-flair-primary > .ng-fa-icon.focus, .btn-flair-primary > i:focus, .btn-flair-primary > i.focus {
    color: #fff;
    background-color: #105d7b;
    border-color: #0e5470;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(55, 139, 172, 0.5); }
  .btn-flair-primary > fa-icon.disabled, .btn-flair-primary > fa-icon:disabled, .btn-flair-primary > .ng-fa-icon.disabled, .btn-flair-primary > .ng-fa-icon:disabled, .btn-flair-primary > i.disabled, .btn-flair-primary > i:disabled {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
  .btn-flair-primary > fa-icon:not(:disabled):not(.disabled):active, .btn-flair-primary > fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-primary > fa-icon.dropdown-toggle, .btn-flair-primary > .ng-fa-icon:not(:disabled):not(.disabled):active, .btn-flair-primary > .ng-fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-primary > .ng-fa-icon.dropdown-toggle, .btn-flair-primary > i:not(:disabled):not(.disabled):active, .btn-flair-primary > i:not(:disabled):not(.disabled).active,
  .show > .btn-flair-primary > i.dropdown-toggle {
    color: #fff;
    background-color: #0e5470;
    border-color: #0d4c64; }
    .btn-flair-primary > fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-primary > fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-primary > fa-icon.dropdown-toggle:focus, .btn-flair-primary > .ng-fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-primary > .ng-fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-primary > .ng-fa-icon.dropdown-toggle:focus, .btn-flair-primary > i:not(:disabled):not(.disabled):active:focus, .btn-flair-primary > i:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-primary > i.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(55, 139, 172, 0.5); }

.btn-flair-primary > span:not(.badge) {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem; }

.btn-flair > span:not(.badge) {
  color: #14769d !important;
  text-decoration: none !important; }

.btn-group > .btn-flair > span:not(.badge):hover {
  background: #fff !important;
  color: #C0471B !important; }

.btn-outline-primary > .badge.badge-button {
  border: 2px solid #3db6e6 !important; }

.btn-outline-primary:hover > .badge.badge-button,
.btn-outline-primary:focus > .badge.badge-button {
  border: 2px solid #27aee3 !important; }

.btn-primary:hover > .badge.badge-button,
.btn-primary:focus > .badge.badge-button {
  border: 2px solid #3db6e6 !important; }

.btn-primary > .badge.badge-button {
  border: 2px solid #27aee3 !important; }

.btn-icon-primary {
  color: #14769d;
  border-color: #14769d; }
  .btn-icon-primary:hover {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
  .btn-icon-primary:focus, .btn-icon-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }
  .btn-icon-primary.disabled, .btn-icon-primary:disabled {
    color: #14769d;
    background-color: transparent; }
  .btn-icon-primary:not(:disabled):not(.disabled):active, .btn-icon-primary:not(:disabled):not(.disabled).active,
  .show > .btn-icon-primary.dropdown-toggle {
    color: #fff;
    background-color: #14769d;
    border-color: #14769d; }
    .btn-icon-primary:not(:disabled):not(.disabled):active:focus, .btn-icon-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-icon-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(20, 118, 157, 0.5); }

.btn[class*="-success"]:focus:not(:invalid), .btn[class*="-success"]:focus:not(.is-invalid), .btn[class*="-success"].focus:not(:invalid), .btn[class*="-success"].focus:not(.is-invalid) {
  box-shadow: 0 0 0 0.2rem #468313 !important;
  /*
      &:active, &.active {
        box-shadow: 0 0 0 $btn-focus-width rgba($value, 1);
      }
      */ }

/*
  .btn-chip-success {
      @include button-outline-variant($value);
      color: rgba($body-color,0.70);

      &.active,&:active {
          background-color: lighten($value,10%) !important;
      }
  }
  */
/* .btn-group.btn-group-toggle > .btn { */
.btn-group > .btn:hover.active.btn-success, .btn-group > .btn:focus.active.btn-success {
  background-color: #224009;
  color: #fff; }

.btn-flair-success {
  color: #468313;
  border-color: #468313;
  display: table;
  padding: 0 !important;
  background: #fff !important; }
  .btn-flair-success:hover {
    color: #fff;
    background-color: #468313;
    border-color: #468313; }
  .btn-flair-success:focus, .btn-flair-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 131, 19, 0.5); }
  .btn-flair-success.disabled, .btn-flair-success:disabled {
    color: #468313;
    background-color: transparent; }
  .btn-flair-success:not(:disabled):not(.disabled):active, .btn-flair-success:not(:disabled):not(.disabled).active,
  .show > .btn-flair-success.dropdown-toggle {
    color: #fff;
    background-color: #468313;
    border-color: #468313; }
    .btn-flair-success:not(:disabled):not(.disabled):active:focus, .btn-flair-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 131, 19, 0.5); }

.btn-flair-success > fa-icon, .btn-flair-success > .ng-fa-icon, .btn-flair-success > i {
  color: #fff;
  background-color: #468313;
  border-color: #468313;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 250%;
  display: table-cell; }
  .btn-flair-success > fa-icon:hover, .btn-flair-success > .ng-fa-icon:hover, .btn-flair-success > i:hover {
    color: #fff;
    background-color: #34620e;
    border-color: #2e560d; }
  .btn-flair-success > fa-icon:focus, .btn-flair-success > fa-icon.focus, .btn-flair-success > .ng-fa-icon:focus, .btn-flair-success > .ng-fa-icon.focus, .btn-flair-success > i:focus, .btn-flair-success > i.focus {
    color: #fff;
    background-color: #34620e;
    border-color: #2e560d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(98, 150, 54, 0.5); }
  .btn-flair-success > fa-icon.disabled, .btn-flair-success > fa-icon:disabled, .btn-flair-success > .ng-fa-icon.disabled, .btn-flair-success > .ng-fa-icon:disabled, .btn-flair-success > i.disabled, .btn-flair-success > i:disabled {
    color: #fff;
    background-color: #468313;
    border-color: #468313; }
  .btn-flair-success > fa-icon:not(:disabled):not(.disabled):active, .btn-flair-success > fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-success > fa-icon.dropdown-toggle, .btn-flair-success > .ng-fa-icon:not(:disabled):not(.disabled):active, .btn-flair-success > .ng-fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-success > .ng-fa-icon.dropdown-toggle, .btn-flair-success > i:not(:disabled):not(.disabled):active, .btn-flair-success > i:not(:disabled):not(.disabled).active,
  .show > .btn-flair-success > i.dropdown-toggle {
    color: #fff;
    background-color: #2e560d;
    border-color: #284b0b; }
    .btn-flair-success > fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-success > fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-success > fa-icon.dropdown-toggle:focus, .btn-flair-success > .ng-fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-success > .ng-fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-success > .ng-fa-icon.dropdown-toggle:focus, .btn-flair-success > i:not(:disabled):not(.disabled):active:focus, .btn-flair-success > i:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-success > i.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(98, 150, 54, 0.5); }

.btn-flair-success > span:not(.badge) {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem; }

.btn-flair > span:not(.badge) {
  color: #14769d !important;
  text-decoration: none !important; }

.btn-group > .btn-flair > span:not(.badge):hover {
  background: #fff !important;
  color: #C0471B !important; }

.btn-success:hover > .badge.badge-button,
.btn-success:focus > .badge.badge-button {
  border: 2px solid #7ce029 !important; }

.btn-success > .badge.badge-button {
  border: 2px solid #70d11e !important; }

.btn-icon-success {
  color: #468313;
  border-color: #468313; }
  .btn-icon-success:hover {
    color: #fff;
    background-color: #468313;
    border-color: #468313; }
  .btn-icon-success:focus, .btn-icon-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 131, 19, 0.5); }
  .btn-icon-success.disabled, .btn-icon-success:disabled {
    color: #468313;
    background-color: transparent; }
  .btn-icon-success:not(:disabled):not(.disabled):active, .btn-icon-success:not(:disabled):not(.disabled).active,
  .show > .btn-icon-success.dropdown-toggle {
    color: #fff;
    background-color: #468313;
    border-color: #468313; }
    .btn-icon-success:not(:disabled):not(.disabled):active:focus, .btn-icon-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-icon-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(70, 131, 19, 0.5); }

.btn[class*="-warning"]:focus:not(:invalid), .btn[class*="-warning"]:focus:not(.is-invalid), .btn[class*="-warning"].focus:not(:invalid), .btn[class*="-warning"].focus:not(.is-invalid) {
  box-shadow: 0 0 0 0.2rem #f7c41b !important;
  /*
      &:active, &.active {
        box-shadow: 0 0 0 $btn-focus-width rgba($value, 1);
      }
      */ }

/*
  .btn-chip-warning {
      @include button-outline-variant($value);
      color: rgba($body-color,0.70);

      &.active,&:active {
          background-color: lighten($value,10%) !important;
      }
  }
  */
/* .btn-group.btn-group-toggle > .btn { */
.btn-group > .btn:hover.active.btn-warning, .btn-group > .btn:focus.active.btn-warning {
  background-color: #bf9407;
  color: #fff; }

.btn-flair-warning {
  color: #f7c41b;
  border-color: #f7c41b;
  display: table;
  padding: 0 !important;
  background: #fff !important; }
  .btn-flair-warning:hover {
    color: #000;
    background-color: #f7c41b;
    border-color: #f7c41b; }
  .btn-flair-warning:focus, .btn-flair-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 196, 27, 0.5); }
  .btn-flair-warning.disabled, .btn-flair-warning:disabled {
    color: #f7c41b;
    background-color: transparent; }
  .btn-flair-warning:not(:disabled):not(.disabled):active, .btn-flair-warning:not(:disabled):not(.disabled).active,
  .show > .btn-flair-warning.dropdown-toggle {
    color: #000;
    background-color: #f7c41b;
    border-color: #f7c41b; }
    .btn-flair-warning:not(:disabled):not(.disabled):active:focus, .btn-flair-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 196, 27, 0.5); }

.btn-flair-warning > fa-icon, .btn-flair-warning > .ng-fa-icon, .btn-flair-warning > i {
  color: #000;
  background-color: #f7c41b;
  border-color: #f7c41b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 250%;
  display: table-cell; }
  .btn-flair-warning > fa-icon:hover, .btn-flair-warning > .ng-fa-icon:hover, .btn-flair-warning > i:hover {
    color: #000;
    background-color: #e4b108;
    border-color: #d7a708; }
  .btn-flair-warning > fa-icon:focus, .btn-flair-warning > fa-icon.focus, .btn-flair-warning > .ng-fa-icon:focus, .btn-flair-warning > .ng-fa-icon.focus, .btn-flair-warning > i:focus, .btn-flair-warning > i.focus {
    color: #000;
    background-color: #e4b108;
    border-color: #d7a708;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(210, 167, 23, 0.5); }
  .btn-flair-warning > fa-icon.disabled, .btn-flair-warning > fa-icon:disabled, .btn-flair-warning > .ng-fa-icon.disabled, .btn-flair-warning > .ng-fa-icon:disabled, .btn-flair-warning > i.disabled, .btn-flair-warning > i:disabled {
    color: #000;
    background-color: #f7c41b;
    border-color: #f7c41b; }
  .btn-flair-warning > fa-icon:not(:disabled):not(.disabled):active, .btn-flair-warning > fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-warning > fa-icon.dropdown-toggle, .btn-flair-warning > .ng-fa-icon:not(:disabled):not(.disabled):active, .btn-flair-warning > .ng-fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-warning > .ng-fa-icon.dropdown-toggle, .btn-flair-warning > i:not(:disabled):not(.disabled):active, .btn-flair-warning > i:not(:disabled):not(.disabled).active,
  .show > .btn-flair-warning > i.dropdown-toggle {
    color: #000;
    background-color: #d7a708;
    border-color: #cb9e07; }
    .btn-flair-warning > fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-warning > fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-warning > fa-icon.dropdown-toggle:focus, .btn-flair-warning > .ng-fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-warning > .ng-fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-warning > .ng-fa-icon.dropdown-toggle:focus, .btn-flair-warning > i:not(:disabled):not(.disabled):active:focus, .btn-flair-warning > i:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-warning > i.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(210, 167, 23, 0.5); }

.btn-flair-warning > span:not(.badge) {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem; }

.btn-flair > span:not(.badge) {
  color: #14769d !important;
  text-decoration: none !important; }

.btn-group > .btn-flair > span:not(.badge):hover {
  background: #fff !important;
  color: #C0471B !important; }

.btn-warning:hover > .badge.badge-button,
.btn-warning:focus > .badge.badge-button {
  border: 2px solid #fbe18a !important; }

.btn-warning > .badge.badge-button {
  border: 2px solid #fada71 !important; }

.btn-icon-warning {
  color: #f7c41b;
  border-color: #f7c41b; }
  .btn-icon-warning:hover {
    color: #000;
    background-color: #f7c41b;
    border-color: #f7c41b; }
  .btn-icon-warning:focus, .btn-icon-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 196, 27, 0.5); }
  .btn-icon-warning.disabled, .btn-icon-warning:disabled {
    color: #f7c41b;
    background-color: transparent; }
  .btn-icon-warning:not(:disabled):not(.disabled):active, .btn-icon-warning:not(:disabled):not(.disabled).active,
  .show > .btn-icon-warning.dropdown-toggle {
    color: #000;
    background-color: #f7c41b;
    border-color: #f7c41b; }
    .btn-icon-warning:not(:disabled):not(.disabled):active:focus, .btn-icon-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-icon-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 196, 27, 0.5); }

.btn[class*="-danger"]:focus:not(:invalid), .btn[class*="-danger"]:focus:not(.is-invalid), .btn[class*="-danger"].focus:not(:invalid), .btn[class*="-danger"].focus:not(.is-invalid) {
  box-shadow: 0 0 0 0.2rem #b90000 !important;
  /*
      &:active, &.active {
        box-shadow: 0 0 0 $btn-focus-width rgba($value, 1);
      }
      */ }

/*
  .btn-chip-danger {
      @include button-outline-variant($value);
      color: rgba($body-color,0.70);

      &.active,&:active {
          background-color: lighten($value,10%) !important;
      }
  }
  */
/* .btn-group.btn-group-toggle > .btn { */
.btn-group > .btn:hover.active.btn-danger, .btn-group > .btn:focus.active.btn-danger {
  background-color: #6d0000;
  color: #fff; }

.btn-flair-danger {
  color: #b90000;
  border-color: #b90000;
  display: table;
  padding: 0 !important;
  background: #fff !important; }
  .btn-flair-danger:hover {
    color: #fff;
    background-color: #b90000;
    border-color: #b90000; }
  .btn-flair-danger:focus, .btn-flair-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5); }
  .btn-flair-danger.disabled, .btn-flair-danger:disabled {
    color: #b90000;
    background-color: transparent; }
  .btn-flair-danger:not(:disabled):not(.disabled):active, .btn-flair-danger:not(:disabled):not(.disabled).active,
  .show > .btn-flair-danger.dropdown-toggle {
    color: #fff;
    background-color: #b90000;
    border-color: #b90000; }
    .btn-flair-danger:not(:disabled):not(.disabled):active:focus, .btn-flair-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(185, 0, 0, 0.5); }

.btn-flair-danger > fa-icon, .btn-flair-danger > .ng-fa-icon, .btn-flair-danger > i {
  color: #fff;
  background-color: #b90000;
  border-color: #b90000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 250%;
  display: table-cell; }
  .btn-flair-danger > fa-icon:hover, .btn-flair-danger > .ng-fa-icon:hover, .btn-flair-danger > i:hover {
    color: #fff;
    background-color: #930000;
    border-color: #860000; }
  .btn-flair-danger > fa-icon:focus, .btn-flair-danger > fa-icon.focus, .btn-flair-danger > .ng-fa-icon:focus, .btn-flair-danger > .ng-fa-icon.focus, .btn-flair-danger > i:focus, .btn-flair-danger > i.focus {
    color: #fff;
    background-color: #930000;
    border-color: #860000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(196, 38, 38, 0.5); }
  .btn-flair-danger > fa-icon.disabled, .btn-flair-danger > fa-icon:disabled, .btn-flair-danger > .ng-fa-icon.disabled, .btn-flair-danger > .ng-fa-icon:disabled, .btn-flair-danger > i.disabled, .btn-flair-danger > i:disabled {
    color: #fff;
    background-color: #b90000;
    border-color: #b90000; }
  .btn-flair-danger > fa-icon:not(:disabled):not(.disabled):active, .btn-flair-danger > fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-danger > fa-icon.dropdown-toggle, .btn-flair-danger > .ng-fa-icon:not(:disabled):not(.disabled):active, .btn-flair-danger > .ng-fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-danger > .ng-fa-icon.dropdown-toggle, .btn-flair-danger > i:not(:disabled):not(.disabled):active, .btn-flair-danger > i:not(:disabled):not(.disabled).active,
  .show > .btn-flair-danger > i.dropdown-toggle {
    color: #fff;
    background-color: #860000;
    border-color: #790000; }
    .btn-flair-danger > fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-danger > fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-danger > fa-icon.dropdown-toggle:focus, .btn-flair-danger > .ng-fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-danger > .ng-fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-danger > .ng-fa-icon.dropdown-toggle:focus, .btn-flair-danger > i:not(:disabled):not(.disabled):active:focus, .btn-flair-danger > i:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-danger > i.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(196, 38, 38, 0.5); }

.btn-flair-danger > span:not(.badge) {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem; }

.btn-flair > span:not(.badge) {
  color: #14769d !important;
  text-decoration: none !important; }

.btn-group > .btn-flair > span:not(.badge):hover {
  background: #fff !important;
  color: #C0471B !important; }

.btn-danger:hover > .badge.badge-button,
.btn-danger:focus > .badge.badge-button {
  border: 2px solid #ff2d2d !important; }

.btn-danger > .badge.badge-button {
  border: 2px solid #ff1313 !important; }

.btn-icon-danger {
  color: #b90000;
  border-color: #b90000; }
  .btn-icon-danger:hover {
    color: #fff;
    background-color: #b90000;
    border-color: #b90000; }
  .btn-icon-danger:focus, .btn-icon-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(185, 0, 0, 0.5); }
  .btn-icon-danger.disabled, .btn-icon-danger:disabled {
    color: #b90000;
    background-color: transparent; }
  .btn-icon-danger:not(:disabled):not(.disabled):active, .btn-icon-danger:not(:disabled):not(.disabled).active,
  .show > .btn-icon-danger.dropdown-toggle {
    color: #fff;
    background-color: #b90000;
    border-color: #b90000; }
    .btn-icon-danger:not(:disabled):not(.disabled):active:focus, .btn-icon-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-icon-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(185, 0, 0, 0.5); }

.btn[class*="-info"]:focus:not(:invalid), .btn[class*="-info"]:focus:not(.is-invalid), .btn[class*="-info"].focus:not(:invalid), .btn[class*="-info"].focus:not(.is-invalid) {
  box-shadow: 0 0 0 0.2rem #693a77 !important;
  /*
      &:active, &.active {
        box-shadow: 0 0 0 $btn-focus-width rgba($value, 1);
      }
      */ }

/*
  .btn-chip-info {
      @include button-outline-variant($value);
      color: rgba($body-color,0.70);

      &.active,&:active {
          background-color: lighten($value,10%) !important;
      }
  }
  */
/* .btn-group.btn-group-toggle > .btn { */
.btn-group > .btn:hover.active.btn-info, .btn-group > .btn:focus.active.btn-info {
  background-color: #3c2144;
  color: #fff; }

.btn-flair-info {
  color: #693A77;
  border-color: #693A77;
  display: table;
  padding: 0 !important;
  background: #fff !important; }
  .btn-flair-info:hover {
    color: #fff;
    background-color: #693A77;
    border-color: #693A77; }
  .btn-flair-info:focus, .btn-flair-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 58, 119, 0.5); }
  .btn-flair-info.disabled, .btn-flair-info:disabled {
    color: #693A77;
    background-color: transparent; }
  .btn-flair-info:not(:disabled):not(.disabled):active, .btn-flair-info:not(:disabled):not(.disabled).active,
  .show > .btn-flair-info.dropdown-toggle {
    color: #fff;
    background-color: #693A77;
    border-color: #693A77; }
    .btn-flair-info:not(:disabled):not(.disabled):active:focus, .btn-flair-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(105, 58, 119, 0.5); }

.btn-flair-info > fa-icon, .btn-flair-info > .ng-fa-icon, .btn-flair-info > i {
  color: #fff;
  background-color: #693A77;
  border-color: #693A77;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 250%;
  display: table-cell; }
  .btn-flair-info > fa-icon:hover, .btn-flair-info > .ng-fa-icon:hover, .btn-flair-info > i:hover {
    color: #fff;
    background-color: #522d5d;
    border-color: #4b2955; }
  .btn-flair-info > fa-icon:focus, .btn-flair-info > fa-icon.focus, .btn-flair-info > .ng-fa-icon:focus, .btn-flair-info > .ng-fa-icon.focus, .btn-flair-info > i:focus, .btn-flair-info > i.focus {
    color: #fff;
    background-color: #522d5d;
    border-color: #4b2955;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(128, 88, 139, 0.5); }
  .btn-flair-info > fa-icon.disabled, .btn-flair-info > fa-icon:disabled, .btn-flair-info > .ng-fa-icon.disabled, .btn-flair-info > .ng-fa-icon:disabled, .btn-flair-info > i.disabled, .btn-flair-info > i:disabled {
    color: #fff;
    background-color: #693A77;
    border-color: #693A77; }
  .btn-flair-info > fa-icon:not(:disabled):not(.disabled):active, .btn-flair-info > fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-info > fa-icon.dropdown-toggle, .btn-flair-info > .ng-fa-icon:not(:disabled):not(.disabled):active, .btn-flair-info > .ng-fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-info > .ng-fa-icon.dropdown-toggle, .btn-flair-info > i:not(:disabled):not(.disabled):active, .btn-flair-info > i:not(:disabled):not(.disabled).active,
  .show > .btn-flair-info > i.dropdown-toggle {
    color: #fff;
    background-color: #4b2955;
    border-color: #43254c; }
    .btn-flair-info > fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-info > fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-info > fa-icon.dropdown-toggle:focus, .btn-flair-info > .ng-fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-info > .ng-fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-info > .ng-fa-icon.dropdown-toggle:focus, .btn-flair-info > i:not(:disabled):not(.disabled):active:focus, .btn-flair-info > i:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-info > i.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(128, 88, 139, 0.5); }

.btn-flair-info > span:not(.badge) {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem; }

.btn-flair > span:not(.badge) {
  color: #14769d !important;
  text-decoration: none !important; }

.btn-group > .btn-flair > span:not(.badge):hover {
  background: #fff !important;
  color: #C0471B !important; }

.btn-info:hover > .badge.badge-button,
.btn-info:focus > .badge.badge-button {
  border: 2px solid #a66cb7 !important; }

.btn-info > .badge.badge-button {
  border: 2px solid #9c5baf !important; }

.btn-icon-info {
  color: #693A77;
  border-color: #693A77; }
  .btn-icon-info:hover {
    color: #fff;
    background-color: #693A77;
    border-color: #693A77; }
  .btn-icon-info:focus, .btn-icon-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 58, 119, 0.5); }
  .btn-icon-info.disabled, .btn-icon-info:disabled {
    color: #693A77;
    background-color: transparent; }
  .btn-icon-info:not(:disabled):not(.disabled):active, .btn-icon-info:not(:disabled):not(.disabled).active,
  .show > .btn-icon-info.dropdown-toggle {
    color: #fff;
    background-color: #693A77;
    border-color: #693A77; }
    .btn-icon-info:not(:disabled):not(.disabled):active:focus, .btn-icon-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-icon-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(105, 58, 119, 0.5); }

.btn[class*="-dark"]:focus:not(:invalid), .btn[class*="-dark"]:focus:not(.is-invalid), .btn[class*="-dark"].focus:not(:invalid), .btn[class*="-dark"].focus:not(.is-invalid) {
  box-shadow: 0 0 0 0.2rem #5b5b5b !important;
  /*
      &:active, &.active {
        box-shadow: 0 0 0 $btn-focus-width rgba($value, 1);
      }
      */ }

/*
  .btn-chip-dark {
      @include button-outline-variant($value);
      color: rgba($body-color,0.70);

      &.active,&:active {
          background-color: lighten($value,10%) !important;
      }
  }
  */
/* .btn-group.btn-group-toggle > .btn { */
.btn-group > .btn:hover.active.btn-dark, .btn-group > .btn:focus.active.btn-dark {
  background-color: #353535;
  color: #fff; }

.btn-flair-dark {
  color: #5B5B5B;
  border-color: #5B5B5B;
  display: table;
  padding: 0 !important;
  background: #fff !important; }
  .btn-flair-dark:hover {
    color: #fff;
    background-color: #5B5B5B;
    border-color: #5B5B5B; }
  .btn-flair-dark:focus, .btn-flair-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 91, 91, 0.5); }
  .btn-flair-dark.disabled, .btn-flair-dark:disabled {
    color: #5B5B5B;
    background-color: transparent; }
  .btn-flair-dark:not(:disabled):not(.disabled):active, .btn-flair-dark:not(:disabled):not(.disabled).active,
  .show > .btn-flair-dark.dropdown-toggle {
    color: #fff;
    background-color: #5B5B5B;
    border-color: #5B5B5B; }
    .btn-flair-dark:not(:disabled):not(.disabled):active:focus, .btn-flair-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(91, 91, 91, 0.5); }

.btn-flair-dark > fa-icon, .btn-flair-dark > .ng-fa-icon, .btn-flair-dark > i {
  color: #fff;
  background-color: #5B5B5B;
  border-color: #5B5B5B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 250%;
  display: table-cell; }
  .btn-flair-dark > fa-icon:hover, .btn-flair-dark > .ng-fa-icon:hover, .btn-flair-dark > i:hover {
    color: #fff;
    background-color: #484848;
    border-color: #424242; }
  .btn-flair-dark > fa-icon:focus, .btn-flair-dark > fa-icon.focus, .btn-flair-dark > .ng-fa-icon:focus, .btn-flair-dark > .ng-fa-icon.focus, .btn-flair-dark > i:focus, .btn-flair-dark > i.focus {
    color: #fff;
    background-color: #484848;
    border-color: #424242;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(116, 116, 116, 0.5); }
  .btn-flair-dark > fa-icon.disabled, .btn-flair-dark > fa-icon:disabled, .btn-flair-dark > .ng-fa-icon.disabled, .btn-flair-dark > .ng-fa-icon:disabled, .btn-flair-dark > i.disabled, .btn-flair-dark > i:disabled {
    color: #fff;
    background-color: #5B5B5B;
    border-color: #5B5B5B; }
  .btn-flair-dark > fa-icon:not(:disabled):not(.disabled):active, .btn-flair-dark > fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-dark > fa-icon.dropdown-toggle, .btn-flair-dark > .ng-fa-icon:not(:disabled):not(.disabled):active, .btn-flair-dark > .ng-fa-icon:not(:disabled):not(.disabled).active,
  .show > .btn-flair-dark > .ng-fa-icon.dropdown-toggle, .btn-flair-dark > i:not(:disabled):not(.disabled):active, .btn-flair-dark > i:not(:disabled):not(.disabled).active,
  .show > .btn-flair-dark > i.dropdown-toggle {
    color: #fff;
    background-color: #424242;
    border-color: #3b3b3b; }
    .btn-flair-dark > fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-dark > fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-dark > fa-icon.dropdown-toggle:focus, .btn-flair-dark > .ng-fa-icon:not(:disabled):not(.disabled):active:focus, .btn-flair-dark > .ng-fa-icon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-dark > .ng-fa-icon.dropdown-toggle:focus, .btn-flair-dark > i:not(:disabled):not(.disabled):active:focus, .btn-flair-dark > i:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flair-dark > i.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(116, 116, 116, 0.5); }

.btn-flair-dark > span:not(.badge) {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem; }

.btn-flair > span:not(.badge) {
  color: #14769d !important;
  text-decoration: none !important; }

.btn-group > .btn-flair > span:not(.badge):hover {
  background: #fff !important;
  color: #C0471B !important; }

.btn-dark:hover > .badge.badge-button,
.btn-dark:focus > .badge.badge-button {
  border: 2px solid #949494 !important; }

.btn-dark > .badge.badge-button {
  border: 2px solid #888888 !important; }

.btn-icon-dark {
  color: #5B5B5B;
  border-color: #5B5B5B; }
  .btn-icon-dark:hover {
    color: #fff;
    background-color: #5B5B5B;
    border-color: #5B5B5B; }
  .btn-icon-dark:focus, .btn-icon-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 91, 91, 0.5); }
  .btn-icon-dark.disabled, .btn-icon-dark:disabled {
    color: #5B5B5B;
    background-color: transparent; }
  .btn-icon-dark:not(:disabled):not(.disabled):active, .btn-icon-dark:not(:disabled):not(.disabled).active,
  .show > .btn-icon-dark.dropdown-toggle {
    color: #fff;
    background-color: #5B5B5B;
    border-color: #5B5B5B; }
    .btn-icon-dark:not(:disabled):not(.disabled):active:focus, .btn-icon-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-icon-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(91, 91, 91, 0.5); }

.divider-container.divider-h-container {
  width: 100%; }

.divider.divider-h {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1em 0;
  font-weight: 600; }

.divider.divider-h > span {
  position: relative;
  display: inline-block;
  opacity: 0.9;
  min-width: 2.5em; }

.divider.divider-h > span:before, .divider.divider-h span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px; }

.divider.divider-h span:before {
  right: 100%;
  margin-right: 1.5em; }

.divider.divider-h span:after {
  left: 100%;
  margin-left: 1.5em; }

.divider.divider-h.divider--double > span:before, .divider.divider-h.divider--double span:after {
  content: "";
  background: transparent !important;
  top: calc(50% - 4px);
  height: 8px;
  border-top-width: 2px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid; }

.divider.divider-h.divider--double span:before {
  right: 100%;
  margin-right: 1.5em; }

.divider.divider-h.divider--double span:after {
  left: 100%;
  margin-left: 1.5em; }

.divider-primary > span:before,
.divider-primary > span:after {
  background: #14769d !important;
  opacity: 0.65; }

.divider-primary.divider--double > span:before,
.divider-primary.divider--double > span:after {
  border-top-color: #14769d !important;
  border-bottom-color: rgba(20, 118, 157, 0.55) !important; }

.divider-secondary > span:before,
.divider-secondary > span:after {
  background: #f8f8f8 !important;
  opacity: 0.65; }

.divider-secondary.divider--double > span:before,
.divider-secondary.divider--double > span:after {
  border-top-color: #f8f8f8 !important;
  border-bottom-color: rgba(248, 248, 248, 0.55) !important; }

.divider-light > span:before,
.divider-light > span:after {
  background: #f8f8f8 !important;
  opacity: 0.65; }

.divider-light.divider--double > span:before,
.divider-light.divider--double > span:after {
  border-top-color: #f8f8f8 !important;
  border-bottom-color: rgba(248, 248, 248, 0.55) !important; }

.divider-dark > span:before,
.divider-dark > span:after {
  background: #5B5B5B !important;
  opacity: 0.65; }

.divider-dark.divider--double > span:before,
.divider-dark.divider--double > span:after {
  border-top-color: #5B5B5B !important;
  border-bottom-color: rgba(91, 91, 91, 0.55) !important; }

.divider-nav > span:before,
.divider-nav > span:after {
  background: #000000DE !important;
  opacity: 0.65; }

.divider-nav.divider--double > span:before,
.divider-nav.divider--double > span:after {
  border-top-color: #000000DE !important;
  border-bottom-color: rgba(0, 0, 0, 0.55) !important; }

.divider-muted > span:before,
.divider-muted > span:after {
  background: #757575 !important;
  opacity: 0.35; }

.divider-muted.divider--double > span:before,
.divider-muted.divider--double > span:after {
  border-top-color: #757575 !important;
  border-bottom-color: rgba(117, 117, 117, 0.35) !important; }

.accordion > section + .collapse {
  padding: 0;
  margin: 0; }

/* collapsible */
.accordion > [aria-expanded],
.accordion > [data-toggle="collapse"] {
  padding-right: 2rem; }

.oaux-tooltip {
  align-self: center;
  cursor: pointer; }
  .oaux-tooltip.oaux-tooltip-before-focusable:before {
    opacity: 0.5; }
  .oaux-tooltip.oaux-tooltip-before-focusable:focus:before, .oaux-tooltip.oaux-tooltip-before-focusable:hover:before {
    opacity: 1 !important; }
  .oaux-tooltip.oaux-tooltip--icon .oaux-tooltip-focusable {
    opacity: 0.5; }
    .oaux-tooltip.oaux-tooltip--icon .oaux-tooltip-focusable:focus, .oaux-tooltip.oaux-tooltip--icon .oaux-tooltip-focusable:hover {
      opacity: 1 !important; }
  .oaux-tooltip:not(.oaux-tooltip--icon):not(.oaux-tooltip-before-focusable) .oaux-tooltip-focusable:focus-within :first-child, .oaux-tooltip:not(.oaux-tooltip--icon):not(.oaux-tooltip-before-focusable) .oaux-tooltip-focusable:hover * {
    opacity: 1 !important; }

.oaux-tooltip-focusable, .oaux-tooltip-before-focusable {
  outline: none !important; }

.oaux-tooltip-icon {
  font-size: 1.75rem; }

.tooltip.show {
  will-change: auto !important;
  /* `transform` causes blurry text */
  opacity: 1; }
  .tooltip.show strong, .tooltip.show b, .tooltip.show em, .tooltip.show span:not([class]) {
    color: #f7c41b; }
  .tooltip.show em {
    font-style: "normal" !important; }

.oux-button + .oaux-tooltip {
  margin-left: 1rem; }

.oaux-tooltip.oaux-tooltip--icon.fa-stack {
  font-size: 150%;
  outline: 0;
  width: 2rem; }
  .oaux-tooltip.oaux-tooltip--icon.fa-stack .oaux-tooltip--focused {
    visibility: hidden;
    font-size: 128%;
    font-weight: 900; }
  .oaux-tooltip.oaux-tooltip--icon.fa-stack:focus {
    border: 0px solid currentColor; }
  .oaux-tooltip.oaux-tooltip--icon.fa-stack:focus .oaux-tooltip--focused, .oaux-tooltip.oaux-tooltip--icon.fa-stack:hover .oaux-tooltip--focused {
    visibility: visible; }
    .oaux-tooltip.oaux-tooltip--icon.fa-stack:focus .oaux-tooltip--focused ~ span, .oaux-tooltip.oaux-tooltip--icon.fa-stack:hover .oaux-tooltip--focused ~ span {
      color: #fff; }

.popover.show {
  background-color: #000000DE;
  color: #fff; }
  .popover.show .popover-body {
    color: #fff; }

ngb-alert, .alert {
  display: block; }
  ngb-alert fa-icon, ngb-alert .ng-fa-icon, ngb-alert .fa-fw, ngb-alert .icon-fa, ngb-alert i.fa, .alert fa-icon, .alert .ng-fa-icon, .alert .fa-fw, .alert .icon-fa, .alert i.fa {
    font-size: 125%; }
  ngb-alert fa-icon, ngb-alert .ng-fa-icon, ngb-alert .fa-fw, ngb-alert .icon-fa, ngb-alert i.fa, .alert fa-icon, .alert .ng-fa-icon, .alert .fa-fw, .alert .icon-fa, .alert i.fa {
    vertical-align: middle;
    display: inline-flex; }
  ngb-alert > h1:first-child, ngb-alert > h2:first-child, ngb-alert > h3:first-child, ngb-alert > h4:first-child, ngb-alert > h5:first-child, ngb-alert > h6:first-child, ngb-alert > legend, .alert > h1:first-child, .alert > h2:first-child, .alert > h3:first-child, .alert > h4:first-child, .alert > h5:first-child, .alert > h6:first-child, .alert > legend {
    display: inline-block;
    width: 100%; }
    ngb-alert > h1:first-child fa-icon, ngb-alert > h1:first-child .ng-fa-icon, ngb-alert > h1:first-child .fa-fw, ngb-alert > h1:first-child .icon-fa, ngb-alert > h2:first-child fa-icon, ngb-alert > h2:first-child .ng-fa-icon, ngb-alert > h2:first-child .fa-fw, ngb-alert > h2:first-child .icon-fa, ngb-alert > h3:first-child fa-icon, ngb-alert > h3:first-child .ng-fa-icon, ngb-alert > h3:first-child .fa-fw, ngb-alert > h3:first-child .icon-fa, ngb-alert > h4:first-child fa-icon, ngb-alert > h4:first-child .ng-fa-icon, ngb-alert > h4:first-child .fa-fw, ngb-alert > h4:first-child .icon-fa, ngb-alert > h5:first-child fa-icon, ngb-alert > h5:first-child .ng-fa-icon, ngb-alert > h5:first-child .fa-fw, ngb-alert > h5:first-child .icon-fa, ngb-alert > h6:first-child fa-icon, ngb-alert > h6:first-child .ng-fa-icon, ngb-alert > h6:first-child .fa-fw, ngb-alert > h6:first-child .icon-fa, ngb-alert > legend fa-icon, ngb-alert > legend .ng-fa-icon, ngb-alert > legend .fa-fw, ngb-alert > legend .icon-fa, .alert > h1:first-child fa-icon, .alert > h1:first-child .ng-fa-icon, .alert > h1:first-child .fa-fw, .alert > h1:first-child .icon-fa, .alert > h2:first-child fa-icon, .alert > h2:first-child .ng-fa-icon, .alert > h2:first-child .fa-fw, .alert > h2:first-child .icon-fa, .alert > h3:first-child fa-icon, .alert > h3:first-child .ng-fa-icon, .alert > h3:first-child .fa-fw, .alert > h3:first-child .icon-fa, .alert > h4:first-child fa-icon, .alert > h4:first-child .ng-fa-icon, .alert > h4:first-child .fa-fw, .alert > h4:first-child .icon-fa, .alert > h5:first-child fa-icon, .alert > h5:first-child .ng-fa-icon, .alert > h5:first-child .fa-fw, .alert > h5:first-child .icon-fa, .alert > h6:first-child fa-icon, .alert > h6:first-child .ng-fa-icon, .alert > h6:first-child .fa-fw, .alert > h6:first-child .icon-fa, .alert > legend fa-icon, .alert > legend .ng-fa-icon, .alert > legend .fa-fw, .alert > legend .icon-fa {
      display: block;
      float: left; }
  ngb-alert.has-icon, .alert.has-icon {
    display: flex;
    flex-direction: row; }
  ngb-alert > fa-icon, ngb-alert > .ng-fa-icon, ngb-alert > .fa-fw, ngb-alert > .icon-fa, .alert > fa-icon, .alert > .ng-fa-icon, .alert > .fa-fw, .alert > .icon-fa {
    font-size: 250% !important;
    margin-left: 0.25rem;
    margin-right: 1.5rem;
    display: inline-flex !important; }
  ngb-alert:first-child, .alert:first-child {
    margin-top: 0; }
  ngb-alert:last-child, .alert:last-child {
    margin-bottom: 0; }
  ngb-alert > .alert-body, .alert > .alert-body {
    display: flow-root !important; }
  ngb-alert .ng-fa-icon, ngb-alert .fa-fw, ngb-alert .icon-fa, .alert .ng-fa-icon, .alert .fa-fw, .alert .icon-fa {
    margin-left: 0 !important; }
  ngb-alert .ng-fa-icon + .alert-body, ngb-alert .fa-fw + .alert-body, ngb-alert .icon-fa + .alert-body, .alert .ng-fa-icon + .alert-body, .alert .fa-fw + .alert-body, .alert .icon-fa + .alert-body {
    margin-left: 0.75rem; }

.oux-alert {
  border-radius: 0 !important;
  padding-left: 1rem; }
  .oux-alert.role--banner {
    margin-top: 0.5rem;
    margin-top: 1rem; }
  .oux-alert .oaux-alert-title, .oux-alert .oaux-banner-title {
    font-size: inherit !important;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: 500;
    display: inline !important;
    padding-right: 0.25rem; }
  .oux-alert fa-icon, .oux-alert .ng-fa-icon, .oux-alert .fa-fw, .oux-alert .icon-fa, .oux-alert i.fa {
    font-size: 150%; }
  .oux-alert .ng-fa-icon {
    margin-right: 0; }
  .oux-alert .alert-body {
    letter-spacing: 0.24px;
    font-size: 12px;
    line-height: 1.833em;
    /* 22px; */ }

.oux-bar .oux-alert.role--banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.oux-alert.role--banner + p, p + .oux-alert.role--banner,
.oux-banner-container + p, p + .oux-banner-container {
  margin-top: 2rem; }

/**** TOAST ****/
/*
dl {
  display: flex;
  flex-wrap: wrap;
}
dt {
  min-width: 25%;
  white-space: nowrap;
}
dd {
  margin-left: auto;
  width: 75%;
}
*/
dl dt[ng-reflect-router-link] {
  cursor: pointer; }
  dl dt[ng-reflect-router-link]:hover {
    text-decoration: underline; }

dl.dl--flex {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-items: center; }
  dl.dl--flex > dt {
    align-items: center;
    display: inline-flex; }
    dl.dl--flex > dt fa-icon, dl.dl--flex > dt .ng-fa-icon, dl.dl--flex > dt .fa-fw, dl.dl--flex > dt .icon-fa, dl.dl--flex > dt i.fa {
      font-size: 150%; }
    dl.dl--flex > dt > .ng-fa-icon + span, dl.dl--flex > dt .fa-fw + span, dl.dl--flex > dt .icon-fa + span {
      margin-left: 0.75rem; }
    dl.dl--flex > dt > *:first-child {
      display: inline-flex;
      align-items: center; }
  dl.dl--flex > dd {
    flex-grow: 1;
    margin: 0;
    flex-shrink: 0; }
  dl.dl--flex > dt, dl.dl--flex > dd {
    flex-basis: 47.5%;
    padding: 2px 4px; }
  dl.dl--flex.dt--15 {
    /* dd { flex-basis: 75%; } */ }
    dl.dl--flex.dt--15 dt {
      flex-basis: 15%; }
  dl.dl--flex.dt--20 {
    /* dd { flex-basis: 75%; } */ }
    dl.dl--flex.dt--20 dt {
      flex-basis: 20%; }
  dl.dl--flex.dt--25 {
    /* dd { flex-basis: 70%; } */ }
    dl.dl--flex.dt--25 dt {
      flex-basis: 25%; }
  dl.dl--flex.dt--33 {
    /* dd { flex-basis: 62%; } */ }
    dl.dl--flex.dt--33 dt {
      flex-basis: 33%; }

/*
dd:after {
  flex: 1 1 auto;
  content: "";
}
*/
.toast .oux-dl, .alert .oux-dl, .modal .oux-dl {
  margin-bottom: 0 !important; }

.toast dl.dl--flex > dt, .toast dl.dl--flex > dd {
  padding: 5px 2px; }

.toast dl.dl--flex > dd {
  flex: 1 !important;
  font-weight: 100 !important;
  opacity: 0.95; }

.toast dl.dl--flex dt + dd {
  margin-left: 0.25rem; }

.alert dl.dl--flex > dt, .alert dl.dl--flex > dd {
  padding: 5px 2px !important; }

.section dl.dl--flex > dt, .section dl.dl--flex > dd {
  padding: 3px 0px !important; }

/* https://www.the-art-of-web.com/css/format-dl/ */
ol.oux-ol.alphalc, ol > li.oux-li.alphalc {
  list-style-type: lower-alpha; }

ol.oux-ol.alphauc, ol > li.oux-li.alphauc {
  list-style-type: upper-alpha; }

ol.oux-ol.romanlc, ol > li.oux-li.romanlc {
  list-style-type: lower-roman; }

ol.oux-ol.romanuc, ol > li.oux-li.romanuc {
  list-style-type: upper-roman; }

ul.oux-ul.disc, ul > li.oux-li.disc {
  list-style-type: disc; }

ul.oux-ul.square, ul > li.oux-li.square {
  list-style-type: square; }

ul.oux-ul.circle, ul > li.oux-li.circle {
  list-style-type: circle; }

.list-no-indent {
  margin-left: 1.5rem;
  padding-left: 0;
  list-style-position: outside; }

.list-outside {
  list-style-position: outside; }

.list-inside {
  list-style-position: inside; }

.list-context, .list-context > li {
  list-style: none !important; }

.list-context > li {
  /*
  &.circle:before {
    content: "\25CC";
  }
  */ }
  .list-context > li:before {
    content: "\2022";
    width: 1rem;
    margin-left: -1.25rem;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 0.7rem;
    line-height: 1;
    color: rgba(20, 118, 157, 0.5); }
  .list-context > li.disc:before {
    content: "\2022"; }
  .list-context > li.circle:before {
    content: "\25CB";
    /* "\26AC"; */
    font-size: 0.85rem; }
  .list-context > li.square:before {
    content: "\25AA"; }

.list-context {
  /*
  &.circle > li:before {
    content: "\25CC";
  }
  */ }
  .list-context.disc > li:before {
    content: "\2022"; }
  .list-context.circle > li:before {
    content: "\25CB";
    /* "\26AC"; */
    font-size: 0.85rem; }
  .list-context.square > li:before {
    content: "\25AA"; }

.list-primary:before, .list-primary > li:before {
  color: #14769d; }

.list-primary.list--light:before, .list-primary.list--light > li:before {
  color: rgba(20, 118, 157, 0.5); }

.list-danger:before, .list-danger > li:before {
  color: #b90000; }

.list-danger.list--light:before, .list-danger.list--light > li:before {
  color: rgba(185, 0, 0, 0.5); }

.list-success:before, .list-success > li:before {
  color: #468313; }

.list-success.list--light:before, .list-success.list--light > li:before {
  color: rgba(70, 131, 19, 0.5); }

.oux-check-icons .form-check-input {
  position: absolute;
  opacity: 0;
  left: -1000px;
  cursor: pointer; }

.oux-check-icons .form-check-input + .form-check-label {
  margin-left: -0.5rem;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
  display: flex;
  align-items: center; }

.oux-check-icons .oux-check-icon {
  display: none;
  width: 2rem;
  margin-right: 0.25rem; }

.oux-check-icons .oux-check-icon > .focused {
  visibility: hidden;
  font-size: 130%;
  font-weight: 900; }

.form-check-lg .form-check-input + .form-check-label .oux-check-icon,
.oux-check-icons .form-check-input + .form-check-label-lg .oux-check-icon {
  width: 2.25rem !important; }

.form-check-lg .form-check-label .oux-check-icon > .focused,
.oux-check-icons .form-check-label-lg .oux-check-icon > .focused {
  font-size: 2rem; }

.form-check-sm .form-check-input + .form-check-label .oux-check-icon,
.oux-check-icons .form-check-input + .form-check-label-sm .oux-check-icon {
  width: 1.25rem !important; }

.form-check-sm .form-check-label .oux-check-icon > .focused,
.oux-check-icons .form-check-label-sm .oux-check-icon > .focused {
  font-size: 1.25rem; }

.oux-check-icons label.form-check-label--longtext > .oux-check-icon {
  align-self: baseline;
  margin-top: -0.4rem; }

.oux-check-icons input + label > .oux-check-icon {
  color: currentColor; }

.oux-check-icons input:disabled + label > .oux-check-icon,
.oux-check-icons input.disabled + label > .oux-check-icon,
.oux-check-icons input:read-only + label > .oux-check-icon,
.oux-check-icons input[readonly] + label > .oux-check-icon {
  opacity: 0.4; }

.oux-check-icons input:not(.is-invalid):not(:disabled):not(.disabled) + label > .oux-check-icon {
  color: #14769d; }

.oux-check-icons .oux-check-icon > .checked {
  display: none; }

.oux-check-icons input[type="radio"] + label > .oux-check-icon.radio,
.oux-check-icons input[type="checkbox"] + label > .oux-check-icon.checkbox {
  display: inline-block; }

.oux-check-icons input:not(:disabled):not(.disabled):focus + label > .oux-check-icon > .focused,
.oux-check-icons input:not(:disabled):not(.disabled):hover + label > .oux-check-icon > .focused {
  visibility: visible; }

.oux-check-icons input:not(:disabled):not(.disabled):focus + label > .oux-check-icon > :not(.focused),
.oux-check-icons input:not(:disabled):not(.disabled):hover + label > .oux-check-icon > :not(.focused) {
  color: #fff; }

.oux-check-icons input:checked + label > .oux-check-icon > .checked {
  display: inline-block; }

.one-text {
  text-transform: uppercase;
  font-family: "Oswald", serif;
  line-height: 1.75rem;
  letter-spacing: .6px;
  font-weight: 100; }
  .one-text b, .one-text strong {
    font-weight: 600;
    font-stretch: semi-expanded; }

.one-icon {
  border-radius: 50%;
  padding: 3px;
  border: 3px solid;
  border-color: inherit;
  font-size: 75% !important; }
  .one-icon > svg {
    margin-right: 0px !important; }

.one-icon + .one-text {
  margin-left: .75rem !important; }

.onec-body-container.body-container--form + .onec-footer-container {
  margin-top: 2.75rem; }

.onec-body-container.body-container--form h1 + h2, .onec-body-container.body-container--form p + h2 {
  margin-top: 1.5rem; }

.onec-footer-container {
  padding-top: 0.75rem;
  padding-bottom: 1rem; }

.onec-footer {
  padding-top: 0;
  padding-bottom: 0; }
  .onec-footer a {
    color: currentColor !important; }
  .onec-footer .flex-item {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
  .onec-footer .footer-text-container {
    font-size: 0.625rem;
    height: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column; }
  .onec-footer .footer-text-row {
    display: flex; }
  .onec-footer .footer-links-container {
    font-size: 0.75rem;
    justify-content: space-evenly; }
    .onec-footer .footer-links-container .footer-link {
      /* color: currentColor !important; */
      flex: 1 1 auto;
      text-align: center;
      /*
      a {
        color: currentColor !important;
      }
      */ }
      .onec-footer .footer-links-container .footer-link:first-of-type {
        text-align: left; }
      .onec-footer .footer-links-container .footer-link:last-of-type {
        text-align: right; }
  .onec-footer .footer-logo-container {
    display: table;
    width: 100%;
    align-items: center; }
    .onec-footer .footer-logo-container .footer-text-col {
      display: table-cell; }
  .onec-footer .footer-logo-text {
    opacity: 0.75;
    /* flex-grow: 1; */
    width: 100%;
    vertical-align: bottom; }
  .onec-footer .footer-text-divider {
    margin: 0 0.25rem; }
  .onec-footer .footer-logo-image {
    /* Set the fixed width of the footer here */
    /*width: 8rem;*/
    /*flex-shrink: 0;*/
    white-space: nowrap; }
    .onec-footer .footer-logo-image.multiple-logos .img-container {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    .onec-footer .footer-logo-image.multiple-logos .img-container:first-child {
      margin-left: 0rem !important; }
    .onec-footer .footer-logo-image.multiple-logos .img-container:last-child {
      margin-right: 0rem !important; }
  .onec-footer .footer-padding {
    display: none; }

@media only screen and (min-width: 576px) {
  .footer-links-container {
    width: 450px; } }

@media only screen and (min-width: 775px) {
  .onec-footer .footer-links-container {
    width: 575px; } }

@media only screen and (max-width: 575px) {
  .onec-footer .footer-text-divider {
    display: none; }
  .onec-footer .footer-text-span {
    flex-grow: 1; }
  .onec-footer .footer-logo-text {
    display: flex !important;
    flex-direction: column !important; } }

@media only screen and (max-width: 775px) {
  .onec-footer.footer-links-container .footer-link {
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 880px) {
  .onec-footer .footer-links-container {
    margin-bottom: 1rem; } }

@media only screen and (max-width: 500px) {
  .onec-footer .footer-text-row {
    align-items: flex-start;
    flex: 1 1 auto;
    flex-direction: column; }
    .onec-footer .footer-text-row.footer-logo-container {
      margin-top: 0.75rem;
      margin-bottom: 1rem;
      display: flex;
      flex-direction: column-reverse !important; }
  .onec-footer .footer-logo-image {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    flex-grow: 1;
    align-self: center;
    flex-shrink: unset;
    width: auto; } }

.onec-faq {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  .onec-faq .onec-faq-toc-container, .onec-faq .onec-faq-toc {
    display: block; }
  .onec-faq .onec-faq-toc.onec-faq-toc-style--tab, .onec-faq .onec-faq-toc.onec-faq-toc-style--pill {
    display: flex !important; }
  .onec-faq.has-toc .onec-faq-toc-container.one-section.no-title {
    margin-bottom: 1.5rem; }
    .onec-faq.has-toc .onec-faq-toc-container.one-section.no-title.no-title--divider {
      border-bottom: 1px solid rgba(20, 118, 157, 0.65); }
  .onec-faq.has-toc + .onec-faq-toc-container + .onec-faq-toc:first-of-type {
    margin-top: 0; }
  .onec-faq .onec-faq-title, .onec-faq .onec-faq-question--dt {
    font: 18px/27px Poppins;
    font-weight: 600;
    margin-bottom: 0.5rem; }
    .onec-faq .onec-faq-title b, .onec-faq .onec-faq-title strong, .onec-faq .onec-faq-question--dt b, .onec-faq .onec-faq-question--dt strong {
      text-transform: uppercase; }
  .onec-faq .onec-faq-title {
    letter-spacing: 2.1px;
    margin-top: 0.5rem; }
  .onec-faq .onec-faq-question--dt {
    letter-spacing: 0.54px; }
  .onec-faq .onec-faq-item {
    text-decoration: underline;
    font: 400 16px/23px Poppins !important;
    letter-spacing: 0.16px; }
  .onec-faq .onec-faq-toc {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .onec-faq .onec-faq-toc.onec-faq-toc--none, .onec-faq .onec-faq-toc.onec-faq-toc--ul {
      margin-bottom: 1.5rem;
      list-style-type: none;
      padding: 0; }
    .onec-faq .onec-faq-toc.onec-faq-toc--disc {
      list-style-type: disc;
      padding: 0;
      list-style-position: inside; }
    .onec-faq .onec-faq-toc.onec-faq-toc--li {
      padding: 0; }
  .onec-faq .onec-faq-section .onec-faq-items .onec-faq-answer .onec-faq-backtotop {
    font-size: 150%;
    display: block;
    text-align: right; }

.modal.card .onec-faq {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: inline-block; }

.modal.card .onec-faq-answer {
  font: 200 14px/21px Poppins !important;
  letter-spacing: 0.42px; }

