@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #003963;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", 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: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #003963;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000d17;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  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.125rem;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7eed8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffacc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0082e3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 99, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #38c172;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem) !important;
  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='%2338c172' 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}
.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: #38c172;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}
.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(56, 193, 114, 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: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' 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='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' 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='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}
.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: #e3342f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}
.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(227, 52, 47, 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: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #003963;
  border-color: #003963;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00233d;
  border-color: #001c30;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00233d;
  border-color: #001c30;
  box-shadow: 0 0 0 0.2rem rgba(38, 87, 122, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #003963;
  border-color: #003963;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001c30;
  border-color: #001423;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 87, 122, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-outline-primary {
  color: #003963;
  border-color: #003963;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #003963;
  border-color: #003963;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 99, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #003963;
  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: #003963;
  border-color: #003963;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 99, 0.5);
}

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

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38c172;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

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

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e3342f;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

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

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

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

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 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.125rem;
  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.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #003963;
  background-color: #003963;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 99, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0082e3;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #179cff;
  border-color: #179cff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 57, 99, 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.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 57, 99, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #0082e3;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 99, 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.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003963;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #003963;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #001c30;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 99, 0.5);
}

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

.badge-success {
  color: #fff;
  background-color: #38c172;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #001e33;
  background-color: #ccd7e0;
  border-color: #b8c8d3;
}
.alert-primary hr {
  border-top-color: #a8bcc9;
}
.alert-primary .alert-link {
  color: black;
}

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

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}
.alert-success hr {
  border-top-color: #b3e8ca;
}
.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}
.alert-info hr {
  border-top-color: #c0ddf6;
}
.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}
.alert-warning hr {
  border-top-color: #fff8b3;
}
.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}
.alert-danger hr {
  border-top-color: #f4b0af;
}
.alert-danger .alert-link {
  color: #4c110f;
}

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #001e33;
  background-color: #b8c8d3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #001e33;
  background-color: #a8bcc9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #001e33;
  border-color: #001e33;
}

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

.list-group-item-success {
  color: #1d643b;
  background-color: #c7eed8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

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

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

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 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.6;
}

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #38c172 !important;
}

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

.bg-info {
  background-color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !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.85714286%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

.text-success {
  color: #38c172 !important;
}

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

.text-info {
  color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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;
  }
}
@CHARSET "ISO-8859-1";
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 992px) {
  .row-eq-height {
    display: flex;
  }
}
/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.dropdown.open .dropdown-menu {
  display: block;
  padding: 20px;
}

@CHARSET "ISO-8859-1";
#canvas-holder {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px;
  border-radius: 3px;
  transition: all 0.1s ease;
  pointer-events: none;
  transform: translate(-50%, 0);
  font-size: 2px;
}

#chartjs-tooltip.below {
  transform: translate(-50%, 0);
}

#chartjs-tooltip.below:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 0 8px 8px 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -100%);
}

#chartjs-tooltip.above {
  transform: translate(-50%, -100%);
}

#chartjs-tooltip.above:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 8px 8px 0 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, 0);
}

/* General styles for all menus */
.cbp-spmenu {
  position: fixed;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  /*top: 70px; AJG */
  z-index: 1000;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
  width: calc(100% - 240px);
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
    width: calc(100% - 190px);
  }
}
#show-hide-menu {
  height: 100%;
  padding-top: 10px;
  padding-left: 4px;
  width: 35px;
  position: absolute;
  background-color: rgb(0, 57, 99);
  color: rgb(173, 203, 222);
  cursor: default;
  vertical-align: middle;
  font-size: 14px;
  display: none;
}

div#show-hide-menu i {
  font-size: 28px;
  padding-top: 10px;
}

div#show-hide-menu i:hover {
  color: rgb(156, 200, 32);
}

div#show-hide-menu i:active {
  color: rgb(255, 165, 0);
}

@CHARSET "ISO-8859-1";
#reporting-menu {
  position: fixed;
  top: 50px;
  transition: transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  width: 100%;
  background-color: #e6e6e6;
  z-index: 999;
  /*margin: 0px 20px;*/
  padding: 10px 40px;
}

#reporting-menu.reporting-menu-hidden {
  transform: translateY(-100%);
}

.reporting-graphs-div {
  margin-top: 200px;
}

#date_select {
  width: 100%;
  height: 120px;
}

/* CSS Document */
/* Leda colors
Blue 	#003D6A
Cyan	#6BB1E2
Green 	#8ABD24

*/
.container-page {
  /*height: calc(100vh - 100px);*/
  min-height: 900px;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}

#main-page {
  padding: 15px;
}

.tile-wrapper {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tile-group {
  padding: 20px 20px 0 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 5px 5px 5px;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.tile-group:last-child {
  margin-bottom: 0;
}

#logistics {
  border: solid 2px #9F85BC;
}

#logistics:before {
  content: "LOGISTICS";
  background-color: #9F85BC;
  font-size: 10px;
  padding: 3px 10px;
  position: absolute;
  top: -20px;
  left: -2px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

#data {
  border: solid 2px #54C3C7;
}

#data:before {
  content: "DATA";
  background-color: #54C3C7;
  font-size: 10px;
  padding: 3px 10px;
  position: absolute;
  top: -20px;
  left: -2px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

#enterprise {
  border: solid 2px #8ABD24;
}

#enterprise:before {
  content: "ENTERPRISE";
  background-color: #8ABD24;
  font-size: 10px;
  padding: 3px 10px;
  position: absolute;
  top: -20px;
  left: -2px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

#app {
  border: solid 2px #F6A717;
}

#app:before {
  content: "APP";
  background-color: #F6A717;
  font-size: 10px;
  padding: 3px 10px;
  position: absolute;
  top: -20px;
  left: -2px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.new-tile {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #003D6A;
  color: white;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5019607843);
  margin: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.new-tile:last-child {
  margin: 0 0 20px 0;
}

.new-tile > img {
  width: 80px;
  margin-bottom: 10px;
}

.new-tile > h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  word-break: normal;
}

.new-tile:active,
.new-tile:hover,
.new-tile:focus {
  color: #6BB1E2;
  text-decoration: none;
  box-shadow: 0 0 20px #ffffff;
}

.dashboard:not(#main-page) {
  width: 33%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: #003D6A;
  padding: 20px 20px 30px;
  display: flex;
  justify-items: flex-start;
  flex-direction: column;
}

.dash-intro {
  width: 100%;
  padding: 15px 10px 30px;
  border-bottom: solid 1px;
}

.dash-intro > h3 {
  font-size: 28px;
  margin-top: 0;
}

.dash-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dash-panel {
  width: 48%;
  margin: 20px 0 0 0;
  color: #003D6A;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-end;
  justify-content: space-around;
}

.dash-panel:hover {
  color: #6BB1E2;
  text-decoration: none;
}

.dash-panel > h6 {
  font-size: 16px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}

.dash-icon {
  height: 40px;
}

.big-number {
  font-size: 54px;
  text-align: center;
  line-height: 1.1;
  color: #6BB0E2;
}

.new-tile span.notify {
  background-color: #6bb1e2;
  min-width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  z-index: 1000;
  padding: 10px 5px 10px 5px;
  left: -10px;
  top: -10px;
  position: absolute;
  color: white;
  font-size: 14px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.new-tile span.notify-new {
  background-color: rgb(212, 19, 13);
  min-width: 40px;
  height: 24px;
  text-align: center;
  border-radius: 3px;
  z-index: 1000;
  padding: 3px 3px 3px 3px;
  left: -10px;
  top: -10px;
  position: absolute;
  color: white;
  font-size: 12px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.dash-panel .notify-warning {
  background-color: #e26b6b;
  min-width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  z-index: 1000;
  padding: 10px 5px 10px 5px;
  right: 5px;
  position: relative;
  color: white;
  font-size: 14px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.new-tile span.notify.notify-highalert {
  background-color: #8abd24;
}

.new-tile span.notify:empty {
  display: none;
}

@media screen and (max-width: 1200px) {
  .container-page {
    min-height: 800px;
    padding: 10px;
  }
  .tile-group {
    padding: 15px 15px 0 15px;
  }
  .new-tile {
    width: 120px;
    height: 120px;
    padding: 0 10px;
    margin: 0 20px 20px 0;
  }
  .new-tile > img {
    width: 60px;
  }
  .new-tile > h6 {
    font-size: 12px;
  }
  .dash-intro {
    padding: 10px 10px 30px;
  }
  .dash-icon {
    height: 30px;
  }
  .big-number {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .container-page {
    min-height: 750px;
    padding: 10px 5px 5px 5px;
  }
  .tile-group {
    padding: 10px 10px 0 10px;
    flex-wrap: wrap;
  }
  .nav-link > img {
    height: 20px;
    margin-right: 10px;
  }
  .new-tile {
    width: 95px;
    height: 95px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
  }
  .new-tile:last-child {
    margin: 0 0 10px 0;
  }
  .new-tile > img {
    width: 50px;
    margin-bottom: 0;
  }
  .new-tile > h6 {
    font-size: 12px;
    margin: 6px 0;
  }
  .dashboard {
    padding: 15px 15px 25px;
    min-width: 250px;
    margin-right: 5px;
  }
  .dash-intro {
    padding: 0px 0px 30px;
  }
  .dash-panel {
    width: 100%;
    justify-content: flex-start;
    margin: 5px 0 0 0;
  }
  .dash-panel h6 {
    width: auto;
    font-size: 14px;
  }
  .dash-icon {
    margin-right: 10px;
    order: -1;
    position: relative;
    top: -5px;
  }
  .big-number {
    font-size: 32px;
    margin-left: auto;
  }
  .new-tile span.notify {
    min-width: 26px;
    height: 26px;
    padding: 6px 3px 6px 3px;
    left: -5px;
    top: -5px;
    font-size: 0.8em;
  }
  .dash-panel .notify-warning {
    background-color: #e26b6b;
    min-width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    z-index: 1000;
    padding: 10px 5px 10px 5px;
    right: 5px;
    position: relative;
    color: white;
    font-size: 14px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .container-page {
    flex-wrap: wrap;
  }
  .tile-wrapper {
    justify-content: space-around;
    padding: 10px 20px;
  }
  .dashboard:not(#main-page) {
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    height: inherit;
    order: 2;
  }
  .dash-container {
    padding: 20px 20px 10px 20px;
  }
  .dash-panel {
    width: 100%;
    justify-content: flex-start;
    margin: 5px 0 0 0;
  }
  .dash-panel h6 {
    width: auto;
  }
  .dash-icon {
    margin-right: 15px;
    order: -1;
    position: relative;
    top: -5px;
  }
  .big-number {
    font-size: 32px;
    margin-left: auto;
  }
  .new-tile span.notify {
    min-width: 22px;
    height: 22px;
    padding: 6px 3px 6px 3px;
    left: -4px;
    top: -4px;
    font-size: 0.7em;
  }
  .tile-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .main-page {
    padding: 18px 12px 12px 12px;
  }
  .dashboard {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    height: inherit;
  }
  .dash-intro > h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .dash-intro > span {
    font-size: 12px;
  }
  .dash-intro {
    padding: 0 0 15px 0;
    margin: 0;
  }
  .dash-panel {
    width: 100%;
    justify-content: flex-start;
    margin: 5px 0 0 0;
  }
  .dash-panel h6 {
    width: auto;
  }
  .dash-icon {
    margin-right: 15px;
    order: -1;
    position: relative;
    top: -5px;
  }
  .big-number {
    font-size: 32px;
    margin-left: auto;
  }
  .tile-wrapper {
    width: 100%;
  }
  .tile-group {
    padding: 5px 5px 0 5px;
  }
  .new-tile {
    width: 72px;
    height: 72px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
  }
  .new-tile:last-child {
    margin: 0 0 5px 0;
  }
  .new-tile > img {
    width: 42px;
    margin-top: 5px;
  }
  .new-tile > h6 {
    font-size: 10px;
  }
  .new-tile span.notify {
    min-width: 20px;
    height: 20px;
    padding: 6px 3px 6px 3px;
    left: -3px;
    top: -3px;
    font-size: 0.6em;
  }
}
.form-control:disabled {
  background-color: rgb(255, 255, 255);
}

/* map view*/
.dashboard-map-view {
  width: 100%;
  margin-top: auto;
  height: 250px;
}

.dashboard-map-container {
  border-radius: 5px;
  height: 100%;
}

.hidden {
  display: none;
}

.re-approvals {
  color: red;
}

.ledger-on-stop {
  color: red;
}

@media only screen and (max-width: 992px) {
  .dashboard-map-view {
    height: 200px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 575px) {
  .dashboard-map-view {
    margin-top: 0px;
    height: 200px;
    align-self: auto;
  }
}
.dashboard-map-view {
  position: relative;
}

.map-spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4431372549);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.map-spinner {
  color: white;
}

.col-md-1-5 {
  width: 8%;
}

.col-md-2-5 {
  width: 15%;
}

.col-md-3-5 {
  width: 29.16667%;
}

/* CSS Document */
/* Leda colors
Blue 	#003D6A
Cyan	#6BB1E2
Green 	#8ABD24

*/
body {
  background: url("images/AdobeStock_194441059_40pc.jpg") no-repeat fixed center;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.bg-blue {
  background-color: #003D6A;
  border-color: #003D6A;
}

.navbar {
  padding: 10px 20px;
}

.navbar-toggler i {
  color: white;
}

.navbar-brand {
  padding: 8px 12px;
}

.nav-link {
  margin-left: 10px;
}

.nav-link > img {
  height: 30px;
}

.nav-link > img:hover {
  opacity: 0.6;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

/*TABLE view*/
.table-view h1, .table-view h2, .table-view h3, .table-view h4, .table-view h5, .table-view h6, .table-view p {
  color: #013C6A;
}

.table-view h2 {
  font-size: 22px;
}

.table-container {
  min-height: 250px;
  overflow: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-container-white-bg {
  min-height: 250px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px !important;
  margin-left: inherit;
  margin-right: inherit;
}

.product-table {
  max-width: inherit !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #003D6A;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #fff;
}

tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.75);
}

tr.active {
  background: #8ABD24;
}

tr.highlight {
  background: #76a716;
}

tr.hotShip {
  background: rgba(255, 165, 0, 0.68);
}

tr.hotShip.active {
  background: rgba(255, 146, 0, 0.568627451);
}

tr.active td {
  color: #000000;
}

tr.toReview:not(.active) {
  background: yellow;
  color: black !important;
}

tr.canActionTolerances {
  background: rgba(255, 255, 0, 0.6);
  color: black !important;
}

tr.canActionTolerances.active {
  background-color: rgba(255, 219, 11, 0.5098039216);
}

tr.highlight td {
  color: #000000;
}

th {
  background: #003D6A;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}

td, th {
  padding: 4px 5px 4px 5px;
  border-right: 1px solid #003D6A;
  text-align: left;
}

table tr td:last-child {
  border-right: 0;
}

tr td {
  vertical-align: top;
}

.table-icons {
  font-size: 20px;
  color: #7F9DB4;
  margin-left: 4px;
}

tr.active .table-icons {
  color: #ffffff;
}

.header-icon {
  font-size: 16px;
  color: #6BB1E2;
  margin-left: 5px;
}

.clickable-row {
  cursor: pointer;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
  width: calc(100% - 30px);
}

@media only screen and (min-width: 992px) {
  .table-view {
    height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen {
  .document-table-view {
    height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .table-container {
    max-height: 60vh;
    overflow: scroll;
  }
}
@media only screen and (max-width: 575px) {
  /* Force table to not be like tables anymore */
  table {
    display: block;
  }
  table thead, table tbody, table th, table td, table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 50%;
    min-height: 26px;
    text-align: left;
  }
  table tr td:last-child {
    padding-bottom: 8px;
  }
  td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
.table-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 8px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table-name h2 {
  color: #003D6A;
  margin-top: 0;
  margin-bottom: 0;
}

.settings {
  color: #003D6A;
  font-size: 20px;
}

.settings span {
  margin: 0 5px;
}

.timeline {
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.marker-container {
  text-align: center;
}

.marker {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #C6C6C6;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3px;
}

.marker-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #C6C6C6;
}

.marker::before {
  content: "";
  position: absolute;
  display: block;
  background: none;
  height: 0px;
  border-top: 10px dotted #C6C6C6;
  top: 15px;
  transform: translateX(-90%);
  z-index: -2;
  width: 24%;
}

.marker.booked::before {
  display: none;
}

.marker-container.complete > div {
  background-color: #9FC418;
}

.marker-container.complete.SeaNoMap > div:before {
  z-index: -1;
  transform: translateX(-92%);
}

.marker-container.complete.airRoadNoMap > div:before {
  z-index: -1;
  transform: translateX(-100%);
}

.marker-container.complete > span {
  color: #9FC418;
}

.otherTimeline .marker::before {
  width: 20.5% !important;
}

@media only screen and (max-width: 767px) {
  .timeline {
    margin: 20px 0px;
  }
  .marker {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  .marker-label {
    font-size: 12px;
  }
  .marker::before {
    border-top: 6px dotted #C6C6C6;
  }
  .marker-container.complete > div:before {
    border-top: 6px solid #9FC418;
  }
}
.flex {
  display: flex;
}

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

.tab-details {
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
}

/* Job Details Tabs */
.job-details {
  margin-top: 15px;
  padding: 12px 20px 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  width: 64%;
  overflow: auto;
}

/* Job Details Tabs */
.job-details-stretch {
  width: 100%;
  margin-top: 15px;
  padding: 12px 20px 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  overflow: auto;
  height: -moz-min-content;
  height: min-content;
}

.job-details h2 {
  margin-top: 0px;
}

.job-details-stretch h2 {
  margin-top: 0px;
}

/* Style the tab */
div.tab {
  display: flex;
  width: 23%;
  flex-direction: column;
  flex-shrink: 0;
}

.flex-and-space-out {
  display: flex;
  justify-content: space-between;
}

.tabs-view {
  flex-grow: 1;
}

/* Style the buttons inside the tab */
div.tab button {
  font-size: 16px;
  background-color: #D9E2E9;
  color: #013C6A;
  padding: 8px 10px 12px 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s;
  border: 0;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #ffffff;
  color: #9FC317;
  /* font-weight: 700;
  border-right: 0px;
  border-top: 0px; */
  border-left: 5px solid #9FC417;
  outline: none;
}

/* Create an active/current "tab button" class */
div.tab button.active {
  background-color: #ffffff;
  color: #9FC417;
  border-right: 0px;
  border-top: 0px;
  border-left: 5px solid #9FC417;
  outline: none;
}

div.tab button.last {
  border-bottom: 0px;
}

.tabs-view {
  background-color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  padding: 20px 15px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.tab-row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tab-row-no-flex {
  flex-wrap: wrap;
}

.tab-icon {
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

option:disabled, input[type=text]:disabled {
  background-color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1400px) {
  div.tab {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .tab-label {
    display: none;
  }
  .tab-details {
    flex-wrap: wrap;
  }
  div.tab button {
    font-size: 12px;
    padding: 4px 10px 10px;
    border-bottom: 1px solid #013C6A;
    border-right: 1px solid #7F9DB4;
    border-left: 0px;
    border-top: 0px;
  }
  div.tab button.last {
    border-right: 0px;
    border-bottom: 1px solid #013C6A;
  }
  /* Change background color of buttons on hover */
  div.tab button:hover {
    border-left: 0px;
    /* border-bottom: 0px; */
    border-top: 5px solid #9FC417;
    /* border-right: 0px; */
  }
  /* Create an active/current "tab button" class */
  div.tab button.active {
    border-left: 0px;
    /* border-bottom: 0px; */
    border-top: 5px solid #9FC417;
    /* border-right: 0px; */
  }
}
@media only screen and (max-width: 767px) {
  .tab-label {
    display: none;
  }
  button.active .tab-label {
    display: initial;
  }
  div.tab button {
    flex-basis: 0;
  }
  div.tab button.active {
    flex-grow: 1.5;
  }
  .tab-icon {
    margin-left: 8px;
  }
  button.active .tab-icon {
    margin-left: 0px;
  }
  .table-view h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-icon {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
  }
  button.active .tab-icon {
    margin-right: 5px;
  }
  .table-view h2 {
    font-size: 20px;
  }
  .marker-label {
    display: none;
  }
}
.detail-table th, .detail-table td {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #013C6A;
  border: none;
  padding: 2px 0 2px 0;
  font-size: 13px;
  min-width: 150px;
  max-width: 250px;
  word-break: break-word;
}

/* details table */
.details-table tr:nth-of-type(odd) {
  background: #fff;
}

.details-table tr:nth-of-type(even) {
  background: rgba(127, 157, 180, 0.21);
}

.details-table td, th {
  padding: 5px 5px 5px 5px;
  border-right: 1px solid #003D6A;
  text-align: left;
}

table tr td:last-child {
  border-right: 0;
}

.detail-2-col {
  width: 100%;
}

@media only screen and (min-width: 788px) {
  .detail-2-col {
    width: 50%;
  }
  .left-col {
    padding-right: 15px;
  }
  .right-col {
    border-left: 1px solid #013C6A;
    padding-left: 15px;
  }
}
/* map view*/
.map-view {
  flex-grow: 1;
  margin-top: 15px;
  padding: 0 0 0 20px;
  max-height: 100%;
}

div#overlay {
  background-color: #ffffff;
  border-radius: 10px;
  position: inherit;
  width: 110%;
  height: 120%;
  opacity: 0.6;
  z-index: 1;
  left: -5%;
  top: -8%;
}

div.loading-holder {
  position: relative;
  min-width: 380px;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  left: 37%;
  top: 37%;
}

div.message-holder {
  position: relative;
  min-width: 380px;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  left: 30%;
  top: 37%;
}

.map-container {
  min-width: 380px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .map-view {
    padding: 0 0 0 0px;
  }
  .map-container {
    min-width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer-container {
    flex-wrap: wrap;
  }
  .map-container {
    min-height: 70vw;
  }
  .job-details {
    width: 100%;
  }
}
#free-date-alert {
  font-weight: 500;
  margin-bottom: 20px;
}

.job-details label {
  color: #003D6A;
}

.address-form input {
  margin: 6px 0;
}

@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.document-container {
  margin: 20px 0;
  padding: 12px 20px 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}

.document-container p {
  color: #7F9DB4;
}

.select-row input[type=checkbox] {
  display: none;
}

label.check-container {
  background-color: #A8BFD1;
  border-radius: 5px;
  width: 142px;
  height: 142px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 0 0.5rem 1rem;
}

.check-container > img {
  height: 82px;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  label.check-container {
    width: 100px;
    height: 100px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
  }
  .check-container > img {
    height: 50px;
    margin-bottom: 5px;
  }
  tr td.center {
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  tr td:not(.statusView, .word-wrap) {
    max-width: 250px;
  }
  tr:not(.active) td:not(.statusView, .word-wrap) {
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  tr.active td:not(.statusView, .word-wrap, .diary_note) {
    text-overflow: clip;
    white-space: break-spaces;
    word-break: break-all;
  }
  tr.active td.diary_note {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
  }
}
label.check-container:hover, .select-row input:checked + label {
  background-color: #003D6A;
}

.select-row input:checked + label.check-container:after {
  content: url(images/check-white.svg);
  position: absolute;
  top: 5%;
  right: 5%;
  width: 15px;
}

.expand {
  flex-grow: 1;
}

.document-search > input {
  border: solid 1px #003D6A;
  padding-left: 48px;
}

.form-control::-moz-placeholder {
  color: #7F9DB4;
}

.form-control::placeholder {
  color: #7F9DB4;
}

.icon-search-bar {
  position: absolute;
  top: 8px;
  left: 27px;
  font-size: 1.5rem;
  color: #7F9DB4;
}

.page-header-icon {
  height: 40px;
  margin-right: 10px;
}

.page-name h2 {
  margin-bottom: 0;
}

/* Documents */
.document-container {
  margin: 20px 0;
  padding: 12px 20px 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}

.document-container p {
  color: #7F9DB4;
}

.select-row input[type=checkbox] {
  display: none;
}

label.check-container {
  background-color: #A8BFD1;
  border-radius: 5px;
  width: 142px;
  height: 142px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 0 0.5rem 1rem;
}

.check-container > img {
  height: 82px;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  label.check-container {
    width: 100px;
    height: 100px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
  }
  .check-container > img {
    height: 50px;
    margin-bottom: 5px;
  }
}
label.check-container:hover, .select-row input:checked + label {
  background-color: #003D6A;
}

.select-row input:checked + label.check-container:after {
  content: url(/images/icons/documents/check-white.svg);
  position: absolute;
  top: 5%;
  right: 5%;
  width: 15px;
}

.expand {
  flex-grow: 1;
}

.document-search > input {
  border: solid 1px #003D6A;
  padding-left: 48px;
}

.document-search .icon-search {
  top: 8px !important;
}

.form-control::-moz-placeholder {
  color: #7F9DB4;
}

.form-control::placeholder {
  color: #7F9DB4;
}

.icon-search-bar {
  position: absolute;
  top: 12px;
  left: 27px;
  font-size: 1.5rem;
  color: #7F9DB4;
}

.page-header-icon {
  height: 40px;
  margin-right: 10px;
}

.page-name h2 {
  margin-bottom: 0;
}

.ledger-label {
  cursor: pointer;
  display: block;
}

.ledger-label > input {
  display: none;
}

.ledger-label span {
  color: #6A759B;
}

.ledger-label i {
  display: inline-block;
  width: 48px;
  height: 15px;
  border-radius: 20px;
  vertical-align: middle;
  transition: 0.25s 0.09s;
  position: relative;
  background: #003963;
}

.ledger-label i:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
  transition: 0.15s;
}

.ledger-label > input:checked + i {
  background: #1094fb;
}

.ledger-label > input:checked + i + span {
  color: #1094fb;
}

.ledger-label > input:checked + i:after {
  transform: translateX(25px);
}

.align-labels {
  justify-content: flex-end;
}

.btn-mr-10 {
  margin-right: 10px;
}

.btn-mr-20 {
  margin-right: 20px;
}

.table-name .settings span {
  cursor: pointer;
}

div#footer-container {
  min-height: 550px;
  overflow-y: auto;
}

#jobCargoDetails tbody tr {
  height: 2.1em;
}
#jobCargoDetails #cargo-details-total {
  height: 6vh;
  border-top: 1px solid #003D6A;
}
#jobCargoDetails #cargo-details-total td {
  border: none;
  vertical-align: middle;
}
#jobCargoDetails #cargo-details-po-totals {
  height: 6vh;
  background-color: white;
}
#jobCargoDetails #cargo-details-po-totals td {
  border: none;
  vertical-align: middle;
}

#total-values-top td {
  border: none;
}

@media screen and (min-width: 768px) {
  tr.job-cargo-details-row td {
    height: 25px;
  }
  #jobCargoDetails #piece-count {
    white-space: nowrap;
  }
  #jobCargoDetails #cargo_details_description {
    width: 37.32%;
  }
  #jobCargoDetails #cargo_details_marks {
    width: 32.33%;
  }
  #jobCargoDetails #cargo_details_piece_count {
    width: 8.36%;
  }
  #jobCargoDetails #cargo_details_weight {
    width: 8.36%;
  }
  #jobCargoDetails #cargo_details_volume {
    width: 8.74%;
  }
  #totalTop #total-values {
    width: 77.66%;
  }
  #totalTop #piece-total {
    width: 13.23%;
    white-space: nowrap;
  }
  #totalTop #weight-total {
    width: 8.36%;
  }
  #totalTop #volume-total {
    width: 8.74%;
  }
  .reduced-width {
    width: auto !important;
  }
}
.ui-datepicker th {
  color: white !important;
}

@media screen and (max-width: 575px) {
  #jobCargoDetails {
    width: 90vw;
  }
  #jobCargoDetails tbody {
    overflow-x: auto;
  }
  #jobCargoDetails tbody tr {
    height: auto !important;
    margin-bottom: 1em;
    margin-right: 1em;
  }
  #jobCargoDetails tbody td {
    text-align: right;
    border-right: 1px solid transparent;
  }
  #jobCargoDetails tbody td::before {
    content: attr(data-label);
    float: left;
    left: 0;
    text-align: left;
  }
  #jobCargoDetails tbody #total-values {
    text-align: left;
  }
  #jobCargoDetails thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #jobCargoDetails #cargo-details-total {
    display: flex;
  }
}
.red-text {
  color: red;
}

.calendar-download-link {
  max-width: 700px;
  display: inline-block;
  word-wrap: break-word;
}

@font-face {
  font-family: "Leda";
  src: url("fonts/Leda.eot?mfi5li");
  src: url("fonts/Leda.eot?mfi5li#iefix") format("embedded-opentype"), url("fonts/Leda.ttf?mfi5li") format("truetype"), url("fonts/Leda.woff?mfi5li") format("woff"), url("fonts/Leda.svg?mfi5li#Leda") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Leda" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cleared-tl:before {
  content: "\e90c";
}

.icon-delivered-tl:before {
  content: "\e90d";
}

.icon-arrived-tl:before {
  content: "\e90e";
}

.icon-transit-tl:before {
  content: "\e90f";
}

.icon-warehouse-tl:before {
  content: "\e910";
}

.icon-booked-tl:before {
  content: "\e911";
}

.icon-search:before {
  content: "\e90b";
}

.icon-box:before {
  content: "\e900";
}

.icon-download:before {
  content: "\e901";
}

.icon-filter:before {
  content: "\e902";
}

.icon-settings:before {
  content: "\e903";
}

.icon-po-settings:before {
  content: "\e903";
}

.icon-message:before {
  content: "\e904";
}

.icon-hot:before {
  content: "\e905";
}

.icon-van:before {
  content: "\e906";
}

.icon-history:before {
  content: "\e907";
}

.icon-document:before {
  content: "\e908";
}

.icon-pin:before {
  content: "\e909";
}

.icon-globe:before {
  content: "\e90a";
}

.icon-book:before {
  content: "\e903";
}

.login-logo.login-6 {
  width: 250px;
}

.login-logo.login-7 {
  width: 450px;
}

.login-logo.login-6.woodland {
  width: 450px;
}

.col-md-6.login-container.bs-reset .login-content h1 {
  font-size: 36px;
  color: #003963;
}

.text-right .btn.blue {
  background-color: #87BD22;
  border-color: #87BD22;
}

#intro {
  margin-bottom: 40px;
}

.col-md-6.login-container.bs-reset .login-content .login-form {
  margin-top: 60px;
}

.login-form .row #time-capsule {
  margin-top: 20px;
}

.forgot-password #forget-password {
  visibility: hidden;
}

#time-capsule-description {
  font-size: 0.8em;
}

@media screen and (max-width: 640px) {
  .user-login-5 .login-container > .login-content .text-right {
    text-align: right;
  }
}
#login_logo_mobile {
  max-width: 350px;
  display: none;
}

#login_logo {
  max-width: 350px;
  display: block;
}

@media only screen and (max-width: 600px) {
  .login-logo.login-6.woodland {
    width: 80%;
    padding-top: 20px;
  }
  #login_logo_mobile {
    display: block;
  }
  #login_logo {
    display: none;
  }
}
#buorgig, #buorgul, #buorgpermanent {
  display: none !important;
}

#browser-out-of-date-ignore-button {
  background: #8abd24;
  color: white;
  font-weight: normal;
  margin-bottom: 1em;
  border: 1px solid gray;
  padding: 2px 5px 2px 5px;
}

.import-order-top-buttons-row {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.import-order-top-buttons-row .btn-mr-10 {
  width: 10em;
  padding: 0.2em;
  margin-top: 0;
}
.import-order-top-buttons-row .icon-download {
  display: block;
  margin: auto;
}

.icon-bar {
  text-align: right;
}

.icon-download-csv:before {
  content: "\e901";
  font-size: 17px;
  cursor: pointer;
  color: white;
}

th[data-attr-column=event-date] {
  cursor: pointer;
}

.mt-7 {
  margin-top: 7% !important;
}

/* General map canvas */
@media (min-width: 992px) {
  #map-canvas.map-canvas-div {
    left: 408px;
    width: calc(100% - 408px);
  }
}
/* Search and results section */
#map-overview {
  width: 408px;
}

#live-view-search {
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#live-view-search-results {
  margin-left: 0px;
  margin-right: 0px;
}

#live-view-search-results [data-attr-search-imo] {
  margin-top: 17px;
  margin-left: 25px;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
  padding: 10px 10px !important;
  margin-left: 0px;
  margin-right: 0px;
}

#live-view-search-results [data-attr-search-imo]:hover {
  background-color: rgba(170, 217, 254, 0.25);
}

#live-view-search-results [data-attr-search-imo]:hover .extended-bottom {
  background-color: rgb(255, 255, 255);
}

#live-view-search-results [data-attr-search-imo] .extended-bottom {
  margin-bottom: 10px;
  padding: 8px 10px;
  margin: 0px 5px;
  background-color: rgba(170, 217, 254, 0.25);
}

#live-view-search-results [data-attr-search-imo] .extended-bottom.references {
  background-color: rgba(220, 220, 220, 0.25);
  font-size: 1.2em;
  font-style: italic;
}

#live-view-search-results [data-attr-search-imo] .extended-bottom.references.no-margin-border-top {
  margin-top: 0px;
  border-top: 0px;
}

#live-view-search-results [data-attr-search-imo] .extended-bottom.no-margin-border-bottom {
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* Search bar */
#live-view-search .search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  margin: 10px 10px 0px 10px;
}

#live-view-search .search input {
  width: 100%;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

#live-view-search .search input {
  text-indent: 32px;
  text-transform: uppercase;
}

#live-view-search .search .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

#live-view-search-results [data-attr-search-imo] .row .col-sm-4.center {
  border-right: 1px solid #003963;
}

#live-view-search-results [data-attr-search-imo].active {
  background-color: rgba(170, 217, 254, 0.25);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
}

#live-view-search-results [data-attr-search-imo] .extended-bottom.references.no-margin-border-top {
  margin-top: 0px;
  border-top: 0px;
}

#live-view-search-results [data-attr-search-imo].active .extended-bottom:not(.references) {
  background-color: #003963;
  color: #fff;
}

.map-vessel-details {
  position: absolute;
  left: 408px;
  bottom: 0px;
  width: calc(100% - 408px);
  height: 250px;
  z-index: 1;
  overflow-x: hidden;
}

.vessel-details {
  float: left;
  min-width: 300px;
  margin: 10px 10px;
  background-color: white;
  border-radius: 11px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
}

[data-attr-search-imo].active .hide-when-selected,
[data-attr-search-imo]:not(.active) [data-attr-consignment-data-imo],
[data-attr-search-imo]:not(.active) .hide-when-not-selected {
  display: none;
}

[data-attr-consignment-data-imo] .row {
  margin-left: -5px;
}

[data-attr-consignment-data-imo] .row:nth-child(even) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 57, 99, 0.2);
}

[data-attr-consignment-data-imo] .row:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

[data-attr-consignment-data-imo] .row:first-child {
  margin-top: 15px;
}

#live-view-search > .row:first-child {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 1;
  padding-bottom: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.close-vessel-details {
  color: white;
  background-color: rgba(255, 105, 97, 0.5);
  margin: 5px 5px;
  padding: 5px 10px;
  text-align: right;
}

.close-vessel-details i {
  font-size: 1.2em;
}

.user-login-5 {
  min-height: 100vh;
}

.user-login-5 .bs-reset {
  margin: 0;
  padding: 0;
}

.user-login-5 .text-right {
  text-align: right;
}

.user-login-5 .login-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.user-login-5 .login-logo {
  position: absolute;
  top: 2.5em;
  left: 2.5em;
}

.user-login-5 .login-logo.login-6 {
  top: 80px;
  left: 80px;
}

.user-login-5 .login-container {
  position: relative;
  min-height: 100vh;
}

.user-login-5 .login-container .login-copyright,
.user-login-5 .login-container .login-social,
.user-login-5 .login-container > .login-content {
  padding: 0 80px;
}

.user-login-5 .login-container > .login-content {
  margin-top: 35%;
}

.user-login-5 .login-container > .login-content > h1 {
  font-size: 30px;
  font-weight: 300;
  color: #4e5a64;
}

.user-login-5 .login-container > .login-content p {
  color: #a0a9b4;
  font-size: 15px;
  line-height: 22px;
}

.user-login-5 .login-container > .login-content > .login-form {
  margin-top: 80px;
  color: #a4aab2;
  font-size: 13px;
}

.user-login-5 .login-container > .login-content > .login-form .form-control {
  width: 100%;
  padding: 10px 0;
  border: #a0a9b4;
  border-bottom: 1px solid;
  color: #868e97;
  font-size: 14px;
  margin-bottom: 30px;
  border-radius: 0 !important;
}

.user-login-5 .login-container > .login-content > .login-form .form-control:focus {
  outline: 0;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password,
.user-login-5 .login-container > .login-content > .login-form .login-button {
  display: inline-block;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password {
  margin-top: 10px;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password > p {
  margin: 0;
}

.user-login-5 .login-container > .login-content > .login-form .rem-password > .rem-checkbox {
  border-color: #a4aab2;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password {
  margin-right: 1em;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password > a {
  color: #a4aab2;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password > a:hover {
  color: #337ab7;
  text-decoration: none;
}

.user-login-5 .login-container > .login-content > .login-form .forgot-password > a:focus {
  color: #a4aab2;
  text-decoration: none;
}

.user-login-5 .login-container > .login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}

.user-login-5 .login-container > .login-footer .login-social {
  padding-right: 0;
}

.user-login-5 .login-container > .login-footer .login-social li {
  display: inline-block;
  list-style: none;
  margin-right: 1em;
}

.user-login-5 .login-container > .login-footer .login-social a {
  color: #a9b5be;
  font-size: 18px;
}

.user-login-5 .login-container > .login-footer .login-social a:hover {
  color: #337ab7;
  text-decoration: none;
}

.user-login-5 .login-container > .login-footer .login-social a:focus {
  color: #a9b5be;
}

.user-login-5 .login-container > .login-footer .login-copyright {
  padding-left: 0;
  margin-top: 6px;
}

.user-login-5 .login-container > .login-footer .login-copyright > p {
  margin: 0;
  font-size: 13px;
  color: #a9b5be;
}

.user-login-5 .alert {
  margin-top: -60px;
}

.user-login-5 .form-group.has-error {
  border-bottom: 2px solid #ed6b75 !important;
}

.user-login-5 .form-group.valid {
  border-bottom: 1px solid #a0a9b4 !important;
}

@media (max-width: 1365px) {
  .user-login-5 .login-logo.login-6 {
    top: 40px;
    left: 40px;
  }
  .user-login-5 .login-container .login-copyright,
  .user-login-5 .login-container .login-social,
  .user-login-5 .login-container > .login-content {
    padding: 0 40px;
  }
  .user-login-5 .login-container .login-social {
    padding-right: 0;
  }
  .user-login-5 .login-container .login-copyright {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .user-login-5,
  .user-login-5 .login-bg,
  .user-login-5 .login-container {
    min-height: 50vh;
  }
  .user-login-5 .mt-login-5-bsfix {
    width: 100%;
  }
  .user-login-5 .login-logo.login-7.mobile {
    position: relative;
    margin: 0 0 40px;
  }
  .user-login-5 .login-logo.login-7.desktop {
    display: none;
  }
  .user-login-5 .login-logo.login-6.mobile {
    position: relative;
    margin: 0 0 40px;
  }
  .user-login-5 .login-logo.login-6.desktop {
    display: none;
  }
  #login_logo_mobile {
    display: block;
  }
  #login_logo {
    display: none;
  }
  .user-login-5 .login-container > .login-content {
    margin-top: 60px;
  }
  .user-login-5 .login-container > .login-content .login-form {
    margin-top: 40px;
  }
  .user-login-5 .login-container .rem-password {
    margin-bottom: 1em;
  }
  .user-login-5 .login-container > .login-footer {
    position: relative;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .user-login-5 .login-container > .login-footer .login-social li {
    margin-right: 0.5em;
  }
  .user-login-5 .alert {
    margin-top: -20px;
  }
}
@media (max-width: 640px) {
  .user-login-5 .login-container > .login-content .text-right {
    text-align: left;
  }
}
@CHARSET "ISO-8859-1";
.map-label {
  color: red;
  background-color: none;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  border: none;
  white-space: nowrap;
}

#pac-input {
  background-color: #fff;
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
  margin-top: 7px;
  height: 33px;
  transition: width 1s, height 1s;
}

#pac-input:focus {
  border-color: rgb(0, 57, 99);
  width: 550px;
  height: 50px;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.gm-style-iw {
  max-height: 500px;
  overflow-y: auto !important;
}

/* CSS Document */
/* Leda colors
Blue 	#003D6A
Cyan	#6BB1E2
Green 	#8ABD24

*/
body {
  background: url("/images/AdobeStock_194441059_40pc.jpg") no-repeat fixed center;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg-blue {
  background-color: #003D6A;
  border-color: #003D6A;
}

.navbar-brand {
  padding: 8px 12px;
}

.nav-link {
  margin-left: 10px;
}

.nav-link > img {
  height: 30px;
}

.nav-link > img:hover {
  opacity: 0.6;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.header-icon {
  font-size: 16px;
  color: #6BB1E2;
  margin-left: 5px;
}

.clickable-row {
  cursor: pointer;
}

.settings {
  color: #003D6A;
  font-size: 20px;
}

.settings span {
  margin: 0 5px;
}

.timeline {
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.marker-container {
  text-align: center;
}

.marker {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #C6C6C6;
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 3px;
}

.marker-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #C6C6C6;
}

.marker::before {
  content: "";
  position: absolute;
  display: block;
  background: none;
  width: 23%;
  height: 0;
  border-top: 10px dotted #C6C6C6;
  top: 15px;
  transform: translateX(-95%);
  z-index: -2;
}

.marker.booked::before {
  display: none;
}

.marker-container.complete > div {
  background-color: #9FC418;
}

.marker-container.complete > div:before {
  border-top: 10px solid #9FC418;
}

.marker-container.complete > span {
  color: #9FC418;
}

@media only screen and (max-width: 767px) {
  .timeline {
    margin: 20px 0;
  }
  .marker {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  .marker-label {
    font-size: 12px;
  }
  .marker::before {
    border-top: 6px dotted #C6C6C6;
  }
  .marker-container.complete > div:before {
    border-top: 6px solid #9FC418;
  }
}
.tab-details {
  box-shadow: 0 5px 8px 3px rgba(0, 0, 0, 0.2);
}

/* Job Details Tabs */
.job-details-stretch {
  width: 100%;
}

.job-details h2 {
  margin-top: 0;
}

/* Style the tab */
div.tab {
  display: flex;
  width: 23%;
  flex-direction: column;
  flex-shrink: 0;
}

.tabs-view {
  flex-grow: 1;
}

/* Style the buttons inside the tab */
div.tab button {
  font-size: 16px;
  background-color: #D9E2E9;
  color: #013C6A;
  padding: 8px 10px 12px 10px;
  width: 100%;
  border-bottom: 1px solid #7F9DB4;
  border-right: 1px solid #013C6A;
  text-align: left;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #ffffff;
  color: #9FC317;
  /* font-weight: 700;
  border-right: 0;
  border-top: 0; */
  border-left: 5px solid #9FC417;
  outline: none;
}

/* Create an active/current "tab button" class */
div.tab button.active {
  background-color: #ffffff;
  color: #9FC417;
  border-right: 0;
  border-top: 0;
  border-left: 5px solid #9FC417;
  outline: none;
}

div.tab button.last {
  border-bottom: 0;
}

.tabs-view {
  background-color: #ffffff;
  overflow-x: auto;
}

/* Style the tab content */
.tabcontent {
  padding: 20px 15px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.tab-row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tab-icon {
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.hotShipmentEmails {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
  div.tab {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .tab-details {
    flex-wrap: wrap;
  }
  div.tab button {
    font-size: 12px;
    padding: 4px 10px 10px;
    border-bottom: 1px solid #013C6A;
    border-right: 1px solid #7F9DB4;
    border-left: 0;
    border-top: 0;
  }
  div.tab button.last {
    border-right: 0;
    border-bottom: 1px solid #013C6A;
  }
  /* Change background color of buttons on hover */
  div.tab button:hover {
    border-left: 0;
    /* border-bottom: 0;
    border-right: 0; */
    border-top: 5px solid #9FC417;
  }
  /* Create an active/current "tab button" class */
  div.tab button.active {
    border-left: 0;
    border-bottom: 0;
    border-top: 5px solid #9FC417;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tab-label {
    display: none;
  }
  button.active .tab-label {
    display: initial;
  }
  div.tab button {
    flex-basis: 0;
  }
  div.tab button.active {
    flex-grow: 1.5;
  }
  .tab-icon {
    margin-left: 8px;
  }
  button.active .tab-icon {
    margin-left: 0;
  }
  .table-view h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-icon {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
  button.active .tab-icon {
    margin-right: 5px;
  }
  .table-view h2 {
    font-size: 20px;
  }
  .marker-label {
    display: none;
  }
}
.detail-table th, .detail-table td {
  background-color: #ffffff;
  font-weight: 500;
  color: #013C6A;
  border: none;
  padding: 2px 0 2px 0;
  font-size: 12px;
  min-width: 150px;
  max-width: 250px;
  word-break: break-word;
}

/* details table */
.details-table tr:nth-of-type(odd) {
  background: #fff;
}

.details-table tr:nth-of-type(even) {
  background: rgba(127, 157, 180, 0.21);
}

.details-table td, .details-table th {
  padding: 5px 5px 5px 5px;
  border-right: 1px solid #003D6A;
  text-align: left;
}

table tr td:last-child {
  border-right: 0;
}

#ledger-balance div .account-col + #ledger-balance div .account-col {
  border-left: 2px solid black;
}

.alert-max-height-20 {
  max-height: 20%;
}

.row-no-margin-anywhere {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.height-50 {
  height: 50%;
}

.job-details-max {
  margin-top: 15px;
  padding: 12px 20px 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  width: 100%;
  height: 95%;
}

.job-details-upcoming {
  margin-top: 15px;
  padding: 12px 20px 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  overflow: auto;
  width: 100%;
}

.tab-details-set-height {
  height: 90%;
}

.delivery-failure {
  color: red !important;
}

.rejected {
  color: white !important;
  background: red !important;
}

.rejected.active {
  color: white !important;
  background: #ff4444 !important;
}

#tobeRejectionMessages {
  table-layout: fixed;
}

/*
 CSS for the main interaction
*/
.tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #7F9DB4;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #7F9DB4;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  min-width: 900px;
  border-top: 1px solid #7f9db4;
}
.tab-panel hr {
  border-top: 1px solid #7f9db4;
}
.tab-panel .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.tabset {
  max-width: 65em;
}

.datepicker .active, .datepicker .active:hover, .datepicker .selected, .datepicker .today {
  background-image: none !important;
  filter: none !important;
}

.modal-open .colorpicker, .modal-open .datepicker, .modal-open .daterangepicker {
  z-index: 10055 !important;
}

.colorpicker.dropdown-menu, .daterangepicker.dropdown-menu, .datetimepicker.dropdown-menu {
  padding: 5px;
}

.input-group.color .input-group-btn i {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 6px;
}

.datepaginator a {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 300;
}

.datepicker table td, .datepicker table th, .datetimepicker table td, .datetimepicker table th {
  font-family: "Open Sans" !important;
}

#dp-calendar {
  right: 4px !important;
}

.datepaginator .fa-angle-right:before {
  content: "\f105";
}

.datepaginator .fa-angle-left:before, .datepicker .fa-angle-left:before {
  content: "\f104";
}

.datepicker.dropdown-menu {
  padding: 5px;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
}

.datepicker .selected {
  background-color: #909090 !important;
}

.datepicker .active {
  background-color: #4b8df8 !important;
}

.datepicker .active:hover {
  background-color: #2678FC !important;
}

.datepicker .input-daterange input {
  text-align: left;
}

.datepicker table td {
  color: #000;
  font-weight: 300 !important;
}

.datepicker table th {
  color: #333;
  font-weight: 400 !important;
}

.datepicker .fa-angle-right:before, .daterangepicker .fa-angle-right:before {
  content: "\f105";
}

.daterangepicker {
  margin-top: 4px;
}

.daterangepicker .input-mini {
  width: 100% !important;
  outline: 0 !important;
}

.daterangepicker td {
  text-shadow: none;
}

.daterangepicker td.active {
  background-color: #4b8df8;
  background-image: none;
  filter: none;
}

.datetimepicker .active, .datetimepicker .active:hover {
  filter: none !important;
  background-image: none !important;
}

.daterangepicker th {
  font-weight: 400;
  font-size: 14px;
}

.daterangepicker .ranges input[type=text] {
  width: 70px !important;
  font-size: 11px;
  vertical-align: middle;
}

.daterangepicker .ranges label {
  font-weight: 300;
  display: block;
}

.daterangepicker .ranges {
  width: 170px;
}

.daterangepicker .ranges ul > li.active {
  border-radius: 2px;
}

.daterangepicker .ranges .btn {
  margin-top: 10px;
}

.daterangepicker .ranges li {
  color: #333;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #4b8df8 !important;
  border: 1px solid #4b8df8 !important;
  color: #fff;
}

.daterangepicker .range_inputs input {
  margin-bottom: 0 !important;
}

.daterangepicker .fa-angle-left:before, .datetimepicker .fa-angle-left:before {
  content: "\f104";
}

.datetimepicker table td {
  color: #000;
  font-weight: 300 !important;
}

.datetimepicker table th {
  font-weight: 400 !important;
}

.datetimepicker .active {
  background-color: #4b8df8 !important;
}

.datetimepicker .active:hover {
  background-color: #2678FC !important;
}

.datetimepicker .fa-angle-right:before {
  content: "\f105";
}

.modal-open .datetimepicker {
  z-index: 10055;
}

.bs-datetime .input-group-addon {
  background: 0 0;
  padding: 0;
  border-left: 0;
}

.bs-datetime .input-group-addon .btn {
  border: 0;
}

.editable-input table, .editable-input table td, .editable-input table th, .editable-input table tr {
  border: 0 !important;
}

.editable-input .combodate select {
  margin-bottom: 5px;
}

.fileinput {
  margin-bottom: 0;
}

.fileinput .close {
  float: none;
}

.fileinput .input-group {
  white-space: nowrap;
  overflow: hidden;
}

.md-input {
  padding: 5px !important;
  border-bottom: 0 !important;
  border-radius: 0 0 2px 2px;
}

.md-editor, .modal {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.md-editor {
  border-radius: 2px;
}

.md-editor .btn-toolbar {
  margin-left: 0;
  border-radius: 2px 2px 0 0;
}

.md-editor .btn-toolbar .btn-group .btn-sm.btn, .md-editor .btn-toolbar .btn-group .btn-group-sm > .btn {
  padding-bottom: 3px;
}

.md-editor .btn-toolbar .btn-group .btn-primary {
  padding-top: 5px;
  padding-bottom: 7px;
}

.md-editor.active {
  border: 1px solid #999;
  box-shadow: none !important;
}

.has-error .md-editor {
  border: 1px solid #fbe1e3 !important;
}

.has-success .md-editor {
  border: 1px solid #abe7ed !important;
}

.has-warning .md-editor {
  border: 1px solid #f9e491 !important;
}

.modal-open.page-overflow .modal-scrollable, .modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-bottom, .modal-open.page-overflow .page-container .navbar-fixed-top {
  overflow-y: auto !important;
}

.modal-scrollable {
  overflow: hidden !important;
  z-index: 10051;
  overflow-y: scroll !important;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
}

.modal {
  border-radius: 2px;
  border: 0 !important;
}

.modal .modal-body {
  border-radius: 2px;
  border: 0;
}

.modal .modal-title {
  font-weight: 400;
}

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

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.bootstrap-select .btn {
  border-color: #c2cad8;
}

.has-error .bootstrap-select .btn {
  border-color: #fbe1e3;
}

.has-success .bootstrap-select .btn {
  border-color: #abe7ed;
}

.has-warning .bootstrap-select .btn {
  border-color: #f9e491;
}

.bootstrap-select.open .btn, .bootstrap-select.open.dropup .btn {
  border-color: #93a1bb;
}

.bootstrap-select .btn:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
  margin-top: 1px;
}

.bootstrap-select.btn-group .dropdown-menu > li > dt > .text {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 14px;
}

.bootstrap-select.btn-group .dropdown-menu .text-muted {
  color: #999 !important;
}

.bootstrap-select .caret {
  border: 0;
  width: auto;
  height: auto;
  margin-top: -10px !important;
}

.bootstrap-select .caret:before {
  content: "\f107";
  display: inline-block;
  border: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.form-wizard .steps > li > a.step > .desc, .form-wizard .steps > li > a.step > .number {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

.bootstrap-select .selected i {
  color: #aaa;
}

.bootstrap-select .dropdown-menu {
  z-index: 1000 !important;
}

.modal-open .bootstrap-select .dropdown-menu {
  z-index: 10050 !important;
}

.bootstrap-switch {
  border-color: #c2cad8;
}

.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: none;
  border-color: #c2cad8;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #659be0;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #36c6d3;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #fff;
  background: #F1C40F;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #ed6b75;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #444;
  background: #e8eaef;
}

.portlet:not(.light) > .portlet-title > .actions > .bootstrap-switch {
  border-color: transparent;
  margin-top: 0;
}

.bootstrap-timepicker-widget table td a {
  padding: 4px 0;
}

.bootstrap-timepicker-widget input, .bootstrap-timepicker-widget input:focus {
  outline: 0 !important;
  border: 0;
}

.modal-open .bootstrap-timepicker-widget {
  z-index: 10055 !important;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after, .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  top: auto;
}

.toast {
  box-shadow: none !important;
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast .toast-close-button {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  text-indent: -100000px;
  width: 11px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-image: url(../img/portlet-remove-icon-white.png) !important;
}

.form-wizard .steps, .form-wizard .steps > li > a.step {
  background-color: #fff;
  background-image: none;
  border: 0;
  box-shadow: none;
  filter: none;
}

.toast-top-center {
  top: 12px;
  margin: 0 auto 0 -150px;
  left: 50%;
}

.toast-top-center .toast {
  margin: 0 !important;
}

.toast-bottom-center {
  bottom: 12px;
  margin: 0 auto 0 -150px;
  left: 50%;
}

.toast-bottom-center .toast {
  margin: 0 !important;
}

.form-wizard .progress {
  margin-bottom: 30px;
}

.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
}

.form-wizard .steps > li > a.step:hover {
  background: 0 0;
}

.form-wizard .steps > li > a.step > .number {
  background-color: #eee;
  text-align: center !important;
  padding: 11px 15px 13px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
}

.form-wizard .steps > li > a.step > .desc > i {
  display: none;
}

.form-wizard .steps > li.active > a.step .number {
  background-color: #36c6d3;
  color: #fff;
}

.form-wizard .steps > li.active > a.step .desc {
  color: #333;
}

.form-wizard .steps > li.done > a.step .number {
  background-color: #F1C40F;
  color: #fff;
}

.form-wizard .steps > li.done > a.step .desc {
  color: #333;
}

.form-wizard .steps > li.done > a.step .desc i {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .form-wizard .step .desc {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .form-wizard .steps > li > a {
    text-align: left;
  }
} /*!
* Tab drop for Bootstrap
*/
.tabbable-tabdrop .nav-pills, .tabbable-tabdrop .nav-tabs {
  position: relative;
}

.tabbable-tabdrop .nav-pills .caret, .tabbable-tabdrop .nav-tabs .caret {
  display: none;
}

.tabbable-tabdrop .nav-pills .tabdrop .dropdown-toggle i, .tabbable-tabdrop .nav-tabs .tabdrop .dropdown-toggle i {
  font-size: 14px;
}

.tabbable-tabdrop .dropdown-menu:after {
  right: 10px;
  left: auto;
}

.tabbable-tabdrop .dropdown-menu:before {
  right: 9px;
  left: auto;
}

.wysihtml5-sandbox {
  width: 100% !important;
}

.wysihtml5-toolbar li {
  margin: 0;
  height: 29px;
}

.wysihtml5-toolbar li .dropdown-menu {
  margin-top: 5px;
}

.has-error .wysihtml5-sandbox {
  border: 1px solid #fbe1e3 !important;
}

.has-success .wysihtml5-sandbox {
  border: 1px solid #abe7ed !important;
}

.has-warning .wysihtml5-sandbox {
  border: 1px solid #f9e491 !important;
}

.note-editor {
  border: 1px solid #c2cad8;
  border-radius: 2px;
}

.note-editor .note-toolbar {
  border-bottom: 1px solid #c2cad8;
  border-radius: 2px 2px 0 0;
}

.note-editor .note-statusbar {
  border-radius: 0 0 2px 2px;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #c2cad8;
}

.note-editor.note-frame.fullscreen {
  z-index: 10050;
  width: 100% !important;
}

.note-editor .dropdown-menu:before {
  left: 9px;
  right: auto;
}

.note-editor .dropdown-menu:after {
  left: 10px;
  right: auto;
}

.note-link-dialog .checkbox {
  margin-left: 20px;
}

.has-error .note-editor {
  border: 1px solid #fbe1e3 !important;
}

.has-success .note-editor {
  border: 1px solid #abe7ed !important;
}

.has-warning .note-editor {
  border: 1px solid #f9e491 !important;
}

.gtreetable .dropdown-menu {
  margin-top: 0;
}

.gtreetable .dropdown-menu:after, .gtreetable .dropdown-menu:before {
  display: none !important;
}

.gtreetable .node-action .form-control {
  position: relative;
  top: 2px;
  display: inline-block;
}

.gtreetable .node-icon-ce, .gtreetable .node-icon-handle, .gtreetable .node-icon-selected, .gtreetable .node-icon-type {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.bootstrap-tagsinput {
  display: block;
  padding: 4px 4px 6px;
  font-size: 14px;
  font-weight: 400;
  min-height: 34px;
  color: #555;
  background-color: #fff;
  border: 1px solid #c2cad8;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  box-shadow: none;
  font-family: arial;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  font-family: arial;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  text-decoration: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  display: inline-block;
  margin-top: 2px;
  padding: 4px 6px;
}

.bootstrap-tagsinput .tag input {
  width: 5em !important;
}

.bootstrap-tagsinput-width-auto .bootstrap-tagsinput {
  display: inline-block;
}

.mt-bootstrap-tables .mt-btm-transform .bars {
  height: auto;
}

.CSSAnimationChart, .mapChart {
  width: 100%;
  height: 500px;
}

.fixed-table-toolbar .columns label {
  margin: 10px;
  padding: 0 0 0 30px;
}

.fixed-table-header th.bs-checkbox {
  outline: 0;
}

.fixed-table-header th.bs-checkbox .th-inner {
  overflow: visible;
}

.fixed-table-header th.bs-checkbox .th-inner .mt-checkbox {
  right: -5px;
}

.bootbox .bootbox-close-button {
  margin-top: 0 !important;
}

.tt-suggestion.tt-cursor {
  color: #999;
  background-color: #eee;
}

.CSSAnimationChart a, .mapChart a {
  color: #bbb !important;
  font-size: 12px !important;
}

.multiselect-container > li > a > label {
  padding: 3px 5px 3px 15px;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: am-moving-dashes 1s linear infinite;
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
.lastBullet {
  animation: am-pulsating 1s ease-out infinite;
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
.amcharts-graph-column-front {
  transition: all 0.3s 0.3s ease-out;
}

.amcharts-graph-column-front:hover {
  fill: #496375;
  stroke: #496375;
  transition: all 0.3s ease-out;
}

.amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 500%;
  stroke-dasharray: 0\9 ;
  stroke-dashoffset: 0\9 ;
  animation: am-draw 40s;
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animated-pie-chart, .columnLine {
  width: 100%;
  height: 350px;
  font-size: 11px;
}

.amcharts-graph-graph2 .amcharts-graph-stroke {
  stroke-dasharray: 4px 5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: am-moving-dashes 1s linear infinite;
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -28px;
  }
}
.cke {
  border-radius: 2px;
}

.cke .cke-top {
  border-radius: 2px 2px 0 0;
}

.cke .cke-bottom {
  border-radius: 0 0 2px 2px;
}

.cke_bottom, .cke_dialog, .cke_dialog_footer, .cke_dialog_title, .cke_inner, .cke_reset, .cke_top {
  background-image: none !important;
  filter: none;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none !important;
  text-shadow: none;
}

.cke_dialog_tab, .cke_dialog_ui_button, .cke_dialog_ui_input_text {
  filter: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background-image: none !important;
}

.cke_dialog_tab, .cke_dialog_ui_button {
  box-shadow: none !important;
  text-shadow: none !important;
}

.cke_dialog_tab:hover, .cke_dialog_ui_button:hover {
  text-decoration: none;
  text-shadow: none;
}

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

.cke_button, .cke_combo_button, .cke_toolbar, .cke_toolgroup {
  background-image: none !important;
  filter: none !important;
  border: 0;
  box-shadow: none !important;
}

.cke_button, .cke_combo_button, .cke_hc.cke_panel_listItem a, .cke_panel_grouptitle {
  background-image: none !important;
  filter: none;
  text-shadow: none;
}

.cke_button:hover, .cke_combo_button:hover {
  background-color: #ddd;
}

.cke_toolbar_break {
  background-image: none !important;
  filter: none !important;
  border: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.has-error .cke {
  border: 1px solid #fbe1e3 !important;
}

.has-success .cke {
  border: 1px solid #abe7ed !important;
}

.has-warning .cke {
  border: 1px solid #f9e491 !important;
}

.modal-open .clockface {
  z-index: 10055 !important;
}

.clockface .cell .inner.active, .clockface .cell .outer.active {
  background-color: #4b8df8 !important;
  background-image: none;
  filter: none;
}

.table-checkable tr > td:first-child, .table-checkable tr > th:first-child {
  text-align: center;
  max-width: 50px;
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}

table.dataTable thead td, table.dataTable thead th {
  border-bottom: 2px solid #e7ecf1;
  outline: 0 !important;
}

table.dataTable.no-footer {
  border-bottom-color: #e7ecf1;
}

.dataTables_extended_wrapper.DTS .dataTables_scrollBody, .dataTables_extended_wrapper.DTS .dataTables_scrollHead {
  border-bottom: 0 !important;
}

table.dataTable tr.heading > th {
  background-color: #fbfcfd;
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
  background: #fbfcfd !important;
}

.paging_bootstrap_extended {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 13px;
}

.dataTables_extended_wrapper {
  margin-top: 10px;
}

.dataTables_extended_wrapper .seperator {
  padding: 0 2px;
}

.dataTables_extended_wrapper .table.dataTable {
  margin: 20px 0 !important;
}

.dataTables_extended_wrapper div.dataTables_info, .dataTables_extended_wrapper div.dataTables_length, .dataTables_extended_wrapper div.dataTables_paginate {
  display: inline-block;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
}

.dataTables_extended_wrapper .table-group-actions > span {
  font-size: 13px;
}

.dataTables_extended_wrapper.DTS .paging_bootstrap_extended {
  display: inline-block;
}

.dataTables_extended_wrapper.DTS .dataTables_info {
  display: inline-block;
  padding-top: 8px !important;
}

.dataTables_extended_wrapper.DTS .dataTables_info .seperator {
  display: none;
}

.dataTables_extended_wrapper.DTS .dataTables_scrollHead .dataTables_scrollHeadInner .table.dataTable {
  margin-bottom: 0 !important;
}

.dataTables_extended_wrapper.DTS .dataTables_scrollBody .table.dataTable {
  margin: 0 !important;
}

@media (max-width: 480px) {
  .dataTables_extended_wrapper div.dataTables_info, .dataTables_extended_wrapper div.dataTables_length, .dataTables_extended_wrapper div.dataTables_paginate {
    display: block;
    margin-bottom: 10px !important;
  }
  .dataTables_extended_wrapper .seperator {
    display: none !important;
  }
}
.dataTables_extended_wrapper div.dataTables_length label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  float: none !important;
  display: inline-block !important;
}

.table-container .table-actions-wrapper {
  display: none;
}

.dataTables_scroll {
  margin-bottom: 10px;
}

.dataTables_scrollHead {
  border-bottom: 2px solid #e7ecf1 !important;
}

.dataTables_scrollHead thead th {
  border-bottom: 0 !important;
}

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

.table-both-scroll .dataTables_scrollBody {
  border-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_processing {
  width: 200px;
  display: inline-block;
  padding: 7px;
  left: 50%;
  margin-left: -100px;
  margin-top: 10px;
  text-align: center;
  color: #3f444a;
  border: 1px solid #e7ecf1;
  background: #eef1f5;
  vertical-align: middle;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.dt-button-background {
  display: none !important;
}

div.dt-button-collection {
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  padding: 0;
}

div.dt-button-collection > a.dt-button {
  background: 0 0;
  padding: 8px 16px;
  font-weight: 300;
  margin: 1px;
  box-shadow: none !important;
  border: 0 !important;
}

div.dt-button-collection > a.dt-button > span {
  font-size: 14px;
  color: #333;
}

div.dt-button-collection > a.dt-button.active {
  background: #f6f6f6 !important;
  box-shadow: none !important;
  border: 0 !important;
}

div.dt-button-collection > a.dt-button.active > span {
  color: #333;
}

a.dt-button, button.dt-button, div.dt-button {
  background-image: none !important;
  padding: 6px 12px !important;
}

a.dt-button:last-child, button.dt-button:last-child, div.dt-button:last-child {
  margin-right: 0;
}

.dataTables_wrapper .dt-buttons {
  float: right;
}

.portlet.light .dataTables_wrapper .dt-buttons {
  margin-top: -64px;
}

.portlet.box .dataTables_wrapper .dt-buttons {
  margin-top: -50px;
}

.dataTable .row-details.row-details-close {
  background: url(../img/datatable-row-openclose.png) no-repeat;
}

.dataTable .row-details.row-details-open {
  background: url(../img/datatable-row-openclose.png) 0 -23px no-repeat;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead .sorting {
  background: url(../plugins/datatables/images/sort_both.png) center right no-repeat;
}

table.dataTable thead .sorting_asc {
  background: url(../plugins/datatables/images/sort_asc.png) center right no-repeat;
}

table.dataTable thead .sorting_desc {
  background: url(../plugins/datatables/images/sort_desc.png) center right no-repeat;
}

table.dataTable thead .sorting_asc_disabled {
  background: url(../plugins/datatables/images/sort_asc_disabled.png) center right no-repeat;
}

table.dataTable thead .sorting_desc_disabled {
  background: url(../plugins/datatables/images/sort_desc_disabled.png) center right no-repeat;
}

table.dataTable th:active {
  outline: 0;
}

table.dataTable.fixedHeader-floating {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid #dee5ec;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.table-header-fixed thead > tr > th {
  border-top: 0;
}

.table > tfoot > tr > td, .table > tfoot > tr > th {
  border-bottom: 0;
  padding: 10px 18px;
  border-top: 1px solid #e7ecf1;
  font-weight: 600;
}

.table.dataTable.dt-responsive .table.dataTable.responsive {
  width: 100%;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  text-align: center;
  width: 14px;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  margin-left: -8px;
  text-indent: 0;
  text-align: center;
  margin-top: -8px;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: none !important;
  background-color: #b0c1d2;
  font-weight: 300;
  vertical-align: middle;
  line-height: 16px;
  border: 0;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #36c6d3;
  font-weight: 300;
  vertical-align: middle;
  border: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 10px;
}

table.dataTable > tbody > tr.child ul li {
  border: 0;
}

@-moz-document url-prefix() {
  .portlet-datatable .dataTables_wrapper .table-responsive {
    padding: 0 2px !important;
  }
}
@media (max-width: 767px) {
  .portlet.box .dataTables_wrapper .dt-buttons, .portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .portlet.box .dataTables_wrapper .dt-buttons > .dt-button, .portlet.light .dataTables_wrapper .dt-buttons > .dt-button {
    margin-top: 5px;
  }
}
.table-scrollable .dataTable td > .btn-group, .table-scrollable .dataTable th > .btn-group {
  position: absolute;
  margin-top: -2px;
}

.dataTable td .popover-content .btn-group {
  position: static !important;
}

.table .btn-group .btn {
  margin-left: 0;
  margin-right: -1px;
}

.dropzone {
  border-radius: 0;
}

.dropzone-file-area {
  border: 2px dashed #028AF4;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.dz-hidden-input {
  left: 0;
}

@media (max-width: 768px) {
  .dropzone-file-area {
    width: auto;
  }
}
.fancybox-overlay {
  z-index: 100000;
}

.fancybox-opened {
  z-index: 100001;
}

.spinner-buttons.btn-group-vertical .btn {
  text-align: center;
  margin: 0;
  height: 17px;
  width: 22px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0;
}

.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-up {
  border-radius: 0;
  border-top-right-radius: 2px !important;
}

.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-down {
  border-radius: 0 0 2px;
}

.external-event {
  display: inline-block;
  cursor: move;
  margin-bottom: 5px;
  margin-left: 5px;
}

.fc-scroller {
  overflow-y: auto;
  overflow-x: hidden;
}

.fc-month-view .fc-scroller {
  height: auto !important;
}

.portlet .event-form-title {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 400;
  margin-bottom: 10px;
}

.portlet.calendar .fc-button {
  box-shadow: none;
  text-shadow: none;
  border: 0 #ddd;
  height: 35px;
  padding: 5px 8px 8px;
  margin-left: 2px;
  background: 0 0;
  color: #fff;
  top: -48px;
  outline: 0 !important;
  border-radius: 2px 2px 0 0;
  border-style: none solid;
}

.portlet.calendar .fc-toolbar {
  margin-bottom: 0;
}

.portlet.calendar .fc-toolbar h2 {
  margin-top: 3px;
  font-size: 17px;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow, .portlet.calendar .fc-button .fc-icon-right-single-arrow {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
}

.portlet.calendar .fc-header {
  margin-bottom: -21px;
}

.portlet.calendar .fc-button-prev {
  padding-right: 10px;
  padding-left: 8px;
}

.portlet.calendar .fc-button-next {
  padding-right: 8px;
  padding-left: 10px;
}

.portlet.calendar .fc-button .fc-icon {
  height: 20px;
  top: -5px;
}

.portlet.calendar .fc-button.fc-state-active, .portlet.calendar .fc-button.fc-state-hover {
  color: #666;
  background-color: #fff;
}

.portlet.calendar .fc-button.fc-state-disabled {
  color: #ddd;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow:after {
  content: "";
  margin: 0;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow:before {
  content: "\f104";
}

.portlet.calendar .fc-button .fc-icon-right-single-arrow:after {
  margin: 0;
  content: "";
}

.portlet.calendar .fc-button .fc-icon-right-single-arrow:before {
  content: "\f105";
}

.portlet.calendar .fc-text-arrow {
  font-size: 22px;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
}

.portlet.calendar .fc-event {
  border: 0;
  background-color: #69a4e0;
  color: #fff;
}

.portlet.calendar .fc-event .fc-content {
  border: 0;
  padding: 5px 7px;
}

.portlet.calendar .fc-event .fc-time {
  float: left;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-right: 5px;
}

.portlet.calendar .fc-event .fc-title {
  text-align: left;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.portlet.calendar .fc-header-title h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #111;
}

.portlet.calendar .fc-widget-header {
  background-image: none;
  filter: none;
  background-color: #eee;
  text-transform: uppercase;
  font-weight: 300;
}

.portlet.calendar.light .fc-button {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 35px;
}

.portlet.calendar.light .fc-button .fc-text-arrow {
  margin-top: -6px;
  display: inline-block;
}

.portlet.calendar.light .fc-button.fc-state-active, .portlet.calendar.light .fc-button.fc-state-hover {
  color: #333;
  border-bottom: 2px solid #36c6d3;
}

.portlet.calendar.light .fc-button.fc-state-disabled {
  color: #aaa;
}

.portlet.calendar .mobile .fc-button {
  padding: 0 6px 20px;
  margin-left: 2px;
  border: 0;
  background-color: #ddd;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  text-shadow: none;
  text-align: center;
}

.portlet.calendar .mobile .fc-button.fc-state-active, .portlet.calendar .mobile .fc-button.fc-state-hover {
  background-color: #eee;
}

.portlet.calendar .mobile .fc-button.fc-state-disabled {
  color: #bbb;
}

.portlet.calendar .mobile .fc-button-prev {
  margin-right: 5px;
  margin-top: -2px;
}

.portlet.calendar .mobile .fc-button-next {
  margin-right: 0;
  margin-top: -2px;
}

.portlet.calendar .mobile .fc-header-space {
  margin: 0;
  padding: 0;
  width: 0;
}

.portlet.calendar .mobile .fc-header-left {
  position: absolute;
  z-index: 10;
}

.portlet.calendar .mobile .fc-header-left .fc-button {
  top: -2px;
}

.portlet.calendar .mobile .fc-header-right {
  position: relative;
  right: 0;
}

.portlet.calendar .mobile .fc-header-right .fc-button {
  top: 35px;
}

.portlet.calendar .mobile .fc-content {
  margin-top: 53px;
}

.portlet.calendar.light .fc-button {
  top: -47px;
}

.gmaps {
  height: 300px;
  width: 100%;
}

.gmaps img {
  max-width: none;
}

#gmap_static div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  height: 300px;
}

#gmap_routes_instructions {
  margin-top: 10px;
  margin-bottom: 0;
}

#gritter-notice-wrapper {
  right: 1px !important;
}

.gritter-close {
  left: auto !important;
  right: 3px !important;
}

.gritter-title {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
}

.easy-pie-chart .number {
  font-size: 14px !important;
  position: relative;
  text-align: center;
  height: 75px;
  line-height: 75px;
}

.easy-pie-chart .number canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.blueimp-gallery .close {
  background-image: url(../img/portlet-remove-icon-white.png) !important;
  margin-top: -2px;
}

.blueimp-gallery .next, .blueimp-gallery .prev {
  border-radius: 23px !important;
}

.ms-container .ms-list {
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.ms-container .ms-optgroup-label {
  font-size: 14px;
}

.jquery-notific8-message, .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
  font-size: 13px;
}

.ms-container .ms-list.ms-focus {
  border-color: #999;
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  color: #333;
  background-color: #eee;
}

.ms-container .form-control {
  margin-bottom: 5px;
}

[class*=jquery-notific8], [class*=jquery-notific8]:after, [class*=jquery-notific8]:before {
  box-sizing: content-box;
}

.left .jquery-notific8-close-sticky span, .right .jquery-notific8-close-sticky span {
  font-size: 10px;
}

.jquery-notific8-heading {
  font-weight: 300;
  font-size: 16px;
}

.password-strength .password-verdict {
  display: inline-block;
  margin-top: 6px;
  margin-left: 5px;
}

.password-strength .progress {
  margin-top: 5px;
  margin-bottom: 0;
}

.password-strength .progress-bar {
  padding: 2px;
}

.scroller {
  padding: 0 12px 0 0;
  margin: 0;
  overflow: hidden;
}

.scroller-footer {
  margin-top: 10px;
}

.scroller-footer:after, .scroller-footer:before {
  content: " ";
  display: table;
}

.scroller-footer:after {
  clear: both;
}

.portlet-body .slimScrollBar {
  margin-right: 0;
}

.jqstooltip {
  width: auto !important;
  height: auto !important;
}

.easy-pie-chart, .sparkline-chart {
  text-align: center;
}

.sparkline-chart {
  margin-top: 15px;
  position: relative;
}

.easy-pie-chart .number {
  font-weight: 300;
  width: 85px;
  margin: 0 auto;
}

.sparkline-chart .number {
  width: 100px;
  margin: 0 auto 10px;
}

.easy-pie-chart .title, .sparkline-chart .title {
  display: block;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.easy-pie-chart .title:hover, .sparkline-chart .title:hover {
  color: #666;
  text-decoration: none;
}

.easy-pie-chart .title > i, .sparkline-chart .title > i {
  margin-top: 5px;
}

.slider {
  border: 0;
  padding: 0;
  display: block;
  margin: 12px 5px;
  min-height: 11px;
}

.ui-slider-vertical {
  width: 11px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -3px;
}

.ui-slider-handle, .ui-slider-vertical {
  filter: none !important;
  background-image: none !important;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  height: 16px;
  width: 16px;
  background-color: #666;
}

.vmaps {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.jstree-default .jstree-clicked {
  border: 0;
  background-color: #e1e1e1;
  box-shadow: none;
}

.jstree-default .jstree-hovered {
  border: 0;
  background-color: #eee;
  box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked, .jstree-wholerow .jstree-wholerow-clicked {
  background: #e1e1e1;
  border: 0;
  box-shadow: none;
}

.jstree-default .jstree-wholerow-hovered, .jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #eee;
  box-shadow: none;
}

.jstree-icon.icon-lg {
  margin-top: 1px;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c";
}

.jstree-default.jstree-rtl .jstree-last {
  background: no-repeat;
}

.vakata-context, .vakata-context ul {
  padding: 0;
  min-width: 125px;
  background-color: #fff;
  font-size: 14px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
}

.morris-hover.morris-default-style .morris-hover-point, .select2-container--bootstrap .select2-results__group, .select2-container--bootstrap .select2-selection {
  font-family: "Open Sans", sans-serif;
}

.vakata-context li {
  border: 0;
}

.vakata-context li a {
  padding: 0 10px;
  border: 0;
}

.vakata-context li a .vakata-contextmenu-sep, .vakata-context li a i {
  display: none;
}

.vakata-context .vakata-context-hover > a, .vakata-context li a:hover {
  background-color: #eee;
  color: #333;
  box-shadow: none;
  margin: 0;
}

.vakata-context .vakata-context-hover > a .ins, .vakata-context .vakata-context-hover > a .span, .vakata-context li a:hover .ins, .vakata-context li a:hover .span {
  border: 0 !important;
}

.vakata-context li a ins, .vakata-context li a span {
  display: none;
  border: 0 !important;
}

.vakata-context .vakata-context-separator a, .vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
}

.jstree-rename-input {
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  outline: 0 !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
}

.noUi-horizontal {
  margin: 9px 0;
}

.noUi-primary .noUi-connect {
  background: #337ab7;
}

.noUi-info .noUi-connect {
  background: #659be0;
}

.noUi-success .noUi-connect {
  background: #36c6d3;
}

.noUi-warning .noUi-connect {
  background: #F1C40F;
}

.noUi-danger .noUi-connect {
  background: #ed6b75;
}

.noUi-default .noUi-connect {
  background: #bac3d0;
}

.noui-connect .noUi-origin {
  right: auto;
  width: 0;
}

.noui-connect .connect {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #80C9F5;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}

.noui-connect.noUi-state-tap .connect {
  transition: left 0.3s, right 0.3s;
}

.socicon-btn, .socicon-btn:hover {
  transition: background, color 0.3s;
}

.noUi-handle .noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  border-radius: 3px;
  background: #fff;
  top: -55px;
  padding: 5px;
  left: -10px;
  text-align: center;
  min-width: 50px;
}

.noUi-handle .noUi-tooltip strong {
  display: block;
  padding: 2px;
}

.form-recaptcha-img {
  margin-bottom: 10px;
  clear: both;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

iframe[src="about:blank"] {
  display: none;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-results__group {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
}

.modal-open .select2-dropdown {
  z-index: 10060;
}

.modal-open .select2-close-mask {
  z-index: 10055;
}

.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: auto !important;
}

.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.select2-result-repository__meta {
  margin-left: 70px;
}

.select2-result-repository__title {
  color: #000;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
  margin-right: 1em;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}

.select2-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-repository__title {
  color: #fff;
}

.select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__watchers {
  color: #c1d7e9;
}

.select2-selection__choice {
  background-color: #eee !important;
  border: 1px solid #eee !important;
}

.select2-selection__choice .select2-selection__choice__remove {
  font-weight: 400 !important;
}

.portlet-body-morris-fit {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -15px;
}

.portlet-body-morris-fit > svg {
  border-radius: 0 0 2px 2px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  color: #7D8C9D;
  font-family: "Open Sans", sans-serif;
}

.morris-hover.morris-default-style .morris-hover-point {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.socicon, .socicon-btn {
  position: relative;
  font-family: socicon;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icheck-list > label {
  display: block;
  margin-bottom: 8px;
}

.icheck-colors > li, .icheck-inline > label, .socicon, .socicon-btn {
  display: inline-block;
}

.icheck-list > label:last-child {
  margin-bottom: 0;
}

.form-horizontal .icheck-inline {
  margin-top: 8px;
}

.icheck-inline > label {
  margin-left: 15px;
}

.icheck-inline > label:first-child {
  margin-left: 0;
}

div[class*=icheckbox_], div[class*=iradio_] {
  margin-right: 5px;
  top: -1px !important;
}

.icheck-colors {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icheck-colors > li {
  padding: 0;
  margin: 4px;
  float: left;
  height: 20px;
  width: 20px;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.icheck-colors > li:first-child {
  margin-left: 0;
}

.icheck-colors > li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.icheck-colors > li.active {
  height: 26px;
  margin-top: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.icheck-colors > li.red {
  background: #d54e21;
}

.icheck-colors > li.green {
  background: #78a300;
}

.icheck-colors > li.blue {
  background: #0e76a8;
}

.icheck-colors > li.aero {
  background: #9cc2cb;
}

.icheck-colors > li.grey {
  background: #73716e;
}

.icheck-colors > li.orange {
  background: #f70;
}

.icheck-colors > li.yellow {
  background: #fc0;
}

.icheck-colors > li.pink {
  background: #ff66b5;
}

.icheck-colors > li.purple {
  background: #6a5a8c;
}

.ui-select-match-close {
  margin-top: 5px !important;
  margin-left: 5px !important;
}

.minicolors-swatch {
  border: 0;
}

.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}

pre[class*=language-] {
  padding: 10px;
  background: 0 0 !important;
  border: 1px solid #f1f4f7 !important;
  box-shadow: none !important;
  margin: 0;
}

pre[class*=language-] code {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.socicon {
  top: 1px;
}

.socicon-btn:empty .socicon:empty {
  width: 1em;
}

.socicon-btn {
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 11px;
  font-size: 24px;
  border: 1px solid #e7ecf1;
  color: #3f444a;
}

.socicon-btn.socicon-solid {
  border: 0;
  width: 46px;
  height: 46px;
  padding-top: 12px;
}

.socicon-btn.socicon-btn-circle {
  border-radius: 44px !important;
}

.socicon-btn:hover {
  text-decoration: none;
}

.socicon-btn.socicon-lg {
  width: 54px;
  height: 54px;
  padding-top: 13px;
  font-size: 28px;
}

.socicon-btn.socicon-lg.socicon-solid {
  border: 0;
  width: 55px;
  height: 55px;
  padding-top: 13px;
}

.socicon-btn.socicon-sm {
  width: 30px;
  height: 30px;
  padding-top: 8px;
  font-size: 16px;
}

.socicon-btn.socicon-sm.socicon-solid {
  border: 0;
  width: 30px;
  height: 30px;
  padding-top: 8px;
}

.socicons .socicon-btn {
  margin-bottom: 5px;
}

.socicon-twitter:before {
  content: "a";
}

.socicon-facebook:before {
  content: "b";
}

.socicon-google:before {
  content: "c";
}

.socicon-pinterest:before {
  content: "d";
}

.socicon-foursquare:before {
  content: "e";
}

.socicon-yahoo:before {
  content: "f";
}

.socicon-skype:before {
  content: "g";
}

.socicon-yelp:before {
  content: "h";
}

.socicon-feedburner:before {
  content: "i";
}

.socicon-linkedin:before {
  content: "j";
}

.socicon-viadeo:before {
  content: "k";
}

.socicon-xing:before {
  content: "l";
}

.socicon-myspace:before {
  content: "m";
}

.socicon-soundcloud:before {
  content: "n";
}

.socicon-spotify:before {
  content: "o";
}

.socicon-grooveshark:before {
  content: "p";
}

.socicon-lastfm:before {
  content: "q";
}

.socicon-youtube:before {
  content: "r";
}

.socicon-vimeo:before {
  content: "s";
}

.socicon-dailymotion:before {
  content: "t";
}

.socicon-vine:before {
  content: "u";
}

.socicon-flickr:before {
  content: "v";
}

.socicon-500px:before {
  content: "w";
}

.socicon-instagram:before {
  content: "x";
}

.socicon-wordpress:before {
  content: "y";
}

.socicon-tumblr:before {
  content: "z";
}

.socicon-blogger:before {
  content: "A";
}

.socicon-technorati:before {
  content: "B";
}

.socicon-reddit:before {
  content: "C";
}

.socicon-dribbble:before {
  content: "D";
}

.socicon-stumbleupon:before {
  content: "E";
}

.socicon-digg:before {
  content: "F";
}

.socicon-envato:before {
  content: "G";
}

.socicon-behance:before {
  content: "H";
}

.socicon-delicious:before {
  content: "I";
}

.socicon-deviantart:before {
  content: "J";
}

.socicon-forrst:before {
  content: "K";
}

.socicon-playstore:before {
  content: "L";
}

.socicon-zerply:before {
  content: "M";
}

.socicon-wikipedia:before {
  content: "N";
}

.socicon-apple:before {
  content: "O";
}

.socicon-flattr:before {
  content: "P";
}

.socicon-github:before {
  content: "Q";
}

.socicon-chimein:before {
  content: "R";
}

.socicon-friendfeed:before {
  content: "S";
}

.socicon-newsvine:before {
  content: "T";
}

.socicon-identica:before {
  content: "U";
}

.socicon-bebo:before {
  content: "V";
}

.socicon-zynga:before {
  content: "W";
}

.socicon-steam:before {
  content: "X";
}

.socicon-xbox:before {
  content: "Y";
}

.socicon-windows:before {
  content: "Z";
}

.socicon-outlook:before {
  content: "1";
}

.socicon-coderwall:before {
  content: "2";
}

.socicon-tripadvisor:before {
  content: "3";
}

.socicon-appnet:before {
  content: "4";
}

.socicon-goodreads:before {
  content: "5";
}

.socicon-tripit:before {
  content: "6";
}

.socicon-lanyrd:before {
  content: "7";
}

.socicon-slideshare:before {
  content: "8";
}

.socicon-buffer:before {
  content: "9";
}

.socicon-rss:before {
  content: ",";
}

.socicon-vkontakte:before {
  content: ";";
}

.socicon-disqus:before {
  content: ":";
}

.socicon-houzz:before {
  content: "+";
}

.socicon-mail:before {
  content: "@";
}

.socicon-patreon:before {
  content: "=";
}

.socicon-paypal:before {
  content: "-";
}

.socicon-playstation:before {
  content: "^";
}

.socicon-smugmug:before {
  content: "¨";
}

.socicon-swarm:before {
  content: "$";
}

.socicon-triplej:before {
  content: "*";
}

.socicon-yammer:before {
  content: "&";
}

.socicon-stackoverflow:before {
  content: "(";
}

.socicon-drupal:before {
  content: "#";
}

.socicon-odnoklassniki:before {
  content: ".";
}

.socicon-android:before {
  content: "_";
}

.socicon-meetup:before {
  content: "]";
}

.socicon-persona:before {
  content: ")";
}

@CHARSET "ISO-8859-1";
/* Turn all borders around outside off */
.bookinghistory .btn {
  height: auto !important;
}

table.bookinghistory, table.bookinghistory tr, table.bookinghistory th,
table.bookinghistory td, table.dataTable, table.dataTable tr, table.dataTable th,
table.dataTable:not(.table-reporting) td {
  border-top: 1px solid rgb(0, 61, 99);
  border-right: none;
  border-bottom: none;
  border-left: none;
  word-wrap: break-word;
}

table.bookinghistory th, table.dataTable:not(.table-reporting) th {
  white-space: nowrap;
}

table.bookinghistory tr + tr, table.dataTable:not(.table-reporting) tr + tr {
  border-top: 1px solid rgb(0, 61, 99);
}

table.bookinghistory td + td, table.bookinghistory th + td, table.dataTable:not(.table-reporting) td + td,
table.dataTable:not(.table-reporting) th + td {
  border-left: 1px solid rgb(0, 61, 99);
}

table#jobDiary, table#jobTracking, table#jobTrackingBreakdown, table#itemDetails,
table#supplierClientDetails, table#linkedPO, table#linkedShip, table#shipDtls,
table#eDocuments, table#diaryNotes, table#actions, table#po-actioned,
table.dataTable:not(.table-reporting) {
  cursor: default !important;
  border: 1px solid rgb(0, 61, 99);
}

table#diaryLinkedPo {
  border-top: 0px;
}

table#diaryLinkedPo input {
  color: rgb(0, 61, 99);
}

td#diaryLinkedPoFound {
  max-height: 200px;
  overflow-y: hidden;
}

table#diaryLinkedPo td {
  vertical-align: top;
}

div#diary-linked-purchase-orders, div#diary-linked-purchase-orders div {
  float: left;
  padding: 2px 20px 2px 2px !important;
}

table#jobTracking.maps {
  width: 100% !important;
}

table#linkedPO, table#linkedShip, table#eDocuments:not(.eDocumentsPO),
table#diaryNotes {
  /*width: 1000px !important*/
}

table.bookinghistory, table.dataTable:not(.table-reporting) {
  color: #333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 50;
}

table.bookinghistory th, table.dataTable:not(.table-reporting) th {
  color: #fff; /*#EDF3FA*/
  padding: 3px;
  font-weight: normal;
  background-color: rgb(0, 57, 99);
}

table.bookinghistory tr, table.dataTable:not(.table-reporting) tr {
  background-color: #fff; /*#EDF3FA*/
}

table.bookinghistory td, table.dataTable:not(.table-reporting) td {
  padding: 2px 5px;
  color: black;
}

table.bookinghistory:not(#jobDiary) td, table.dataTable:not(.table-reporting) td {
  color: #000;
  vertical-align: top;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

table.bookinghistory:not(#jobDiary) tr:hover td, table.dataTable:not(.table-reporting) tr:hover td,
table.bookinghistory:not(#jobDiary) tr.active td, table.dataTable:not(.table-reporting) tr.active td {
  overflow: visible;
  white-space: normal;
  height: auto;
}

table.bookinghistory tr:not(.active):not(.consol-header):hover td,
table.dataTable:not(.table-reporting) tr:not(.active):not(.consol-header):hover td {
  background-color: #bcd2ef;
}

table.bookinghistory tr.active td, table.dataTable:not(.table-reporting) tr.active td {
  background-color: rgb(26, 130, 197);
  color: white;
}

table.bookinghistory tr:hover:not(.active) td {
  background-color: rgba(26, 130, 197, 0.25) !important;
}

table.bookinghistory tr.highlight td, table.dataTable:not(.table-reporting) tr.highlight td {
  background-color: rgb(180, 219, 245);
}

table.bookinghistory tr.jobDetails, table.bookinghistory tr.jobDetails td,
table.dataTable:not(.table-reporting) tr.jobDetails, table.dataTable:not(.table-reporting) tr.jobDetails td {
  background: #fff !important; /*#EDF3FA*/
}

table.bookinghistory tr.jobDetails:hover td, table.dataTable:not(.table-reporting) tr.jobDetails:hover td {
  background-color: #fff !important; /*#EDF3FA*/
  color: #000 !important;
}

table.bookinghistory tr.header, table.bookinghistory tr.groupByHeader,
table.dataTable:not(.table-reporting) tr.header, table.dataTable:not(.table-reporting) tr.groupByHeader {
  cursor: pointer;
}

table.bookinghistory th i.fa table.dataTable:not(.table-reporting) th i.fa {
  font-size: 14px;
}

table.bookinghistory th, table.dataTable:not(.table-reporting) th {
  vertical-align: bottom;
}

table.bookinghistory td.icon, table.dataTable:not(.table-reporting) td.icon {
  text-align: center;
}

div.export-options div {
  text-align: right;
}

div.export-options i.icon-large {
  font-size: 24px;
}

i.spreadsheet {
  color: rgb(72, 255, 72);
  background-color: #fff; /*#EDF3FA*/
}

table.bookinghistory td.icon-document i, table.bookinghistory td.icon-tmode i,
table.bookinghistory td.icon-consType i, table.bookinghistory td.icon-consType span,
table.bookinghistory td.icon-status i, table.bookinghistory td.icon-contact i,
table.bookinghistory td.status i, table.dataTable:not(.table-reporting) td.icon-download i,
table.dataTable td.icon-document i, table.dataTable:not(.table-reporting) td.icon-tmode i,
table.dataTable td.icon-consType i, table.dataTable:not(.table-reporting) td.icon-consType span,
table.dataTable td.icon-status i, table.dataTable:not(.table-reporting) td.icon-contact i,
table.dataTable td.status i, table.dataTable:not(.table-reporting) td.icon-download i {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

table.bookinghistory td.date i, table.dataTable:not(.table-reporting) td.date i {
  font-size: 16px;
  float: right;
}

form.groupByForm, form.orderByForm {
  display: none;
  margin: 0px;
  padding: 0px;
}

table.bookinghistory td.okay i, table.dataTable:not(.table-reporting) td.okay i {
  color: #000;
}

table.bookinghistory tr.active td.okay i, table.dataTable:not(.table-reporting) tr.active td.okay i {
  color: #fff;
}

table.bookinghistory td.warn i, table.dataTable:not(.table-reporting) td.warn i {
  color: orange;
}

table.bookinghistory td.alert i, i.po-highalert, table.dataTable:not(.table-reporting) td.alert i {
  color: red;
  font-weight: bold;
}

.dataTable select, .dataTables_wrapper, .dataTables_wrapper label,
.dataTables_wrapper select {
  background-color: rgb(0, 57, 99);
  color: #fff;
  border: 2px solid red;
}

.dataTables_wrapper input {
  background-color: #fff;
  color: rgb(0, 57, 99);
}

div.datatableReporting .dataTable select, div.datatableReporting .dataTables_wrapper, div.datatableReporting .dataTables_wrapper label,
div.datatableReporting .dataTables_wrapper select {
  background-color: #fff;
  color: #fff;
  border: 0px;
}
div.datatableReporting .dataTables_wrapper input {
  background-color: #fff;
  color: rgb(0, 57, 99);
}

i.po-alert {
  color: rgb(72, 255, 72);
}

#rescheduled-po-early.alert, #issues-po-early.alert, #potential-issues.alert,
.rescheduled-po-early-highlight.alert, .issues-po-early-highlight.alert,
.potential-issues-highlight.alert, table.bookinghistory td.status i.alert,
.hot-shipments-highlight.alert {
  color: orange;
}

#rescheduled-po-late.alert, #potential-issues.alerthigh, #issues-po-late.alert,
.rescheduled-po-late-highlight.alert, .potential-issues-highlight.alerthigh,
.issues-po-late-highlight.alert, table.bookinghistory td.status i.alerthigh {
  color: rgb(227, 6, 19);
}

#po-data-changes.alert, .po-data-changes-highlight.alert {
  color: rgb(173, 203, 222);
}

i.po-alert.automated {
  color: rgb(163, 73, 164) !important;
}

div.graphs {
  text-align: center;
  font-size: 14px;
}

div.graphs canvas {
  padding: 10px;
  border: 2px solid rgb(0, 57, 99);
}

div#top-graphs {
  margin-bottom: 30px;
  height: 204px;
}

#bookinghistory-header-fixed {
  position: fixed;
  z-index: 100;
  left: 0px;
}

#bookinghistory-header-fixed table tbody tr {
  display: none;
}

div[id*=tabs].ui-tabs.ui-widget.ui-widget-content.ui-corner-all ul {
  list-style-type: decimal;
}

div[id*=tabs].ui-tabs.ui-widget.ui-widget-content.ui-corner-all ul li {
  float: left;
  padding: 2px 10px;
}

div[id*=tabs].ui-widget-header {
  background: #fff !important; /*#EDF3FA*/
}

.ui-state-active a, .ui-state-default a {
  color: #000;
}

.ui-datepicker-prev:before {
  content: "\f100";
}

.ui-datepicker-next:before {
  content: "\f101";
}

div.loading {
  text-align: center;
}

div.loading img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
}

#bookinghistory tr.jobDetails {
  display: none;
}

.hotshipment {
  color: red !important;
}

.hot-shipment {
  background-color: orange !important;
}

table#bookinghistory, table#bookinghistory-header-fixed {
  cursor: default;
}

table#bookinghistory thead tr th i[function=sort], table#bookinghistory tbody tr td i[class*=hotShipClick],
table#bookinghistory tbody tr td i[function=filter] {
  cursor: pointer;
}

form.pure-form select, form.pure-form input, form.pure-form button {
  width: 200px;
  height: 2.5em;
}

form.pure-form input.wide-input {
  width: 400px !important;
}

table.table-files th, table.table-files td {
  padding: 15px !important;
}

table.table-files th {
  background-color: rgb(0, 61, 99);
  color: rgb(173, 203, 222);
}

table.table-files {
  max-width: 900px;
}

table.table-files tr td i {
  font-size: 36px;
}

table.table-files tr td:has(i) {
  text-align: center;
}

table.table-files tr {
  cursor: pointer !important;
}

table.table-files tr:last-child td:last-child {
  -moz-border-radius-bottom-right: 10px;
  border-bottom-right-radius: 10px;
}

/* Hack to amend just the tabs colours */
div#tabs ul {
  background: none !important;
  overflow-x: hidden;
}

div#tabs ul li, div#tabs ul li a {
  cursor: default !important;
}

div#full-page div#main-page div#lower div.content {
  height: calc(100% - 22px); /* Firefox */ /* WebKit */
  height: -o-calc(100% - 22px); /* Opera */
}

div#tabs {
  height: 100%;
}

div#tabs ul {
  border-bottom: 1px solid rgb(0, 61, 99);
  padding: 2px 0px 0px 26px;
}

div#tabs ul li.ui-state-active, div#tabs ul li.ui-state-active a {
  background-color: rgb(0, 57, 99) !important;
  color: white !important;
  /*font-weight: bold*/
}

div#tabs ul li:not(.ui-state-active):hover, div#tabs ul li:not(.ui-state-active):hover a,
div#tabs ul li:not(.ui-state-active) a:hover {
  background-color: rgb(137, 202, 243) !important;
  color: rgb(0, 61, 99) !important;
}

div#hotship-dialog-confirm, div#form-issue-dialog-confirm {
  display: none;
}

div#hotship-dialog-confirm span.ui-icon-alert {
  background: none !important;
  text-indent: 0px !important;
}

span.displayReqConf {
  color: red;
  font-style: oblique;
}

div#ui-datepicker-div {
  z-index: 100000 !important;
  border: 2px solid rgb(0, 57, 99) !important;
}

td.delivery-warning-webtrack {
  color: red !important;
  font-weight: bold;
}

table#bookinghistory tr.suspended td {
  background-color: rgb(211, 211, 211);
  font-style: italic;
}

table#bookinghistory tr.suspended.active td {
  color: red;
  background-color: rgb(180, 180, 180);
}

div#remove-shipment-link {
  cursor: pointer;
  padding-top: 10px;
}

div#remove-shipment-link:hover {
  color: red;
}

table#itemDetails.bookinghistory input[disabled], table#jobTracking.bookinghistory input[disabled] {
  background-color: inherit;
  border: none;
}

#lower .bookinghistory input, #lower .bookinghistory button {
  border: none;
}

.bookinghistory .light-highlight {
  background-color: rgba(255, 255, 0, 0.25);
}

.bookinghistory input:disabled {
  background-color: transparent;
}

/* table text overflow */
div#upper td:not(.statusView, .word-wrap) {
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

div#upper td:not(.statusView, .word-wrap):hover {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
}

.tooltip, .tooltip-inner, .tooltip-arrow {
  white-space: normal;
}

/* Allow override of overflow */
div#upper td:not(.statusView).allow-wrap {
  /*white-space: normal*/
}

/* drag table for dragging of table columns */
/*
 * dragtable
 *
 * @Version 2.0.14
 *
 * default css
 *
 */
/*##### the dragtable stuff #####*/
.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}

.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: white;
}

.dragtable-sortable th, .dragtable-sortable td {
  border-left: 0px;
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
  border-left: 1px solid #CCC;
}

.ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  visibility: visible !important;
  background: #EFEFEF !important;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  opacity: 0;
  visibility: hidden;
}

/*#tabs *:not(button) {
    overflow-x: hidden !important
}*/
.bookinghistory th {
  text-align: center;
}

tr.consol-header {
  background: rgb(32, 84, 112) !important;
  border-top-color: white !important;
}

tr.consol-header td {
  border: none !important;
  font-size: 1.15em;
  color: #fff;
}

/* Mobile device view */
@media (max-width: 700px) {
  #lower table.bookinghistory th, #lower table.bookinghistory td {
    white-space: initial;
  }
}
[data-type=sort]:not(.clear-search):not(.search-field):not(.input-group):not(.form-control) {
  cursor: n-resize;
}

[data-type=sort] .input-group * {
  cursor: initial;
}

.clear-search, .search-field, .filter-field {
  cursor: pointer;
}

/* hide filters for the moment, I don't think anyone uses them */
#bookinghistory .fa-filter {
  display: none;
}

.download-fill {
  background-color: #337ab7;
}

.columnSelect {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #eee;
  min-height: 100px;
  width: 220px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  cursor: move;
}

.columnSelect li {
  margin: 0 5px 5px 5px;
  padding: 0px 0px 5px 8px;
  border-bottom: 1px solid #eee;
}

.gmap-vessel-load {
  display: none !important;
}

#bookinghistory.row-deep tr td {
  vertical-align: middle;
}

#bookinghistory {
  overflow-x: auto;
  white-space: nowrap;
}

.statusView .btn {
  margin: 5px 5px;
  font-size: 0.9rem;
}

.paginationButton {
  width: 200px;
}

table#purchase-order-milestones td.milestone-name {
  min-width: 200px;
}

table#purchase-order-milestones td.no-wrap {
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}

select#purchase-orders-basedate-filter {
  max-width: 150px;
}

select#purchase-order-status-filter {
  width: 150px;
}

table#purchase-order-milestones td.milestone-status {
  text-transform: capitalize;
}

table#bookinghistory th {
  cursor: pointer;
}

div.tab-details div.tabs-view {
  min-height: 300px;
  overflow-y: auto;
}

@CHARSET "ISO-8859-1";
.purchase-order-consolidation ul {
  min-height: 100px;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  background-color: #337ab7;
  border: 2px dashed rgb(0, 57, 99);
  overflow-y: auto;
  background: repeating-linear-gradient(45deg, rgb(0, 57, 99), rgb(0, 57, 99) 1px, #337ab7 15px, #337ab7 30px);
}

.purchase-order-consolidation button {
  margin-right: 10px;
  margin-left: 10px;
}

.purchase-order-consolidation ul:empty {
  font-size: 20px;
  padding-left: 20px;
}

ul:empty::after {
  content: attr(data-empty-message);
}

.purchase-order-consolidation li {
  list-style-type: none;
  padding: 10px;
  cursor: move;
  margin-bottom: 2px;
}

.qq-hide {
  display: none;
}

.qq-show {
  display: block;
}

.background.los-angeles {
  height: 100vh;
  background: url("../images/AdobeStock_194441059_40pc.jpg") fixed no-repeat;
  background-size: cover;
}

.quotation-wrapper {
  width: 80%;
  max-width: 970px;
  background: inherit;
  position: relative;
  overflow: hidden;
  top: 40px;
  margin: 0 auto;
  border-radius: 5px;
  color: #003D6A;
  padding: 0 0 40px;
  text-align: center;
  z-index: 1;
}

.quotation-wrapper:before {
  content: "";
  position: absolute;
  background: url("../images/AdobeStock_194441059_40pc.jpg") fixed no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.8);
  filter: blur(15px);
  margin: -20px;
}

/* Hide all steps by default: */
.quotetab {
  display: none;
}

.quotation-wrapper h1 {
  font-size: 36px;
  font-weight: 200;
  color: #3c3c3c;
}

.quotation-wrapper h3 {
  font-size: 2.5em;
}

.quote-header-img {
  height: 60px;
  margin-right: 16px;
}

.btn-quote {
  padding: 15px 15px;
  margin: 20px 20px;
  font-size: 20px;
  /* text-transform: uppercase; */
  font-weight: 600;
  width: 190px;
  height: 190px;
}

.btn-quote:active, .btn-quote:hover {
  color: #6BB1E2;
}

.btn-quote > div {
  margin-top: 20px;
}

.btn-reset {
  padding: 12px 24px;
  margin: 20px;
  font-size: 1em;
  background-color: #8abd24;
  border-color: #8abd24;
}

.quote-header {
  font-weight: 500;
  /* background-color: #003D6A; */
  padding: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
}

.map-buttons {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.quote-disc {
  font-size: 12px;
  margin-top: 10px;
}

.icon-label {
  padding-right: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}

.icon-width {
  width: 50px;
  margin-right: 30px;
  text-align: center;
}

.form-row {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0 8%;
  margin: 20px 0 20px 0;
  font-size: 24px;
}

.button-row {
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  padding: 0 8%;
  margin: 50px 0 20px 0;
  font-size: 24px;
}

.form-row img {
  height: 40px;
}

.label-text {
  font-weight: 200;
  color: #373737;
  font-size: 21px;
}

#quick-quote-background select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
}

#quick-quote-background input::-moz-placeholder {
  color: #6BB1E1;
}

#quick-quote-background input::placeholder {
  color: #6BB1E1;
}

.form-row > select, .form-row > input {
  font-weight: 300;
  width: 60%;
  max-width: 600px;
  height: 45px;
  font-size: 16px;
  padding: 10px;
  border-radius: 7px !important;
  border: 0.5px solid #003D6A;
  color: #6BB1E1;
}

.btn-submit {
  background-color: #6bb1e2;
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
  padding: 10px 30px;
}

.btn-submit:hover {
  background-color: #013D69;
  color: #6bb1e2;
}

.btn-green {
  background-color: #8ABD24;
  color: #ffffff;
  margin-left: 20px;
  border: none;
}

.btn-back {
  margin-left: 10px;
  background-color: #474747;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 18px;
}

.btn-back:hover, .btn-menu2:hover {
  background-color: #4e4e4e;
}

.btn-menu2 {
  background: transparent;
  padding: 5px 10px;
  border: none;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 10px;
}

.menu-img {
  height: 24px;
  padding-right: 5px;
}

.or-row {
  font-size: 24px;
  text-align: left;
  margin-left: calc(8% + 80px);
  margin-top: -25px;
  margin-bottom: -15px;
}

#quick-quote-background select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #6bb1e2 50%), linear-gradient(135deg, #6bb1e2 50%, transparent 50%), linear-gradient(to right, #6bb1e2, #6bb1e2);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

#quick-quote-background select.minimal:focus {
  background-image: linear-gradient(45deg, #6bb1e2 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #6bb1e2 50%), linear-gradient(to right, #6bb1e2, #6bb1e2);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.results {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding: 0 5%;
}

.results-info {
  width: 60%;
  text-align: left;
  font-size: 20px;
}

.results-price {
  color: #4e4e4e;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.5);
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 50px 0 30px;
  margin-bottom: 10px;
}

.big-price {
  font-size: 62px;
  color: #8abd24;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
}

.ref-codes {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.ref-codes span {
  font-size: 20px;
}

.quote-ref, .valid-to {
  width: 120px;
  margin: 0 20px;
}

.smaller-check {
  color: #707070;
  font-size: 15px;
  width: 60%;
  max-width: 600px;
  margin-left: auto;
  text-align: left;
  padding-top: 6px;
}

.smaller-check input[type=checkbox] {
  border: 1px solid #003D6A;
  border-radius: 1px;
}

@media (max-width: 991px) {
  .form-row > select, .form-row > input {
    width: 100%;
    max-width: 100%;
  }
  .form-row {
    font-size: 20px;
  }
  .or-row {
    font-size: 20px;
    margin-left: 8%;
    margin-top: -15px;
    margin-bottom: -10px;
  }
  .form-row img {
    height: 30px;
    margin-right: 15px;
  }
  .icon-width {
    width: 50px;
    text-align: left;
  }
  .quotation-wrapper h1 {
    font-size: 36px;
    padding-top: 50px;
  }
  .results-info {
    width: 100%;
    text-align: left;
    font-size: 20px;
  }
  .results-price {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  .smaller-check {
    width: 100%;
  }
}
.disabled-input {
  background-color: #ddddde !important;
  color: #6c757d !important;
}

@CHARSET "ISO-8859-1";
#reporting-container {
  background: white;
  padding: 20px 0px;
  border-style: solid;
  border-color: rgb(0, 61, 99);
  border-width: 0 3px;
}

.table-search {
  min-width: 150px;
}

#reports-container {
  background: white;
  min-height: 500px;
  justify-content: space-between;
  padding: 15px;
}

#reports-container h1 {
  color: #003d6a;
  text-transform: uppercase;
}

#reporting-container-section {
  position: relative;
  top: 0px;
}

div.daterangepicker div.drp-calendar div.calendar-table table.table-condensed thead th {
  background: white;
  color: #003D6A;
}

#reports-container .card .fas {
  font-size: 4em;
}

h5.report-date-range {
  text-align: center;
}

.container-filters {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  margin-bottom: 30px;
  margin-left: 200px;
  font-size: 1.2em;
}

#date-compare-switch {
  cursor: pointer;
}

#daterange2.on {
  text-decoration: none;
  color: #000;
}

#daterange2.off {
  text-decoration: line-through;
  color: #555;
}

#date-compare-switch.on {
  color: green;
}

#date-compare-switch.off {
  color: red;
}

.card-total .percentage-change-container {
  margin-top: 1em;
  display: none;
}
.card-total .percentage-change-container .percentage-change {
  font-size: 1em;
  color: #003963;
}
.card-total .percentage-change-container .percentage-change.positive {
  color: #38c172;
}
.card-total .percentage-change-container .percentage-change.negative {
  color: #e3342f;
}
.card-total .percentage-change-container .percentage-change-vs {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  color: #003963;
}
.card-total .percentage-change-container .percentage-change-previous {
  font-size: 1em;
}

.reporting-section {
  display: none;
}

.clearfix {
  clear: both;
}

#reports-navigation-main {
  margin-right: 200px;
}

.reports-navigation.main-menu {
  text-align: center;
  float: left;
  clear: both;
}
.reports-navigation.main-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reports-navigation.main-menu ul li {
  background: #fff;
  float: left;
  text-transform: uppercase;
  color: #555;
  font-weight: bolder;
  margin-right: 12px;
  border: 2px solid transparent;
  padding: 6px;
  transition: border 1s;
}
.reports-navigation.main-menu ul li.menu-item {
  cursor: pointer;
}
.reports-navigation.main-menu ul li.header {
  padding-left: 0px;
}
.reports-navigation.main-menu ul li.menu-item:not(.active):hover {
  background: #fff;
  color: #003963;
  border-color: #003963;
}
.reports-navigation.main-menu ul li.active {
  background: #fff;
  border: 2px solid #003963;
}
.reports-navigation.main-menu ul li a {
  display: block;
  padding: 1em 2em;
  color: inherit;
  text-decoration: none;
}
.reports-navigation.main-menu ul .header {
  color: #003963;
}

.reports-navigation.sub-menu {
  text-align: center;
  float: left;
  clear: both;
}
.reports-navigation.sub-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reports-navigation.sub-menu ul li {
  background: #fff;
  float: left;
  color: #555;
  font-weight: bolder;
  margin-right: 12px;
  border: 2px solid transparent;
  padding: 6px;
  transition: border 1s;
}
.reports-navigation.sub-menu ul li.menu-item {
  cursor: pointer;
}
.reports-navigation.sub-menu ul li.header {
  padding-left: 0px;
}
.reports-navigation.sub-menu ul li.menu-item:not(.active):hover {
  background: #fff;
  color: #003963;
  border-color: #003963;
}
.reports-navigation.sub-menu ul li.active {
  background: #fff;
  border: 2px solid #003963;
}
.reports-navigation.sub-menu ul li a {
  display: block;
  padding: 1em 2em;
  color: inherit;
  text-decoration: none;
}
.reports-navigation.sub-menu ul .header {
  color: #003963;
}

.datatableReporting table {
  background: none;
  width: 100%;
}
.datatableReporting table thead th {
  color: #000;
}
.datatableReporting input[type=search] {
  border: 1px solid #003963;
}
.datatableReporting .dataTables_wrapper {
  border: 1px solid red;
}
.datatableReporting .dataTables_wrapper .dt-buttons {
  float: left;
}
.datatableReporting .dataTables_filter label {
  float: right;
}

.daterange-selector {
  cursor: pointer;
  padding: 10px;
}

.daterangepicker {
  z-index: 1000000 !important;
}

p.currency-table {
  margin-top: 80px;
}

.freight-calc-btn-back {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px;
  color: #A8BFD1;
}
.freight-calc-btn-back .freight-calc-btn-back:hover {
  background-color: transparent;
  color: #A8BFD1;
}

#freight-calc-vessel-no-vessels {
  color: #003D6A;
}

#freight-calc-navigation-all-quotes {
  background: transparent;
  border: 0px;
  outline: 0px;
  text-transform: uppercase;
  opacity: 1;
  font-size: 16px;
}

#freight-calc-container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  min-height: 100%;
  display: flex;
  flex-flow: column;
}

#freight-calc-container h1 {
  color: #003D6A;
  text-transform: uppercase;
}

#freight-calc-container h2 {
  color: #003D6A;
}

#freight-calc-container-section {
  position: relative;
  background: rgba(255, 255, 255, 0);
  margin-top: 15px;
  margin: 0px 15px 15px 15px;
}
#freight-calc-container-section .freight-calc-section {
  padding: 0px;
}
#freight-calc-container-section .freight-calc-section .freght-calc-container-subsection {
  background: rgb(255, 255, 255);
  padding: 30px !important;
  border-radius: 3px;
}

.terms-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #003D6A;
}

.terms-description {
  font-size: 1em;
  margin-bottom: 15px;
}

.tab-header {
  cursor: pointer;
}

.tab-header.active {
  border-top: 6px solid #6BB1E2;
}

#freight-calc-booking-form-summary {
  font-size: 20px;
  color: #003D6A;
}
#freight-calc-booking-form-summary .icon img {
  width: 50px;
}

#freight-calc-booking-form-total-price {
  color: #8ABD24;
  font-size: 55px;
}

#freight-calc-booking-form-confirm {
  background-color: #6BB1E2;
  text-transform: uppercase;
  border: 0px;
}

#freight-calc-booking-form-new-quote {
  background-color: #6BB1E2;
  text-transform: uppercase;
  border: 0px;
  display: none;
}

#freight-calc-booking-form-pieces {
  font-size: 13px;
}
#freight-calc-booking-form-pieces input[type=text] {
  width: 50px;
  border-left: 0px;
}
#freight-calc-booking-form-pieces .icon img {
  width: 25px;
}
#freight-calc-booking-form-pieces .input-group-text {
  font-size: 12px;
  color: #003D6A;
  background-color: rgba(107, 177, 226, 0.2);
  border: 1px solid #003D6A;
  border-right: 0px;
}
#freight-calc-booking-form-pieces .freight-calc-booking-form-pieces-remove {
  background-color: #6BB1E2;
  text-transform: uppercase;
  border: 0px;
}

#freight-calc-booking-form-pieces-add {
  background-color: #6BB1E2;
  text-transform: uppercase;
  border: 0px;
}

.freight-calc-booking-form-additional-services {
  color: #003D6A;
  font-size: 13px;
}

/* Quote page */
#freight-calc-quote-summary-left {
  font-size: 20px;
  color: #003D6A;
}
#freight-calc-quote-summary-left .icon img {
  width: 50px;
}

#freight-calc-quote-show-booking-form-button {
  background: #6BB1E2;
  border: 0px;
  width: 200px;
}

#freight-calc-quote-summary-right {
  background: #E4EEF5;
}
#freight-calc-quote-summary-right #freight-calc-quote {
  text-align: center;
  color: #003D6A;
}
#freight-calc-quote-summary-right #freight-calc-quote #freight-calc-quote-ref {
  font-size: 18px;
}
#freight-calc-quote-summary-right #freight-calc-quote #freight-calc-quote-expiry-date {
  font-size: 18px;
}
#freight-calc-quote-summary-right #freight-calc-quote #freight-calc-quote-cost {
  color: #8ABD24;
  font-size: 60px;
}

#freight-calc-vessel-data-table th {
  color: #003D6A;
  border: 0px;
  background: rgb(255, 255, 255);
}
#freight-calc-vessel-data-table tr {
  border: 0px;
}
#freight-calc-vessel-data-table td {
  border: 0px;
  height: 40px;
  vertical-align: middle;
}
#freight-calc-vessel-data-table td.column-cost {
  text-align: right;
}
#freight-calc-vessel-data-table td.column-options {
  padding: 3px;
}
#freight-calc-vessel-data-table button.select-vessel {
  background: #6BB1E2;
  width: 100%;
  height: 40px;
  border: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: white;
}

#freight-calc-quote-line-items th {
  color: #003D6A;
  border: 0px;
  background: rgb(255, 255, 255);
}
#freight-calc-quote-line-items tr {
  border: 0px;
}
#freight-calc-quote-line-items td {
  border: 0px;
  height: 40px;
  vertical-align: middle;
}
#freight-calc-quote-line-items td.column-cost {
  text-align: right;
}
#freight-calc-quote-line-items td.column-options {
  padding: 3px;
}
#freight-calc-quote-line-items button.select-vessel {
  background: #6BB1E2;
  width: 100%;
  height: 40px;
  border: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: white;
}

#freight-calc-quotes-table th {
  color: #003D6A;
  border: 0px;
  background: rgb(255, 255, 255);
}
#freight-calc-quotes-table tr {
  border: 0px;
}
#freight-calc-quotes-table td {
  border: 0px;
  height: 40px;
  vertical-align: middle;
}
#freight-calc-quotes-table td.column-cost {
  text-align: right;
}
#freight-calc-quotes-table td.column-options {
  padding: 3px;
}
#freight-calc-quotes-table button.book-now {
  background: #6BB1E2;
  width: 100%;
  height: 40px;
  border: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: white;
}
#freight-calc-quotes-table button.view-quote {
  background: #c0ccd6;
  width: 100%;
  height: 40px;
  border: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: white;
}

.container-filters {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  margin-bottom: 30px;
  margin-left: 200px;
  font-size: 1.2em;
}

.freight-calc-section {
  display: none;
  padding: 30px;
}
.freight-calc-section .button-row {
  padding: 0px;
}
.freight-calc-section .button-row button {
  width: 100%;
  text-transform: uppercase;
}
.freight-calc-section .form-control {
  border: 1px solid #003D6A;
}
.freight-calc-section h1 {
  color: #003D6A;
}
.freight-calc-section h2 {
  color: #003D6A;
}
.freight-calc-section h4 {
  color: #003D6A;
}
.freight-calc-section .icon-header {
  margin-bottom: 20px;
}
.freight-calc-section .icon-header .icon img {
  width: 32px;
  height: 39px;
}
.freight-calc-section .icon-header .title {
  margin-left: 15px;
  color: #003D6A;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.clearfix {
  clear: both;
}

.freight-calc-navigation {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 19px;
}
.freight-calc-navigation.main-menu {
  text-align: center;
}
.freight-calc-navigation.main-menu ul {
  padding: 0;
  list-style: none;
}
.freight-calc-navigation.main-menu ul li {
  font-size: 20px;
  font-weight: bold;
  width: 190px;
  height: 60px;
  margin-right: 15px;
  color: #003D6A;
  border-radius: 2px;
  border-top: 4px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  outline: 4px solid rgb(255, 255, 255);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  list-style: none;
  opacity: 0.5;
}
.freight-calc-navigation.main-menu ul li.menu-item {
  cursor: pointer;
}
.freight-calc-navigation.main-menu ul li.header {
  padding-left: 0px;
}
.freight-calc-navigation.main-menu ul li.menu-item:not(.active):hover {
  opacity: 1;
  border-top: 4px solid #6BB1E2;
}
.freight-calc-navigation.main-menu ul li.active {
  background: #fff;
  border-top: 4px solid #6BB1E2;
  opacity: 1;
}
.freight-calc-navigation.main-menu ul li a {
  display: block;
  padding: 1em 2em;
  color: inherit;
  text-decoration: none;
}
.freight-calc-navigation.main-menu ul .header {
  color: #003D6A;
}

@CHARSET "ISO-8859-1";
.nav-item-text {
  word-break: normal;
}

div.amcharts-export-menu ul li:not(.export-main) {
  background-color: white;
}

div.amcharts-chart-div a {
  display: none !important;
}

html, body {
  height: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

body {
  line-height: 1.42857143;
  color: #000; /*#333*/
  background-color: rgb(0, 57, 99);
  top: 0 !important;
}

html, html *, body, body * {
  font-family: "Font Awesome 5 Pro", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Icons", "neue-haas-unica", sans-serif;
}

div.container {
  /*margin:0px!important;*/
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
div#full-page {
  height: 100% !important;
  width: 100%;
  position: relative;
}

div#page-header, div#menu-header, div#lower-header, .lower-header, div#upper-right-header {
  height: 40px;
  color: #fff;
  border-color: #99bbe8;
  border-width: 0 0 1px;
  background-color: rgb(0, 57, 99);
  font-size: 16px;
  line-height: 25px;
  padding: 8px 3px 2px 25px;
}

#page-title {
  padding-left: 50px;
  z-index: 999;
  font-size: 24px;
}

#page-header-titles {
  float: left;
}

#page-header-titles:after {
  clear: both;
}

#page-title-smaller {
  padding-left: 50px;
  z-index: 999;
  font-size: 18px;
  float: left;
}

div.header div {
  color: #fff;
  font-size: 12px;
  border-color: #99bbe8;
  padding: 2px 3px 2px 5px;
  border-width: 0 0 1px;
}

div#menu { /* Firefox */ /* WebKit */
  height: calc(100% - 18px); /* Standard */
  position: fixed;
  top: 30px;
  left: 0;
  width: 200px;
  background-color: #fff; /*#EDF3FA*/
  margin: 5px;
  border-left: 1px solid #99bbe8;
  border-right: 1px solid #99bbe8;
  border-bottom: 1px solid #99bbe8;
}

div#upper {
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow-x: auto;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

div#upper div#upper-right div.header {
  position: fixed;
  top: 30px;
  right: 0;
  border-left: 1px solid #99bbe8;
  border-right: 1px solid #99bbe8;
  border-bottom: 1px solid #99bbe8;
  width: 225px;
  margin-top: 5px;
  border-left: 1px solid #99bbe8;
  border-right: 1px solid #99bbe8;
  border-bottom: 1px solid #99bbe8;
}

div#upper-right {
  position: fixed !important;
  right: 0 !important;
  left: auto !important;
  width: 225px; /* Firefox */ /* WebKit */
  height: calc(100% - 18px); /* Standard */
  border-left: 1px solid #99bbe8;
  border-right: 1px solid #99bbe8;
  border-bottom: 1px solid #99bbe8;
  background-color: #fff; /*#EDF3FA*/
  overflow-y: auto;
  overflow-x: auto;
  top: 55px !important;
}

div#main-page {
  position: relative;
  width: 100%;
  height: calc(100% - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}

div#header-left, div#header-right {
  font-size: 16px;
  font-weight: normal;
  color: rgb(173, 203, 222);
}

div#header-right {
  padding-right: 10px;
}

div#header {
  background-color: rgb(0, 57, 99);
  z-index: 2147483647;
  height: 74px;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 5px 0 50px;
}

div.span6.leda-logo {
  position: relative;
  height: 74px;
}

div#header-right {
  text-align: right;
}

div#lower {
  height: 300px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  clear: both;
}

#lower .content #tabs div[role=tabpanel] {
  overflow: auto;
  height: 80%;
}

/*div#lower div.content, */
div#upper-right div.content {
  padding: 5px;
}

div#resize {
  position: absolute;
  width: 100%;
  height: 16px;
  background-color: black;
  cursor: n-resize;
}

div#header-spacer {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #dae7f6;
  z-index: 999;
  height: 5px;
}

ul#menu {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0;
}

ul#menu li {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 40px;
  color: rgb(173, 203, 222);
  font-size: 14px;
  display: list-item;
  text-align: -webkit-match-parent;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 30px;
  line-height: 40px;
}

ul#menu li.active {
  background-color: rgb(26, 130, 197);
}

ul#menu li:not(.active):hover {
  background-color: rgb(137, 202, 243);
  color: rgb(0, 61, 99);
  transition: background-color 0s linear;
  -moz-transition: background-color 0s linear;
  -webkit-transition: background-color 0s linear;
}

ul#menu li.TODO:not(.active):hover {
  background-color: lightgrey !important;
}

ul#menu li.TODO {
  display: none;
}

ul#menu, ul#sub-menu {
  list-style-type: none;
  padding: 30px 0 0 0;
  margin: 0;
  cursor: pointer;
}

ul#menu li.dashboard {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Dashboard.svg");
}

ul#menu li.search {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Advanced-Search.svg");
}

ul#menu li.logout {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Logout.svg");
}

ul#menu li.plus360 {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Plus-360.svg");
}

ul#menu li.plus-track {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Plus-Track.svg");
}

ul#menu li.plusdompo {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Domestic-Purchase-Orders.svg");
}

ul#menu li.quote {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Quick-Quote.svg");
}

ul#menu li.document-vault {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Document-Vault.svg");
}

ul#menu li.reporting {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Reporting.svg");
}

ul#menu li.our-team {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Key-Contacts.svg");
}

ul#menu li.yourAccount {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Your-Account.svg");
}

ul#menu li.plus-points {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Plus-Points.svg");
}

ul#menu li.delivery-bookings {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Delivery-Available.svg");
}

ul#menu li.hot-shipments {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Hot-Shipments.svg");
}

ul#menu li.hs-updates {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Hot-Shipment-Updates.svg");
}

ul#menu li.message-center {
  background-image: url("https://www.ledalogin.com/skins/plus-v1/icons/Diary-notes.svg");
}

/*
 * IE 10/100 fix - issue with smooth scrolling (enabled by default in Windows 8)
 * http://windows.microsoft.com/en-GB/windows-xp/help/turn-off-smooth-scrolling
 */
body {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  /*margin: 10px*/
}

div#container-notifications {
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px !important;
}

table#pivotGrid_table thead.th, table#pivotGrid_table tbody.th {
  background-color: #99bbe8 !important;
}

/* Styled tool tips */
.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  background-color: rgb(159, 197, 22);
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgb(159, 197, 22);
}

b.ahref {
  cursor: pointer;
  text-decoration: underline;
  font-weight: normal;
}

div#main-menu-show-hide {
  position: fixed;
  top: 34px;
  left: 10px;
  z-index: 1001;
  padding: 0;
  margin: 0;
}

div#main-menu-show-hide i {
  font-size: 20px;
  display: block;
}

img#client-portal-logo {
  height: 70px;
  width: 225px;
  margin-top: 15px;
}

/*#header-left img:not(#client-portal-logo), #header-left span, div.skiptranslate:not(div) {
	display: none
}*/
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

nav.navbar img {
  cursor: pointer;
}

#loading-centered {
  text-align: center;
  height: 100%;
  margin: auto;
  width: 100%;
  color: white;
  opacity: 1;
}

.loading-overlay {
  background-color: rgba(0, 57, 99, 0.5);
}

#loading-wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  width: 60%;
  margin: 0px auto;
}
#loading-wrapper .loading-icon {
  margin-top: 12vh;
}
#loading-wrapper .quote-wrapper {
  margin-top: 50px;
}
#loading-wrapper .quote-wrapper .line {
  content: "";
  height: 3px;
  background-color: white;
  width: 50px;
  margin: 0px auto;
  margin-bottom: 15px;
  border-radius: 3px;
}
#loading-wrapper .quote-wrapper .quote {
  padding-top: 15px;
  font-size: 32px;
}
#loading-wrapper .quote-wrapper .quote i.left {
  font-size: 16px;
  margin-left: -25px;
  position: absolute;
  font-weight: bold;
}
#loading-wrapper .quote-wrapper .quote i.right {
  font-size: 16px;
  margin-left: 10px;
  position: absolute;
  font-weight: bold;
}
#loading-wrapper .quote-wrapper .author {
  font-size: 18px;
}

.quotation-wrapper {
  background-color: rgba(0, 61, 99, 0.75);
  color: #fff;
  padding: 20px;
}

nav#main-menu {
  border-right: 2px solid rgb(173, 203, 222);
  background-color: rgb(0, 57, 99);
  overflow-y: auto;
}

div#main-menu-show-hide {
  color: rgb(26, 130, 197);
  text-shadow: 1px 1px 1px rgb(173, 203, 222);
}

#loading {
  overflow: hidden;
  margin-top: 25px;
}

.ui-dialog * {
  font-size: 16px;
}

.ui-resizable-resizing {
  opacity: 0.8;
}

.hellipone {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0s;
  animation: dot 1.3s infinite;
  animation-delay: 0s;
}

.helliptwo {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}

.hellipthree {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
div#loading-wrapper h2 {
  color: white;
  font-weight: bold;
  /* margin-top: 1.5rem; */
  font-size: 1.5em;
  padding-bottom: 40px;
}

@media (min-width: 701px) {
  div#loading-wrapper div.cog {
    padding-top: 40px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
  background-color: rgb(51, 138, 202) !important;
  color: rgb(173, 203, 222) !important;
}

.ui-resizable-helper {
  border: 2px dotted #00F;
  z-index: 100000;
}

/* Background images */
.background.stretchwidth {
  background-size: 100% !important;
}

.background.abu-dhabi, .background.abu-dhabi-portal, .background.berlin, .background.hongkong, .background.london,
.background.los-angeles, .background.manchester, .background.miami, .background.newyork, .background.warehouse,
.background.newyork-blurred, .background.singapore, .background.shanghai-port, .background.sydney,
.background.blank-white {
  background-image: url("../images/AdobeStock_194441059_40pc.jpg");
}

/* Document Vault */
input.headerFilter {
  background: none;
  border: none;
  color: rgb(254, 226, 62);
  text-align: center;
  width: 100%;
  min-width: 80px;
  font-size: 14px;
}

input.headerFilter:focus {
  border: 1px solid white;
  font-weight: bold;
}

input.headerFilter::-webkit-input-placeholder {
  color: #fff; /*#EDF3FA*/
}

input.headerFilter:-moz-placeholder {
  color: #fff; /*#EDF3FA*/
}

input.headerFilter::-moz-placeholder {
  color: #fff; /*#EDF3FA*/
}

input.headerFilter:-ms-input-placeholder {
  color: #fff; /*#EDF3FA*/
}

input.headerFilter:focus::-webkit-input-placeholder {
  color: rgb(254, 226, 62);
  font-weight: normal;
}

input.headerFilter:focus:-moz-placeholder {
  color: rgb(254, 226, 62);
  font-weight: normal;
}

input.headerFilter:focus::-moz-placeholder {
  color: rgb(254, 226, 62);
  font-weight: normal;
}

input.headerFilter:focus:-ms-input-placeholder {
  color: rgb(254, 226, 62);
  font-weight: normal;
}

/* Reporting */
div#reporting-top {
  display: inline-block;
}

div#reporting-top div {
  text-align: center;
  height: 150px;
  width: 150px;
  margin: 10px;
  border: 1px solid rgb(0, 57, 99);
  float: left;
  background-color: rgb(173, 203, 222);
  display: inline-block;
  vertical-align: middle;
}

div#reporting-top div:hover {
  box-shadow: 0 0 20px 15px rgb(0, 61, 99);
}

div.clearfloat {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
}

/* Your Account */
div.yourAccountContainer {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px !important;
}

div#calendar-download div:hover {
  color: rgb(226, 9, 23);
  font-weight: bold;
}

.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

select.goog-te-combo {
  width: 200px;
  height: 3em;
  float: right;
  color: black;
  background-color: #fff;
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  text-transform: none;
  font: inherit;
  margin: 0;
  font-size: 14px;
}

div#google_translate_element, .goog-logo-link, div#page-header-titles {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.goog-te-gadget {
  color: transparent !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: none;
}

div#leda-attribution {
  display: none !important;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2147483647;
  background-color: #fff;
  border-top: 1px solid rgb(0, 61, 99);
  border-left: 1px solid rgb(0, 61, 99);
  color: rgb(0, 61, 99);
  padding: 0 20px;
  text-align: right;
  height: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img.powered-by-leda-logo {
  height: 40px;
  vertical-align: middle;
}

#upper.portal #upper-left #page-content div#map-canvas {
  opacity: 0.5;
  width: calc(100% - 40px) !important;
}

div.leda-logo {
  text-align: right;
}

@media (min-width: 701px) {
  img.leda-logo {
    height: 70px;
    padding: 10px;
  }
  img.app-logo {
    height: 70px;
    padding: 10px;
  }
  .app-logo-mobile {
    display: none;
  }
  .app-logo {
    display: block;
  }
}
@media (max-width: 700px) {
  img.leda-logo {
    height: 50px;
    padding: 7px;
  }
  .app-logo-mobile {
    display: block;
  }
  .app-logo {
    display: none;
  }
  img.app-logo {
    height: 70px;
    padding: 10px;
  }
  img.leda-logo {
    height: 50px;
    padding: 7px;
  }
  .fc-left .alert {
    padding: 5px;
  }
  div#main-page {
    height: calc(100% - 70px);
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: initial;
}

ul.translation-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.translation-links li {
  text-decoration: none;
  font-size: 0;
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  background-size: cover;
}

div.translation-links-div {
  margin-top: 20px;
  padding: 0 !important;
}

.readonlyHideForm {
  box-shadow: none !important;
  border: 0 !important;
  background-color: rgb(237, 243, 250) !important;
  color: rgb(0, 61, 99) !important;
}

select.readonlyHideForm {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.pointer {
  cursor: pointer;
}

div.tile-left.span12 img {
  padding-top: 30px;
}

div.tile-left.span6 img {
  padding-top: 30px;
  padding-left: 50px;
}

div.disabled-search {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

div#menu-cal {
  padding-top: 30px;
  text-align: center;
}

.menuHide {
  display: none !important;
}

div.highcharts-container {
  margin: auto;
}

div#reporting-container section:not(#header) {
  padding-bottom: 100px;
}

div#container_vol, div#container_weight {
  display: inline-block;
  float: none !important;
}

tspan {
  cursor: default;
}

div.date-pick-holder {
  padding: 0 !important;
  border-top: 1px solid rgb(0, 61, 99);
  border-bottom: 1px solid rgb(0, 61, 99);
  max-width: 1200px;
  margin: 20px auto;
}

div.date-pick-holder div {
  max-width: 1000px;
  margin: auto;
  padding: 0 !important;
}

div.date-pick-holder div ul {
  border: 0 !important;
  padding: 0 !important;
}

div.date-pick-holder div ul li {
  width: 50px;
  margin: 0 !important;
}

div.date-pick-holder div ul {
  background: none !important;
  border-top: 1px solid rgb(0, 61, 99);
  border-bottom: 1px solid rgb(0, 61, 99);
}

div.date-pick-holder div ul li {
  padding: 5px !important;
}

div.date-pick-holder div ul li.active {
  background-color: rgb(0, 61, 99);
}

div.date-pick-holder div ul li a:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
}

div.date-pick-holder div ul li:not(.active) a {
  color: rgb(0, 61, 99) !important;
}

h1, h2, h3, h4, h5, h6 {
  /*color: rgb(0, 61, 99)*/
}

textarea.diary-note {
  width: 100%;
  height: 50px;
  resize: vertical;
  border-top-width: 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0, 57, 99);
  float: left;
}

button.submit-diary-note {
  width: 50%;
}

/* Google translate - hide original text box */
.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hide {
  display: none;
}

td.statusView {
  width: 50% !important;
  padding: 0 !important;
}

td.statusView div {
  overflow: hidden;
  text-align: center;
  margin: auto;
  padding: 2px;
}

td.statusView .r {
  background-color: red;
  color: white;
  float: left;
}

td.statusView .g {
  background-color: green;
  color: white;
  float: left;
}

td.statusView .b {
  background-color: blue;
  color: white;
  float: left;
}

td.statusView .n {
  float: left;
}

div.progress, div.progress-bar, div.progress-bar-success, div#line-link {
  padding: 0 !important;
}

h2.welcome-back, h2.account-manager, p.account-manager {
  color: white;
}

.ui-dialog {
  z-index: 10000000000 !important;
}

select#tasks-to-action-select {
  background-color: rgb(0, 57, 99);
}

div#show-hide-menu.main-menu-holder img {
  z-index: 999999999;
  position: relative;
  left: -5px;
  width: 40px;
  /*height: 48px;*/
  margin-top: 10px;
  cursor: pointer;
}

/*table tr td:first-child, table tr th:first-child {
	padding-left: 10px
}*/
/* font-awesome reverse spin */
.fa-spin-reverse {
  animation: fa-spin-reverse 2s infinite linear;
}
@keyframes fa-spin-reverse {
  100% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(359deg);
  }
}
a:focus {
  outline: none;
}

/* hide input date scroll buttons */
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

div.tile-image .portal-icons {
  font-size: 96px;
}

div.tile-image .portal-icons.blue {
  color: #47a3da;
}

div.tile-image .portal-icons.white {
  color: #fff;
}

div.tile-image .portal-icons.green {
  color: rgb(159, 197, 22);
}

label {
  font-weight: 400 !important;
}

/* Don't like bookstraps bolding of labels */
/* Breaking / unbreaking bootstrap things */
.form-group {
  margin-bottom: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.no-mar {
  margin: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

.left {
  text-align: left;
}

.center, .centre {
  text-align: center;
}

.right {
  text-align: right;
}

#quote-import .row, #quote-export .row {
  margin: 5px;
}

.fc-toolbar div {
  color: #000;
}

.fc-content {
  cursor: default;
}

.ui-tooltip {
  z-index: 9999999999;
}

/* Navbar hide icons when small */
/* Not Collapsed */
@media (min-width: 768px) {
  ul.nav li h3 {
    display: none;
  }
}
/* Collapsed */
body {
  margin: 0;
}

img.user-profile {
  border-width: 2px;
  border-style: solid;
  border-color: #2e6da4;
  border-top-color: white;
  border-left-color: white;
  max-width: 150px;
  max-height: 150px;
  background-color: rgb(0, 57, 99);
  padding: 0;
  border-radius: 4px;
}

.user-profile-menu {
  opacity: 0.8;
}

.user-profile-sm {
  border-width: 2px;
  border-style: solid;
  border-color: #2e6da4;
  border-top-color: white;
  border-left-color: white;
  max-width: 50px;
  max-height: 50px;
  background-color: rgb(0, 57, 99);
}

.user-profile-holder-sm {
  max-width: 50px;
  text-align: center;
}

a {
  color: #000;
}

.alert-orange {
  color: rgb(116, 69, 14);
  background-color: rgb(255, 208, 153);
  border-color: rgb(255, 202, 140);
}

.advancedSearch .form-control[readonly] {
  background-color: white;
}

.loading-page {
  border-top: 3px solid white;
  padding: 2.5rem;
  font-size: 20px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 2.5rem auto 0 auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.loading-page p {
  text-align: left;
}

.loading-page span {
  margin-left: 20px;
  float: right;
}

.download-wait {
  color: #fff;
}

.cog-blue {
  color: rgb(51, 138, 202);
}

.cog-green {
  color: rgb(159, 197, 22);
}

#table-one .holder, #table-two .holder {
  min-height: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  overflow-y: auto;
  padding: 0;
  border: 2px dashed rgb(0, 57, 99);
  background: #337ab7 repeating-linear-gradient(45deg, rgb(0, 57, 99), rgb(0, 57, 99) 1px, #337ab7 15px, #337ab7 30px);
}

#table-two .holder.small {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

#table-one, #table-two {
  width: 100%;
}

.row.purchase-order-consolidation {
  max-height: 200px;
  height: 200px;
  overflow-y: scroll;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.messenger-item {
  background-color: #c9e8ff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
}

.messenger-item .read-by {
  text-align: right;
}

.messenger-scrawl {
  bottom: 0;
  right: 0;
  height: 80px;
  padding: 10px;
  background-color: #003963;
}

.messenger-scrawl textarea {
  background-color: #005696;
  width: 100%;
  padding: 5px;
  height: 45px;
  font-size: 12px;
  border: none;
  color: #fff;
  resize: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.submit-diary-note {
  border-radius: unset;
}

/* Live View */
#map-canvas-overview-holder {
  width: 100%;
  position: relative;
  height: 100%;
  float: left;
  display: flex;
}

#map-canvas {
  position: relative;
  overflow: hidden;
  float: left;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#map-overview {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 3;
  opacity: 1;
  background-color: #fff;
  transition: width 0.5s linear;
}

#map-overview.hidden {
  width: 0;
}

/*
 * STICKY TABLES
 */
.table-sticky {
  position: relative;
}

.table-sticky thead th {
  max-width: 250px;
  position: sticky;
  top: 0;
  vertical-align: top;
}

.table-sticky th {
  max-width: 250px;
}

#page-content {
  height: 100%;
}

#main-page.live-view #upper-left, #main-page.live-view #page-content {
  padding: 0;
}

#main-page.live-view #upper {
  height: 100%;
}

#search-all {
  background-color: #005a9d;
  color: white;
  border: 0px;
  margin-top: 12px;
  margin-right: 15px;
}

#search-all::-moz-placeholder {
  color: white;
  opacity: 0.75;
}

#search-all::placeholder {
  color: white;
  opacity: 0.75;
}

#search-all::-moz-placeholder {
  color: white;
  opacity: 0.75;
}

#search-all::-webkit-input-placeholder {
  color: white;
  opacity: 0.75;
}

#ExpectedDeliveryDatePicker {
  color: #003D6A;
}

.lds-dual-ring {
  margin-left: 49%;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgb(26, 130, 197);
  border-color: rgb(26, 130, 197) transparent rgb(26, 130, 197) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
tr.highlight {
  background: #76a716;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

.dropFiles {
  width: 100%;
  min-height: 100px;
  height: 100px;
  border: 5px #003D6A dashed;
  text-align: center;
  font-size: 25px;
}

.highlightDropArea {
  border: 5px green dashed;
}

@CHARSET "ISO-8859-1";
._chart_header_ {
  height: 400px;
  width: 100%;
}

._chart_ {
  height: 400px;
  width: 100%;
}

body {
  background-color: #e6e6e6;
  font-family: "Open Sans", sans-serif;
}

.container-slight-margin {
  margin: 20px;
}

.panel {
  box-shadow: none;
}

.panel-Leda {
  border: 0px;
  border-radius: 10px;
}

.panel-Leda > .panel-heading {
  color: rgb(0, 57, 99);
  background-color: #ccc;
  border-color: #ccc;
  font-size: 20px;
}

.panel-Leda > .panel-body {
  padding: 10px 15px 0px 15px;
}

.panel-nopad {
  margin-bottom: 0px;
}

.panel-nopad, .panel-nopad * {
  padding: 0px;
}

.panel-nopad .panel-heading {
  font-weight: bold;
}

@CHARSET "ISO-8859-1";
.stateNormal {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
}

.stateHover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.stateActive {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.stateFocused {
  border: 1px solid #4897aa;
  background-color: #e8e8e8;
  color: #000;
}

.chartPalette1 {
  background-color: #77B5C5 !important;
  border: 1px solid #3d7d8d !important;
}

.chartPalette2 {
  background-color: #C0C0C0 !important;
  border: 1px solid #8f8f8f !important;
}

.chartPalette3 {
  background-color: #81AE7A !important;
  border: 1px solid #608f58 !important;
}

.chartPalette4 {
  background-color: #FAA958 !important;
  border: 1px solid #f77e11 !important;
}

.chartPalette5 {
  background-color: #A77DBF !important;
  border: 1px solid #7d58a2 !important;
}

.chartPalette6 {
  background-color: #FF7968 !important;
  border: 1px solid #de604e !important;
}

.chartPalette7 {
  background-color: #a5c047 !important;
  border: 1px solid #7d9432 !important;
}

.chartPalette8 {
  background-color: #729dc9 !important;
  border: 1px solid #507bab !important;
}

.chartPalette9 {
  background-color: #f1bd5c !important;
  border: 1px solid #de9712 !important;
}

.chartPalette10 {
  background-color: #65ab88 !important;
  border: 1px solid #447b60 !important;
}

.chartPalette11 {
  background-color: #7e7bc1 !important;
  border: 1px solid #545794 !important;
}

.chartPalette12 {
  background-color: #9f725f !important;
  border: 1px solid #745345 !important;
}

.chartPaletteNegative {
  background-color: #c33d4a !important;
  border: 1px solid #872933 !important;
}

.boxShadow {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.2em 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 30px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 30px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 30px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 30px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  background: 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: "Segoe UI", Arial, sans-serif;
  outline: 0;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #bcbcbc;
  background: #fff;
  color: #000;
}

.ui-widget-content a {
  color: #000;
}

.ui-widget-header {
  background: rgb(0, 61, 99);
  border-bottom: 1px solid rgb(173, 203, 222);
  color: rgb(173, 203, 222);
  font-weight: normal;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: rgb(26, 130, 197);
  color: #fff;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  text-decoration: none;
}

.ui-widget-header.ui-state-default {
  background: #888;
  color: #fff;
  font-weight: normal;
  border: 0;
}

.ui-widget-header.ui-state-active {
  background: #9ecbd6;
  color: #fff;
  font-weight: normal;
}

.ui-widget-header.ui-state-hover {
  background: #000;
  color: #fff;
  font-weight: normal;
}

.ui-widget-header.ui-state-default a, .ui-widget-header.ui-state-active a, .ui-widget-header.ui-state-hover a {
  color: #fff;
  font-weight: normal;
  border: 0;
}

.ui-iggrid-colasc .ui-state-highlight {
  border-bottom: 0;
  border-top: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #0c2837;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #D3404B;
  background: #f9e6e7;
  color: #3a0d11;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #3a0d11;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  nowhitespace: afterproperty;
  filter: alpha(opacity=35);
  cursor: default !important;
}

.ui-state-highlight p, .ui-state-error p {
  font-size: 0.8em;
  line-height: 16px;
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-state-default .ui-icon, .ui-widget-header .ui-state-default .ui-icon, .ui-iggrid-paging-item.ui-state-default .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-widget-header .ui-icon, .ui-state-default .ui-widget-header.ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_ffffff_256x240.png);
}

.ui-state-hover.ui-state-default .ui-igcombo-clearicon.ui-icon, .ui-state-hover .ui-state-default > .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon, .ui-state-active.ui-state-hover .ui-icon, .ui-igcombo-button.ui-state-active .ui-icon, .ui-igedit-button.ui-state-active .ui-icon, .ui-iggrid .ui-igcombo-button.ui-state-active .ui-icon, .ui-state-hover.ui-state-highlight.ui-igedit-button .ui-icon, .ui-state-hover.ui-state-highlight.ui-igcombo-button .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-iggrid-header.ui-state-active .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon, .ui-state-highlight.ui-igedit-button .ui-icon, .ui-state-highlight.ui-igcombo-button .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../img/reporting/ui-icons_222222_256x240.png);
}

input.ui-button, input.ui-igbutton {
  border-radius: 0 !important;
}

.ui-igcombo-button .ui-state-default {
  border: 0 !important;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se, .ui-dialog .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
}

.ui-widget-overlay {
  background: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60) !important; /*!important needed for ie7 and ie8*/
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.ui-accordion .ui-accordion-content {
  background: #fff;
  color: #000;
}

.ui-accordion .ui-accordion-header.ui-state-hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-accordion .ui-accordion-header.ui-state-active {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-autocomplete {
  background: #fff;
}

.ui-autocomplete-loading {
  background: #fff url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-menu {
  background: #fff;
  color: #000;
}

.ui-menu .ui-menu-item.ui-state-active {
  color: #000;
  background: #9ecbd6;
  border: 1px solid #4897aa;
}

.ui-dialog, .ui-dialog.ui-igdialog {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
  background: rgb(76, 70, 151);
  border: 1px solid rgb(76, 70, 151);
  color: #FFF;
}

.ui-dialog .ui-dialog-title, .ui-dialog.ui-igdialog .ui-dialog-title {
  font-weight: normal;
}

.ui-slider {
  border-color: #e8e8e8;
  background: #e8e8e8;
}

.ui-slider .ui-slider-range {
  border-color: #4897aa;
  background: #4897aa;
}

.ui-slider .ui-slider-handle.ui-state-hover {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-slider-horizontal {
  height: 11px;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 0.9em;
  height: 1.2em;
  top: -0.3em;
  margin-left: -0.4em;
}

.ui-slider-vertical {
  width: 11px;
}

.ui-slider-vertical .ui-slider-handle {
  width: 1.2em;
  height: 0.9em;
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.4em;
}

.ui-tabs {
  background: #FFF;
  border: 0 none;
}

/*.ui-tabs .ui-tabs-nav{padding:0;background:#888}*/
.ui-tabs .ui-tabs-nav li {
  color: #fff;
  margin-right: 0;
}

.ui-tabs .ui-tabs-panel {
  border: 1px solid #eee;
  background: 0;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
  background: #fff;
  border-color: #888;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a {
  color: rgb(173, 203, 222) !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background: #fff;
  border-color: #000;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
  background: #4897aa;
  border-color: #4897aa;
}

.ui-datepicker {
  background: #fff;
  padding: 0;
}

/*.ui-datepicker .ui-datepicker-header{background:#888}*/
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-position: -96px -16px !important;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  background-position: -32px -16px !important;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  background: transparent;
  border: 1px solid transparent;
}

.ui-datepicker thead {
  background: #e8e8e8;
}

.ui-datepicker th {
  color: #000;
  font-size: 0.9em;
}

.ui-datepicker .ui-datepicker-calendar a {
  background: transparent;
  border: 1px solid transparent;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  border: 1px solid transparent;
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-today a {
  color: #4897aa;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-today a.ui-state-active {
  color: #000;
}

/*!
 * jQuery UI Spinner Overrides
 */
.touch .ui-spinner-button {
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  position: relative;
}

.ui-progressbar {
  height: 13px;
  background: #e8e8e8;
}

.ui-progressbar .ui-progressbar-value {
  background: #4897aa;
}

.ui-igdialog-footer {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
}

.ui-iggrid .ui-iggrid-groupbyarea {
  background-color: #fff;
  border-color: #dadada;
  color: #000;
}

.ui-iggrid-groupedcolumnlabel {
  box-shadow: 0 0 2em 0 rgba(218, 218, 218, 0.15) inset;
}

.ui-iggrid-groupbylabelrightedgeend {
  border-color: #fff #ffffff #fff transparent !important;
}

.ui-iggrid-pagelist li {
  padding: 0.2em 0.5em !important;
}

.ui-iggrid .ui-iggrid-paging .ui-iggrid-firstpage, .ui-iggrid .ui-iggrid-paging .ui-iggrid-prevpage, .ui-iggrid .ui-iggrid-paging .ui-iggrid-nextpage, .ui-iggrid .ui-iggrid-paging .ui-iggrid-lastpage, .ui-iggrid-pagedropdownlabels, .ui-iggrid .ui-iggrid-paging input {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
}

.ui-iggrid .ui-iggrid-footer .ui-iggrid-paging-item.ui-state-default, .ui-iggrid .ui-iggrid-footer .ui-iggrid-paging-item .ui-iggrid-page.ui-state-default {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
}

.ui-iggrid .ui-iggrid-footer .ui-iggrid-paging .ui-iggrid-page.ui-state-hover, .ui-iggrid .ui-iggrid-footer .ui-iggrid-paging .ui-iggrid-paging-item:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-iggrid-paging .ui-iggrid-pagelist {
  background: none !important;
  border: none !important;
}

.ui-iggrid tbody > tr > th.ui-iggrid-rowselector-class {
  border-right: 1px solid transparent;
}

.ui-iggrid th.ui-iggrid-rowselector-class > .ui-icon {
  margin-right: 0 !important;
  margin-top: 0.2em;
}

.ui-iggrid-rowselector-header, .ui-iggrid .ui-iggrid-addrow th {
  border: 0;
}

.ui-iggrid table th.ui-iggrid-rowselector-header {
  padding: 0;
}

.ui-iggrid table th.ui-iggrid-rowselector-header > .ui-state-default {
  margin: 4px;
}

.ui-widget-content.ui-iggrid-buttoncontainer {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

.ui-iggrid .ui-iggrid-content {
  border-color: #dadada;
}

.ui-iggrid tr.ui-ig-altrecord {
  background-color: #f0f0f0;
}

.ui-iggrid .ui-iggrid-tablebody > tr > td:first-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:first-child, .ui-iggrid thead .ui-iggrid-editingcell:first-child, .ui-iggrid .ui-iggrid-addrow + .ui-iggrid-activerow td:first-child, .ui-iggrid th.ui-iggrid-rowselector-class:first-child {
  border-left: 1px solid #dadada;
}

.ui-iggrid .ui-iggrid-tablebody > tr > td:last-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:last-child, .ui-iggrid thead .ui-iggrid-editingcell:last-child {
  border-right: 1px solid #dadada;
}

.ui-iggrid .ui-iggrid-table > tbody > tr > td.ui-iggrid-coldesc, .ui-iggrid .ui-iggrid-table > tbody > tr > td.ui-iggrid-colasc {
  border-bottom: 1px solid #4897aa;
}

.ui-iggrid .ui-iggrid-addrow {
  border-bottom: 0;
}

.ui-iggrid tfoot td {
  border-color: #dadada;
}

.ui-iggrid tfoot tr:first-child td, .ui-iggrid > table tfoot tr:first-child td {
  border-top-width: 0 !important;
}

.ui-iggrid .ui-iggrid-footertable tfoot tr:last-child td {
  border-bottom-width: 0 !important;
}

.ui-iggrid .ui-iggrid-summaries-footer-icon-container.ui-state-hover .ui-icon {
  background-color: #ccc !important;
}

.ui-iggrid tfoot, .ui-iggrid-footer {
  border-bottom: 1px solid #dadada !important;
}

.ui-iggrid-scrolldiv {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dadada !important;
}

.ui-iggrid .ui-iggrid-scrolldiv:first-child, .ui-iggrid > table tr:first-child td, .ui-iggrid-responsive-vertical {
  border-top: 1px solid #dadada !important;
}

.ui-iggrid.ui-igpivotgrid > table tr:first-child td {
  border-bottom: 1px solid #dadada !important;
}

.ui-iggrid.ui-igpivotgrid > table > tbody tr:first-child th {
  border-top: none !important;
}

.ui-iggrid-layout-helper > tbody > tr:first-child > td, .ui-iggrid-layout-helper > tbody > tr:first-child > td th, .ui-iggrid > table > thead + tbody > tr:first-child td, .ui-iggrid > table > thead + tfoot + tbody > tr:first-child td {
  border-top: 0 none !important;
}

.ui-iggrid th, .ui-iggrid th.ui-state-default {
  border-right: 1px solid #777;
}

.ui-iggrid > table > tbody tr:first-child th.ui-igpivotgrid-header {
  border-top-color: #777 !important;
}

.ui-iggrid th a, .ui-iggrid th.ui-state-default a, .ui-iggrid th.ui-state-hover a, .ui-iggrid th.ui-state-active a {
  color: #fff;
}

.ui-iggrid th.ui-state-hover {
  background: #000;
}

.ui-iggrid th.ui-state-active {
  background: #4897aa;
}

.ui-iggrid thead th.ui-state-active {
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}

.ui-iggrid .ui-iggrid-footer, .ui-iggrid .ui-iggrid-toolbar {
  background-color: #ccc;
  font-weight: normal;
  text-align: left;
  color: #000;
  border-top: 0;
  display: block;
}

.ui-iggrid .ui-iggrid-footer .ui-state-default, .ui-iggrid .ui-iggrid-toolbar .ui-state-default, .ui-iggrid .ui-iggrid-addrow td, .ui-iggrid .ui-iggrid-addrow th, .ui-iggrid .ui-iggrid-footer .ui-state-hover {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

.ui-iggrid .ui-iggrid-footer .ui-state-default a, .ui-iggrid .ui-iggrid-toolbar .ui-state-default a, .ui-iggrid .ui-iggrid-addrow td a, .ui-iggrid .ui-iggrid-footer .ui-state-active a {
  color: #000;
  text-decoration: none;
}

.ui-iggrid tbody .ui-icon, .ui-iggrid .ui-iggrid-addrow td .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-iggrid .ui-igedit-button .ui-icon, .ui-igpivot-metadataitem .ui-icon-close {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-igpivot-metadataitem {
  outline: red !important;
}

.ui-iggrid th .ui-icon, .ui-iggrid th.ui-widget-header .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_ffffff_256x240.png);
}

.ui-iggrid tbody td, .ui-iggrid tbody th.ui-iggrid-rowselector-class, .ui-iggrid thead .ui-iggrid-editingcell, .ui-iggrid tfoot td {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #dadada;
}

.ui-iggrid td.ui-state-highlight {
  background: 0;
  background-color: #9ecbd6;
  color: #000;
  font-weight: normal;
  border: 0 none;
}

.ui-iggrid td.ui-state-hover, .ui-iggrid .ui-ig-altrecord td.ui-state-hover, .ui-iggrid .ui-ig-altrecord td.ui-state-default.ui-state-hover, .ui-iggrid th.ui-iggrid-rowselector-class.ui-state-hover, .ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-hover, .ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-default.ui-state-hover, .ui-iggrid-responsive-vertical tr > td.ui-state-hover:first-child, .ui-iggrid-responsive-vertical tr.ui-ig-altrecord > td.ui-state-hover:first-child {
  color: #000;
  background: #ccc;
}

.ui-iggrid td.ui-state-hover a, .ui-iggrid .ui-ig-altrecord td.ui-state-hover a {
  color: #000;
  text-shadow: none;
}

.ui-iggrid td.ui-state-hover a:hover, .ui-iggrid .ui-ig-altrecord td.ui-state-hover a:hover {
  color: #4897aa;
}

.ui-iggrid-activerow .ui-iggrid-selectedcell .ui-state-active {
  border-color: transparent !important;
}

.ui-iggrid td.ui-state-active, .ui-iggrid .ui-ig-altrecord td.ui-state-active, .ui-iggrid th.ui-iggrid-rowselector-class.ui-state-active, .ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-active, .ui-iggrid tbody .ui-iggrid-mergedcell.ui-state-active, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-active, .ui-iggrid tbody .ui-iggrid-mergedcellstop.ui-state-active, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcellstop.ui-state-active {
  background: #9ecbd6;
  color: #000;
  border-color: #9ecbd6;
}

.ui-iggrid-page .ui-state-default {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
}

.ui-menu .ui-icon {
  background-image: url(../../img/reporting/ui-icons_222222_256x240.png);
}

.ui-igedit-list .ui-igedit-listitem {
  font-size: 1em;
  line-height: 1.4em;
}

.ui-iggrid-filterbutton {
  border: 1px solid transparent;
}

.ui-iggrid-filterbutton.ui-state-hover {
  background-color: #999;
}

.ui-iggrid-filterdd, .ui-iggrid-featurechooser-dropdown-dialog, .ui-widget.ui-widget-content.ui-igpivot-filterdropdown, .ui-widget.ui-widget-content.ui-igpivot-metadatadropdown {
  background: #fff;
  border: 1px solid #bcbcbc;
}

.ui-iggrid-summaries-dialog label {
  color: #000;
}

.ui-igedit-list .ui-igedit-listitem.ui-state-default, .ui-iggrid-filterddlist li.ui-state-default, .ui-iggrid-featurechooser-list li.ui-state-default, .ui-iggrid-hiding-dropdown-list li.ui-state-default, .ui-iggrid-columnmoving-dropdown-list li.ui-state-default, .ui-igcombo-listitemholder li.ui-state-default {
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
}

.ui-igedit-list .ui-igedit-listitem.ui-state-hover, .ui-iggrid-filterddlist li.ui-state-hover, .ui-iggrid-filterddlistitem.ui-state-hover a, .ui-iggrid-featurechooser-list.ui-state-hover a, .ui-iggrid-hiding-dropdown-list li.ui-state-hover, .ui-iggrid-hiding-dropdown-list.ui-state-hover a, .ui-iggrid-columnmoving-dropdown-list li.ui-state-hover, .ui-iggrid-columnmoving-dropdown-list.ui-state-hover a, .ui-igcombo-listitemholder li.ui-state-hover, .ui-igcombo-listitemholder li.ui-state-hover a {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-igedit-list .ui-igedit-listitem.ui-state-active, .ui-iggrid-filterddlist li.ui-state-active, .ui-iggrid-filterddlistitem.ui-state-active a, .ui-iggrid-featurechooser-list li.ui-state-active, .ui-iggrid-featurechooser-list.ui-state-active a, .ui-iggrid-hiding-dropdown-list li.ui-state-active, .ui-iggrid-hiding-dropdown-list.ui-state-active a, .ui-iggrid-columnmoving-dropdown-list li.ui-state-active, .ui-iggrid-columnmoving-dropdown-list.ui-state-active a, .ui-igcombo-listitemholder li.ui-state-active, .ui-igcombo-listitemholder li.ui-state-active a {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-igedit-list .ui-igedit-listitem.ui-state-highlight, .ui-igcombo-listitemholder li.ui-state-highlight, .ui-igcombo-listitemholder li.ui-state-highlight a {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-igedit-list .ui-igedit-listitem.ui-state-hover a, .ui-igedit-list .ui-igedit-listitem.ui-state-active a {
  color: #FFF;
}

.ui-iggrid tbody td.ui-iggrid-nongrouprowemptycell, .ui-iggrid tbody .ui-ig-altrecord td.ui-iggrid-nongrouprowemptycell {
  background-color: white;
  box-shadow: none;
}

.ui-iggrid tbody td.ui-iggrid-nongrouprowemptycell.ui-state-hover {
  background-image: none;
}

.ui-iggrid .ui-iggrid-tablebody td.ui-iggrid-nongrouprowemptycell.ui-iggrid-last-emptycell {
  border-bottom: 1px solid #dadada;
}

.ui-draggable-dragging .ui-iggrid-headertext {
  font-family: "Segoe UI", Arial, sans-serif;
}

.ui-iggrid-groupbyarea a, .ui-iggrid-groupbyareatext a {
  color: #4897aa;
}

.ui-iggrid-dragMarkup {
  z-index: 10000;
}

.ui-iggrid-expandcolumn-expanded {
  border-bottom-width: 0 !important;
  box-shadow: none !important;
}

.ui-ig-altrecord + tr > td.ui-iggrid-childarea {
  background-color: #f0f0f0;
  border-color: transparent #dadada #dadada;
}

.ui-iggrid-featurechooser-list .item-selected .ui-iggrid-featurechooserddlistitemtext {
  text-shadow: none;
}

.ui-iggrid-featurechooser-list li.ui-state-default, .ui-iggrid-featurechooser-list li.ui-state-hover {
  border-width: 0;
}

.ui-iggrid .ui-widget-content.ui-dialog {
  border: 1px solid #ccc;
}

.ui-iggrid-modaldialog-caption-buttoncontainer .ui-button.ui-state-hover {
  background: #4897aa;
  box-shadow: none;
}

.ui-iggrid-modaldialog-caption-buttoncontainer .ui-button-text {
  line-height: 1.2;
  padding: 5px 12px;
}

.ui-iggrid-dialog.ui-dialog .ui-dialog-title {
  margin: 0.2em 0;
}

.ui-iggrid-modaldialog-caption-buttoncontainer .ui-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ui-iggrid-dialog-groupby-button a, .ui-iggrid-columnchooser-item a, .ui-iggrid-sorting-dialog-unsortedcolumns-sortbybutton a {
  color: #4897aa;
  text-decoration: none;
}

.ui-widget-footer {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.ui-iggrid tfoot td.ui-widget-content, .ui-iggrid tfoot td.ui-state-default {
  background-color: transparent;
  color: #000;
  border-color: #dadada;
  border-style: solid;
}

.ui-iggrid tfoot td.ui-state-hover {
  background-color: #eee;
}

.ui-iggrid tfoot td.ui-state-default .ui-icon {
  background-image: url(../../img/reporting/ui-icons_222222_256x240.png);
}

.ui-iggrid-columnmoving-dragtop {
  background: transparent url(../../img/reporting/ui-icons_222222_256x240.png) no-repeat scroll -65px -12px !important;
}

.ui-iggrid-columnmoving-dragbottom {
  background: transparent url(../../img/reporting/ui-icons_222222_256x240.png) no-repeat scroll 0 -20px !important;
}
.ui-iggrid-modifiedrecord > td {
  -webkit-animation-name: addingHighlight;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  -moz-animation-name: addingHighlight;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-duration: 1s;
  -o-animation-name: addingHighlight;
  -o-animation-timing-function: ease-in-out;
  -o-animation-duration: 1s;
  animation-name: addingHighlight;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.ui-iggrid-modifiedrecord > td {
  background-color: transparent;
  color: #999;
}

.ui-iggrid .ui-iggrid-mergedcell, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcell, .ui-iggrid .ui-iggrid-mergedcell.ui-state-highlight {
  background-color: #FFF;
}

.ui-iggrid .ui-iggrid-mergedcell, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcell, .ui-iggrid .ui-iggrid-mergedcell.ui-state-highlight, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-highlight {
  color: #dadada;
  border-bottom-color: transparent;
}

.ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcell, .ui-iggrid .ui-iggrid-mergedcellstop {
  border-left-color: #FFF;
}

.ui-iggrid .ui-iggrid-mergedcellstop.ui-state-highlight, .ui-iggrid .ui-iggrid-mergedcell.ui-state-highlight, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-highlight {
  border-left-color: #9ecbd6;
}

.ui-iggrid .ui-iggrid-mergedcellstop, .ui-iggrid .ui-iggrid-mergedcellstop.ui-state-highlight, .ui-iggrid .ui-iggrid-mergedcell.ui-state-highlight, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcellstop, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcellstop.ui-state-highlight, .ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-highlight, .ui-iggrid .ui-iggrid-table > tbody > tr > td.ui-iggrid-mergedcell.ui-iggrid-coldesc, .ui-iggrid .ui-iggrid-table > tbody > tr > td.ui-iggrid-mergedcell.ui-iggrid-colasc {
  background-color: #FFF;
  border-bottom-color: transparent;
  box-shadow: none;
}

.ui-iggrid tbody .ui-iggrid-mergedcell.ui-state-hover, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-hover {
  background-color: #ccc;
  color: #000;
}

.ui-iggrid .ui-ig-altrecord .ui-iggrid-mergedcellsbottom.ui-state-highlight, .ui-iggrid .ui-iggrid-mergedcellsbottom.ui-state-highlight {
  border-bottom-color: #9ecbd6;
}

.ui-iggrid tbody .ui-iggrid-mergedcell.ui-iggrid-mergedcellsbottom {
  border-bottom: 1px solid #dadada;
}

.ui-igrating, .ui-igrating.ui-state-default {
  background: transparent none;
  border: 0;
}

.ui-icon.ui-igrating-vote, .ui-iggrid .ui-icon.ui-igrating-vote {
  background-image: url(images/igRating/ig-rating.png);
  background-position: -75px 0;
  width: 20px;
  height: 20px;
}

.ui-icon.ui-igrating-voteselected, .ui-iggrid .ui-icon.ui-igrating-voteselected {
  background-image: url(images/igRating/ig-rating.png);
  background-position: 0 0;
  width: 20px;
  height: 20px;
}

.ui-icon.ui-igrating-votehover, .ui-iggrid .ui-icon.ui-igrating-votehover {
  background-image: url(images/igRating/ig-rating.png);
  background-position: -25px 0;
  width: 20px;
  height: 20px;
}

.ui-icon.ui-igrating-votedisabled, .ui-iggrid .ui-icon.ui-igrating-votedisabled {
  background-image: url(images/igRating/ig-rating.png);
  background-position: -100px 0;
  width: 20px;
  height: 20px;
}

.ui-icon.ui-igrating-votedisabledselected, .ui-iggrid .ui-icon.ui-igrating-votedisabledselected {
  background-image: url(images/igRating/ig-rating.png);
  background-position: -50px 0;
  width: 20px;
  height: 20px;
}

.ui-igplayer .ui-igplayer-controls, .ui-igplayer-tooltip .ui-widget-content {
  background: #e8e8e8;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;
}

.ui-igplayer .ui-igplayer-controls {
  background-color: rgba(255, 255, 255, 0.9);
}

.ui-igplayer-tooltip .ui-widget-content, .ui-igtooltip > .ui-widget-content {
  background-color: #e8e8e8 !important;
  background-image: none !important;
  border: 1px solid #dadada !important;
  color: #000 !important;
}

.ui-igtooltip > .ui-widget-content {
  padding: 5px;
}

.ui-igtooltip-arrow-bottom, .ui-igtooltip-arrow-top, .ui-igtooltip-arrow-left, .ui-igtooltip-arrow-right {
  background-image: url(images/igTooltip/igTooltipArrows.png) !important;
}

.ui-igtooltip .ui-icon.ui-icon-close {
  background-image: url(images/ui-icons_228ef1_256x240.png) !important;
}

.ui-igplayer .ui-state-hover .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-igplayer .ui-igplayer-bookmark-item-title:hover {
  text-decoration: none;
}

.ui-igplayer .ui-igbutton.ui-state-default, .ui-igplayer .ui-button.ui-state-default {
  border-color: transparent;
  background-color: transparent;
}

.ui-igplayer .ui-igbutton.ui-state-hover, .ui-igplayer .ui-button.ui-state-hover {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
}

.ui-igplayer .ui-igbutton.ui-state-active, .ui-igplayer .ui-button.ui-state-active {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-igplayer .ui-igprogressbar.ui-widget-content {
  background-color: #dadada;
}

.ui-widget-header.ui-igplayer-controls {
  color: #000;
  border-bottom: 0;
}

.ui-igplayer-related-list .ui-igplayer-related-video-hover img {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
  border-width: 3px;
}

.ui-igplayer-bookmark-item-time {
  background: url("images/igVideoPlayer/igVPBookmarkSprite.png") no-repeat 0 1px rgba(0, 0, 0, 0) !important;
}

.ui-igslider .ui-igslider-bookmark.ui-state-default {
  background: url("images/igVideoPlayer/igVPBookmarkSprite.png") no-repeat 0 -1px rgba(0, 0, 0, 0) !important;
}

.ui-igplayer-bookmark-item-time:hover, .ui-igplayer-bookmark-active-item .ui-igplayer-bookmark-item-time, .ui-igplayer-bookmark-list li:hover .ui-igplayer-bookmark-item-time {
  background: transparent url("images/igVideoPlayer/igVPBookmarkSprite.png") no-repeat 0 -17px !important;
}

.ui-igslider .ui-igslider-bookmark.ui-state-hover {
  background: transparent url("images/igVideoPlayer/igVPBookmarkSprite.png") no-repeat 0 -19px !important;
}

.ui-igprogressbar.ui-widget-content {
  border: 0;
}

.ui-igplayer .ui-widget-header a {
  color: #000;
}

.ui-igprogressbar-range {
  background-color: #4897aa !important;
}

.ui-igplayer-bookmark-list > li.ui-igplayer-bookmark-active-item {
  background-color: #9ecbd6;
}

.ui-igplayer-related-video-container a.ui-button.ui-igbutton, .ui-igplayer-related-video-bar .ui-button.ui-igbutton {
  border: 1px solid #bcbcbc;
  background-color: #e8e8e8;
  color: #000;
}

.ui-igplayer-related-video-container a.ui-button.ui-igbutton:hover {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-igplayer-bookmark-list li:hover {
  background-color: #e8e8e8;
}

.ui-progressbar.ui-widget-content {
  border: 0;
}

.ui-igupload-progressbar-icon-default, .ui-igupload-progressbar-icon-default {
  background: url(images/icon_sprite.png) 0 -128px no-repeat !important;
}

.ui-igupload-progressbar-icon-exe {
  background: url(images/icon_sprite.png) 0 -144px no-repeat !important;
}

.ui-igupload-progressbar-icon-images {
  background: url(images/icon_sprite.png) 0 -160px no-repeat !important;
}

.ui-igupload-progressbar-icon-music {
  background: url(images/icon_sprite.png) 0 -176px no-repeat !important;
}

.ui-igupload-progressbar-icon-video {
  background: url(images/icon_sprite.png) 0 -192px no-repeat !important;
}

.ui-igupload-cancel-button .ui-button-icon-primary {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-state-hover.ui-igupload-cancel-button {
  background-color: transparent !important;
}

.ui-widget-content .ui-igupload-progress-container {
  border: 0;
}

.ui-igupload .ui-igprogressbar {
  background-color: #e8e8e8;
  height: 11px !important;
  border: 0 !important;
}

.ui-igupload-progressbar-filesize {
  color: #000;
}

.ui-igupload-summaryprogress-label {
  color: #000;
  top: 10px;
}

.ui-igupload-summaryprogress-secondary-label {
  color: white;
}

.ui-widget-content.ui-igtree-root {
  background: 0;
  border: 0;
}

.ui-igtree a {
  color: #000;
  padding: 5px !important;
}

.ui-igtree a.ui-state-hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-igtree-dropindicator.ui-state-highlight .ui-icon {
  background-image: url(../../img/reporting/ui-icons_222222_256x240.png);
}

.ui-igtree-insertline.ui-state-default {
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0.8, #535353), color-stop(1, transparent)) 100 0 stretch stretch;
}

.ui-igcheckbox-small.ui-state-default, .ui-igcheckbox-normal.ui-state-default, .ui-igcombo-checkbox.ui-state-default {
  background-image: none;
  background-color: white;
  border: 1px solid #bcbcbc;
}

.ui-igcheckbox-small.ui-state-hover, .ui-igcheckbox-normal.ui-state-hover, .ui-igcombo-checkbox.ui-state-hover {
  background-color: #eee;
  border-color: #4897aa;
}

.ui-igcheckbox-small .ui-icon, .ui-igcheckbox-normal .ui-icon, .ui-igcheckbox-small.ui-state-hover .ui-icon, .ui-igcheckbox-normal.ui-state-hover .ui-icon, .ui-iggrid th .ui-igcheckbox-normal.ui-state-default .ui-icon, .ui-igcombo-checkbox .ui-icon {
  background-image: url(../../img/reporting/ui-icons_222222_256x240.png);
}

.ui-igbutton .ui-igbutton-table {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-ightmleditor {
  background-color: #ccc;
  border: 1px solid #bcbcbc;
}

.ui-ightmleditor .ui-igtoolbar {
  background: #e8e8e8;
  border: 1px solid #bcbcbc;
}

.ui-ightmleditor .ui-igtoolbar-wrap .ui-igbutton.ui-igbutton, .ui-ightmleditor .ui-igtoolbar .ui-igbutton {
  border-radius: 0;
}

.ui-ightmleditor .ui-igtoolbar-wrap .ui-igbutton.ui-state-default, .ui-ightmleditor .ui-igtoolbar .ui-igbutton.ui-state-default {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.ui-splitbutton.ui-state-default {
  border-color: #bcbcbc;
}

.ui-splitbutton.ui-splitbutton-hover {
  border-color: #999;
}

.ui-splitbutton.ui-state-active {
  border-color: #4897aa;
}

.ui-splitbutton.ui-state-active div.ui-igtoolbarbutton.ui-button, .ui-ightmleditor .ui-splitbutton.ui-state-active div.ui-igtoolbarbutton.ui-button {
  background-color: #9ecbd6;
}

.ui-splitbutton-arrow .ui-icon {
  background-image: url(../../img/reporting/ui-icons_222222_256x240.png);
}

.ui-ightmleditor .ui-igtoolbar-wrap .ui-igbutton.ui-state-hover, .ui-ightmleditor .ui-igtoolbar .ui-igbutton.ui-state-hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-ightmleditor .ui-igtoolbar-wrap .ui-igbutton.ui-state-active, .ui-ightmleditor .ui-igtoolbar .ui-igbutton.ui-state-active {
  border: 1px solid #4897aa;
  background-color: #9ecbd6;
  color: #000;
}

.ui-ightmleditor .ui-igcombo-fieldholder {
  border-color: #bcbcbc;
}

.ui-igbutton-viewsource.ui-state-default .ui-igbutton-viewsource-icon {
  background-position: 0 -160px;
}

.ui-igbutton-viewsource.ui-state-hover .ui-igbutton-viewsource-icon {
  background-position: -32px -160px;
}

.ui-ightmleditor .ui-igtoolbar .ui-igbutton.ui-state-hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-ightmleditor .ui-igtoolbar .ui-igbutton.ui-state-hover.ui-state-active {
  border: 1px solid #999;
  background-color: #ccc;
  color: #000;
}

.ui-ightmleditor-content iframe, .ui-ightmleditor-content textarea {
  border: 1px solid #bcbcbc;
  box-shadow: inset 2px 2px 3px rgba(50, 50, 50, 0.1);
}

.ui-igPathFinder .ui-button::after {
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  background: #e8e8e8;
}

.ui-igPathFinder .ui-button.ui-state-hover::after {
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  background: #000;
}

.ui-igPathFinder .ui-button.ui-state-active::after {
  border-top: 1px solid #4897aa;
  border-right: 1px solid #4897aa;
  background: #9ecbd6;
}

.ui-igedit.ui-state-hover, .ui-igcombo.ui-state-hover {
  border-color: #000;
}

.ui-igedit-button.ui-state-highlight, .ui-igedit-button.ui-state-hover, .ui-igcombo-button.ui-state-highlight, .ui-igcombo-button.ui-state-hover {
  border: inherit;
}

.ui-igcombo.ui-state-hover, .ui-igcombo.ui-state-default {
  background-color: transparent;
}

.ui-igcombo-clear .ui-icon, .ui-igedit-buttonclear .ui-icon {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-igedit-buttonclear.ui-state-hover .ui-igedit-buttonimagehover, .ui-igedit-buttonclear.ui-state-default.ui-state-hover .ui-icon, .ui-igcombo-clear.ui-igcombo-clear-hover.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-igcombo-listitem-match {
  font-weight: bold;
}

.ui-igcombo-field {
  color: #000;
}

.ui-igcombo-listitem.ui-state-hover.ui-igcombo-item-in-focus, .ui-igcombo-listitem.ui-state-active.ui-igcombo-item-in-focus, .ui-igcombo-listitem.ui-state-default.ui-igcombo-item-in-focus {
  background-color: #c2dee5;
  border-color: #67adbe;
}

.ui-chart-palette-1 {
  background-color: #77B5C5 !important;
  border: 1px solid #3d7d8d !important;
}

.ui-chart-palette-2 {
  background-color: #C0C0C0 !important;
  border: 1px solid #8f8f8f !important;
}

.ui-chart-palette-3 {
  background-color: #81AE7A !important;
  border: 1px solid #608f58 !important;
}

.ui-chart-palette-4 {
  background-color: #FAA958 !important;
  border: 1px solid #f77e11 !important;
}

.ui-chart-palette-5 {
  background-color: #A77DBF !important;
  border: 1px solid #7d58a2 !important;
}

.ui-chart-palette-6 {
  background-color: #FF7968 !important;
  border: 1px solid #de604e !important;
}

.ui-chart-palette-7 {
  background-color: #a5c047 !important;
  border: 1px solid #7d9432 !important;
}

.ui-chart-palette-8 {
  background-color: #729dc9 !important;
  border: 1px solid #507bab !important;
}

.ui-chart-palette-9 {
  background-color: #f1bd5c !important;
  border: 1px solid #de9712 !important;
}

.ui-chart-palette-10 {
  background-color: #65ab88 !important;
  border: 1px solid #447b60 !important;
}

.ui-chart-palette-11 {
  background-color: #7e7bc1 !important;
  border: 1px solid #545794 !important;
}

.ui-chart-palette-12 {
  background-color: #9f725f !important;
  border: 1px solid #745345 !important;
}

.ui-chart-piechart-container, .ui-chart-legend-item-text {
  font-size: 12px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.ui-chart-toolbar .ui-slider-handle {
  height: 18px;
  margin-left: -6px !important;
  width: 12px;
  top: -6px !important;
}

.touch .ui-chart-toolbar .ui-slider-handle {
  border: 1px solid #000;
  background: #777;
  margin-left: -15px;
  top: -15px;
}

.ui-chart-title {
  margin-bottom: 5px;
  text-align: center;
}

.ui-chart-subtitle {
  margin-bottom: 5px;
  text-align: center;
}

.ui-widget-content.ui-chart-tooltip {
  background-color: rgba(255, 255, 255, 0.85);
}

.ui-sparkline {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  padding: 10px 5px 10px 5px;
  border: 0;
}

.ui-sparkline-tooltip {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25) !important;
  padding: 3px;
}

.ui-sparkline-sparkpath {
  background: #43ABD5;
  border: 1px solid;
}

.ui-sparkline-negativesparkpath {
  background: #B9242E;
  border: 1px solid;
}

.ui-sparkline-trendline {
  background: #7F7F7F;
  border: 2px solid;
}

.ui-sparkline-markers {
  background: #43ABD5;
  border: 3px solid;
}

.ui-sparkline-firstmarker {
  background: #237FA7;
  border: 5px solid;
}

.ui-sparkline-lastmarker {
  background: #FBC139;
  border: 5px solid;
}

.ui-sparkline-highmarker {
  background: #A3B929;
  border: 4px solid;
}

.ui-sparkline-lowmarker {
  background: #AF39FF;
  border: 3px solid;
}

.ui-sparkline-negativemarkers {
  background: #E5516F;
  border: 3px solid;
}

.ui-sparkline-range {
  background: gray;
  opacity: 0.2;
}

.ui-sparkline-axis-x {
  font-family: "Segoe UI", Arial, sans-serif;
  border: 2px solid #989EA3;
  color: #406090;
}

.ui-sparkline-axis-y {
  font-family: "Segoe UI", Arial, sans-serif;
  border: 2px solid #989EA3;
  color: #406090;
  text-align: right;
}

.ui-funnel {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #555;
  border: 0;
}

.ui-funnel-tooltip {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25) !important;
  padding: 3px;
}

.ui-funnel-slice {
  color: #FFF;
  border: 0;
}

.ui-funnel-slice-selected {
  opacity: 1;
}

.ui-funnel-slice-unselected {
  opacity: 0.49;
  border-color: transparent;
}

.ui-doughnut {
  border: 0;
  font-size: 12px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.ui-igsplitter-splitbar-horizontal.ui-state-default, .ui-igsplitter-splitbar-vertical.ui-state-default {
  background: none #dadada;
  border-color: transparent;
}

.ui-igsplitter-splitbar-horizontal.ui-state-hover, .ui-igsplitter-splitbar-vertical.ui-state-hover {
  background: none #4897aa;
  border-color: transparent;
}

.ui-igsplitter.ui-widget-content {
  border: 0;
}

.ui-igpivot-metadataitem.ui-state-default {
  background: rgb(26, 130, 197);
  border: 1px solid #999;
  color: #000;
}

.ui-igpivot-metadataitem .ui-widget .ui-corner-all .ui-state-default .ui-draggable {
  color: #000;
}

.ui-igpivot-metadataitem .ui-icon.ui-icon-close {
  background-image: url(../../../inc/img/reporting/ui-icons_888888_256x240.png);
}

.ui-igpivotgrid .ui-igpivot-metadataitem .ui-icon-pivot-smallfilter, .ui-igpivot-droparea .ui-igpivot-metadataitem .ui-icon-pivot-smallfilter {
  background-position: -64px 0 !important;
}

.ui-igpivot-filterdropdown .ui-igtree-node {
  line-height: 2em !important;
}

.ui-igpivot-filterdropdown .ui-igtree-expander {
  top: 1em !important;
}

.ui-igpivot-filterdropdown span[data-role=checkbox] {
  margin-top: 0.65em;
}

.ui-igpivot-rowheaderlink {
  color: skyblue !important;
}

.ui-radialgauge-needle {
  background-color: #888;
}

.ui-radialgauge-needleCap {
  background-color: #888;
  border-color: #888;
}

.ui-radialgauge-backing {
  background-color: #FFF;
  border: #ccc;
}

.ui-radialgauge-scale {
  background-color: #9ecbd6;
  border: 0;
}

.ui-radialgauge-tick {
  background-color: #000;
  border-top-color: none;
}

.ui-radialgauge-minorTick {
  background-color: #000;
  border: 0;
}

.ui-radialgauge-label {
  background-color: #333;
  border: 0;
}

.ui-radialgauge-range-palette-1 {
  background-color: #71b1c1;
  border-top-color: transparent;
}

.ui-radialgauge-range-palette-2 {
  background-color: #408090;
  border-top-color: transparent;
}

.ui-radialgauge-range-palette-3 {
  background-color: #307080;
  border-top-color: transparent;
}

.ui-radialgauge-range-palette-4 {
  background-color: #206070;
  border-top-color: transparent;
}

.ui-radialgauge-range-palette-5 {
  background-color: #105060;
  border-top-color: transparent;
}

.ui-radialgauge-range-palette-6 {
  background-color: #014151;
  border-top-color: transparent;
}

.ui-radialgauge {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}

.ui-bulletgraph-backing {
  background-color: #fff;
  border-color: #fff;
}

.ui-bulletgraph-targetvalue {
  background-color: #FFF;
  border-color: #FFF;
}

.ui-bulletgraph-tick {
  background-color: #888;
  border: transparent;
}

.ui-bulletgraph-minortick {
  background-color: #888;
  border: transparent;
}

.ui-bulletgraph-label {
  background-color: #333;
  border: transparent;
}

.ui-bulletgraph-range-palette-1 {
  background-color: #014151;
  border: transparent;
}

.ui-bulletgraph-range-palette-2 {
  background-color: #206070;
  border: transparent;
}

.ui-bulletgraph-range-palette-3 {
  background-color: #408090;
  border: transparent;
}

.ui-bulletgraph-range-palette-4 {
  background-color: #71b1c1;
  border: transparent;
}

.ui-bulletgraph-range-palette-5 {
  background-color: #a2e2f2;
  border: transparent;
}

.ui-bulletgraph-value {
  background-color: #fff;
  border: transparent;
}

.ui-bulletgraph-tooltip {
  border-style: none;
  white-space: nowrap;
  background-color: transparent;
}

.ui-bulletgraph-range-tooltip {
  border-style: solid;
  border-width: 2px;
  background-color: rgba(230, 230, 230, 0.74);
  padding: 4px;
  font-weight: bold;
}

.ui-bulletgraph-value-tooltip {
  border-style: solid;
  border-width: 2px;
  background-color: rgba(230, 230, 230, 0.74);
  padding: 4px;
  font-weight: bold;
}

.ui-bulletgraph-targetvalue-tooltip {
  border-style: solid;
  border-width: 2px;
  background-color: rgba(230, 230, 230, 0.74);
  padding: 4px;
  font-weight: bold;
}

.ui-bulletgraph {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  color: #494949;
}

.ui-lineargauge-backing {
  background-color: #fff;
  border-color: #fff;
}

.ui-lineargauge-needle {
  background-color: #888;
  border-color: #888;
}

.ui-lineargauge-scale {
  background-color: #888;
  border-color: #888;
}

.ui-lineargauge-tick {
  background-color: #333;
  border: transparent;
}

.ui-lineargauge-minortick {
  background-color: #333;
  border: transparent;
}

.ui-lineargauge-label {
  background-color: #333;
  border: transparent;
}

.ui-lineargauge-range-palette-1 {
  background-color: #3D7D8D;
  border: transparent;
}

.ui-lineargauge-range-palette-2 {
  background-color: #5A94A2;
  border: transparent;
}

.ui-lineargauge-range-palette-3 {
  background-color: #77B5C5;
  border: transparent;
}

.ui-lineargauge-range-palette-4 {
  background-color: #A0CBD7;
  border: transparent;
}

.ui-lineargauge-range-palette-5 {
  background-color: #C9E1E8;
  border: transparent;
}

.ui-lineargauge-tooltip {
  border-style: none;
  white-space: nowrap;
  background-color: transparent;
}

.ui-lineargauge-range-tooltip {
  border-style: solid;
  border-width: 2px;
  background-color: rgba(230, 230, 230, 0.74);
  padding: 4px;
  font-weight: bold;
}

.ui-lineargauge-needle-tooltip {
  border-style: solid;
  border-width: 2px;
  background-color: rgba(230, 230, 230, 0.74);
  padding: 4px;
  font-weight: bold;
}

.ui-lineargauge {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

.ui-state-hover .ui-igtile-inner-container {
  color: #000;
}

.ui-igpopover-title {
  background-color: #E5E5E5 !important;
}

.ui-igpopover > .ui-widget-content {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25) !important;
}

/*.ui-igtrialwatermark{width:160px;height:20px;background-image:url(images/trial.png);opacity:.25;filter:alpha(opacity=25);-ms-filter:"alpha(opacity=25)";-khtml-opacity:.25;-moz-opacity:.25}*/
@CHARSET "ISO-8859-1";
div.left {
  text-align: center;
}

img.picture {
  border: 1px solid black;
  /*width: 300px;*/
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#account-manager, #sales-person, #managing-director, #chief-executive-officer {
  padding-bottom: 30px;
}

div.job-title {
  /*padding-bottom: 20px;*/
}

div.little-bit-more.header {
  padding-bottom: 10px;
  font-weight: bold;
}

.container {
  margin: 0 auto;
}

/* Example wrapper */
.wrap {
  position: relative;
  margin: 3em 0;
}

/* Frame */
.frame {
  height: 500px;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.frame ul li {
  float: left;
  width: 1000px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-left: 1px solid white;
}

.frame ul li.active {
  color: #fff;
}

@CHARSET "ISO-8859-1";
button.navbar-toggle {
  background-color: #47a3da;
}

button.navbar-toggle span {
  background-color: #fff;
}

#navbar {
  overflow-x: hidden !important;
  z-index: 1001;
}

nav.navbar.navbar-leda {
  background-color: #003963;
}

/* Menu buttons */
.btn-menu {
  background-color: rgba(46, 109, 164, 0);
  border-width: 0px;
  border-color: #2e6da4;
  color: #fff;
}

.btn-menu.disabled {
  display: none;
}

/*.btn-menu:hover {
    background-color: #2e6da4;
    border-color: rgba(46,109,164,0.5);
}*/
/*.btn-menu:focus,*/
.btn-menu:active {
  background-color: rgba(46, 109, 164, 0);
  border-width: 1px;
  border-color: #2e6da4;
  color: #fff;
}

.navbar-default .navbar-toggle {
  background-color: rgba(46, 109, 164, 0);
  border-width: 1px;
  border-color: #2e6da4;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/*.navbar-default .navbar-toggle:hover {
    background-color: #2e6da4;
	border-color: #2e6da4;
}*/
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(46, 109, 164, 0);
  border-width: 1px;
  border-color: #2e6da4;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

#navbar img {
  width: 100%;
  cursor: pointer;
}

#navbar li img {
  width: 38px;
  height: 38px;
  padding: 5px;
}

#navbar li button, #navbar li input {
  margin-right: 20px;
  margin-top: 10px;
}

#navbar li:last-child * {
  margin-right: 0;
}

.navbar-nav {
  margin: 10px 0;
}

nav#main-menu {
  display: none;
}

.no-left-border {
  border-left-style: none !important;
}

@CHARSET "ISO-8859-1";
/*div#tabs ul{
    list-style-type: decimal
}
div#tabs ul li{
    float: left;
    padding: 2px 10px;
}

div#main-page.search h1 {
	color: white;
	font-size: 24px;
	padding-top: 5px
}
div#main-page.search div#page-content div.container div.titles div {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 3px solid white;
}
div#main-page.search div#page-content div.container div:not(.titles)
	div:not(.line-separator):not(.bottom) {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 3px solid white
}
div#main-page.search div#page-content div.container div
	div:not(.line-separator):not(.bottom) {
	border-left: 3px solid white;
	border-right: 3px solid white
}

div.advancedSearch div {
	text-align: center
}

div.advancedSearch input, div.advancedSearch select {
	font-size: 12px
}

div.line-separator {
	height: 35px
}

form.advancedSearch input, form.advancedSearch button {
	margin-bottom: 3px;
}
form.advancedSearch input {
	max-width: calc(100% - 110px);
	max-width: -moz-calc(100% - 110px);
	max-width: -webkit-calc(100% - 110px);
	max-width: -o-calc(100% - 110px);
}
form.advancedSearch button {width: 100% !important}

form.advancedSearch label {
	display: block;
	float: left;
	text-align: left;
	height: 24px
}
form.advancedSearch label:after { content: ": " }
form.advancedSearch input,form.advancedSearch select { float: right; color:black }
*/
div.advancedSearch {
  background-color: rgba(0, 61, 99, 0.7);
  color: white;
}

.advancedSearch > div {
  padding-top: 10px;
  padding-bottom: 20px;
}

.advancedSearch div h2 {
  text-align: center;
  color: white;
}

.advancedSearch button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .row {
    margin-bottom: 3px;
  }
  .advancedSearch .row div:first-child {
    text-align: right;
    padding-top: 5px;
  }
}
img.search-header {
  height: 50px;
  vertical-align: middle;
}

/*
div.advancedSearch:not(.titles) div:not(.bottom):not(.line-separator) {
	padding-bottom: 80px;
	position: relative
}
div.advancedSearch div form div.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px
}
*/
.webTrack #main-page {
  height: 100% !important;
}

.webTrack {
  overflow-y: hidden !important;
}

.webTracking {
  max-width: 50%;
  margin: 15vh auto 0;
}
.webTracking .logo {
  text-align: center;
  margin-bottom: 5vh;
}
.webTracking .header {
  text-align: center;
  margin-bottom: 2vh;
}
.webTracking .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 25px 20px;
}
.webTracking .form-group {
  margin-bottom: 2vh !important;
}
.webTracking .form-group:last-of-type {
  margin-bottom: 0vh !important;
}
.webTracking .trackingHeader {
  margin-bottom: 2vh;
}

.webTracked {
  margin: 2vh auto 10vh;
  max-width: 75%;
}
.webTracked .logo {
  text-align: center;
  margin-bottom: 5vh;
}
.webTracked .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 15px 15px 0px;
  margin-bottom: 2vh;
}
.webTracked .trackingHeader {
  margin-bottom: 2vh;
}

@media (max-width: 1550px) {
  .webTracked {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .webTracked .col-md-4, .webTracked .col-md-12 {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
