@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)
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #005BAA;
  --secondary: #7D7D7D;
  --success: #00A34F;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #EF4123;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: #005BAA;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 50.05, 93.5);
  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.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.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: rgb(183.6, 209.08, 231.2);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 169.72, 210.8);
}

.table-hover .table-primary:hover {
  background-color: rgb(164.475, 196.78, 224.825);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(164.475, 196.78, 224.825);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(218.6, 218.6, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(187.4, 187.4, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(205.85, 205.85, 205.85);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(205.85, 205.85, 205.85);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 229.24, 205.72);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 207.16, 163.48);
}

.table-hover .table-success:hover {
  background-color: rgb(164.8608069164, 222.4791930836, 192.7862824207);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(164.8608069164, 222.4791930836, 192.7862824207);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(250.52, 201.8, 193.4);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(246.68, 156.2, 140.6);
}

.table-hover .table-danger:hover {
  background-color: rgb(248.7911864407, 181.2703389831, 169.6288135593);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(248.7911864407, 181.2703389831, 169.6288135593);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.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: rgb(42.5, 156.25, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-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.5;
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 163, 79, 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: #00A34F;
  padding-right: calc(1.5em + 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='%2300A34F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00A34F;
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 79, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00A34F;
  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='%2300A34F' 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.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00A34F;
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 79, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00A34F;
}
.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: #00A34F;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00A34F;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 214, 103.717791411);
  background-color: rgb(0, 214, 103.717791411);
}
.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(0, 163, 79, 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: #00A34F;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00A34F;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00A34F;
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 79, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 65, 35, 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: #EF4123;
  padding-right: calc(1.5em + 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='%23EF4123' 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='%23EF4123' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EF4123;
  box-shadow: 0 0 0 0.2rem rgba(239, 65, 35, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EF4123;
  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='%23EF4123' 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='%23EF4123' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EF4123;
  box-shadow: 0 0 0 0.2rem rgba(239, 65, 35, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #EF4123;
}
.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: #EF4123;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EF4123;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(242.4576271186, 106.0593220339, 82.5423728814);
  background-color: rgb(242.4576271186, 106.0593220339, 82.5423728814);
}
.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(239, 65, 35, 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: #EF4123;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EF4123;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EF4123;
  box-shadow: 0 0 0 0.2rem rgba(239, 65, 35, 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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@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, 91, 170, 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: #005BAA;
  border-color: #005BAA;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 70.525, 131.75);
  border-color: rgb(0, 63.7, 119);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 70.525, 131.75);
  border-color: rgb(0, 63.7, 119);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 115.6, 182.75, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 63.7, 119);
  border-color: rgb(0, 56.875, 106.25);
}
.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.25, 115.6, 182.75, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #7D7D7D;
  border-color: #7D7D7D;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(105.875, 105.875, 105.875);
  border-color: rgb(99.5, 99.5, 99.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(105.875, 105.875, 105.875);
  border-color: rgb(99.5, 99.5, 99.5);
  box-shadow: 0 0 0 0.2rem rgba(144.5, 144.5, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #7D7D7D;
  border-color: #7D7D7D;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(99.5, 99.5, 99.5);
  border-color: rgb(93.125, 93.125, 93.125);
}
.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(144.5, 144.5, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00A34F;
  border-color: #00A34F;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 124.75, 60.4616564417);
  border-color: rgb(0, 112, 54.282208589);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 124.75, 60.4616564417);
  border-color: rgb(0, 112, 54.282208589);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 176.8, 105.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00A34F;
  border-color: #00A34F;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 112, 54.282208589);
  border-color: rgb(0, 99.25, 48.1027607362);
}
.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(38.25, 176.8, 105.4, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #EF4123;
  border-color: #EF4123;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(219.7669491525, 45.9512711864, 15.9830508475);
  border-color: rgb(207.8813559322, 43.4661016949, 15.1186440678);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(219.7669491525, 45.9512711864, 15.9830508475);
  border-color: rgb(207.8813559322, 43.4661016949, 15.1186440678);
  box-shadow: 0 0 0 0.2rem rgba(241.4, 93.5, 68, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #EF4123;
  border-color: #EF4123;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(207.8813559322, 43.4661016949, 15.1186440678);
  border-color: rgb(195.9957627119, 40.9809322034, 14.2542372881);
}
.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(241.4, 93.5, 68, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 0.5);
}

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

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

.btn-outline-success {
  color: #00A34F;
  border-color: #00A34F;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00A34F;
  border-color: #00A34F;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 79, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00A34F;
  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: #00A34F;
  border-color: #00A34F;
}
.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(0, 163, 79, 0.5);
}

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

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

.btn-outline-danger {
  color: #EF4123;
  border-color: #EF4123;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #EF4123;
  border-color: #EF4123;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 65, 35, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EF4123;
  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: #EF4123;
  border-color: #EF4123;
}
.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(239, 65, 35, 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: #005BAA;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 50.05, 93.5);
  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.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #005BAA;
}
.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.875rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group: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.5rem;
  padding-left: 1.5rem;
  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.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #005BAA;
  background-color: #005BAA;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(42.5, 156.25, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(93.5, 179.95, 255);
  border-color: rgb(93.5, 179.95, 255);
}
.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.25rem;
  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.25rem;
  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: #005BAA;
  background-color: #005BAA;
}
.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, 91, 170, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 91, 170, 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, 91, 170, 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.25rem + 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, 91, 170, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(42.5, 156.25, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(pt-br) ~ .custom-file-label::after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OSA0ODkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4OSA0ODk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cGF0aCBkPSJNMzI5LjIsMzI3LjJjLTQuNSwwLTguMSwzLjQtOC42LDcuOWMtMy45LDM4LjYtMzYuNSw2OC43LTc2LjIsNjguN2MtMzkuNiwwLTcyLjItMzAuMS03Ni4yLTY4LjdjLTAuNS00LjQtNC4xLTcuOS04LjYtNy45aC0xMDRjLTIxLjgsMC0zOS41LDE3LjctMzkuNSwzOS41djgyLjhjMCwyMS44LDE3LjcsMzkuNSwzOS41LDM5LjVoMzc3LjhjMjEuOCwwLDM5LjUtMTcuNywzOS41LTM5LjV2LTgyLjdjMC0yMS44LTE3LjctMzkuNS0zOS41LTM5LjVIMzI5LjJWMzI3LjJ6Ii8+PHBhdGggZD0iTTMwMy41LDE5OC42bC0zMC45LDMwLjlWMjguMUMyNzIuNiwxMi42LDI2MCwwLDI0NC41LDBsMCwwYy0xNS41LDAtMjguMSwxMi42LTI4LjEsMjguMXYyMDEuNGwtMzAuOS0zMC45Yy05LjUtOS41LTI0LjctMTEuOS0zNS45LTQuNGMtMTUuMywxMC4yLTE2LjgsMzEuMS00LjUsNDMuNGw4Mi44LDgyLjhjOS4yLDkuMiwyNC4xLDkuMiwzMy4zLDBsODIuOC04Mi44YzEyLjMtMTIuMywxMC44LTMzLjItNC41LTQzLjRDMzI4LjIsMTg2LjYsMzEzLDE4OSwzMDMuNSwxOTguNnoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");
}
.custom-file-input:lang(pt) ~ .custom-file-label::after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OSA0ODkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4OSA0ODk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cGF0aCBkPSJNMzI5LjIsMzI3LjJjLTQuNSwwLTguMSwzLjQtOC42LDcuOWMtMy45LDM4LjYtMzYuNSw2OC43LTc2LjIsNjguN2MtMzkuNiwwLTcyLjItMzAuMS03Ni4yLTY4LjdjLTAuNS00LjQtNC4xLTcuOS04LjYtNy45aC0xMDRjLTIxLjgsMC0zOS41LDE3LjctMzkuNSwzOS41djgyLjhjMCwyMS44LDE3LjcsMzkuNSwzOS41LDM5LjVoMzc3LjhjMjEuOCwwLDM5LjUtMTcuNywzOS41LTM5LjV2LTgyLjdjMC0yMS44LTE3LjctMzkuNS0zOS41LTM5LjVIMzI5LjJWMzI3LjJ6Ii8+PHBhdGggZD0iTTMwMy41LDE5OC42bC0zMC45LDMwLjlWMjguMUMyNzIuNiwxMi42LDI2MCwwLDI0NC41LDBsMCwwYy0xNS41LDAtMjguMSwxMi42LTI4LjEsMjguMXYyMDEuNGwtMzAuOS0zMC45Yy05LjUtOS41LTI0LjctMTEuOS0zNS45LTQuNGMtMTUuMywxMC4yLTE2LjgsMzEuMS00LjUsNDMuNGw4Mi44LDgyLjhjOS4yLDkuMiwyNC4xLDkuMiwzMy4zLDBsODIuOC04Mi44YzEyLjMtMTIuMywxMC44LTMzLjItNC41LTQzLjRDMzI4LjIsMTg2LjYsMzEzLDE4OSwzMDMuNSwxOTguNnoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 91, 170, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #005BAA;
  border: 0;
  border-radius: 1rem;
  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-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(93.5, 179.95, 255);
}
.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: #005BAA;
  border: 0;
  border-radius: 1rem;
  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-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(93.5, 179.95, 255);
}
.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: #005BAA;
  border: 0;
  border-radius: 1rem;
  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-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(93.5, 179.95, 255);
}
.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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 > .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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.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: #005BAA;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 50.05, 93.5);
  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, 91, 170, 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: #005BAA;
  border-color: #005BAA;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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: #005BAA;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 63.7, 119);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 170, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #7D7D7D;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(99.5, 99.5, 99.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00A34F;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 112, 54.282208589);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 79, 0.5);
}

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #EF4123;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(207.8813559322, 43.4661016949, 15.1186440678);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 65, 35, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
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: rgb(29.1379310345, 32.5, 35.8620689655);
}
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: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 47.32, 88.4);
  background-color: rgb(204, 222.2, 238);
  border-color: rgb(183.6, 209.08, 231.2);
}
.alert-primary hr {
  border-top-color: rgb(164.475, 196.78, 224.825);
}
.alert-primary .alert-link {
  color: rgb(0, 20.02, 37.4);
}

.alert-secondary {
  color: #414141;
  background-color: #e5e5e5;
  border-color: rgb(218.6, 218.6, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(205.85, 205.85, 205.85);
}
.alert-secondary .alert-link {
  color: rgb(39.5, 39.5, 39.5);
}

.alert-success {
  color: rgb(0, 84.76, 41.08);
  background-color: rgb(204, 236.6, 219.8);
  border-color: rgb(183.6, 229.24, 205.72);
}
.alert-success hr {
  border-top-color: rgb(164.8608069164, 222.4791930836, 192.7862824207);
}
.alert-success .alert-link {
  color: rgb(0, 33.76, 16.362208589);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(124.28, 33.8, 18.2);
  background-color: rgb(251.8, 217, 211);
  border-color: rgb(250.52, 201.8, 193.4);
}
.alert-danger hr {
  border-top-color: rgb(248.7911864407, 181.2703389831, 169.6288135593);
}
.alert-danger .alert-link {
  color: rgb(79.7945985401, 21.701459854, 11.6854014599);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #005BAA;
  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: #005BAA;
  border-color: #005BAA;
}
.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: rgb(0, 47.32, 88.4);
  background-color: rgb(183.6, 209.08, 231.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 47.32, 88.4);
  background-color: rgb(164.475, 196.78, 224.825);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 47.32, 88.4);
  border-color: rgb(0, 47.32, 88.4);
}

.list-group-item-secondary {
  color: #414141;
  background-color: rgb(218.6, 218.6, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #414141;
  background-color: rgb(205.85, 205.85, 205.85);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}

.list-group-item-success {
  color: rgb(0, 84.76, 41.08);
  background-color: rgb(183.6, 229.24, 205.72);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 84.76, 41.08);
  background-color: rgb(164.8608069164, 222.4791930836, 192.7862824207);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 84.76, 41.08);
  border-color: rgb(0, 84.76, 41.08);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(124.28, 33.8, 18.2);
  background-color: rgb(250.52, 201.8, 193.4);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(124.28, 33.8, 18.2);
  background-color: rgb(248.7911864407, 181.2703389831, 169.6288135593);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.28, 33.8, 18.2);
  border-color: rgb(124.28, 33.8, 18.2);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.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,
.modal-dialog-scrollable .modal-footer-com-legenda {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 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.5;
}

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

.modal-footer, .modal-footer-com-legenda {
  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 > *, .modal-footer-com-legenda > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.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 rgb(247.35, 247.35, 247.35);
}

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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: #005BAA !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 63.7, 119) !important;
}

.bg-secondary {
  background-color: #7D7D7D !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(99.5, 99.5, 99.5) !important;
}

.bg-success {
  background-color: #00A34F !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 112, 54.282208589) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(207.8813559322, 43.4661016949, 15.1186440678) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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: #005BAA !important;
}

.border-secondary {
  border-color: #7D7D7D !important;
}

.border-success {
  border-color: #00A34F !important;
}

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

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

.border-danger {
  border-color: #EF4123 !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 {
  user-select: all !important;
}

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

.user-select-none {
  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, .boxCartaoAcesso_boxImagem,
.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, .form-legenda-nome {
  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: #005BAA !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 50.05, 93.5) !important;
}

.text-secondary {
  color: #7D7D7D !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(86.75, 86.75, 86.75) !important;
}

.text-success {
  color: #00A34F !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(0, 86.5, 41.9233128834) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(184.1101694915, 38.4957627119, 13.3898305085) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-size: 16px;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.063em dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.reset-h h1 {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 700;
}
.reset-h h2 {
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
}
.reset-h h3 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
}
.reset-h h4 {
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
}
.reset-h h5 {
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0.063em solid #c0c0c0;
  margin: 0 0.125em;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-ms-viewport {
  max-width: 100% !important;
  width: auto !important;
}
html {
  font: 16px normal;
}
@media (max-width: 1280px) {
  html {
    font: 14px normal;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
figure,
form {
  margin: 0;
  padding: 0;
  height: 100%;
}

form {
  height: auto;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body > svg:first-child {
  display: none;
}

form,
fieldset {
  border: none;
}

abbr {
  cursor: help;
  border-bottom: 0.063rem dotted #bbb;
}

svg:not(:root) {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 600;
}

a:not([class]) {
  text-decoration: underline;
}
a[class=ng-binding], a a:not([class]) {
  text-decoration: underline;
}
p {
  margin-bottom: 0;
}

.containerPrincipal {
  display: inline-block;
  max-width: 100vw;
  width: 100%;
}
.containerPrincipal_grid {
  padding-top: 4.375rem;
  position: relative;
}
.containerPrincipal_grid_conteudo {
  display: inline-block;
  -webkit-box-flex: 1 1 auto; /* Chrome 20-, iOS 6-, Safari 3.1 - 6 */
  /* -moz-box-flex: $flex; FF 19- */
  -webkit-flex: 1 1 auto; /* Chrome 21 - 28 */
  -ms-flex: 1 1 auto; /* IE 10 */
  flex: 1 1 auto; /* FF 20+, Chrome 29+, Opera 12.1, 17+ */
  min-height: -webkit-calc(100vh - 6.25rem);
  min-height: calc(100vh - 6.25rem);
  width: -webkit-calc(100% - 16.875rem);
  width: calc(100% - 16.875rem);
  overflow: hidden;
  padding: 0;
}

.containerConteudoDen {
  padding: 0 475px;
  background: url(../images/placeholder/background-login.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.containerConteudo {
  padding: 0 0.9375rem;
  margin-top: 4.375rem;
}
.containerConteudo ._cardLayout {
  cursor: pointer;
}
.containerConteudo ._cardLayout ._cardLayoutChartIcon {
  fill: #007bff !important;
}

.containerLogin {
  background: url("../images/placeholder/background-login.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
.containerLogin_formulario {
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 2rem);
  min-height: calc(100vh - 2rem);
}
.containerLogin_formulario_titulo {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.containerLogin_formulario_link {
  font-size: 0.8125rem;
  text-decoration: underline;
}
.containerLogin_rodape {
  background-color: #005baa;
  color: #fff;
  font-size: 0.8125rem;
  height: 2rem;
  width: 100%;
}

.containerLegenda {
  position: absolute;
  background-color: white;
  border: 1px solid #3c8dbc;
  right: 55px;
  font-size: small;
  z-index: 2;
}

.containerSolicitante {
  position: absolute;
  background-color: white;
  border: 1px solid #3c8dbc;
  font-size: small;
  right: 0px;
  z-index: 2;
}

.larguraSolicitanteFormulario {
  left: 26%;
  width: 420px;
}

.larguraSolicitanteSla {
  left: 22%;
  width: 420px;
}

.larguraBoxSemSlaCol1 {
  left: 18%;
  width: 420px;
  top: 18px;
}

.larguraBoxSemSlaCol2 {
  left: 38%;
  width: 420px;
  top: 5px;
}

.larguraSolicitanteSemSla {
  left: 17%;
  width: 420px;
}

.larguraBeneficiarioSemSla {
  left: 67%;
  width: 420px;
}

.larguraBeneficiarioSla {
  left: 22%;
  width: 420px;
  margin-top: 34px;
}

.larguraBeneficiario {
  left: 20%;
  width: 420px;
}

.containerRetanguloLegenda {
  height: 20px;
  width: 25px;
}

.bordaAzulBottom {
  border-bottom: 2px solid #3c8dbc;
}

.fundoVermelho {
  background: #e20613 !important;
}

.fundoLaranja {
  background: #FF4500 !important;
}

.fundoAzul {
  background-color: #3c8dbc;
}

.fundoPreto {
  background-color: #000;
}

.fundoCinza {
  background-color: #7D7D7D;
}

.fundoCinzaClaro {
  background-color: #eaeaea;
}

.fundoVerde {
  background-color: #5cb85c;
}

.containerCirculoLegenda {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
}

.bordaPreta {
  border: 1px solid black;
}

.invalid-login {
  color: red;
  font-size: 15px;
  margin-bottom: -20px;
}

.forgot-feedback {
  font-size: 15px;
  margin-bottom: -15px;
}

.forgot-feedback.error {
  color: red;
}

.forgot-feedback.success {
  color: green;
}

.forgot-password {
  display: flex;
}
.forgot-password a {
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: -5px;
  cursor: pointer;
}

.login-wrp {
  min-width: 445px !important;
}

.login-links {
  display: flex;
  flex-direction: column;
}
.login-links a {
  font-size: 13px;
  color: steelblue !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.login-form {
  align-items: center;
  min-height: calc(100vh - 2rem);
}

.seta-prosseguir {
  color: #005baa;
  height: 20px;
  width: 20px;
}

.select-companies {
  background: #fff;
  border-radius: 5px;
}
.select-companies a {
  cursor: pointer;
  color: #0069d9;
  font-weight: bold;
}

.card-number::-webkit-outer-spin-button,
.card-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dinamic-key-login,
.biometry-login {
  text-align: center;
}

.validate-login .card-example {
  border: 3px solid #cccccc;
  border-radius: 13px;
  padding: 8px;
}
.validate-login .card-example ul {
  display: flex;
}
.validate-login .card-example ul.letters-list {
  width: 200px;
  font-size: 12px;
  margin-left: 5px;
}
.validate-login .card-example ul.numbers-list {
  flex-direction: column;
  font-size: 13px;
  align-items: flex-start;
  margin-top: -15px;
  margin-bottom: 2px;
}
.validate-login .card-example ul.numbers-list li {
  margin-top: 3px;
}
.validate-login p {
  margin: 15px 0 15px 0;
  text-align: center;
  font-size: 13px;
}
.validate-login ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
.validate-login ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.validate-login ul li label {
  margin-bottom: -1px;
}
.validate-login ul li input {
  width: 32px;
  text-align: center;
}

.biometry-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.biometry-container .hand {
  position: relative;
}
.biometry-container .hand a {
  position: absolute;
  cursor: pointer;
}
.biometry-container .hand a img {
  height: 20px;
}
.biometry-container .hand a .active-finger {
  background: red;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  left: -2px;
}
.biometry-container .hand.right a.finger0 {
  top: 79px;
  left: 7px;
}
.biometry-container .hand.right a.finger1 {
  top: 17px;
  left: 29px;
}
.biometry-container .hand.right a.finger2 {
  top: 5px;
  left: 50px;
}
.biometry-container .hand.right a.finger3 {
  top: 20px;
  left: 71px;
}
.biometry-container .hand.right a.finger4 {
  top: 41px;
  left: 92px;
}
.biometry-container .hand.left a.finger0 {
  top: 79px;
  right: 6px;
}
.biometry-container .hand.left a.finger1 {
  top: 17px;
  right: 28px;
}
.biometry-container .hand.left a.finger2 {
  top: 5px;
  right: 49px;
}
.biometry-container .hand.left a.finger3 {
  top: 20px;
  right: 70px;
}
.biometry-container .hand.left a.finger4 {
  top: 41px;
  right: 91px;
}
.biometry-container .btn-secondary {
  margin: 8px;
  font-size: 13px;
}
.biometry-container .digital-wrap {
  border: 3px solid #cccccc;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 0 19px 0;
}

.sp-adv {
  font-size: 12px;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}

.sp-msg {
  margin-top: 20px;
}

.lnk-den-online {
  margin-left: 338px;
  color: steelblue !important;
  text-decoration: underline !important;
}

.bg-color-white {
  background-color: white;
}

.pdt-12 {
  padding-top: 12px;
}

.link-crea {
  font-size: 13px;
  color: steelblue !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.text-instru {
  font-style: italic;
  font-size: 13px;
}

.label-texto {
  margin-bottom: 0px !important;
}

.logo-maua {
  max-height: 70px;
}

.logo-sjrp {
  margin-right: 15px !important;
  margin-left: 50px;
}

.olho {
  margin-top: -32px;
  margin-left: 95% !important;
  cursor: pointer;
  padding-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .olho {
    margin-top: -28px;
    margin-left: 93% !important;
  }
}

.olho2 {
  margin-top: -32px;
  margin-left: 90% !important;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .olho2 {
    margin-top: -28px;
    margin-left: 88% !important;
  }
}

.tr-auto-cadastro {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 524px) {
  .tr-auto-cadastro {
    margin-bottom: 1rem;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot");
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
.glyphicon {
  position: absolute;
  top: 6px;
  right: 10px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.tb-criterios {
  background: #f7f7f9;
  padding: 0.5rem;
  font-size: 75%;
  color: #656565;
}

.submit-line {
  position: relative;
}

.submit-line input {
  width: 100%;
}

.header {
  background-color: #fff;
  left: 0;
  min-height: 4.375rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1003;
  width: 100%;
  border-bottom: 0.0625rem solid #eee;
}
.header_boxLogo {
  display: inline-block;
  width: 18.75rem;
}
.header_boxLogo .logo {
  margin-left: 0.9375rem;
  background: url("../../../images/logos/logo-acto-vertical.svg") no-repeat center left;
  height: 2.7rem;
}
.header_boxPrefeitura {
  background: url("../../../images/placeholder/header.svg") bottom right no-repeat;
  background-size: 26.25rem 70%;
  min-height: 4.375rem;
  width: -webkit-calc(100%);
  width: calc(100%);
}
.header_boxPrefeitura_logo {
  height: 3.125rem;
  width: 3.125rem;
}
.header_boxPrefeitura_logo_img {
  width: 70%;
  margin-left: 0.5rem;
}
@supports (object-fit: contain) {
  .header_boxPrefeitura_logo_img {
    height: 70%;
    object-fit: contain;
  }
}
.header_boxPrefeitura_titulo {
  display: none;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1.25rem;
  width: -webkit-calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
}
.header_boxPrefeitura_titulo_texto {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.header_boxPrefeitura_subtitulo {
  color: #005baa;
  font-size: 0.875rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.header_boxPrefeitura_subtitulo_texto {
  font-size: 0.875rem;
}
.header_grid {
  min-height: 3.875rem;
}
.header_grid_conteudoBox {
  width: -webkit-calc(100% - 16.875rem);
  width: calc(100% - 16.875rem);
}
@media (min-width: 34.375rem) {
  .header_boxLogo {
    display: inline-block;
    width: 16.875rem;
  }
  .header_boxLogo .logo {
    margin-left: 1.25rem;
    background: url("../../../images/logos/logo-acto.svg") no-repeat center;
  }
  .header_boxPrefeitura {
    background: url("../../../images/placeholder/header.svg") bottom right no-repeat;
    background-size: 26.25rem 70%;
    min-height: 4.375rem;
  }
  .header_boxPrefeitura_titulo {
    display: inline-block;
  }
  .header_boxPrefeitura_logo {
    height: 3.75rem;
    width: 3.75rem;
  }
  .header_boxPrefeitura_logo_img {
    width: 100%;
    margin-left: 0.5rem;
  }
  @supports (object-fit: contain) {
    .header_boxPrefeitura_logo_img {
      height: 100%;
      object-fit: contain;
    }
  }
}

.navegacao {
  margin-right: 0.625rem;
  padding: 0.75rem 0 0.5rem;
  width: 18.75rem;
}
.navegacao_lista {
  margin: 0;
  padding: 0;
  float: right;
}
.navegacao_lista_item {
  display: inline-block;
}
.navegacao_lista_link {
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 2.75rem;
  position: relative;
  transition: background-color 0.15s linear;
  width: 2.75rem;
}
.navegacao_lista_link[data-bullet]:after {
  background-color: #e20613;
  border-radius: 50%;
  color: #fff;
  content: attr(data-bullet);
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  height: 1rem;
  position: absolute;
  right: 0.3125rem;
  text-align: center;
  top: 0.3125rem;
  width: 1rem;
}
.navegacao_lista_link:hover, .show .navegacao_lista_link {
  background-color: #000;
}
.navegacao_lista_link:hover .icone-header, .show .navegacao_lista_link .icone-header {
  fill: #fff;
}
.navegacao_dropdown {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.4);
  min-width: 18.75rem;
}
.navegacao_dropdown_notific {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.4);
  min-width: 33rem;
}

@media (max-width: 575px) {
  .notificSize {
    max-width: 100% !important;
  }
}
.navegacao_link:hover {
  text-decoration: none;
}

.navegacao_eixo-ativo {
  background: #fbfbfb;
  border-bottom: 0.0625rem solid #dadada;
  border-top: 0.0625rem solid #dadada;
  color: #000;
  padding: 0.625rem 0;
}
.navegacao_eixo-ativo .icone {
  fill: #000;
}

.navegacao_eixo-naoativo {
  border-radius: 0.25rem;
  border: 0.0625rem solid white;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.navegacao_eixo-naoativo .icone {
  fill: #000;
}
.navegacao_eixo-naoativo:hover {
  border: 0.0625rem solid #dadada;
  color: #000;
}
.navegacao_eixo-naoativo:hover .icone {
  fill: #000;
}

.navegacao_notificacao {
  font-size: 0.5rem;
  left: -1rem;
  position: relative;
  top: -0.25rem;
}

.abaAlertas .nav-link {
  background: #fff;
  border: 0 solid transparent;
  border-bottom-width: 0.125rem;
  height: 3.125rem;
}
.abaAlertas .nav-link.active {
  border-bottom-color: #000;
}

.mensagens {
  padding-left: 0;
  list-style: none;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mensagens .mensagens_item.notificacao_item p {
  white-space: nowrap;
  overflow: hidden;
  width: 400px;
  color: #000000;
  font-size: 0.9rem;
}
.mensagens .mensagens_item p {
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  color: #000000;
  font-size: 0.9rem;
}
.mensagens_aviso {
  padding: 0.75rem;
}
.mensagens_text {
  font-size: 0.875rem;
}
.mensagens_padding_right {
  padding-right: 0px;
}
.mensagens_padding_left {
  padding-left: 0px;
}
.mensagens_item {
  background-color: #f9f9f9;
  border-top: 0.0625rem solid #eee;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  transition: background-color 0.12s ease-in-out;
  cursor: pointer;
}
.mensagens_item_icone {
  background: #000;
  color: #fff;
  height: 2rem;
  width: 2rem;
}
.mensagens_item_icone_lixo {
  background: #f9f9f9;
  color: #fff;
  height: 2rem;
  width: 2rem;
}
.mensagens_item:hover {
  background-color: rgba(4, 141, 193, 0.2);
  text-decoration: none;
}

.icone-mensagem-lixo {
  fill: red;
}

.text-desfazer-excluir {
  color: red;
  font-size: 0.625rem;
  height: 2rem;
  width: 2rem;
}

#notificacaoModal .text-small,
#mensagemModal .text-small {
  display: block;
}
#notificacaoModal .text-small strong,
#mensagemModal .text-small strong {
  color: #C2C2C2;
}
#notificacaoModal .box,
#mensagemModal .box {
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #f2f2f2;
  margin: 15px 0px;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  position: absolute;
}

.top-seta-notificacoes {
  cursor: pointer;
  top: 3.6rem !important;
}

.p-notificacao {
  cursor: pointer;
}

.usuarioContainer {
  border-left: 0.0625rem solid #eee;
  display: inline-block;
  min-width: 3.75rem;
}

.select-companies {
  max-width: 800px;
}
.select-companies.menu {
  position: fixed;
  right: 30%;
  margin-top: -14.5rem;
}
@media (max-width: 1143px) {
  .select-companies.menu {
    right: 10%;
  }
}
@media (max-width: 887px) {
  .select-companies.menu {
    right: 0rem;
  }
}
@media (max-width: 750px) {
  .select-companies.menu {
    top: 18rem;
    right: 0rem;
  }
}

.btnUsuario {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  overflow: hidden;
  width: 2.5rem;
}
.btnUsuario:before, .btnUsuario:after {
  content: "";
  left: 0;
  right: 0;
  position: fixed;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.25s linear;
  -moz-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  z-index: 200;
}
.btnUsuario:before {
  background-color: transparent;
  cursor: default;
  height: 3.875rem;
  top: 0;
}
.btnUsuario:after {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  top: 3.875rem;
  width: 100%;
}
.btnUsuario_image {
  max-width: 100%;
}
@supports (object-fit: contain) {
  .btnUsuario_image {
    object-fit: contain;
    object-position: center;
  }
}

.boxPerfil {
  background-color: #fff;
  border-top: 0.0625rem solid #eee;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -25rem;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  transform-origin: right;
  -webkit-transition: right 0.3s linear;
  -moz-transition: right 0.3s linear;
  transition: right 0.3s linear;
  top: 3.875rem;
  z-index: 300;
  width: 25rem;
}
.boxPerfil::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25rem;
  width: 0.625rem;
}
.boxPerfil::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  width: 0.625rem;
}
.boxPerfil::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 0.625rem;
}
.boxPerfil_header {
  border-bottom: 0.0625rem solid #eee;
  padding: 1.25rem;
}
.boxPerfil_header_logo {
  box-shadow: 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.4);
  height: 7.5rem;
  overflow: hidden;
  width: 7.5rem;
}
.boxPerfil_header_logo_imagem {
  border: 0.25rem solid #fff;
  width: 100%;
}
@supports (object-fit: cover) {
  .boxPerfil_header_logo_imagem {
    object-fit: cover;
    object-position: center;
  }
}
.boxPerfil_header_informacoes {
  width: -webkit-calc(100% - 8.25rem);
  width: calc(100% - 8.25rem);
}
.boxPerfil_boxInformacoes, .boxPerfil_boxInformacoes-sm {
  border-bottom: 0.0625rem solid #eee;
  padding: 1.25rem;
}
.boxPerfil_boxInformacoes_link, .boxPerfil_boxInformacoes_linkBlock {
  display: inline-block;
}
.boxPerfil_boxInformacoes_link {
  color: #7D7D7D;
}
.boxPerfil_boxInformacoes_link:visited, .boxPerfil_boxInformacoes_link:focus, .boxPerfil_boxInformacoes_link:hover {
  color: #7D7D7D;
}
.boxPerfil_boxInformacoes_linkBlock {
  border-bottom: 0.0625rem solid transparent;
  color: #706f6f;
  transition: border-color 0.15s linear;
}
.boxPerfil_boxInformacoes_linkBlock:visited, .boxPerfil_boxInformacoes_linkBlock:focus, .boxPerfil_boxInformacoes_linkBlock:hover {
  color: #706f6f;
  text-decoration: none;
}
.boxPerfil_boxInformacoes_linkBlock:hover {
  border-bottom-color: #706f6f;
}
.boxPerfil_boxInformacoes-sm {
  padding: 0.3125rem 1.25rem;
}

.perfilAberto {
  overflow: hidden;
}
.perfilAberto .btnUsuario:before, .perfilAberto .btnUsuario:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.perfilAberto .boxPerfil {
  right: 0;
  z-index: 300;
}

h1 {
  font-size: 15px;
  font-weight: normal;
}

.sla-progress {
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.sla-progress .remaining-time {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.sla-progress .remaining-time .time {
  display: flex;
  justify-content: space-evenly;
}
.sla-progress .remaining-time .time .time-item .bg-warning {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.sla-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sla-info .time {
  height: 105px;
  width: 105px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.sla-info .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  font-weight: 900;
}
.sla-info .date label {
  margin-bottom: -2px;
}

.navegacao_link:hover {
  text-decoration: none;
}

.navegacao_sistemas-titulo {
  background: #fff;
  border-bottom: 0.0625rem solid #dadada;
  border-top: 0.0625rem solid #dadada;
  color: #2e4f8f;
  padding: 0.625rem 0;
}

.navegacao_sistemas-conteudo {
  text-decoration: none;
  border-radius: 0.25rem;
  border: 0.0625rem solid #fff;
  color: #2e4f8f;
  font-weight: 500;
}
.navegacao_sistemas-conteudo:hover {
  border: 0.0625rem solid #dadada;
  color: #000;
}

.sidebar {
  -webkit-transition: width 0.15s linear;
  -moz-transition: width 0.15s linear;
  transition: width 0.15s linear;
  background: #f9f9f9;
  display: inline-block;
  overflow: hidden;
  width: 16.875rem;
  z-index: 99;
}
.sidebar_eixo {
  background: #000;
  border-bottom: 0.0625rem solid #666;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
  cursor: pointer;
  height: 3.4375rem;
  padding: 0.75rem 0.625rem;
  width: 16.875rem;
}
.sidebar_eixo_icone {
  margin-left: 0.625rem;
}
.sidebar_eixo_titulo {
  width: -webkit-calc(100% - 4.375rem);
  width: calc(100% - 4.375rem);
}
.sidebar_eixo_titulo_texto {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  overflow: hidden;
  padding-left: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.sidebar_eixo .icone {
  fill: #fff;
}
.sidebar_eixo .icone:hover {
  fill: #fff;
}
@media (min-width: 62rem) {
  .sidebar_conteudo {
    padding: 0 0.9375rem;
  }
}

.sidebar-fechado {
  width: 4rem;
}
.sidebar-fechado .menuPrincipal-fechado {
  width: 4rem;
}
.sidebar-fechado .sidebar_eixo {
  width: 4rem;
  padding: 0.875rem 0 0.75rem 0.625rem;
}
.sidebar-fechado .l-btnControlaMenu {
  display: none;
}
.sidebar-fechado .menuPrincipal .nav-link {
  color: transparent;
}
.sidebar-fechado .menuPrincipal .nav-link:hover {
  color: transparent;
}

.menuPrincipal .nav-link {
  border-bottom: 0.0625rem solid #eaeaea;
  border-left: solid 0.1875rem transparent;
  color: #676767;
  cursor: pointer;
  padding: 0.75rem 0.625rem 0.75rem 1rem;
  width: 16.875rem;
}
.menuPrincipal .nav-link:hover {
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.menuPrincipal .navLink-ativo, .menuPrincipal .nav-link:hover {
  background-color: #fff;
  border-left: solid 3px #005baa;
  color: #005baa;
  fill: #005baa;
}

.menuPrincipal {
  position: fixed;
  -webkit-transition: width 0.15s linear;
  -moz-transition: width 0.15s linear;
  transition: width 0.15s linear;
  background: #f9f9f9;
  display: inline-block;
  overflow: hidden;
  width: 16.875rem;
  z-index: 100;
  overflow-y: auto;
  height: 100%;
}

.menuPrincipal-fechado {
  width: 3.25rem;
  position: fixed;
  overflow: hidden;
  -webkit-transition: width 0.15s linear;
  -moz-transition: width 0.15s linear;
  transition: width 0.15s linear;
}

.menuPrincipal .nav-link .icone {
  margin-right: 0.8125rem;
}

.sidebar-esconde {
  display: none;
}

.rodape {
  border-top: 0.0625rem solid #000;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}
.rodape_texto, .rodape_texto--icone {
  font-size: 0.75rem;
}
.rodape_texto--icone {
  padding-left: 2.25rem;
  position: relative;
}
.rodape_texto--icone:before {
  background-color: #fff;
  content: url("../images/placeholder/footer.svg");
  height: 2rem;
  left: 0;
  display: inline-block;
  position: absolute;
  top: -3.125rem;
  width: 2.8125rem;
}
@media (min-width: 36rem) {
  .rodape_texto, .rodape_texto--icone {
    text-align: left;
  }
  .rodape_texto--icone {
    padding-left: 3.75rem;
    text-align: right;
  }
  .rodape_texto--icone:before {
    height: 2.375rem;
    top: -2.6875rem;
    width: 2.375rem;
  }
}

.loading {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  top: 0;
  width: 100%;
  z-index: 1051;
}
.loading--imagem {
  display: inline-block;
  height: 15%;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.loading.d-flex {
  background-color: rgba(0, 0, 0, 0.5);
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lnkClick {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.container--breadcrumb {
  background-color: #fff;
  border-bottom: solid 0.0625rem #666;
  height: 3.4375rem;
  padding: 0;
  position: fixed;
  width: 100%;
  top: 4.375rem;
  z-index: 99;
}

.breadcrumb--padrao {
  background: none;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
}
.breadcrumb--padrao .breadcrumb-item.active {
  background-color: #fff;
  color: #dadada;
}
.breadcrumb--padrao a {
  color: #000;
  transition: color 0.15s linear;
}
.breadcrumb--padrao a:hover {
  color: #333333;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb--servicos {
  margin-left: 5rem;
  margin-top: -4.3125rem;
  position: absolute;
  z-index: 99;
}

.voltarAoTopo {
  bottom: 1.25rem;
  cursor: pointer;
  display: none;
  position: fixed;
  opacity: 0.4;
  right: 1rem;
}
.voltarAoTopo:hover {
  opacity: 1;
}

.fluxogramaContainer {
  height: -webkit-calc(100vh - 21.5625rem);
  height: calc(100vh - 21.5625rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.fluxogramaContainer::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25em;
  width: 0.625rem;
}
.fluxogramaContainer::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  width: 0.625rem;
}
.fluxogramaContainer::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

.fluxo-bell #fluxo-alarm path {
  fill: blue !important;
}

.diagrama_container {
  width: 100%;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.diagrama_arrow {
  stroke-width: 3;
  stroke: #000;
}
.diagrama_texto,
.diagrama text,
.diagrama .diagrama_texto {
  font-size: 0.75rem;
  font-family: Arial;
  font-weight: 300;
}
@media (min-width: 48rem) {
  .diagrama_texto,
  .diagrama text,
  .diagrama .diagrama_texto {
    font-size: 0.875rem;
  }
}
.diagrama_etapa {
  fill: #b0d7e5;
  fill-opacity: 0.3;
  stroke: #b0d7e5;
  stroke-width: 0.09375rem;
  cursor: pointer;
}
.diagrama_etapa--selecionado {
  fill: #0079a5;
  stroke: #000;
  stroke-width: 0.09375rem;
  fill-opacity: 0.4;
  cursor: pointer;
}
.diagrama_inicio {
  fill: #ccc;
  fill-opacity: 0.3;
  stroke: #666;
  stroke-width: 0.09375rem;
  cursor: pointer;
}
.diagrama_inicio--selecionado {
  fill: #4c4c4c;
  stroke: #000;
  stroke-width: 0.09375rem;
  fill-opacity: 0.4;
  cursor: pointer;
}
.diagrama_servico {
  fill: #a9d589;
  fill-opacity: 0.3;
  stroke: #a9d589;
  stroke-width: 0.09375rem;
}
.diagrama_fluxo {
  fill: #e4aa84;
  fill-opacity: 0.3;
  stroke: #e4aa84;
  stroke-width: 0.09375rem;
}
.diagrama_form {
  fill: #fdf6a6;
  fill-opacity: 0.3;
  stroke: #fdf6a6;
  stroke-width: 0.09375rem;
}
.diagrama_fim {
  fill: #eb5555;
  fill-opacity: 0.3;
  stroke: #eb5555;
  stroke-width: 0.09375rem;
}

.menuInicio {
  background: #fff;
  border: 0.0625rem solid #eee;
  border-radius: 0.875rem;
  box-shadow: 0 0 1.125rem 0 rgba(204, 204, 204, 0.5);
  padding: 1.25rem 1.25rem;
  text-decoration: none;
  width: 100%;
}
.menuInicio:hover {
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.menuInicio_link {
  background-color: #fff;
  box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.2);
  padding: 1.25rem 0.625rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.menuInicio_link:hover {
  text-decoration: none;
}
@media screen and (min-width: 1px) {
  .menuInicio_link_conteudo {
    width: -webkit-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
    margin-left: -10px;
  }
}
@media screen and (min-width: 28rem) {
  .menuInicio_link_conteudo {
    width: -webkit-calc(100% - 3.4375rem);
    width: calc(100% - 3.4375rem);
    margin-left: -30px;
  }
}
@media screen and (min-width: 36rem) {
  .menuInicio_link_conteudo {
    width: -webkit-calc(100% - 4.0625rem);
    width: calc(100% - 4.0625rem);
    margin-left: 8px;
  }
}
.menuInicio_link_conteudo_texto {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuInicio_descricao {
  font-size: 0.7em;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 30px;
}

.mg-50 {
  margin-right: -50%;
}

.fluxo_etapa_tab_container {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.fluxo_etapa_tab_container .tab_ativa {
  opacity: 1;
}
.fluxo_etapa_tab_container .tab_inativa {
  opacity: 0;
}
.fluxo_etapa_tab_container .mg-tp-30 {
  margin-top: 30px;
}
.fluxo_etapa_tab_container .mg-tp-40 {
  margin-top: 40px;
}
.fluxo_etapa_tab_container .mg-tp-50 {
  margin-top: 50px;
}
.fluxo_etapa_tab_container .legendaAlerta {
  font-size: 0.7rem;
}

.form_gen_text_area {
  resize: none;
}

.dest_drag {
  min-height: 6.25rem;
  padding-top: 2.75rem;
}
.dest_drag .form-group {
  cursor: move;
}
.dest_drag .form-group:focus {
  outline: none;
  box-shadow: none;
}
.dest_drag .form-group img, .dest_drag .form-group label, .dest_drag .form-group .form-control-plaintext {
  cursor: move;
}
.dest_drag .form-group img:focus, .dest_drag .form-group label:focus, .dest_drag .form-group .form-control-plaintext:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.dest_drag .form-group input, .dest_drag .form-group select, .dest_drag .form-group textarea {
  cursor: move;
}
.dest_drag .form-group input:focus, .dest_drag .form-group select:focus, .dest_drag .form-group textarea:focus {
  border-color: #ced4da;
  outline: none;
  box-shadow: none;
}
.dest_drag .form-group .form-control[readonly] {
  background-color: #fff;
}

.borda-formulario {
  border: 0.125rem dashed #ccc;
}
.borda-formulario.drop-active {
  border: 2px dashed rgba(0, 91, 170, 0.5) !important;
}

.borda-formulario-item {
  border: 0.125rem dotted #ccc;
}
.borda-formulario-item.drop-active {
  border: 2px dashed rgba(0, 91, 170, 0.8) !important;
}

.box-botoes {
  right: 0.3125rem;
  position: absolute;
  top: 0.5rem;
  z-index: 99;
}

.box-botoesConsumo-limpar {
  height: 1.5rem !important;
  width: 1.5rem !important;
  padding: 3px !important;
}

.box-botoesConsumo-desfazer {
  height: 1.5rem !important;
  width: 1.5rem !important;
  padding: 3px !important;
}

.botao-formulario {
  background: transparent;
  border: 0;
  fill: #8b8b8b;
  outline: none;
}
.botao-formulario:hover {
  fill: #005baa;
}
.botao-formulario:focus {
  outline: none;
}
.botao-formulario .icone-sm {
  height: 0.75rem;
  width: 0.75rem;
}

.botao-formulario-seta {
  background: transparent;
  border: 0;
  fill: #8b8b8b;
  outline: none;
}
.botao-formulario-seta:hover {
  fill: #005baa;
}
.botao-formulario-seta:focus {
  outline: none;
}
.botao-formulario-seta .icone-sm {
  height: 1rem;
  width: 1rem;
}

.botao-formulario-plus {
  background: transparent;
  border: 0;
  fill: #5cb85c;
  outline: none;
}
.botao-formulario-plus:hover {
  fill: #006400;
}
.botao-formulario-plus:focus {
  outline: none;
}
.botao-formulario-plus .icone-sm {
  height: 0.9rem;
  width: 0.9rem;
}

.botao-formulario-plus2 .icone-sm {
  height: 2rem;
  width: 2rem;
}

.botao-formulario-minus {
  background: transparent;
  border: 0;
  fill: #e20613;
  outline: none;
}
.botao-formulario-minus:focus {
  outline: none;
}
.botao-formulario-minus .icone-sm {
  height: 1rem;
  width: 1rem;
}

.form-legenda-nome {
  max-width: 72%;
}

.apagarControle {
  background-color: #eee;
  border: 0.0625rem solid #ccc;
  color: #8b8b8b;
  margin: 0;
  outline: none;
  padding: 0 0.375rem;
  position: absolute;
  right: 0.3125rem;
  top: -0.75rem;
}
.apagarControle:hover {
  border: 0.0625rem solid rgba(0, 91, 170, 0.8);
  color: rgba(0, 91, 170, 0.8);
}

.gu-transit {
  cursor: move !important;
}

.gu-mirror {
  cursor: move !important;
}

.classeLinha {
  float: left;
  margin-left: 10px;
  opacity: 0.5;
  position: absolute;
  font-size: 0.8em;
}

.containerDicaContexto {
  background-color: white;
  border: 1px solid #3c8dbc;
  font-size: small;
  z-index: 100;
  position: absolute;
}

.form_gen_file_btn {
  @extends .btn-outline-primary;
  color: #005baa;
  background-color: transparent;
  border-color: #005baa;
}
.form_gen_file_btn:active {
  background-color: transparent !important;
}
.form_gen_file_btn:hover {
  background-color: transparent;
  border-color: #005baa;
}
.form_gen_file_btn .icone {
  fill: #005baa;
}

.containerTimerCountDown {
  right: 4rem;
  position: absolute;
}

div.moment-picker.inline {
  position: unset !important;
  z-index: 0 !important;
}

.feriadoCalendarioAgendamentoActo {
  background-color: red;
  color: white;
}

.tdMomentGreen {
  background-color: #5cb85c;
  color: white;
}

.tdMomentGreen:hover {
  background-image: linear-gradient(#5cb85c, #1f7a1f) !important;
}

.tdMomentRed:hover {
  background-image: linear-gradient(red, rgb(168, 9, 9)) !important;
}

.tdMomentRed.disabled:hover {
  background-image: none !important;
}

.tdMomentGrey.disabled:hover {
  background-image: none !important;
}

.tdMomentGrey:hover {
  background-image: linear-gradient(rgb(235, 235, 235), rgb(163, 163, 163)) !important;
}

.tdMomentRed {
  background-color: red;
  color: white;
}

.tdMomentGrey {
  background-color: rgb(235, 235, 235);
  color: black;
}

#selectOptTempo:disabled {
  color: #abbbc7 !important;
}

#semServico {
  text-decoration: underline;
}

#msgDisp {
  white-space: pre-wrap;
}

.sltAgendamento {
  max-width: 170px;
}

.btn-remover-arquivo {
  right: 0.25rem;
  top: 0;
  bottom: 0;
  margin: -0.25rem auto 0;
}

.img-carousel {
  @extends .d-block;
  @extends .img-fluid;
  max-width: 100%;
  object-fit: cover;
}

.btn-outline-form-file {
  color: #005baa;
  background-color: transparent;
  border-color: #005baa;
}
.btn-outline-form-file:disabled {
  cursor: not-allowed;
}
.btn-outline-form-file:active {
  background-color: transparent !important;
}
.btn-outline-form-file:hover {
  background-color: transparent;
  border-color: #005baa;
}
.btn-outline-form-file .icone {
  fill: #005baa;
}

.form-arquivo-carousel-item {
  @extends .carousel-item;
  height: 72vh;
}

.svg-over:hover {
  fill: white;
}

.svg-assinatura {
  fill: #e20613 !important;
}

.stepFormConsumoAtivo {
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
  color: #fff;
  cursor: pointer;
}
.stepFormConsumoAtivo:before {
  content: "";
  position: absolute;
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  border-radius: 1.875rem;
  z-index: -1;
  cursor: pointer;
}
.stepFormConsumoAtivo:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -0.375rem;
  left: -0.375rem;
  bottom: -0.375rem;
  right: -0.375rem;
  border-radius: 1.875rem;
  z-index: -1;
  cursor: pointer;
}

.stepFormConsumoAtual {
  color: #fff;
  cursor: pointer;
}
.stepFormConsumoAtual:before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  border-radius: 1.875rem;
  z-index: -1;
}
.stepFormConsumoAtual:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -0.375rem;
  left: -0.375rem;
  bottom: -0.375rem;
  right: -0.375rem;
  border-radius: 1.875rem;
  z-index: -1;
}

.stepFormConsumoCancelado {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
  cursor: pointer;
}
.stepFormConsumoCancelado:before {
  content: "";
  position: absolute;
  background-color: #000 !important;
  border-color: #000 !important;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  border-radius: 1.875rem;
  z-index: -1;
}
.stepFormConsumoCancelado:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -0.375rem;
  left: -0.375rem;
  bottom: -0.375rem;
  right: -0.375rem;
  border-radius: 1.875rem;
  z-index: -1;
}

.stepFormConsumoDesativado {
  background-color: #7D7D7D !important;
  border-color: #7D7D7D;
  color: #fff;
  cursor: not-allowed;
}
.stepFormConsumoDesativado:before {
  content: "";
  position: absolute;
  background-color: #7D7D7D !important;
  border-color: #7D7D7D;
  top: -0.625rem;
  left: -0.625rem;
  bottom: -0.625rem;
  right: -0.625rem;
  border-radius: 1.875rem;
  z-index: -1;
  cursor: not-allowed;
}
.stepFormConsumoDesativado:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -0.375rem;
  left: -0.375rem;
  bottom: -0.375rem;
  right: -0.375rem;
  border-radius: 1.875rem;
  z-index: -1;
  cursor: not-allowed;
}

.stepFormConsumoSelecionado {
  color: #fff;
  cursor: pointer;
}
.stepFormConsumoSelecionado:after {
  background-color: #d0d46a;
}

.stepPDF {
  margin-top: -54px;
  margin-left: -12px;
}

.stepFormConsumoVermelho {
  background-color: #e20613 !important;
  border-color: #e20613 !important;
}
.stepFormConsumoVermelho:before {
  background-color: #e20613 !important;
  border-color: #e20613 !important;
}

.stepFormConsumoLaranja {
  background-color: #FF4500 !important;
  border-color: #FF4500 !important;
}
.stepFormConsumoLaranja:before {
  background-color: #FF4500 !important;
  border-color: #FF4500 !important;
}

.circuloSla {
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
}

.formTimeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.formTimeline:before {
  background-color: #eee;
  content: "";
  height: calc(100% + 1.75rem) !important;
  left: 1.25rem;
  position: absolute;
  top: -0.5rem;
  width: 0.1875rem !important;
}
@media screen and (min-width: 45rem) {
  .formTimeline:before {
    transform: translateX(-50%);
  }
}

.formTimeline2:before {
  background-color: #eee;
  content: "";
  height: calc(100% + 1.75rem) !important;
  left: 1.15rem;
  position: absolute;
  top: -0.5rem;
  width: 0.1875rem !important;
}
@media screen and (max-width: 719px) {
  .formTimeline2:before {
    left: 1.25rem;
  }
}

.modal-content-form-historico {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 98%;
  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;
  left: 1%;
}

.formTimeline__entry {
  margin-bottom: 2rem;
  position: relative;
}
.formTimeline__entry:after {
  content: "";
  display: table;
  clear: both;
}

.formTimeline__heading {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
}

.formTimeline-col {
  margin-top: -8px;
  padding: 4px;
}

.formTimeline-col:hover {
  background-color: #015baa;
  color: white;
  border-radius: 5px;
  margin-top: -8px;
}

.fill-branco {
  margin-right: 1rem;
}

h4.formTimeline-col:hover svg.fill-branco {
  fill: white;
}

.formTimeline__text:last-child {
  margin-bottom: 0;
}

.formTimeline__content {
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  position: relative;
  display: block;
  margin-left: 4.5rem;
  padding: 1rem;
}
@media screen and (min-width: 45rem) {
  .formTimeline__content {
    margin-left: 65px;
    width: calc(100% - 4rem);
  }
}
.formTimeline__content:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  left: -1rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 0 solid #ccc;
  border-left-width: 0;
  border-right-width: 1rem;
}
@media screen and (min-width: 45rem) {
  .formTimeline__content:before {
    right: auto;
    border-right: 1em solid #ccc;
  }
}
.formTimeline__content:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  left: calc(100% - 2px);
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 0.125rem solid #fff;
  border-right-width: 0;
}
@media screen and (max-width: 718px) {
  .formTimeline__content:after {
    left: -0.875rem;
    right: auto;
    border-left: none;
    border-right: 1rem solid #fff;
    border-right-width: 1rem;
  }
}

@media screen and (min-width: 45rem) {
  .formTimeline__content--flipped:before {
    content: "";
    left: -1rem;
    right: auto;
    border-left: none;
    border-right: 1rem solid #ccc;
    border-right-width: 1rem;
  }
  .formTimeline__content--flipped:after {
    content: "";
    left: -0.75rem;
    right: auto;
    border-left: none;
    border-right: 1rem solid #fff;
    border-right-width: 0.875rem;
  }
}

.formTimeline__id {
  color: #fff;
  position: absolute;
  padding-top: 0.25rem;
  top: 0.25rem;
  left: 1.375rem;
  font-size: 1.25rem;
  font-weight: 600;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #17a2b8;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (min-width: 45rem) {
  .formTimeline__id {
    transform: translateX(-50%);
  }
}

.formTimeline__column {
  overflow-x: auto;
}
.formTimeline__column::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25em;
  height: 0.625rem;
}
.formTimeline__column::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  height: 0.625rem;
}
.formTimeline__column::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

.paddingselect {
  padding-left: 0px;
  padding-right: 0px;
}

.formTimelineBtnMostrar {
  margin-left: auto;
  margin-right: 15px;
  margin-top: -10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 45rem) and (max-width: 80rem) {
  .formTimelineBtnMostrar {
    margin-right: 5px;
  }
}
@media screen and (max-width: 18rem) {
  .formTimelineBtnMostrar {
    margin-right: auto;
  }
}

.rdTipoHistorico {
  margin-left: 15px;
}

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

.hd-time {
  width: 100%;
  padding: 0 2rem;
  border: 0;
}

.formTimeline__id__compare {
  color: #fff;
  position: absolute;
  padding-top: 0.25rem;
  top: 0.25rem;
  left: 1.375rem;
  font-size: 1.25rem;
  font-weight: 600;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #17a2b8;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (min-width: 45rem) {
  .formTimeline__id__compare {
    left: 100%;
  }
}

.formTimeline-mt-20 {
  margin-top: 20px;
}

.formTimeline-ml-62 {
  margin-left: 62px;
}

.formTimeline-vl {
  height: 82px;
  border-left: 2px solid #eee;
  position: absolute;
}

.borda-comparativo {
  border-right: 2px solid #eee;
}

.formTimeline-campoalterado {
  border: solid 1px orange;
}

.formTimeline-campoalterado-sem-borda {
  padding: 2px 6px 0px 6px;
}

.formTimeline-comparar {
  margin-top: -513px;
}

.formTimeline-ml-130 {
  margin-left: 130px;
}

.formTimeline-comparar-total {
  font-size: 11px;
  text-align: right;
  font-weight: 900;
}

.formTimeline-comparar-total-num {
  color: orange;
  font-weight: 900;
}

.tooltip-class {
  background-color: transparent !important;
  border: transparent !important;
  border-right-color: transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}

.tooltip-class:before {
  border-right-color: transparent !important;
}

.form-accordion-title {
  cursor: pointer;
}

.svg-gira {
  transform: rotate(180deg);
}

.svg-gira90 {
  transform: rotate(90deg);
}

.svg-gira270 {
  transform: rotate(270deg);
}

.form-accordion-corpo {
  transition: all 0.7s ease;
  cursor: default;
}

.form-accordion-heightZero {
  transition: all 0.7s ease;
  max-height: 0px;
}

.form-accordion-heightAuto {
  transition: all 0.7s ease;
  max-height: 700px;
}

.seta-accordion {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.03) !important;
  padding: 0.75rem 1.25rem !important;
}

.card-closed {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  margin-bottom: -1px;
}

.numeracao_pin {
  border-radius: 50%;
  cursor: pointer;
  height: 35px;
  position: relative;
  width: 35px;
}

.numeracao_pin[data-bullet]:after {
  background-color: #e20613;
  border-radius: 50%;
  content: attr(data-bullet);
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  height: 1rem;
  position: absolute;
  right: 0.3125rem;
  text-align: center;
  top: 0.3125rem;
  width: 1rem;
}

.pin-imagem {
  background: transparent;
}

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

.modal-atras {
  z-index: 1039;
}

.imagem-padrao {
  opacity: 1 !important;
}

.imgPlanta {
  opacity: 0;
}

.modal-visivel {
  visibility: visible;
}

.modal-invisivel {
  visibility: hidden;
}

.modal-opcoes {
  visibility: visible;
  position: static;
}

.entidade-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.label-preview {
  margin-bottom: 0;
  margin-top: 5px;
}

.input-preview {
  margin-left: 15px !important;
}

.search-area {
  align-items: center;
  justify-content: center;
}
.search-area .field-wrap {
  width: 70%;
}
.search-area .search-btn {
  font-size: 14px;
  height: 33px;
  margin-bottom: -25px;
  margin-left: -100px;
}

.control-preview {
  margin-top: 10px;
  margin-bottom: 0;
}

.icone-informacao {
  fill: #5E6D9D;
}

.readOnlyTextArea {
  min-height: 100px;
  max-height: 150px;
  overflow: auto;
  height: auto !important;
  background-color: #e9ecef;
}

.labelValue {
  height: auto !important;
}

.labelFrm {
  margin-bottom: 0.1rem !important;
  margin-left: 0.2rem !important;
}

.box-botoesConsumo {
  z-index: 99;
  float: right;
  width: 25px;
}

.box-botoesConsumo-limpar {
  padding: 3px;
  height: 1.2rem;
  width: 1.2rem;
}

.box-botoesConsumo-desfazer {
  padding: 3px;
  height: 1.2rem;
  width: 1.2rem;
}

.box-botoesConsumo-limpar:hover {
  fill: #ff7777;
  border: 1px solid #ff7777;
  padding: 2px;
}

.box-botoesConsumo-desfazer:hover {
  fill: #55abFa;
  border: 1px solid #55abFa;
  padding: 2px;
}

.tooltipSubfrmContainer {
  width: 325px;
  position: relative;
}

.tooltipSubfrmIcon {
  text-decoration: none;
  margin-right: 10px;
  width: 200px;
}

a.tooltipSubfrmIcon:hover + div {
  display: block;
  float: right;
  z-index: 10000;
  cursor: pointer;
}

.tooltipSubfrmIcon:hover + div {
  display: block;
  float: right;
  z-index: 10000;
  cursor: pointer;
}

.tooltipSubfrmIcon2 {
  text-decoration: none;
  margin-right: 10px;
}

a.tooltipSubfrmIcon2:hover + div {
  display: block;
  float: right;
  z-index: 10000;
  cursor: pointer;
}

.tooltipSubfrmIcon2:hover + div {
  display: block;
  float: right;
  z-index: 10000;
  cursor: pointer;
}

.tooltipSubfrm:hover {
  display: block;
  cursor: pointer;
}

.tooltipSubfrm {
  margin: -35px 0 5px 36px;
  *margin: -12px 0 5px 15px;
  /* For IE7 and below */
  padding: 10px 0 10px 10px;
  width: 280px;
  background-color: #d9edf7;
  position: absolute;
  border: 2px solid #223d7a;
  display: none;
  font-size: 0.8em;
  z-index: 10000;
}

.tooltipSubfrm:after,
.tooltipSubfrm:before {
  border: solid transparent;
  content: " ";
  height: 0;
  right: 100%;
  position: absolute;
  width: 0;
}

.tooltipSubfrm:after {
  border-width: 11px;
  border-right-color: #d9edf7;
  top: 10px;
}

.tooltipSubfrm:before {
  border-width: 14px;
  border-right-color: #223d7a;
  top: 7px;
}

.tooltipSubfrm2:hover {
  display: block;
  opacity: 1;
  cursor: help;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}

.tooltipSubfrm2 {
  margin: -35px 0 5px 5px;
  *margin: -12px 0 5px 15px;
  /* For IE7 and below */
  padding: 10px 10px 10px 10px;
  max-width: 480px;
  background-color: #d9edf7;
  position: absolute;
  border: 2px solid #223d7a;
  display: none;
  opacity: 0;
  font-size: 0.8em;
  z-index: 10000;
  transition-property: opacity;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.subFieldSet {
  overflow: auto;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.8em;
}

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

.accordion {
  cursor: pointer;
  padding: 14px;
  min-height: 45px;
  width: 100%;
  text-align: left;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  outline: none;
  background-color: #EFEFEF;
}

.accordion:hover {
  background-color: #DDD;
}

.accHide {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
}

.accShow {
  opacity: 1;
  overflow: visible;
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
}

.form-accordion-title {
  cursor: pointer;
}

.accordion-title-alerta {
  background-color: #e07575;
  border-color: #a02e2e;
  color: white;
  padding: 1px;
}

.svg-gira {
  transform: rotate(180deg);
}

.svg-gira90 {
  transform: rotate(90deg);
}

.svg-gira270 {
  transform: rotate(270deg);
}

.form-accordion-corpo {
  transition: all 0.7s ease;
  cursor: default;
}

.form-accordion-heightZero {
  transition: all 0.7s ease;
  max-height: 0px;
}

.form-accordion-heightAuto {
  transition: all 0.7s ease;
  max-height: 700px;
}

.seta-accordion {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.seta-accordion-white {
  fill: white;
}

.card-header {
  background-color: rgba(0, 0, 0, 0.03) !important;
  padding: 0.75rem 1.25rem !important;
  min-height: 45px;
}

.card-closed {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  margin-bottom: -1px;
}

.donut-chart text {
  cursor: pointer !important;
}
.donut-chart {
  width: 100%;
}

.donut--hover {
  cursor: pointer;
  opacity: 0.9;
  filter: url("#blurFilter");
}

.donut-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #888888;
}

.barChart path {
  stroke-opacity: 0;
}
.barChart {
  width: 100%;
  height: 50vh;
}
.barChart ._eixoHorizontal .tick line, .barChart ._eixoVertical .tick line, .barChart ._linhasEixoHorizontal .tick line {
  stroke-opacity: 0.2;
}
.barChart ._eixoHorizontal .tick:nth-child(2) line, .barChart ._eixoVertical .tick:nth-child(2) line, .barChart ._linhasEixoHorizontal .tick:nth-child(2) line {
  stroke-opacity: 1;
}
.barChart .bar--hover {
  cursor: pointer;
  opacity: 0.9;
}

.bar-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #888888;
}

.barchart-legend-menu {
  overflow: auto;
  height: 30rem;
}

.barchart-legend-value {
  font-size: 0.875rem;
  font-weight: bold;
}

.bar-group-chart {
  width: 100%;
  height: 26vh;
}
.bar-group-chart text {
  cursor: pointer !important;
}
.bar-group-chart path {
  stroke-opacity: 0;
}
.bar-group-chart ._grid .tick line, .bar-group-chart ._eixo-vertical .tick line {
  stroke-opacity: 0.2;
}
.bar-group-chart ._grid .tick:nth-child(2) line, .bar-group-chart ._eixo-vertical .tick:nth-child(2) line {
  stroke-opacity: 1;
}
.bar-group-chart .bar-group--hover {
  cursor: pointer;
  opacity: 0.9;
}
.bar-group-chart .bar-group-legend {
  font-size: 0.75rem;
}

.bar-group-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #888888;
}

.pie-chart text {
  cursor: pointer !important;
}
.pie-chart {
  width: 100%;
  height: 26vh;
}

.pie--hover {
  cursor: pointer;
  opacity: 0.8;
}

.pie-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #888888;
}

.pie-out-chart {
  visibility: hidden;
  cursor: pointer;
  opacity: 0.8;
  filter: url("#blurFilter");
}

.stackbar path {
  stroke-opacity: 0;
}
.stackbar {
  width: 100%;
  height: 26vh;
}
.stackbar ._eixoHorizontal .tick line, .stackbar ._eixoVertical .tick line, .stackbar ._linhasEixoHorizontal .tick line {
  stroke-opacity: 0.2;
}
.stackbar ._eixoHorizontal .tick:nth-child(2) line, .stackbar ._eixoVertical .tick:nth-child(2) line, .stackbar ._linhasEixoHorizontal .tick:nth-child(2) line {
  stroke-opacity: 1;
}
.stackbar .stackbar--hover {
  cursor: pointer;
  opacity: 0.9;
}

.stackbar-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #888888;
}

.sunburst path {
  stroke-opacity: 0;
}
.sunburst {
  width: 100%;
  height: 26vh;
}
.sunburst ._eixoHorizontal .tick line, .sunburst ._eixoVertical .tick line, .sunburst ._linhasEixoHorizontal .tick line {
  stroke-opacity: 0.2;
}
.sunburst ._eixoHorizontal .tick:nth-child(2) line, .sunburst ._eixoVertical .tick:nth-child(2) line, .sunburst ._linhasEixoHorizontal .tick:nth-child(2) line {
  stroke-opacity: 1;
}
.sunburst .sunburst--hover {
  cursor: pointer;
  opacity: 0.9;
}

.sunburst-tooltip {
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #888888;
}

.sunburst-legend-menu {
  overflow: auto;
  height: 250px;
}

.grdActothnosorting {
  background-color: white !important;
}

.grdColAcoes {
  width: 170px;
  min-width: 170px;
}

.grdColAcoesMid {
  width: 10%;
}

.grdColAcoesSmall {
  width: 5%;
}

.grdActothsorting {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-color: white !important;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.3em 1.3em 0.3em 0.3em !important;
  position: relative !important;
}

.grdActothsorting::before {
  right: 0.2em;
  top: 0.3em;
  content: "↓";
  opacity: 0.3;
  box-sizing: border-box;
  position: absolute;
}

.grdActothsorting::after {
  right: 0.65em;
  top: 0.3em;
  content: "↑";
  opacity: 0.3;
  box-sizing: border-box;
  position: absolute;
}

.grdActothsorting_asc::before {
  opacity: 1;
}

.grdActothsorting_desc::after {
  opacity: 1;
}

.grdActoCellContent {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.grdActotable-striped > tbody > tr:nth-child(even) > td,
.grdActotable-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(0, 0, 0, 0.05);
}

.grdActotable-striped > tbody > tr:nth-child(odd) > td,
.grdActotable-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FFF;
}

.grdActomouseptr {
  cursor: pointer;
}

.grdActoRowOver:hover > :not(.ulcmbChk) {
  background: #015baa !important;
  color: white;
  fill: white;
}
.grdActoRowOver:hover > :not(.ulcmbChk) .truncate-overflow:after, .grdActoRowOver:hover > :not(.ulcmbChk) .truncate-overflow-gray:after {
  background: #015baa !important;
}
.grdActoRowOver:hover > :not(.ulcmbChk) .grdActoJsonOnline {
  background: #015baa !important;
  color: white !important;
}
.grdActoRowOver:hover > :not(.ulcmbChk) .grdActothnosortingJson {
  background: #015baa !important;
  color: white !important;
}

.grdActoSim:after {
  background: #cceddc !important;
}

.grdActoNao:after {
  background: #fff3cd !important;
}

.grdActomouseptr.disabled {
  cursor: not-allowed;
}

@media (min-width: 900px) {
  .grdActoPaging {
    margin: -10px 0 0 0;
  }
}
.grdActoPagingNumer.active {
  background: #005baa;
  color: white !important;
}

.grdPrevNext {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.grdItensPagina {
  margin-right: 10px;
}

.grdLabel {
  color: #585858;
  font-size: 14px;
  white-space: nowrap;
  padding-top: 0em;
}

.grdCheck {
  width: 0;
  margin: auto;
}

.grdPtr {
  cursor: pointer;
}

.btnPesquisar {
  height: 30px;
  max-width: 150px;
}

.autoScroll {
  overflow: auto;
}

.imagemCentrada {
  height: 100%;
  width: 100%;
}

.labelAlign1 {
  margin-top: -2px;
  margin-left: 5px;
}

.overPlanta {
  z-index: 1002;
}

.leaflet-top, .leaflet-bottom {
  z-index: 999 !important;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav {
  font-size: 50px;
}

.owl-nav .owl-prev {
  margin-left: -15px;
}

.owl-nav .owl-next {
  margin-right: -15px;
}

.imgLogoMaxWidth {
  max-width: 150px;
}

.fotoCtrl {
  max-width: 90px !important;
  max-height: 120px !important;
  margin: auto !important;
}

.fotoImg {
  max-width: 135px !important;
  max-height: 180px !important;
}

.readOnlyTextArea {
  min-height: 100px;
}

.grdActoCellTooltip {
  cursor: help;
}

.grdCor {
  overflow: visible;
  min-width: 20px;
  cursor: pointer;
}

.mrgl5 {
  margin-left: 5px;
}

.mrgl3 {
  margin-left: 3px;
}

.grid {
  width: 100%;
  height: 400px;
}

.table-striped-white tr:nth-child(even) {
  background-color: #FFF;
}

.table-striped-gray tr:nth-child(odd) {
  background-color: #f2f2f2 !important;
}

.table-noborder {
  border: none !important;
}

.is-invalid-grid {
  border: 1px #EF4123 solid;
  padding-top: 1px;
  padding-right: 13px;
  margin: -2px 1px -1px -1px;
}

.ulcmbChk {
  max-height: 10rem;
  overflow-y: auto;
  list-style-type: none;
  margin-left: -2rem;
}

.alturaMinGrid {
  min-height: 13rem;
}

.ulLimpar {
  height: 0.9rem;
}

.limparButton {
  background-color: #eee;
  border: 0.0625rem solid #ccc;
  color: #8b8b8b;
  margin: 0;
  outline: none !important;
  padding: 0 0.375rem;
  position: absolute;
  right: 0.3125rem;
  bottom: 0.125rem;
}
.limparButton:hover {
  border: 0.0625rem solid rgba(0, 91, 170, 0.8);
  color: rgba(0, 91, 170, 0.8);
}

.grdActoRowsthnosorting {
  background-color: white !important;
}

.grdColAcoes {
  width: 170px;
  min-width: 170px;
}

.grdColAcoesMid {
  width: 10%;
}

.grdColAcoesSmall {
  width: 5%;
}

.grdActoRowsthsorting {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-color: white !important;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.3em 1.3em 0.3em 0.3em !important;
  position: relative !important;
}

.grdActoRowsthsorting::before {
  right: 0.2em;
  top: 0.3em;
  content: "↓";
  opacity: 0.3;
  box-sizing: border-box;
  position: absolute;
}

.grdActoRowsthsorting::after {
  right: 0.65em;
  top: 0.3em;
  content: "↑";
  opacity: 0.3;
  box-sizing: border-box;
  position: absolute;
}

.grdActoRowsthsorting_asc::before {
  opacity: 1;
}

.grdActoRowsthsorting_desc::after {
  opacity: 1;
}

.grdActoRowsCellContent {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.grdActoRowsmouseptr {
  cursor: pointer;
}

.grdActoRowsRowOver:hover {
  background: #015baa !important;
  color: white;
}
.grdActoRowsRowOver:hover .truncate-overflow:after, .grdActoRowsRowOver:hover .truncate-overflow-gray:after {
  background: #015baa !important;
}
.grdActoRowsRowOver:hover .grdActoRowsJsonOnline {
  background: #015baa !important;
  color: white !important;
}
.grdActoRowsRowOver:hover .grdActoRowsthnosortingJson {
  background: #015baa !important;
  color: white !important;
}

.grdActoRowsSim:after {
  background: #cceddc !important;
}

.grdActoRowsNao:after {
  background: #fff3cd !important;
}

.grdActoRowsmouseptr.disabled {
  cursor: not-allowed;
}

@media (min-width: 900px) {
  .grdActoRowsPaging {
    margin: -10px 0 0 0;
  }
}
.grdActoRowsPagingNumer.active {
  background: #005baa;
  color: white !important;
}

.grdPrevNext {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.grdItensPagina {
  margin-right: 10px;
}

.grdLabel {
  color: #585858;
  font-size: 14px;
  white-space: nowrap;
  padding-top: 0em;
}

.grdCheck {
  width: 0;
  margin: auto;
}

.grdPtr {
  cursor: pointer;
}

.btnPesquisar {
  height: 30px;
  max-width: 150px;
}

.autoScroll {
  overflow: auto;
}

.imagemCentrada {
  height: 100%;
  width: 100%;
}

.labelAlign1 {
  margin-top: -2px;
  margin-left: 5px;
}

.overPlanta {
  z-index: 1002;
}

.leaflet-top, .leaflet-bottom {
  z-index: 999 !important;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav {
  font-size: 50px;
}

.owl-nav .owl-prev {
  margin-left: -15px;
}

.owl-nav .owl-next {
  margin-right: -15px;
}

.imgLogoMaxWidth {
  max-width: 150px;
}

.fotoCtrl {
  max-width: 90px !important;
  max-height: 120px !important;
  margin: auto !important;
}

.fotoImg {
  max-width: 135px !important;
  max-height: 180px !important;
}

.readOnlyTextArea {
  min-height: 100px;
}

.grdActoRowsCellTooltip {
  cursor: help;
}

.grdCor {
  overflow: visible;
  min-width: 20px;
  cursor: pointer;
}

.mrgl5 {
  margin-left: 5px;
}

.mrgl3 {
  margin-left: 3px;
}

.grid {
  width: 100%;
  height: 400px;
}

.table-noborder {
  border: none !important;
}

.limpaPadding {
  padding: 0 !important;
  border-style: none !important;
  margin: 0rem !important;
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 0px !important;
}

.table-bordered tbody tr th, .table-bordered tbody tr td {
  border-bottom-width: 0px !important;
}

.tableFundo {
  background-color: #f2f2f2;
}

.linhaBottom tbody tr th {
  border-bottom: 1px solid #d6d6d6;
}

.gridOverflow {
  overflow-wrap: anywhere;
}

.bordaMultiplo {
  border-top-style: double;
  border-top-width: 1px;
  border-top-color: #d6d6d6;
}

.bordaTbParalela {
  border-bottom: solid 1px rgb(222, 226, 230);
}

.tbParalela {
  margin: 0px;
  width: -webkit-fill-available;
}

.alturaLinha {
  min-height: 15px;
}

.lnkClick {
  cursor: pointer !important;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.fnt95 {
  font-size: 95%;
}

.btn-outline-black {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-black:disabled {
  cursor: not-allowed;
}
.btn-outline-black:active {
  background-color: transparent !important;
}
.btn-outline-black:hover {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-black .icone {
  fill: #000000;
}

.grdActoOnlinethnosorting {
  background-color: white !important;
}

.grdColAcoes {
  width: 170px;
  min-width: 170px;
}

.grdColAcoesMid {
  width: 10%;
}

.grdColAcoesSmall {
  width: 5%;
}

.grdActoOnlinethsorting {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-color: white !important;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.3em 1.3em 0.3em 0.3em !important;
  position: relative !important;
}

.grdActoOnlinethsorting::before {
  right: 0.2em;
  top: 0.3em;
  content: "↓";
  opacity: 0.3;
  box-sizing: border-box;
  position: absolute;
}

.grdActoOnlinethsorting::after {
  right: 0.65em;
  top: 0.3em;
  content: "↑";
  opacity: 0.3;
  box-sizing: border-box;
  position: absolute;
}

.grdActoOnlinethsorting_asc::before {
  opacity: 1;
}

.grdActoOnlinethsorting_desc::after {
  opacity: 1;
}

.grdActoOnlineCellContent {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.grdActoOnlinetable-striped > tbody > tr:nth-child(even) > td,
.grdActoOnlinetable-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(0, 0, 0, 0.05);
}

.grdActoOnlinetable-striped > tbody > tr:nth-child(odd) > td,
.grdActoOnlinetable-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FFF;
}

.grdActoOnlinemouseptr {
  cursor: pointer;
}

.grdActoOnlinemouseptr.disabled {
  cursor: not-allowed;
}

@media (min-width: 900px) {
  .grdActoOnlinePaging {
    margin: -10px 0 0 0;
  }
}
.grdActoOnlinePagingNumer.active {
  background: #005baa;
  color: white !important;
}

.grdPrevNext {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.grdItensPagina {
  margin-right: 10px;
}

.grdLabel {
  color: #585858;
  font-size: 14px;
  white-space: nowrap;
  padding-top: 0em;
}

.grdCheck {
  width: 0;
  margin: auto;
}

.grdPtr {
  cursor: pointer;
}

.btnPesquisar {
  height: 30px;
  max-width: 150px;
}

.autoScroll {
  overflow: auto;
}

.imagemCentrada {
  height: 100%;
  width: 100%;
}

.labelAlign1 {
  margin-top: -2px;
  margin-left: 5px;
}

.overPlanta {
  z-index: 1002;
}

.leaflet-top, .leaflet-bottom {
  z-index: 999 !important;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav {
  font-size: 50px;
}

.owl-nav .owl-prev {
  margin-left: -15px;
}

.owl-nav .owl-next {
  margin-right: -15px;
}

.imgLogoMaxWidth {
  max-width: 150px;
}

.fotoCtrl {
  max-width: 90px !important;
  max-height: 120px !important;
  margin: auto !important;
}

.fotoImg {
  max-width: 135px !important;
  max-height: 180px !important;
}

.readOnlyTextArea {
  min-height: 100px;
}

.grdActoOnlineCellTooltip {
  cursor: help;
}

.grdCor {
  overflow: visible;
  min-width: 20px;
  cursor: pointer;
}

.mrgl5 {
  margin-left: 5px;
}

.grid {
  width: 100%;
  height: 400px;
}

html {
  --lh: 1.4rem;
  line-height: var(--lh);
}

.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
  overflow-wrap: anywhere;
}

.truncate-overflow::before {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
}

.truncate-overflow::after {
  content: "";
  position: absolute;
  right: 0; /* note: not using bottom */
  width: 1rem;
  height: 1rem;
  background: white;
}

.truncate-overflow-gray {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
  overflow-wrap: anywhere;
}

.truncate-overflow-gray::before {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
}

.truncate-overflow-gray::after {
  content: "";
  position: absolute;
  right: 0; /* note: not using bottom */
  width: 1rem;
  height: 1rem;
  background: #f2f2f2;
}

.btn-outline-black {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-black:disabled {
  cursor: not-allowed;
}
.btn-outline-black:active {
  background-color: transparent !important;
}
.btn-outline-black:hover {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-black .icone {
  fill: #000000;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999998;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  /*opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);*/
}

#toast-container > div > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > div > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > div > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > div > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > div > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
  z-index: 999999;
  opacity: 0.9;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div > div {
    padding: 8px 8px 8px 50px;
    width: 108px;
  }
}
@media all and (min-width: 241px) and (max-width: 320px) {
  #toast-container > div > div {
    padding: 8px 8px 8px 50px;
    width: 128px;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  #toast-container > div > div {
    padding: 8px 8px 8px 50px;
    width: 192px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div > div {
    padding: 15px 15px 15px 50px;
    width: 300px;
  }
}
/*Animation CSS3*/
.animateToaster-enter,
.animateToaster-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}

.animateToaster-enter.animateToaster-enter-active,
.animateToaster-leave {
  opacity: 0.8;
}

.animateToaster-leave.animateToaster-leave-active,
.animateToaster-enter {
  opacity: 0;
}

.font-dropdown-complete {
  font-size: 0.875rem;
  color: #495057 !important;
}

.pl-12 {
  padding-left: 12px;
}

.pr-25 {
  padding-right: 26px;
}

.angucomplete-row {
  font-size: 0.875rem;
  color: #495057 !important;
}

.angucomplete-selected-row, .angucomplete-row:hover {
  font-size: 0.875rem;
  background-color: #007bff;
  color: #ffffff !important;
}

.txt-pesquisa-auto {
  background-image: url("/images/placeholder/seta-abaixo.png");
  background-repeat: no-repeat;
  background-position: right;
}

.angucomplete-dropdown {
  border-color: cornflowerblue !important;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.black {
  color: black;
}

.textAreaEditorAngu {
  resize: vertical;
  height: 360px;
  overflow: auto;
  padding: 5px;
}

.textAreaEditorAnguInvalid {
  border: 1px solid red !important;
  padding: 10px;
}

.semBarraRolagem {
  min-height: 360px;
  overflow: auto;
  padding: 5px;
}

.input-group-btn {
  display: flex;
  align-items: center;
  padding: 0.125rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.txt-btn-menu {
  margin-left: -0.3rem;
  margin-right: 0.3rem;
}

.btn-invisible-menu {
  border: none !important;
  background: transparent;
}

.btnCtr > button {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.btnCtr > select {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.actEdtrBtn {
  background: #dadada;
}

.badge-tag {
  border: 1px solid;
  user-select: none;
  padding: 0.25em 0.4em;
  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;
}

.badge-tag.clicked {
  background-color: #c8c8c9;
  border: 2px solid;
}

.wysiwyg-hide {
  caret-color: transparent;
}

.entradaSaidaWrapper {
  display: inline-block;
  width: 160px;
  padding-top: 15px;
}

.parametroWrapper {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  width: calc(100% - 160px);
}

.submitIntegracao {
  margin-top: 1.9rem;
}

.containerDicaContexto {
  background-color: white;
  border: 1px solid #3c8dbc;
  font-size: small;
  z-index: 100;
  position: absolute;
  width: 82%;
}

.detalheHistoricoAlerta {
  margin: 0 auto;
  width: 96%;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  display: block;
  position: relative;
  padding: 2rem;
}

.grupoHistorico {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.dropdown-item {
  font-weight: 400;
  font-size: 0.875rem;
}

.dropdown-item:hover {
  color: white;
  background-color: #015baa;
  cursor: pointer;
}

.dropdown-item.historico:hover {
  color: white !important;
  background-color: #7d7d7d;
  cursor: pointer;
}

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

.carta-servico-icone {
  margin-top: -6rem;
  float: right;
}

.modal-footer-com-legenda {
  justify-content: space-between !important;
}

.border-r {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.border-l {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.grdActothnosortingJson {
  background-color: white !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

.flex {
  display: flex;
  align-items: center;
}

.btn-anterior {
  top: 50%;
  position: fixed;
  left: 1%;
}

.btn-proximo {
  top: 50%;
  position: fixed;
  right: 1%;
}

.txtContent {
  white-space: pre-wrap;
  width: auto;
  height: 95%;
  border: solid 1px #d0cece;
  padding: 20px;
}

.docs {
  margin-left: 5%;
  margin-right: 5%;
}

.scroll-hidden {
  overflow: hidden;
}

.minHeight {
  min-height: 300px;
}

.floatRight {
  float: right;
}

.pt-10 {
  padding-top: 10px;
}

.center-image-preview {
  justify-content: center;
  display: flex;
  align-items: center;
}

.text-select-multiplo {
  display: inline-block;
}

.lbl-chk-mlt {
  margin: 0.3rem 0 0.3rem 0;
}

.refresh:hover {
  fill: white;
}

.canvas-textarea {
  width: 100%;
  max-width: 300px;
  min-width: 100px;
  min-height: 40px;
  resize: none;
  font-size: 14px;
  padding: 4px;
  line-height: 1.4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.canvas-input-wrapper {
  position: absolute;
  display: none;
  z-index: 1000;
  max-width: 300px;
  min-width: 100px;
  background-color: white;
  padding: 6px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.entidade-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.label-preview {
  margin-bottom: 0;
  margin-top: 5px;
}

.input-preview {
  margin-left: 15px !important;
}

.search-area {
  align-items: center;
  justify-content: center;
}
.search-area .field-wrap {
  width: 70%;
}
.search-area .search-btn {
  font-size: 14px;
  height: 33px;
  margin-bottom: -25px;
  margin-left: -100px;
}

.control-preview {
  margin-top: 10px;
  margin-bottom: 0;
}

.entidade-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.label-preview {
  margin-bottom: 0;
  margin-top: 5px;
}

.input-preview {
  margin-left: 15px !important;
}

.search-area {
  align-items: center;
  justify-content: center;
}
.search-area .field-wrap {
  width: 70%;
}
.search-area .search-btn {
  font-size: 14px;
  height: 33px;
  margin-bottom: -25px;
  margin-left: -100px;
}

.control-preview {
  margin-top: 10px;
  margin-bottom: 0;
}

.entidade-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.label-preview {
  margin-bottom: 0;
  margin-top: 5px;
}

.input-preview {
  margin-left: 15px !important;
}

.search-area {
  align-items: center;
  justify-content: center;
}
.search-area .field-wrap {
  width: 70%;
}
.search-area .search-btn {
  font-size: 14px;
  height: 33px;
  margin-bottom: -25px;
  margin-left: -100px;
}

.entidade-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.label-preview {
  margin-bottom: 0;
  margin-top: 5px;
}

.input-preview {
  margin-left: 15px !important;
}

.search-area {
  align-items: center;
  justify-content: center;
}
.search-area .field-wrap {
  width: 70%;
}
.search-area .search-btn {
  font-size: 14px;
  height: 33px;
  margin-bottom: -25px;
  margin-left: -100px;
}

.boxLinkPrincipal {
  background-color: #f9f9f9;
  border: 0.125rem solid #f9f9f9;
  margin: 0.625rem 0rem;
  padding: 0.625rem;
  text-decoration: none;
}
.boxLinkPrincipal:hover {
  border-bottom: 0.125rem solid #000;
  text-decoration: none;
}
.boxLinkPrincipal_nome {
  color: #7D7D7D;
  font-weight: bold;
  font-size: 1rem;
  margin: 0.625rem 0rem;
  padding: 0rem;
  text-align: center;
}
.boxLinkPrincipal_numero {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.625rem 0rem;
  padding: 0rem;
  text-align: center;
}
.boxLinkPrincipal_descricao {
  color: #706f6f;
  font-size: 0.875rem;
  margin: 0.625rem 0rem;
  padding: 0rem;
}

.linkIndicativos {
  color: #000;
  fill: #000;
  font-size: 0.875rem;
  font-weight: 500;
}

.msgBemVindo {
  font-size: 0.875rem;
}

.dtAtualizacao {
  color: #eee;
  font-size: 0.75rem;
}

.boxBordaGeral {
  border: 0.125rem solid #f9f9f9;
}

.drop-box, .drop-box--danger {
  background: #eee;
  border: 0.1875rem dashed #b9b9b9;
  margin-left: 0.625rem;
  padding: 0.625rem 0.625rem;
  text-align: center;
  width: auto;
}
.drop-box--danger {
  border-color: #EF4123;
}

.drop-box.dragover, .dragover.drop-box--danger {
  background: #eee;
  border: 0.1875rem dashed #0275d8;
}

.boxBiometria_maoDireita {
  background-image: url("../images/placeholder/img-mao-dir.svg");
}
.boxBiometria_maoEsquerda {
  background-image: url("../images/placeholder/img-mao-esq.svg");
}
.boxBiometria_maoDireita, .boxBiometria_maoEsquerda {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 18.75rem;
  position: relative;
  width: 20.625rem;
}
.boxBiometria_maoDireita_dedo0 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoDireita_dedoSelecionado0 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoDireita_dedoSelecionado0:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoDireita_dedo1 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoDireita_dedoSelecionado1 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoDireita_dedoSelecionado1:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoDireita_dedo2 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoDireita_dedoSelecionado2 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoDireita_dedoSelecionado2:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoDireita_dedo3 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoDireita_dedoSelecionado3 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoDireita_dedoSelecionado3:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoDireita_dedo4 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoDireita_dedoSelecionado4 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoDireita_dedoSelecionado4:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoDireita_dedo0 {
  left: -webkit-calc(100% - 16.125rem);
  left: calc(100% - 16.125rem);
  top: -webkit-calc(100% - 9.5rem);
  top: calc(100% - 9.5rem);
}
.boxBiometria_maoDireita_dedoSelecionado0 {
  left: -webkit-calc(100% - 16rem);
  left: calc(100% - 16rem);
  top: -webkit-calc(100% - 12.5rem);
  top: calc(100% - 12.5rem);
}
.boxBiometria_maoDireita_dedo1 {
  left: -webkit-calc(100% - 13.625rem);
  left: calc(100% - 13.625rem);
  top: -webkit-calc(100% - 16.375rem);
  top: calc(100% - 16.375rem);
}
.boxBiometria_maoDireita_dedoSelecionado1 {
  left: -webkit-calc(100% - 13.625rem);
  left: calc(100% - 13.625rem);
  top: -webkit-calc(100% - 19.5rem);
  top: calc(100% - 19.5rem);
}
.boxBiometria_maoDireita_dedo2 {
  left: -webkit-calc(100% - 11.25rem);
  left: calc(100% - 11.25rem);
  top: -webkit-calc(100% - 17.875rem);
  top: calc(100% - 17.875rem);
}
.boxBiometria_maoDireita_dedoSelecionado2 {
  left: -webkit-calc(100% - 11.125rem);
  left: calc(100% - 11.125rem);
  top: -webkit-calc(100% - 21rem);
  top: calc(100% - 21rem);
}
.boxBiometria_maoDireita_dedo3 {
  left: -webkit-calc(100% - 8.875rem);
  left: calc(100% - 8.875rem);
  top: -webkit-calc(100% - 16rem);
  top: calc(100% - 16rem);
}
.boxBiometria_maoDireita_dedoSelecionado3 {
  left: -webkit-calc(100% - 8.5rem);
  left: calc(100% - 8.5rem);
  top: -webkit-calc(100% - 19rem);
  top: calc(100% - 19rem);
}
.boxBiometria_maoDireita_dedo4 {
  left: -webkit-calc(100% - 6.5rem);
  left: calc(100% - 6.5rem);
  top: -webkit-calc(100% - 13.625rem);
  top: calc(100% - 13.625rem);
}
.boxBiometria_maoDireita_dedoSelecionado4 {
  left: -webkit-calc(100% - 6.125rem);
  left: calc(100% - 6.125rem);
  top: -webkit-calc(100% - 16.625rem);
  top: calc(100% - 16.625rem);
}
.boxBiometria_maoEsquerda_dedo5 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoEsquerda_dedoSelecionado5 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoEsquerda_dedoSelecionado5:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoEsquerda_dedo6 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoEsquerda_dedoSelecionado6 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoEsquerda_dedoSelecionado6:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoEsquerda_dedo7 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoEsquerda_dedoSelecionado7 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoEsquerda_dedoSelecionado7:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoEsquerda_dedo8 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoEsquerda_dedoSelecionado8 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoEsquerda_dedoSelecionado8:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoEsquerda_dedo9 {
  cursor: pointer;
  background-image: url("/images/placeholder/icon-digital2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 2.125rem;
  width: 2.25rem;
  left: 0;
}
.boxBiometria_maoEsquerda_dedoSelecionado9 {
  border: 0.125rem solid #28a745;
  border-radius: 1.875rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  padding-top: 0.125rem;
  position: absolute;
  width: 1.75rem;
}
.boxBiometria_maoEsquerda_dedoSelecionado9:after {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  height: 1rem;
  margin-left: 0.375rem;
  transform: rotate(45deg);
  width: 0.625rem;
}
.boxBiometria_maoEsquerda_dedo5 {
  left: -webkit-calc(100% - 16.25rem);
  left: calc(100% - 16.25rem);
  top: -webkit-calc(100% - 13.625rem);
  top: calc(100% - 13.625rem);
}
.boxBiometria_maoEsquerda_dedoSelecionado5 {
  left: -webkit-calc(100% - 16.25rem);
  left: calc(100% - 16.25rem);
  top: -webkit-calc(100% - 16.75rem);
  top: calc(100% - 16.75rem);
}
.boxBiometria_maoEsquerda_dedo6 {
  left: -webkit-calc(100% - 13.875rem);
  left: calc(100% - 13.875rem);
  top: -webkit-calc(100% - 16.125rem);
  top: calc(100% - 16.125rem);
}
.boxBiometria_maoEsquerda_dedoSelecionado6 {
  left: -webkit-calc(100% - 13.875rem);
  left: calc(100% - 13.875rem);
  top: -webkit-calc(100% - 19.125rem);
  top: calc(100% - 19.125rem);
}
.boxBiometria_maoEsquerda_dedo7 {
  left: -webkit-calc(100% - 11.625rem);
  left: calc(100% - 11.625rem);
  top: -webkit-calc(100% - 17.875rem);
  top: calc(100% - 17.875rem);
}
.boxBiometria_maoEsquerda_dedoSelecionado7 {
  left: -webkit-calc(100% - 11.25rem);
  left: calc(100% - 11.25rem);
  top: -webkit-calc(100% - 21rem);
  top: calc(100% - 21rem);
}
.boxBiometria_maoEsquerda_dedo8 {
  left: -webkit-calc(100% - 9.25rem);
  left: calc(100% - 9.25rem);
  top: -webkit-calc(100% - 16.375rem);
  top: calc(100% - 16.375rem);
}
.boxBiometria_maoEsquerda_dedoSelecionado8 {
  left: -webkit-calc(100% - 8.625rem);
  left: calc(100% - 8.625rem);
  top: -webkit-calc(100% - 19.5rem);
  top: calc(100% - 19.5rem);
}
.boxBiometria_maoEsquerda_dedo9 {
  left: -webkit-calc(100% - 6.75rem);
  left: calc(100% - 6.75rem);
  top: -webkit-calc(100% - 9.375rem);
  top: calc(100% - 9.375rem);
}
.boxBiometria_maoEsquerda_dedoSelecionado9 {
  left: -webkit-calc(100% - 6.125rem);
  left: calc(100% - 6.125rem);
  top: -webkit-calc(100% - 12.625rem);
  top: calc(100% - 12.625rem);
}

.boxCartaoAcesso_boxImagem_icone {
  width: 8.875rem;
  height: 11.375rem;
}
.boxCartaoAcesso_boxText {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.legendaFluxo_fluxoServico {
  background-color: rgba(204, 204, 204, 0.4);
}
.legendaFluxo_etapa {
  background-color: rgba(176, 215, 229, 0.4);
}
.legendaFluxo_servicos {
  background-color: rgba(169, 213, 137, 0.4);
}
.legendaFluxo_formularios {
  background-color: rgba(253, 246, 166, 0.4);
}
.legendaFluxo_fluxos {
  background-color: rgba(228, 170, 132, 0.4);
}

.boxDiagrama {
  height: -webkit-calc(100vh - 28.125rem);
  height: calc(100vh - 28.125rem);
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.boxDiagrama::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25rem;
  width: 0.625rem;
}
.boxDiagrama::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  width: 0.625rem;
}
.boxDiagrama::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 0.625rem;
}

.linkComponente {
  font-size: 1.125rem;
  float: right;
}

.containerConteudo .breadcrumb {
  background-color: transparent;
  padding: 0rem;
}

.btnGroupSeach {
  padding: 0.25rem 0.5rem;
  color: #7D7D7D;
}

.btnControlaMenu .btn:focus, .btnControlaMenu .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btnControlaMenu .icone {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

.btn-menu .icone {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

.btnGroupSeach {
  padding: 0.25rem 0.5rem;
  color: #7D7D7D;
}

.btnControlaMenu .btn:focus, .btnControlaMenu .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btnControlaMenu .icone {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

.btn-menu .icone {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

table .btn-outline-primary, table .btn-outline-primary {
  color: #005baa;
  background-color: transparent;
  border-color: transparent;
}
table .btn-outline-primary:disabled, table .btn-outline-primary:disabled {
  cursor: not-allowed;
}
table .btn-outline-primary:active, table .btn-outline-primary:active {
  background-color: transparent !important;
}
table .btn-outline-primary:hover, table .btn-outline-primary:hover {
  background-color: transparent;
  border-color: #005baa;
}
table .btn-outline-primary .icone, table .btn-outline-primary .icone {
  fill: #005baa;
}

table .btn-outline-secondary, table .btn-outline-secondary {
  color: #7D7D7D;
  background-color: transparent;
  border-color: transparent;
}
table .btn-outline-secondary:disabled, table .btn-outline-secondary:disabled {
  cursor: not-allowed;
}
table .btn-outline-secondary:active, table .btn-outline-secondary:active {
  background-color: transparent !important;
}
table .btn-outline-secondary:hover, table .btn-outline-secondary:hover {
  background-color: transparent;
  border-color: #7D7D7D;
}
table .btn-outline-secondary .icone, table .btn-outline-secondary .icone {
  fill: #7D7D7D;
}

table .btn-outline-success, table .btn-outline-success {
  color: #00A34F;
  background-color: transparent;
  border-color: transparent;
}
table .btn-outline-success:disabled, table .btn-outline-success:disabled {
  cursor: not-allowed;
}
table .btn-outline-success:active, table .btn-outline-success:active {
  background-color: transparent !important;
}
table .btn-outline-success:hover, table .btn-outline-success:hover {
  background-color: transparent;
  border-color: #00A34F;
}
table .btn-outline-success .icone, table .btn-outline-success .icone {
  fill: #00A34F;
}

table .btn-outline-danger, table .btn-outline-danger {
  color: #EF4123;
  background-color: transparent;
  border-color: transparent;
}
table .btn-outline-danger:disabled, table .btn-outline-danger:disabled {
  cursor: not-allowed;
}
table .btn-outline-danger:active, table .btn-outline-danger:active {
  background-color: transparent !important;
}
table .btn-outline-danger:hover, table .btn-outline-danger:hover {
  background-color: transparent;
  border-color: #EF4123;
}
table .btn-outline-danger .icone, table .btn-outline-danger .icone {
  fill: #EF4123;
}

table .btn-outline-primary:focus, table .btn-outline-secondary:focus, table .btn-outline-success:focus, table .btn-outline-danger:focus {
  box-shadow: none;
}

.btn-primary:disabled, .btn-secondary:disabled, .btn-success:disabled, .btn-danger:disabled, .btn-warning:disabled {
  cursor: not-allowed;
}

.btn-white {
  color: white !important;
}

.boxImagemUpload_img {
  background-color: #eee;
}

.dropdown-busca-tomador {
  width: 100%;
  transform: none;
  max-height: 18.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.3125rem;
}
.dropdown-busca-tomador .resultado-info {
  padding: 0.625rem 0;
  color: #3c8dbc;
  font-weight: 600;
  font-size: 0.875rem;
}
.dropdown-busca-tomador .resultado-item {
  padding: 0.625rem 0;
  font-size: 0.8125rem;
  border-top: 0.0625rem solid #eee;
  cursor: pointer;
}
.dropdown-busca-tomador .resultado-item:hover {
  background-color: #fff;
}
.dropdown-busca-tomador .resultado-item:focus {
  outline: none;
  background-color: #fff;
}

.navegacao_lista_item .dropdown-menu {
  margin-top: 1.0625rem;
}

.navegacao_lista_item .dropdown-menu::before {
  border-bottom: 0.5625rem solid rgba(0, 0, 0, 0.1);
  border-left: 0.5625rem solid rgba(0, 0, 0, 0);
  border-right: 0.5625rem solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 0.8125rem;
  position: absolute;
  top: -0.5rem;
}
.navegacao_lista_item .dropdown-menu::before_notific {
  border-bottom: 0.5625rem solid rgba(0, 0, 0, 0.1);
  border-left: 0.5625rem solid rgba(0, 0, 0, 0);
  border-right: 0.5625rem solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  right: 4.5625rem;
}

.navegacao_lista_item .dropdown-menu::after {
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5625rem solid rgba(0, 0, 0, 0);
  border-right: 0.5625rem solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 0.8125rem;
  position: absolute;
  top: -0.4375rem;
}
.navegacao_lista_item .dropdown-menu::after_notific {
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5625rem solid rgba(0, 0, 0, 0);
  border-right: 0.5625rem solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 4.5625rem;
  position: absolute;
  top: -0.4375rem;
}

.tituloPadrao {
  font-size: 0.75rem;
}
.tituloPadrao h1, .tituloPadrao_titulo {
  font-size: 1.25rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 0.375rem;
}
.tituloPadrao h1:before, .tituloPadrao_titulo:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.25rem;
  width: 1.125rem;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.tituloPadrao h2, .tituloPadrao_subTitulo {
  font-size: 1rem;
  font-weight: 500;
}

.erro {
  font-size: 0.75rem;
  color: #dc3545;
  position: absolute;
}

.erro2 {
  font-size: 0.75rem;
  color: #dc3545;
  animation: blink 1s;
  animation-iteration-count: 2;
}

.erro3 {
  font-size: 0.75rem;
  color: #dc3545;
}

.erro4 {
  font-size: 0.75rem;
  color: #dc3545;
  position: absolute;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: help;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.legendFormulario, .form-legenda-nome {
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem;
  width: auto;
}

.acaoSubFrm {
  margin-top: -30px;
  cursor: pointer;
}

.texto--sm {
  font-size: 0.875rem;
}
.texto--negrito {
  font-weight: bold;
}

.texto-s--sm {
  font-size: 0.75rem;
}
.texto-s--negrito {
  font-weight: bold;
}

.espacamentoSuperior {
  padding-top: 2rem !important;
}

.checkbox-inline {
  margin-top: 2rem;
}

.mesmaLinha {
  display: inline-flex;
  align-items: center;
}

.bordaErroModalCamposIntegrados {
  border: 1px solid #dc3545;
}

.texto-branco {
  color: white !important;
}

.drag-node {
  font-size: calc(1em + 5px) !important;
  cursor: move;
  font-weight: 700;
  color: #fff !important;
  background-color: #7D7D7D !important;
  opacity: 1 !important;
}

.selected-node {
  font-weight: 700;
  color: #fff;
  background-color: #005BAA;
}

.drop-node-area {
  font-size: calc(1em + 5px) !important;
  font-weight: 700;
  border: 2px dashed #ccc !important;
}

input:checked + .slider {
  background-color: #2196f3;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.icones-formulario {
  color: #000;
  cursor: move !important;
  fill: #000;
}
.icones-formulario:hover {
  fill: #007bff;
  color: #007bff;
  text-decoration: none;
}
.icones-formulario:focus {
  text-decoration: none;
}

.formularioContainer {
  height: -webkit-calc(100vh - 27.5rem);
  height: calc(100vh - 27.5rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.formularioContainer::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25em;
  width: 0.625rem;
}
.formularioContainer::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  width: 0.625rem;
}
.formularioContainer::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

.formularioElementosContainer {
  min-width: 180vw;
}

.formularioElementosItem {
  margin-right: 2.2em;
}

.formularioElementos {
  overflow-y: hidden;
  overflow-x: auto;
}
.formularioElementos::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25em;
  height: 0.625rem;
}
.formularioElementos::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  height: 0.625rem;
}
.formularioElementos::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  -ms-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

.selectAtTop {
  right: 2rem;
  bottom: 100%;
}
.selectAtTop .btn {
  vertical-align: top;
}

.desativar-links {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control::-webkit-input-placeholder {
  color: #999;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #999;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #999;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #999;
} /* Internet Explorer 10-11 */
.ng-invalid.ng-touched {
  border-color: #dc3545;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select::-ms-expand {
  display: none;
}

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

.borda--solida {
  border: 1px solid #dee2e6;
}
.borda--semBorda {
  border: none !important;
}

.rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}

ul.rating {
  display: inline-block;
}

.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.rating > li:before {
  margin: 5px;
  font-size: 2.5em;
  display: inline-block;
  content: "★";
}

.rating .filled {
  color: orangered;
}

.boxImagemUpload {
  margin: 0 auto 1.25rem;
  text-align: center;
}
.boxImagemUpload_wrapImg {
  display: inline-block;
  height: 5.25em;
  width: 5.25em;
}
.boxImagemUpload_img {
  height: 100%;
  margin: 0 auto 0.75rem;
  width: 100%;
}
@supports (object-fit: cover) {
  .boxImagemUpload_img {
    object-fit: cover;
  }
}

.toolbox-map-img {
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.stepA, .stepA--1, .stepA--2, .stepA--3, .stepA--4, .stepA--5 {
  position: relative;
  margin: 1.875rem 0 0.9375rem 0;
  padding: 0;
  width: auto;
}
.stepA:before, .stepA--1:before, .stepA--2:before, .stepA--3:before, .stepA--4:before, .stepA--5:before {
  background-color: #eee;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: 100%;
  z-index: -1;
}
.stepA_item {
  display: inline-block;
  position: relative;
  width: 10rem;
}
.stepA_box {
  /* display: -webkit-box;  Chrome 20-, iOS 6-, Safari 3.1  -6 */
  display: -webkit-flex; /* Chrome 21 + */
  /* display: -moz-box;  FF 19- */
  display: -moz-flex; /* FF 20+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* FF 20+, Chrome 29+, Opera 12.1, 17+ */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Chrome 20-, iOS 6-, Safari 3.1 - 6 */
  flex-wrap: wrap; /* FF 28+, Chrome 21+, Opera 12.1, 17+, IE 11 */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: distribute;
}
.stepA_box_number, .stepA_box_text {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.stepA_box_number {
  margin: 0px 12px;
  background-color: #fff;
  border: 0.0625rem solid #eee;
  border-radius: 50%;
  font-size: 1.25em;
  height: 2.5rem;
  padding-top: 0.25rem;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  width: 2.5rem;
}
.stepA_box_text {
  font-size: 0.75rem;
  padding-top: 0.5625rem;
}
.stepA--1 .stepA_item:nth-child(1) .stepA_box_number {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.stepA--2 .stepA_item:nth-child(2) .stepA_box_number {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.stepA--3 .stepA_item:nth-child(3) .stepA_box_number {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.stepA--4 .stepA_item:nth-child(4) .stepA_box_number {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.stepA--5 .stepA_item:nth-child(5) .stepA_box_number {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.table {
  font-size: 0.875rem;
}

.table tr > th {
  vertical-align: middle;
}

.table td {
  vertical-align: middle;
}

.aba .nav-link {
  cursor: pointer;
}
.aba .nav-link.active {
  color: #000;
  border-top: 2px solid #000;
}
.aba .nav-link.active:hover {
  color: #000;
  cursor: default;
}

.abas-nav {
  overflow: hidden;
}
.abas-nav .aba {
  display: -webkit-inline-box;
  padding: 0px 45px;
}
.abas-nav .next {
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #000000;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.2%;
  cursor: pointer;
  right: 20px;
  color: #FFFFFF;
}
.abas-nav .prev {
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #000000;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -1.2%;
  cursor: pointer;
  left: 20px;
  color: #FFFFFF;
}

.icone {
  transition: transform 0.2s linear, fill 0.2s linear;
}
.icone-xsm {
  height: 0.75rem;
  width: 0.75rem;
}
.icone-sm {
  height: 1rem;
  width: 1rem;
}
.icone-md {
  height: 1.5rem;
  width: 1.5rem;
}
.icone-lg {
  height: 2rem;
  width: 2rem;
}
.icone-xl {
  height: 3rem;
  width: 3rem;
}

.icone-header {
  fill: #737373;
}

.icone-sidebar-header {
  fill: #fff;
}
.icone-sidebar-header:hover {
  fill: #000;
}

.icone-sidebar {
  fill: #000;
}
.icone-sidebar:hover {
  fill: #000;
}

.icone-box {
  fill: #000;
}

.icone-pesquisa {
  fill: #7D7D7D;
}
.icone-pesquisa:hover {
  fill: #7D7D7D;
}

.icone-notificacao {
  fill: #fff;
}

.logo {
  height: 2rem;
  width: 11.5625rem;
}
.icone-dwd-pdf {
  fill: #004f9f;
  margin-bottom: 4px;
}

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}

.moment-picker {
  position: absolute;
  z-index: 1060;
}

.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}

.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}

.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px;
}

.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}

.moment-picker.inline {
  display: block;
  position: relative;
}

.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}

.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}

.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}

.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}

.moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px;
}

.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}

.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}

.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}

.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}

.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}

.moment-picker th {
  font-weight: bold;
}

.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}

.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}

.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}

.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
}

.moment-picker td.highlighted {
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}

.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}

.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}

.moment-picker .month-view td {
  width: 1.4285714286em;
}

.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}

.moment-picker .minute-view td {
  height: 1.8em;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
  left: 0px;
  */
  margin-top: -6px;
  background-color: #ffffff;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both;
}

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  /* Add your own default image here
   background-image: url('/assets/default.png');
  */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
}
.jr_container {
  display: none;
  background: white;
  width: 100%;
  max-width: 400px;
  position: absolute;
  z-index: 1010;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, transform 0.3s;
}

.jr_container:not(.jr_element) {
  left: 0;
  right: 0;
  margin: auto;
}

.jr_container.jr_element {
  width: 300px;
}

.jr_container.jr_element .triangle {
  content: "";
  position: absolute;
  margin: auto;
}

.jr_container.jr_element.jr_pos_bottom {
  top: calc(100% + 15px);
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.jr_container.jr_element.jr_pos_bottom .triangle {
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 12.5px solid white;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
}

.jr_container.jr_element.jr_pos_top {
  bottom: calc(100% + 15px);
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.jr_container.jr_element.jr_pos_top .triangle {
  top: 100%;
  height: 0;
  width: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 12.5px solid white;
}

.jr_container.jr_element.jr_pos_left {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 15px);
  margin: auto;
}

.jr_container.jr_element.jr_pos_left .triangle {
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-bottom: 12.5px solid transparent;
  border-left: 12.5px solid white;
  border-top: 12.5px solid transparent;
}

.jr_container.jr_element.jr_pos_right {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
}

.jr_container.jr_element.jr_pos_right .triangle {
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-bottom: 12.5px solid transparent;
  border-right: 12.5px solid white;
  border-top: 12.5px solid transparent;
}

.jr_container.jr_start {
  display: block;
  opacity: 1;
}

.jr_container.jr_start-remove {
  display: block;
  opacity: 1;
}

.jr_container.jr_start-remove-active {
  opacity: 0;
}

.jr_container.jr_start-add {
  display: block;
  opacity: 0;
}

.jr_container.jr_start-add-active {
  opacity: 1;
}

.jr_container.jr_transition {
  opacity: 0;
}

.jr_container.jr_transition-add {
  opacity: 1;
  transform: translateY(0px);
}

.jr_container.jr_transition-add-active {
  transform: translateY(-100px);
  opacity: 0;
}

.jr_container.jr_transition-remove {
  opacity: 0;
  transform: translateY(-100px);
}

.jr_container.jr_transition-remove-active {
  opacity: 1;
  transform: translateY(0px);
}

.jr_container .jr_title {
  padding: 10px;
  color: gray;
  margin: 0;
  font-size: 15px;
  border_bottom: 1px solid #F5F5F5;
}

.jr_container .jr_content {
  padding: 10px;
  font-size: 13px;
}

.jr_container .jr_content p {
  font-size: 13px;
}

.jr_container .jr_buttons {
  padding: 10px;
}

.jr_container .jr_buttons:after {
  content: "";
  display: table;
  clear: both;
}

.jr_container .jr_left_buttons {
  float: left;
}

.jr_container .jr_right_buttons {
  float: right;
}

.jr_container .jr_right_buttons .jr_button:first-child {
  margin-right: 5px;
}

.jr_container .jr_button {
  background: #3E4150;
  padding: 5px 15px;
  color: white;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.jr_container .jr_button.disabled {
  background-color: #CCCCCC;
  color: #868686;
}

.jr_container .jr_skip {
  background-color: #C1C1C1;
  color: #525252;
}

.jr_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  display: none;
}

.jr_overlay_show .jr_overlay {
  opacity: 1;
  display: block;
  animation: fade 0.3s both;
}

.jr_target {
  position: relative;
  z-index: 1001;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  font-size: 14px;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0em;
  white-space: nowrap;
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

/*alinhamento na giss*/
div.dataTables_wrapper div.dataTables_length, .m-boxManual p.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper .m-boxManual p.dataTables_length, .m-boxManual div.dataTables_wrapper p.dataTables_length, .m-boxManual p.dataTables_wrapper p.dataTables_length {
  float: right !important;
}

div.dataTables_wrapper div.dataTables_filter, .m-boxManual p.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper .m-boxManual p.dataTables_filter, .m-boxManual div.dataTables_wrapper p.dataTables_filter, .m-boxManual p.dataTables_wrapper p.dataTables_filter {
  text-align: left !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: 0;
}

.dataTables_wrapper {
  padding: 0;
}

/*!
 * angular-datatables - v0.5.6
 * https://github.com/l-lin/angular-datatables
 * License: MIT
 */
/* ---------------------------------------- */
/* DATATABLE */
/* ---------------------------------------- */
.dataTables_wrapper {
  /*border: 1px solid #DDDDDD;*/
  padding: 1rem 0;
}

table.dataTable,
table.dataTable.no-footer {
  margin: 1rem 0;
  width: 100% !important;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

/* -- select box --*/
.dataTables_length {
  margin: 0.2rem 0 0.8rem 1rem;
}

.dataTables_length select {
  border: none;
}

.dataTables_length select:focus {
  outline: none;
}

/* -- search box --*/
.dataTables_filter {
  margin-right: 1rem;
}

.dataTables_filter input[type=search] {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
}

/* -- table --*/
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #DDDDDD;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 10px 18px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #585858;
}

.dataTables_wrapper .dataTables_info {
  margin-left: 1rem;
}

/* ---------------------------------------- */
/* PAGINATION */
/* ---------------------------------------- */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  border: none;
  background: #D6D6D6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.3em 0.8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  /*transition: all 0.4s ease;*/
  padding: 0.3em 0.8em;
  background: #D6D6D6;
  border: 1px solid transparent;
}

/* =========================================================
 * Bootstrap year calendar v1.1.0
 * Repo: https://github.com/Paul-DS/bootstrap-year-calendar
 * =========================================================
 * Created by Paul David-Sivelle
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
/* Main */
.calendar {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar:after {
  /* Apply the right height on the calendar div, even if the months elements are floating  */
  clear: both;
  content: "";
  display: block;
}

.calendar.calendar-rtl {
  direction: rtl;
}

.calendar.calendar-rtl table tr td span {
  float: right;
}

.calendar table {
  margin: auto;
}

.calendar table td,
.calendar table th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  padding: 4px 5px;
  font-size: 12px;
}

/* Header */
.calendar .calendar-header {
  width: 100%;
  margin-bottom: 20px;
}

.calendar .calendar-header table {
  width: 100%;
}

.calendar .calendar-header table th {
  font-size: 22px;
  padding: 5px 10px;
}

.calendar .calendar-header table th:hover {
  background: #eeeeee;
  cursor: pointer;
}

.calendar .calendar-header table th.disabled,
.calendar .calendar-header table th.disabled:hover {
  background: none;
  cursor: default;
  color: white;
}

.calendar .calendar-header table th.prev,
.calendar .calendar-header table th.next {
  width: 20px;
}

.calendar .year-title {
  font-weight: bold;
  text-align: center;
  height: 20px;
  width: auto;
}

.calendar .year-neighbor {
  color: #aaaaaa;
}

.calendar .year-neighbor2 {
  color: #dddddd;
}

/* Months */
.calendar .months-container {
  width: 100%;
  display: none;
}

.calendar .month-container {
  text-align: center;
  /*height:200px;*/
  padding: 0;
}

.calendar table.month th.month-title {
  font-size: 16px;
  padding-bottom: 5px;
}

.calendar table.month th.day-header {
  font-size: 14px;
}

.calendar table.month tr td,
.calendar table.month tr th {
  padding: 0;
}

.calendar table.month tr td.hidden,
.calendar table.month tr th.hidden {
  display: none;
}

.calendar table.month td.week-number {
  cursor: default;
  font-weight: bold;
  border-right: 1px solid #eee;
  padding: 5px;
}

.calendar .round-left {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.calendar .round-right {
  webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.calendar table.month tr td .day-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 6px;
}

.table-striped .calendar table.month tr td,
.table-striped .calendar table.month tr th {
  background-color: transparent;
}

.calendar table.month td.day .day-content:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.calendar table.month tr td.old,
.calendar table.month tr td.new,
.calendar table.month tr td.old:hover,
.calendar table.month tr td.new:hover {
  background: none;
  cursor: default;
}

.calendar table.month tr td.disabled,
.calendar table.month tr td.disabled:hover {
  color: #dddddd;
}

.calendar table.month td.day.disabled .day-content:hover {
  background: none;
  cursor: default;
}

.calendar table.month tr td.range .day-content {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.calendar table.month tr td.range.range-start .day-content {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.calendar table.month tr td.range.range-end .day-content {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.calendar-context-menu,
.calendar-context-menu .submenu {
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}

.calendar-context-menu .item {
  padding: 5px 10px;
  cursor: pointer;
  display: table;
  width: 100%;
}

.calendar-context-menu .item:hover {
  background: #eee;
}

.calendar-context-menu .item .content {
  display: table-cell;
}

.calendar-context-menu .item span {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
}

.calendar-context-menu .item span:last-child {
  display: none;
}

.calendar-context-menu .submenu {
  left: 100%;
  margin-top: -6px;
}

.calendar-context-menu .item:hover > .submenu {
  display: block;
}

/**
 * Treeview styles
 *
 * @private
 * @package ivh.treeview
 * @copyright 2014 iVantage Health Analytics, Inc.
 */
ul.ivh-treeview li.ivh-treeview-node-collapsed ul.ivh-treeview {
  display: none;
}

ul.ivh-treeview .ivh-treeview-twistie-leaf,
ul.ivh-treeview .ivh-treeview-twistie-collapsed {
  display: none;
}

ul.ivh-treeview .ivh-treeview-node-collapsed .ivh-treeview-twistie-collapsed {
  display: inline;
}

ul.ivh-treeview .ivh-treeview-node-collapsed .ivh-treeview-twistie-expanded {
  display: none;
}

ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-leaf {
  display: inline;
}

ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-expanded,
ul.ivh-treeview li.ivh-treeview-node-leaf .ivh-treeview-twistie-collapsed {
  display: none;
}

/*! angular-selector - v1.6.1 - https://github.com/indrimuska/angular-selector - (c) 2015 Indri Muska - MIT */
@-webkit-keyframes selector-rotate {
  0% {
    -webkit-transform: rotateZ(-359deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}
@-moz-keyframes selector-rotate {
  0% {
    -moz-transform: rotateZ(-359deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
  }
}
@-o-keyframes selector-rotate {
  0% {
    -o-transform: rotateZ(-359deg);
  }
  100% {
    -o-transform: rotateZ(0deg);
  }
}
@keyframes selector-rotate {
  0% {
    transform: rotateZ(-359deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/* Selector */
[selector],
.selector {
  display: none;
}

.selector-container {
  display: block;
  position: relative;
}

.selector-container,
.selector-container input {
  font-size: 1em;
  line-height: normal;
  color: #495c68;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.selector-input {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0.8em 2.6em 0.7em 0.7em;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: inherit;
  background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(#fafafa, #eee);
  background-image: -moz-linear-gradient(#fafafa, #eee);
  background-image: -ms-linear-gradient(#fafafa, #eee);
  background-image: -o-linear-gradient(#fafafa, #eee);
  background-image: linear-gradient(#fafafa, #eee);
}

.selector-container.rtl .selector-input {
  padding-right: 0.7em;
  padding-left: 2.6em;
}

.selector-container .selector-values {
  list-style: none;
}

.selector-container input {
  outline: none;
  background: none !important;
  border-color: transparent !important;
  width: 2px;
  display: inline-block;
  cursor: pointer;
}

.selector-container.open input,
.selector-container.has-value input {
  cursor: text;
}

.selector-container.disabled {
  opacity: 0.6;
}

/* Single */
.selector-container.remove-button.has-value .selector-input {
  padding-right: 3.5em;
}

.selector-container.remove-button.has-value.rtl .selector-input {
  padding-right: 0.7em;
  padding-left: 3.5em;
}

.selector-container.open .selector-input {
  background: none;
  border-bottom-color: #f0f0f0;
  padding-right: 2.6em;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selector-container.open.rtl .selector-input {
  padding-right: 0.7em;
  padding-left: 2.6em;
}

.selector-container.open.empty .selector-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-color: #bbb;
}

.selector-container.multiple input,
.selector-container.multiple .selector-values {
  float: left;
}

.selector-container.multiple.rtl input,
.selector-container.multiple.rtl .selector-values {
  float: right;
}

.selector-container input,
.selector-container .selector-values,
.selector-container .selector-values > li,
.selector-container .selector-values > li > div {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline;
}

/* Multiple */
.selector-container.multiple .selector-input {
  padding: 0.5em 0.55em 0.2em 0.55em !important;
  cursor: text;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.selector-container.multiple.has-value .selector-input {
  padding-left: 0.35em !important;
  padding-right: 0.35em !important;
}

.selector-container.multiple .selector-values {
  float: none;
}

.selector-container.multiple input,
.selector-container.multiple .selector-values > li {
  padding: 0.2em 0.6em;
  margin: 0 0.15em 0.25em;
  border-width: 1px;
  border-style: solid;
  float: left;
  line-height: normal;
}

.selector-container.multiple .selector-values > li {
  display: inline-block;
  position: relative;
  border-color: #0987d6;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #2dadef;
}

.selector-container.multiple.remove-button .selector-values > li {
  padding-right: 1.9em;
}

.selector-container.multiple.rtl input,
.selector-container.multiple.rtl .selector-values > li {
  float: right;
}

.selector-container.multiple.rtl.remove-button .selector-values > li {
  padding-right: 0.6em;
  padding-left: 1.9em;
}

/* Helper */
.selector-helper {
  position: absolute;
  display: block;
  width: 2.6em;
  top: 0;
  right: 0;
  bottom: 0;
}

.selector-container.rtl .selector-helper {
  right: inherit;
  left: 0;
}

/* Caret */
.selector-helper .selector-icon {
  display: block;
  position: relative;
  height: 100%;
}

.selector-helper .selector-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1em;
  margin-left: -0.4em;
  width: 0;
  height: 0;
  border: 0.4em solid #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
}

/* Unset */
.selector-container.has-value.remove-button .selector-helper {
  border-left: 1px solid #bbb;
}

.selector-container.has-value.remove-button.rtl .selector-helper {
  border-left: none;
  border-right: 1px solid #bbb;
}

.selector-container.has-value.remove-button .selector-icon {
  display: table;
  width: 100%;
}

.selector-container.has-value.remove-button .selector-icon:after {
  content: "×";
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

/* Loading */
.selector-container.loading .selector-helper.selector-global-helper {
  width: 1.3em;
  height: 1.3em;
  margin: 0.65em 0.7em;
}

.selector-container.loading .selector-global-helper .selector-icon {
  display: table;
  width: 100%;
}

.selector-container.loading .selector-global-helper .selector-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0.5;
  border-top: 1px solid #545a6a;
  border-bottom: 1px solid #d4d4db;
  border-left: 1px solid #545a6a;
  border-right: 1px solid #d4d4db;
  -webkit-animation: selector-rotate 0.5s linear infinite;
  -moz-animation: selector-rotate 0.5s linear infinite;
  -o-animation: selector-rotate 0.5s linear infinite;
  animation: selector-rotate 0.5s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.selector-container.open .selector-global-helper,
.selector-container.loading .selector-global-helper {
  border-left: none !important;
  border-right: none !important;
}

.selector-container.multiple .selector-helper {
  display: none;
}

.selector-container.multiple.remove-button .selector-helper {
  display: block;
  width: 1.3em;
  border-left: 1px solid #0987d6;
  cursor: pointer;
}

.selector-container.multiple.remove-button .selector-helper:hover {
  background: rgba(0, 0, 0, 0.1);
}

.selector-container.multiple.remove-button.rtl .selector-helper {
  border-left: none;
  border-right: 1px solid #0987d6;
}

.selector-container.multiple.loading .selector-input {
  padding-right: 3em !important;
}

.selector-container.multiple.loading .selector-global-helper {
  margin: 0.75em 0.8em;
  border-left: none;
  border-right: none;
}

.selector-container.multiple.loading.rtl .selector-input {
  padding-right: 0.55em !important;
  padding-left: 3em !important;
}

.selector-container.multiple.loading.rtl.has-value .selector-input {
  padding-right: 0.25em !important;
}

/* Shadow */
.selector-input input,
.selector-shadow {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  max-width: 100% !important;
}

.selector-shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  white-space: pre;
  margin: 0;
}

/* Dropdown */
.selector-dropdown {
  display: none;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 15.5em;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selector-dropdown > li {
  padding: 0.65em 0.8em;
  overflow: hidden;
  cursor: pointer;
}

.selector-dropdown > .selector-optgroup {
  background: #fefefe;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.selector-dropdown > .selector-option.grouped {
  padding-left: 1.6em;
}

.selector-dropdown > .selector-option.active {
  background: #f5fafd;
}

.selector-dropdown > .selector-option.create {
  color: rgba(73, 92, 104, 0.6);
}

.selector-dropdown > .selector-option.create.active {
  color: #495c68;
}

.selector-container.open .selector-dropdown {
  display: block;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

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

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}

.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

.colorpicker-selectors i + i {
  margin-left: 3px;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}

.ta-editor:focus {
  user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.angucomplete-dropdown {
  overflow-y: auto;
  max-height: 12.5rem;
}

.d-flex-margin {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

#searchWrp label {
  font-size: 14px;
  margin-bottom: 0;
}
#searchWrp #searchAddr {
  width: 100%;
  margin-bottom: 10px;
}

.action-icon {
  cursor: pointer;
}
.action-icon.remove {
  fill: red;
}
.action-icon.edit {
  fill: blue;
  margin-left: 5px;
  margin-right: 5px;
}

.radio-inline {
  font-size: 14px;
  margin-right: 3px;
}

.invalid-feedback {
  font-size: 0.75rem;
}

.modal-lg {
  max-width: 80%;
}

.modal-no-border {
  border: 0px;
}

.ng-invalid-autocomplete-required.ng-touched {
  border-color: #dc3545;
}

.angucomplete-dropdown {
  width: auto;
}

.erro.map {
  display: block;
  position: absolute;
  margin-bottom: 5px;
  font-size: 14px;
  background-color: white;
  z-index: 25001;
}

.jr_container {
  padding: 0.625rem;
}

.jr_container .jr_title {
  color: #000;
}

.jr_container .jr_content {
  color: #999;
}

.jr_container .jr_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.jr_container .jr_button.jr_skip {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.jr_container .jr_button.jr_skip:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.jr_container .jr_button.jr_prev,
.jr_container .jr_button.jr_next {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.jr_container .jr_button.jr_prev:hover,
.jr_container .jr_button.jr_next:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.nav-tabs .nav-link:hover {
  border-bottom: 0;
}

.max-msg {
  width: 300px;
  left: 0;
  top: 32px;
}

.alturaPropForm {
  min-height: 705px;
}

.heighpropcust {
  height: 450px;
}

.msgModalErro {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.tituloModalErro {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 0;
  padding: 0;
}
.dataTables_wrapper .dataTables_info {
  margin-left: 0.125rem;
}
.dataTables_wrapper table.dataTable tbody th,
.dataTables_wrapper table.dataTable tbody td {
  padding: 0.25rem;
}
.dataTables_filter {
  margin-right: 0;
}
.dataTables_length {
  margin: 0.125rem;
}
.dataTables_length select {
  border: 0.0625rem solid #e4e4e4;
}

.page-link:not(.active) {
  color: #005baa;
}

.page-item.active .page-link {
  background-color: #005baa;
  border-color: #005baa;
}

.dropdown--hack {
  left: 0rem !important;
  position: absolute !important;
  transform: translate3d(-16rem, 2.75rem, 0rem) !important;
  top: 0rem !important;
  will-change: transform !important;
}
.dropdown--hack:before, .dropdown--hack:after {
  border-bottom-color: #000;
}
.dropdown--hackSegundoTipo {
  left: 0rem !important;
  position: absolute !important;
  transform: translate3d(-16rem, 2.75rem, 0rem) !important;
  top: 0rem !important;
  will-change: transform !important;
}
.dropdown--hackTerceiroTipo {
  left: -6.25rem !important;
  position: absolute !important;
  transform: translate3d(-16rem, 2.75rem, 0rem) !important;
  top: 0rem !important;
  will-change: transform !important;
}
.dropdown--hackQuartoTipo {
  left: 0rem !important;
  position: absolute !important;
  top: 0rem !important;
  will-change: transform !important;
}

.calendar table.month tr td .day-content.active {
  border-radius: 1.25rem;
}

td.day {
  box-shadow: none !important;
}
td.day .day-content.active {
  color: #fff;
  background-color: #005BAA;
}

.ivh-treeview {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.ivh-treeview .ivh-treeview-node {
  padding-left: 0;
  position: relative;
}
.ivh-treeview .ivh-treeview-node:not(:last-child) {
  margin: 0 0 1rem;
}
.ivh-treeview .ivh-treeview-node .ivh-treeview:before {
  content: "";
  background-color: #000;
  display: inline-block;
  position: absolute;
  width: 0.1875rem;
  left: 0.25rem;
  top: 0;
  bottom: 0.625rem;
}
.ivh-treeview .ivh-treeview-node .ivh-treeview .ivh-treeview-node .ivh-treeview-node-content {
  padding-left: 1.5rem;
  position: relative;
}
.ivh-treeview .ivh-treeview-node .ivh-treeview .ivh-treeview-node .ivh-treeview-node-content:before {
  content: "";
  background-color: #000;
  display: inline-block;
  position: absolute;
  height: 0.1875rem;
  width: 0.875rem;
  left: 0.25rem;
  top: 0.75rem;
  padding-top: 0.125rem;
  bottom: 0;
}
.ivh-treeview .ivh-treeview-node .ivh-treeview .ivh-treeview-node .ivh-treeview-node-content .ivh-treeview-toggle {
  cursor: pointer;
}
.ivh-treeview .ivh-treeview-node .ivh-treeview-node-content li.ivh-treeview-node {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.ivh-treeview-node-selected {
  color: #005baa;
  font-weight: bolder;
}

.treeview--selected {
  font-size: inherit;
  font-weight: 700;
}
.treeview--maxHeight {
  max-height: 48vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.treeview--maxHeight::-webkit-scrollbar {
  background-color: rgba(112, 111, 111, 0.5);
  border-radius: 0.25rem;
  width: 0.625rem;
}
.treeview--maxHeight::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  width: 0.625rem;
}
.treeview--maxHeight::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  width: 0.625rem;
}
.customFile_input:lang(pt) ~ .customFile_icone {
  line-height: 1.5rem;
}
.customFile_input:lang(pt) ~ .customFile_icone:after {
  height: 100%;
  width: 2.75rem;
}
.moment-picker {
  z-index: 9999;
}

.aba .nav-link.active {
  border-bottom: 0;
}

.custom-file-label {
  height: calc(2rem + 2px);
  padding: 0.3125rem 0.625rem;
  color: #999;
  font-size: 0.875rem;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  display: block !important;
}

.owl-prev {
  position: absolute;
  top: 50% !important;
  margin-top: -0.5rem;
  left: 0;
}

.owl-next {
  position: absolute;
  top: 50% !important;
  margin-top: -0.5rem;
  right: 0;
}

.owl-item {
  z-index: -1;
}

.carouselSla .owl-item {
  width: 100% !important;
}
.carouselSla .owl-stage {
  display: flex;
}