/*
    Color map for Rio specifically (includes desautrations and hue adjustments
*/
/*
    Add theme colors to get buttons and other peices automatically 
    colored around bootstrap 4
*/
/*
    Typography 
    1rem is typically 16px
*/
/*
    links
*/
/*
    Table hover/bg/padding
*/
/*
    Import of bootstrap 3 panels since we still use them
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #555;
  --gray-dark: #343a40;
  --cinight: #173237;
  --celeste: #029b97;
  --success: #16A550;
  --skydiver: #2a7ab7;
  --goldfinger: #ebaa20;
  --aquaman: #374b50;
  --wonka: #602966;
  --80shair: #b21876;
  --warning: #fd7250;
  --danger: #e12339;
  --londonfog: #f3f5fb;
  --inkstain: #374b50;
  --gray-light: #777;
  --primary: #029b97;
  --secondary: #d7dada;
  --success: #16A550;
  --info: #2a7ab7;
  --warning: #fd7250;
  --danger: #e12339;
  --light: #f8f9fa;
  --dark: #343a40;
  --wonka: #602966;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #374b50;
  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, .modal-content .modal-header .modal-title,
.modal-content .modal-footer .modal-title, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2a7ab7;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1c5179;
    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.5rem;
  padding-bottom: 0.5rem;
  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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, .modal-content .modal-header .modal-title,
.modal-content .modal-footer .modal-title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.2; }

h1, .h1 {
  font-size: 1.99999rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.325rem + 0.89999vw) ; } }

h2, .modal-content .modal-header .modal-title,
.modal-content .modal-footer .modal-title, .h2 {
  font-size: 1.56249rem; }
  @media (max-width: 1200px) {
    h2, .modal-content .modal-header .modal-title,
    .modal-content .modal-footer .modal-title, .h2 {
      font-size: calc(1.28125rem + 0.37499vw) ; } }

h3, .h3 {
  font-size: 1.12499rem; }

h4, .h4 {
  font-size: 0.99995rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.74996rem; }

.lead {
  font-size: 1.09375rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid 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.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  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, .app .app-outer .app-container, #app-footer #footer-container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container, .app .app-outer .app-container, #app-footer #footer-container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #374b50; }
  .table th,
  .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #d7dada; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d7dada; }
  .table tbody + tbody {
    border-top: 2px solid #d7dada; }

.table-sm th,
.table-sm td {
  padding: 0.3125rem; }

.table-bordered {
  border: 1px solid #d7dada; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d7dada; }
  .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: #f9f9f9; }

.table-hover tbody tr:hover {
  color: #374b50;
  background-color: #f5f5f5; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e3e2; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7bcbc9; }

.table-hover .table-primary:hover {
  background-color: #a6dcdb; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a6dcdb; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f4f5f5; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #eaecec; }

.table-hover .table-secondary:hover {
  background-color: #e7e9e9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e7e9e9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bee6ce; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #86d0a4; }

.table-hover .table-success:hover {
  background-color: #acdfc0; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #acdfc0; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c3daeb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #90bada; }

.table-hover .table-info:hover {
  background-color: #b0cee5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b0cee5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fed8ce; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #feb6a4; }

.table-hover .table-warning:hover {
  background-color: #fdc4b5; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fdc4b5; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c1c8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ef8d98; }

.table-hover .table-danger:hover {
  background-color: #f4aab4; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f4aab4; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-wonka,
.table-wonka > th,
.table-wonka > td {
  background-color: #d2c3d4; }

.table-wonka th,
.table-wonka td,
.table-wonka thead th,
.table-wonka tbody + tbody {
  border-color: #ac90af; }

.table-hover .table-wonka:hover {
  background-color: #c7b4c9; }
  .table-hover .table-wonka:hover > td,
  .table-hover .table-wonka:hover > th {
    background-color: #c7b4c9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d7dada; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7dada;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #029b97;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 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.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76563rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374b50;
  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.76563rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0; }

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: #16A550; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(22, 165, 80, 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: #16A550;
  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='%2316A550' 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: #16A550;
    box-shadow: 0 0 0 0.2rem rgba(22, 165, 80, 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: #16A550;
  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='%2316A550' 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: #16A550;
    box-shadow: 0 0 0 0.2rem rgba(22, 165, 80, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #16A550; }

.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: #16A550; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #16A550; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #1cd266;
  background-color: #1cd266; }

.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(22, 165, 80, 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: #16A550; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #16A550; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #16A550;
  box-shadow: 0 0 0 0.2rem rgba(22, 165, 80, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e12339; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(225, 35, 57, 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: #e12339;
  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='%23e12339' 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='%23e12339' 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: #e12339;
    box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 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: #e12339;
  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='%23e12339' 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='%23e12339' 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: #e12339;
    box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e12339; }

.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: #e12339; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e12339; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e75061;
  background-color: #e75061; }

.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(225, 35, 57, 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: #e12339; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e12339; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e12339;
  box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 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: #374b50;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  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: #374b50;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 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: #029b97;
  border-color: #029b97; }
  .btn-primary:hover {
    color: #fff;
    background-color: #027572;
    border-color: #016966; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #027572;
    border-color: #016966;
    box-shadow: 0 0 0 0.2rem rgba(40, 170, 167, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #029b97;
    border-color: #029b97; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #016966;
    border-color: #015c5a; }
    .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(40, 170, 167, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #d7dada;
  border-color: #d7dada; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #c3c8c8;
    border-color: #bcc1c2; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #c3c8c8;
    border-color: #bcc1c2;
    box-shadow: 0 0 0 0.2rem rgba(188, 191, 192, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #d7dada;
    border-color: #d7dada; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #bcc1c2;
    border-color: #b6bbbc; }
    .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(188, 191, 192, 0.5); }

.btn-success {
  color: #fff;
  background-color: #16A550;
  border-color: #16A550; }
  .btn-success:hover {
    color: #fff;
    background-color: #128340;
    border-color: #10783a; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #128340;
    border-color: #10783a;
    box-shadow: 0 0 0 0.2rem rgba(57, 179, 106, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #16A550;
    border-color: #16A550; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #10783a;
    border-color: #0f6d35; }
    .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(57, 179, 106, 0.5); }

.btn-info {
  color: #fff;
  background-color: #2a7ab7;
  border-color: #2a7ab7; }
  .btn-info:hover {
    color: #fff;
    background-color: #236598;
    border-color: #205e8e; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #236598;
    border-color: #205e8e;
    box-shadow: 0 0 0 0.2rem rgba(74, 142, 194, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #2a7ab7;
    border-color: #2a7ab7; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #205e8e;
    border-color: #1e5783; }
    .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(74, 142, 194, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #fd7250;
  border-color: #fd7250; }
  .btn-warning:hover {
    color: #fff;
    background-color: #fd542a;
    border-color: #fc491e; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #fd542a;
    border-color: #fc491e;
    box-shadow: 0 0 0 0.2rem rgba(220, 102, 74, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fd7250;
    border-color: #fd7250; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fc491e;
    border-color: #fc3f11; }
    .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(220, 102, 74, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e12339;
  border-color: #e12339; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c31b2e;
    border-color: #b8192b; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c31b2e;
    border-color: #b8192b;
    box-shadow: 0 0 0 0.2rem rgba(230, 68, 87, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e12339;
    border-color: #e12339; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b8192b;
    border-color: #ad1829; }
    .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(230, 68, 87, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-wonka {
  color: #fff;
  background-color: #602966;
  border-color: #602966; }
  .btn-wonka:hover {
    color: #fff;
    background-color: #461e4b;
    border-color: #3e1a42; }
  .btn-wonka:focus, .btn-wonka.focus {
    color: #fff;
    background-color: #461e4b;
    border-color: #3e1a42;
    box-shadow: 0 0 0 0.2rem rgba(120, 73, 125, 0.5); }
  .btn-wonka.disabled, .btn-wonka:disabled {
    color: #fff;
    background-color: #602966;
    border-color: #602966; }
  .btn-wonka:not(:disabled):not(.disabled):active, .btn-wonka:not(:disabled):not(.disabled).active,
  .show > .btn-wonka.dropdown-toggle {
    color: #fff;
    background-color: #3e1a42;
    border-color: #351739; }
    .btn-wonka:not(:disabled):not(.disabled):active:focus, .btn-wonka:not(:disabled):not(.disabled).active:focus,
    .show > .btn-wonka.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(120, 73, 125, 0.5); }

.btn-outline-primary {
  color: #029b97;
  border-color: #029b97; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #029b97;
    border-color: #029b97; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #029b97;
    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: #029b97;
    border-color: #029b97; }
    .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(2, 155, 151, 0.5); }

.btn-outline-secondary {
  color: #d7dada;
  border-color: #d7dada; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #d7dada;
    border-color: #d7dada; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 218, 218, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #d7dada;
    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: #212529;
    background-color: #d7dada;
    border-color: #d7dada; }
    .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(215, 218, 218, 0.5); }

.btn-outline-success {
  color: #16A550;
  border-color: #16A550; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #16A550;
    border-color: #16A550; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 165, 80, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #16A550;
    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: #16A550;
    border-color: #16A550; }
    .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(22, 165, 80, 0.5); }

.btn-outline-info {
  color: #2a7ab7;
  border-color: #2a7ab7; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #2a7ab7;
    border-color: #2a7ab7; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 183, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #2a7ab7;
    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: #2a7ab7;
    border-color: #2a7ab7; }
    .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(42, 122, 183, 0.5); }

.btn-outline-warning {
  color: #fd7250;
  border-color: #fd7250; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #fd7250;
    border-color: #fd7250; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 114, 80, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fd7250;
    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: #fd7250;
    border-color: #fd7250; }
    .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(253, 114, 80, 0.5); }

.btn-outline-danger {
  color: #e12339;
  border-color: #e12339; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e12339;
    border-color: #e12339; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e12339;
    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: #e12339;
    border-color: #e12339; }
    .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(225, 35, 57, 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-outline-wonka {
  color: #602966;
  border-color: #602966; }
  .btn-outline-wonka:hover {
    color: #fff;
    background-color: #602966;
    border-color: #602966; }
  .btn-outline-wonka:focus, .btn-outline-wonka.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 41, 102, 0.5); }
  .btn-outline-wonka.disabled, .btn-outline-wonka:disabled {
    color: #602966;
    background-color: transparent; }
  .btn-outline-wonka:not(:disabled):not(.disabled):active, .btn-outline-wonka:not(:disabled):not(.disabled).active,
  .show > .btn-outline-wonka.dropdown-toggle {
    color: #fff;
    background-color: #602966;
    border-color: #602966; }
    .btn-outline-wonka:not(:disabled):not(.disabled):active:focus, .btn-outline-wonka:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-wonka.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(96, 41, 102, 0.5); }

.btn-link {
  font-weight: 400;
  color: #2a7ab7;
  text-decoration: none; }
  .btn-link:hover {
    color: #1c5179;
    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.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .modal-sm .modal-footer button {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  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, .panel-user {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #374b50;
  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, .dropup .panel-user {
  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, .dropright .panel-user {
  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, .dropleft .panel-user {
  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"], .panel-user[x-placement^="top"], .dropdown-menu[x-placement^="right"], .panel-user[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .panel-user[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .panel-user[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #029b97; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show, .show.panel-user {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  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, .modal-sm .modal-footer button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #d7dada;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0; }

.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.76563rem;
  line-height: 1.5;
  border-radius: 0; }

.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.3125rem;
  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.15625rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #029b97;
    background-color: #029b97; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #029b97; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #53fdf8;
    border-color: #53fdf8; }
  .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.15625rem;
    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.15625rem;
    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: #029b97;
  background-color: #029b97; }

.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(2, 155, 151, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(2, 155, 151, 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(2, 155, 151, 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.15625rem + 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(2, 155, 151, 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: 0.875rem;
  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 #d7dada;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #029b97;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 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.76563rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem; }

.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: #029b97;
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #d7dada;
  border-radius: 0; }
  .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 0 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(2, 155, 151, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #029b97;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #53fdf8; }
  .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: #029b97;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #53fdf8; }
  .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: #029b97;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #53fdf8; }
  .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 #029b97; }
  .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: #777; }
    .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: #fff;
    background-color: #029b97;
    border-color: #029b97; }
  .nav-tabs .dropdown-menu, .nav-tabs .panel-user {
    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: #029b97; }

.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 .app .app-outer .app-container, .app .app-outer .navbar .app-container, .navbar #app-footer #footer-container, #app-footer .navbar #footer-container,
  .navbar .container-fluid, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  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, .navbar-nav .panel-user {
    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.09375rem;
  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, .app .app-outer .navbar-expand-sm > .app-container, #app-footer .navbar-expand-sm > #footer-container,
  .navbar-expand-sm > .container-fluid, .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, .navbar-expand-sm .navbar-nav .panel-user {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .app .app-outer .navbar-expand-sm > .app-container, #app-footer .navbar-expand-sm > #footer-container,
    .navbar-expand-sm > .container-fluid, .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, .app .app-outer .navbar-expand-md > .app-container, #app-footer .navbar-expand-md > #footer-container,
  .navbar-expand-md > .container-fluid, .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, .navbar-expand-md .navbar-nav .panel-user {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .app .app-outer .navbar-expand-md > .app-container, #app-footer .navbar-expand-md > #footer-container,
    .navbar-expand-md > .container-fluid, .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, .app .app-outer .navbar-expand-lg > .app-container, #app-footer .navbar-expand-lg > #footer-container,
  .navbar-expand-lg > .container-fluid, .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, .navbar-expand-lg .navbar-nav .panel-user {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .app .app-outer .navbar-expand-lg > .app-container, #app-footer .navbar-expand-lg > #footer-container,
    .navbar-expand-lg > .container-fluid, .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, .app .app-outer .navbar-expand-xl > .app-container, #app-footer .navbar-expand-xl > #footer-container,
  .navbar-expand-xl > .container-fluid, .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, .navbar-expand-xl .navbar-nav .panel-user {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .app .app-outer .navbar-expand-xl > .app-container, #app-footer .navbar-expand-xl > #footer-container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .app .app-outer .navbar-expand > .app-container, #app-footer .navbar-expand > #footer-container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .panel-user {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .app .app-outer .navbar-expand > .app-container, #app-footer .navbar-expand > #footer-container,
  .navbar-expand > .container-fluid, .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: #2a7ab7;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #1c5179;
    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(2, 155, 151, 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: #029b97;
  border-color: #029b97; }

.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.09375rem;
  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.76563rem;
  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: #029b97; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #016966; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #d7dada; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #bcc1c2; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(215, 218, 218, 0.5); }

.badge-success {
  color: #fff;
  background-color: #16A550; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #10783a; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(22, 165, 80, 0.5); }

.badge-info {
  color: #fff;
  background-color: #2a7ab7; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #205e8e; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(42, 122, 183, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #fd7250; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #fc491e; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 114, 80, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e12339; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b8192b; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-wonka {
  color: #fff;
  background-color: #602966; }
  a.badge-wonka:hover, a.badge-wonka:focus {
    color: #fff;
    background-color: #3e1a42; }
  a.badge-wonka:focus, a.badge-wonka.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(96, 41, 102, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.8125rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #01514f;
  background-color: #ccebea;
  border-color: #b8e3e2; }
  .alert-primary hr {
    border-top-color: #a6dcdb; }
  .alert-primary .alert-link {
    color: #001f1e; }

.alert-secondary {
  color: #707171;
  background-color: #f7f8f8;
  border-color: #f4f5f5; }
  .alert-secondary hr {
    border-top-color: #e7e9e9; }
  .alert-secondary .alert-link {
    color: #575757; }

.alert-success {
  color: #0b562a;
  background-color: #d0eddc;
  border-color: #bee6ce; }
  .alert-success hr {
    border-top-color: #acdfc0; }
  .alert-success .alert-link {
    color: #052914; }

.alert-info {
  color: #163f5f;
  background-color: #d4e4f1;
  border-color: #c3daeb; }
  .alert-info hr {
    border-top-color: #b0cee5; }
  .alert-info .alert-link {
    color: #0c2436; }

.alert-warning {
  color: #843b2a;
  background-color: #ffe3dc;
  border-color: #fed8ce; }
  .alert-warning hr {
    border-top-color: #fdc4b5; }
  .alert-warning .alert-link {
    color: #5d2a1e; }

.alert-danger {
  color: #75121e;
  background-color: #f9d3d7;
  border-color: #f7c1c8; }
  .alert-danger hr {
    border-top-color: #f4aab4; }
  .alert-danger .alert-link {
    color: #490b13; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-wonka {
  color: #321535;
  background-color: #dfd4e0;
  border-color: #d2c3d4; }
  .alert-wonka hr {
    border-top-color: #c7b4c9; }
  .alert-wonka .alert-link {
    color: #100710; }

@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.65625rem;
  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: #029b97;
  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: #374b50;
    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: #029b97;
    border-color: #029b97; }
  .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: #01514f;
  background-color: #b8e3e2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #01514f;
    background-color: #a6dcdb; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #01514f;
    border-color: #01514f; }

.list-group-item-secondary {
  color: #707171;
  background-color: #f4f5f5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #707171;
    background-color: #e7e9e9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #707171;
    border-color: #707171; }

.list-group-item-success {
  color: #0b562a;
  background-color: #bee6ce; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0b562a;
    background-color: #acdfc0; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0b562a;
    border-color: #0b562a; }

.list-group-item-info {
  color: #163f5f;
  background-color: #c3daeb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #163f5f;
    background-color: #b0cee5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #163f5f;
    border-color: #163f5f; }

.list-group-item-warning {
  color: #843b2a;
  background-color: #fed8ce; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #843b2a;
    background-color: #fdc4b5; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #843b2a;
    border-color: #843b2a; }

.list-group-item-danger {
  color: #75121e;
  background-color: #f7c1c8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #75121e;
    background-color: #f4aab4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #75121e;
    border-color: #75121e; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-wonka {
  color: #321535;
  background-color: #d2c3d4; }
  .list-group-item-wonka.list-group-item-action:hover, .list-group-item-wonka.list-group-item-action:focus {
    color: #321535;
    background-color: #c7b4c9; }
  .list-group-item-wonka.list-group-item-action.active {
    color: #fff;
    background-color: #321535;
    border-color: #321535; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.25625rem + 0.075vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: 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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.76563rem;
  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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #374b50; }

.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: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #029b97 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #016966 !important; }

.bg-secondary {
  background-color: #d7dada !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bcc1c2 !important; }

.bg-success {
  background-color: #16A550 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #10783a !important; }

.bg-info {
  background-color: #2a7ab7 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #205e8e !important; }

.bg-warning {
  background-color: #fd7250 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fc491e !important; }

.bg-danger {
  background-color: #e12339 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b8192b !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-wonka {
  background-color: #602966 !important; }

a.bg-wonka:hover, a.bg-wonka:focus,
button.bg-wonka:hover,
button.bg-wonka:focus {
  background-color: #3e1a42 !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: #029b97 !important; }

.border-secondary {
  border-color: #d7dada !important; }

.border-success {
  border-color: #16A550 !important; }

.border-info {
  border-color: #2a7ab7 !important; }

.border-warning {
  border-color: #fd7250 !important; }

.border-danger {
  border-color: #e12339 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-wonka {
  border-color: #602966 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.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,
.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, .totals-list .left, .totals-list .right {
  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: #029b97 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #014f4d !important; }

.text-secondary {
  color: #d7dada !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #afb5b6 !important; }

.text-success {
  color: #16A550 !important; }

a.text-success:hover, a.text-success:focus {
  color: #0d622f !important; }

.text-info {
  color: #2a7ab7 !important; }

a.text-info:hover, a.text-info:focus {
  color: #1c5179 !important; }

.text-warning {
  color: #fd7250 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #fc3504 !important; }

.text-danger {
  color: #e12339 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a11626 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-wonka {
  color: #602966 !important; }

a.text-wonka:hover, a.text-wonka:focus {
  color: #2d132f !important; }

.text-body {
  color: #374b50 !important; }

.text-muted, .hint {
  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, .modal-content .modal-header .modal-title,
  .modal-content .modal-footer .modal-title,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, .modal-content .modal-header .modal-title,
  .modal-content .modal-footer .modal-title,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .app .app-outer .app-container, #app-footer #footer-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: #d7dada; }
  .table .thead-dark th {
    color: inherit;
    border-color: #d7dada; } }

.panel {
  position: relative;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #CED4DA;
  border-radius: 0; }

.panel-body {
  padding: 20px; }
  .panel-body::after {
    display: block;
    clear: both;
    content: ""; }

.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d7dada; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 1rem; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #374b50;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #374b50; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #029b97; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #029b97;
    border-color: #029b97; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #029b97; }
    .panel-primary > .panel-heading .badge {
      color: #029b97;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #029b97; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

/******************************************************************************
montane Panel
*/
.panel-montane, .panel-user, .panel-montane-danger, .panel-montane-warning, .panel-montane-info, .panel-montane-blank, .panel-montane-goldfinger, .panel-montane-success, .panel-montane-aquaman {
  border: none;
  border-top: 5px solid #173237;
  border-bottom: 1px solid #d1d6d7;
  border-left: 1px solid #d1d6d7;
  border-right: 1px solid #d1d6d7; }
  .panel-montane .panel-heading,
  .panel-montane .panel-footer, .panel-user .panel-heading, .panel-montane-danger .panel-heading, .panel-montane-warning .panel-heading, .panel-montane-info .panel-heading, .panel-montane-blank .panel-heading, .panel-montane-goldfinger .panel-heading, .panel-montane-success .panel-heading, .panel-montane-aquaman .panel-heading,
  .panel-user .panel-footer,
  .panel-montane-danger .panel-footer,
  .panel-montane-warning .panel-footer,
  .panel-montane-info .panel-footer,
  .panel-montane-blank .panel-footer,
  .panel-montane-goldfinger .panel-footer,
  .panel-montane-success .panel-footer,
  .panel-montane-aquaman .panel-footer {
    background-color: transparent;
    border-color: transparent; }
  .panel-montane .panel-heading .panel-heading-content, .panel-user .panel-heading .panel-heading-content, .panel-montane-danger .panel-heading .panel-heading-content, .panel-montane-warning .panel-heading .panel-heading-content, .panel-montane-info .panel-heading .panel-heading-content, .panel-montane-blank .panel-heading .panel-heading-content, .panel-montane-goldfinger .panel-heading .panel-heading-content, .panel-montane-success .panel-heading .panel-heading-content, .panel-montane-aquaman .panel-heading .panel-heading-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .panel-montane .panel-heading .panel-heading-content .heading-content-left,
    .panel-montane .panel-heading .panel-heading-content .heading-content-right, .panel-user .panel-heading .panel-heading-content .heading-content-left, .panel-montane-danger .panel-heading .panel-heading-content .heading-content-left, .panel-montane-warning .panel-heading .panel-heading-content .heading-content-left, .panel-montane-info .panel-heading .panel-heading-content .heading-content-left, .panel-montane-blank .panel-heading .panel-heading-content .heading-content-left, .panel-montane-goldfinger .panel-heading .panel-heading-content .heading-content-left, .panel-montane-success .panel-heading .panel-heading-content .heading-content-left, .panel-montane-aquaman .panel-heading .panel-heading-content .heading-content-left,
    .panel-user .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-danger .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-warning .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-info .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-blank .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-goldfinger .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-success .panel-heading .panel-heading-content .heading-content-right,
    .panel-montane-aquaman .panel-heading .panel-heading-content .heading-content-right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 576px) {
        .panel-montane .panel-heading .panel-heading-content .heading-content-left,
        .panel-montane .panel-heading .panel-heading-content .heading-content-right, .panel-user .panel-heading .panel-heading-content .heading-content-left, .panel-montane-danger .panel-heading .panel-heading-content .heading-content-left, .panel-montane-warning .panel-heading .panel-heading-content .heading-content-left, .panel-montane-info .panel-heading .panel-heading-content .heading-content-left, .panel-montane-blank .panel-heading .panel-heading-content .heading-content-left, .panel-montane-goldfinger .panel-heading .panel-heading-content .heading-content-left, .panel-montane-success .panel-heading .panel-heading-content .heading-content-left, .panel-montane-aquaman .panel-heading .panel-heading-content .heading-content-left,
        .panel-user .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-danger .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-warning .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-info .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-blank .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-goldfinger .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-success .panel-heading .panel-heading-content .heading-content-right,
        .panel-montane-aquaman .panel-heading .panel-heading-content .heading-content-right {
          flex: 0 0 50%;
          max-width: 50%; } }
    @media (min-width: 576px) {
      .panel-montane .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-user .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-danger .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-warning .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-info .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-blank .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-goldfinger .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-success .panel-heading .panel-heading-content > div:first-of-type:last-of-type, .panel-montane-aquaman .panel-heading .panel-heading-content > div:first-of-type:last-of-type {
        flex: 0 0 100%;
        max-width: 100%; } }
    .panel-montane .panel-heading .panel-heading-content h1, .panel-montane .panel-heading .panel-heading-content h2, .panel-montane .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane .panel-heading .panel-heading-content .modal-title,
    .panel-montane .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane .panel-heading .panel-heading-content .modal-title, .panel-montane .panel-heading .panel-heading-content h3, .panel-montane .panel-heading .panel-heading-content h4, .panel-montane .panel-heading .panel-heading-content h5, .panel-user .panel-heading .panel-heading-content h1, .panel-montane-danger .panel-heading .panel-heading-content h1, .panel-montane-warning .panel-heading .panel-heading-content h1, .panel-montane-info .panel-heading .panel-heading-content h1, .panel-montane-blank .panel-heading .panel-heading-content h1, .panel-montane-goldfinger .panel-heading .panel-heading-content h1, .panel-montane-success .panel-heading .panel-heading-content h1, .panel-montane-aquaman .panel-heading .panel-heading-content h1, .panel-user .panel-heading .panel-heading-content h2, .panel-montane-danger .panel-heading .panel-heading-content h2, .panel-montane-warning .panel-heading .panel-heading-content h2, .panel-montane-info .panel-heading .panel-heading-content h2, .panel-montane-blank .panel-heading .panel-heading-content h2, .panel-montane-goldfinger .panel-heading .panel-heading-content h2, .panel-montane-success .panel-heading .panel-heading-content h2, .panel-montane-aquaman .panel-heading .panel-heading-content h2, .panel-user .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-user .panel-heading .panel-heading-content .modal-title, .panel-montane-danger .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-danger .panel-heading .panel-heading-content .modal-title, .panel-montane-warning .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-warning .panel-heading .panel-heading-content .modal-title, .panel-montane-info .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-info .panel-heading .panel-heading-content .modal-title, .panel-montane-blank .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-blank .panel-heading .panel-heading-content .modal-title, .panel-montane-goldfinger .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-goldfinger .panel-heading .panel-heading-content .modal-title, .panel-montane-success .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-success .panel-heading .panel-heading-content .modal-title, .panel-montane-aquaman .panel-heading .panel-heading-content .modal-content .modal-header .modal-title, .modal-content .modal-header .panel-montane-aquaman .panel-heading .panel-heading-content .modal-title,
    .panel-user .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-user .panel-heading .panel-heading-content .modal-title,
    .panel-montane-danger .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-danger .panel-heading .panel-heading-content .modal-title,
    .panel-montane-warning .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-warning .panel-heading .panel-heading-content .modal-title,
    .panel-montane-info .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-info .panel-heading .panel-heading-content .modal-title,
    .panel-montane-blank .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-blank .panel-heading .panel-heading-content .modal-title,
    .panel-montane-goldfinger .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-goldfinger .panel-heading .panel-heading-content .modal-title,
    .panel-montane-success .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-success .panel-heading .panel-heading-content .modal-title,
    .panel-montane-aquaman .panel-heading .panel-heading-content .modal-content .modal-footer .modal-title, .modal-content .modal-footer .panel-montane-aquaman .panel-heading .panel-heading-content .modal-title, .panel-user .panel-heading .panel-heading-content h3, .panel-montane-danger .panel-heading .panel-heading-content h3, .panel-montane-warning .panel-heading .panel-heading-content h3, .panel-montane-info .panel-heading .panel-heading-content h3, .panel-montane-blank .panel-heading .panel-heading-content h3, .panel-montane-goldfinger .panel-heading .panel-heading-content h3, .panel-montane-success .panel-heading .panel-heading-content h3, .panel-montane-aquaman .panel-heading .panel-heading-content h3, .panel-user .panel-heading .panel-heading-content h4, .panel-montane-danger .panel-heading .panel-heading-content h4, .panel-montane-warning .panel-heading .panel-heading-content h4, .panel-montane-info .panel-heading .panel-heading-content h4, .panel-montane-blank .panel-heading .panel-heading-content h4, .panel-montane-goldfinger .panel-heading .panel-heading-content h4, .panel-montane-success .panel-heading .panel-heading-content h4, .panel-montane-aquaman .panel-heading .panel-heading-content h4, .panel-user .panel-heading .panel-heading-content h5, .panel-montane-danger .panel-heading .panel-heading-content h5, .panel-montane-warning .panel-heading .panel-heading-content h5, .panel-montane-info .panel-heading .panel-heading-content h5, .panel-montane-blank .panel-heading .panel-heading-content h5, .panel-montane-goldfinger .panel-heading .panel-heading-content h5, .panel-montane-success .panel-heading .panel-heading-content h5, .panel-montane-aquaman .panel-heading .panel-heading-content h5 {
      margin-bottom: 0; }
  .panel-montane .panel-footer,
  .panel-user .panel-footer,
  .panel-montane-danger .panel-footer,
  .panel-montane-warning .panel-footer,
  .panel-montane-info .panel-footer,
  .panel-montane-blank .panel-footer,
  .panel-montane-goldfinger .panel-footer,
  .panel-montane-success .panel-footer,
  .panel-montane-aquaman .panel-footer {
    padding: 20px 30px;
    border-top-color: #d7dada; }
    .panel-montane .panel-footer .panel-footer-content, .panel-user .panel-footer .panel-footer-content, .panel-montane-danger .panel-footer .panel-footer-content, .panel-montane-warning .panel-footer .panel-footer-content, .panel-montane-info .panel-footer .panel-footer-content, .panel-montane-blank .panel-footer .panel-footer-content, .panel-montane-goldfinger .panel-footer .panel-footer-content, .panel-montane-success .panel-footer .panel-footer-content, .panel-montane-aquaman .panel-footer .panel-footer-content {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .panel-montane .panel-footer .panel-footer-content .footer-content-left,
      .panel-montane .panel-footer .panel-footer-content .footer-content-right, .panel-user .panel-footer .panel-footer-content .footer-content-left, .panel-montane-danger .panel-footer .panel-footer-content .footer-content-left, .panel-montane-warning .panel-footer .panel-footer-content .footer-content-left, .panel-montane-info .panel-footer .panel-footer-content .footer-content-left, .panel-montane-blank .panel-footer .panel-footer-content .footer-content-left, .panel-montane-goldfinger .panel-footer .panel-footer-content .footer-content-left, .panel-montane-success .panel-footer .panel-footer-content .footer-content-left, .panel-montane-aquaman .panel-footer .panel-footer-content .footer-content-left,
      .panel-user .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-danger .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-warning .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-info .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-blank .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-goldfinger .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-success .panel-footer .panel-footer-content .footer-content-right,
      .panel-montane-aquaman .panel-footer .panel-footer-content .footer-content-right {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
        @media (min-width: 576px) {
          .panel-montane .panel-footer .panel-footer-content .footer-content-left,
          .panel-montane .panel-footer .panel-footer-content .footer-content-right, .panel-user .panel-footer .panel-footer-content .footer-content-left, .panel-montane-danger .panel-footer .panel-footer-content .footer-content-left, .panel-montane-warning .panel-footer .panel-footer-content .footer-content-left, .panel-montane-info .panel-footer .panel-footer-content .footer-content-left, .panel-montane-blank .panel-footer .panel-footer-content .footer-content-left, .panel-montane-goldfinger .panel-footer .panel-footer-content .footer-content-left, .panel-montane-success .panel-footer .panel-footer-content .footer-content-left, .panel-montane-aquaman .panel-footer .panel-footer-content .footer-content-left,
          .panel-user .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-danger .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-warning .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-info .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-blank .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-goldfinger .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-success .panel-footer .panel-footer-content .footer-content-right,
          .panel-montane-aquaman .panel-footer .panel-footer-content .footer-content-right {
            flex: 0 0 50%;
            max-width: 50%; } }
      @media (min-width: 576px) {
        .panel-montane .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-user .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-danger .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-warning .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-info .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-blank .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-goldfinger .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-success .panel-footer .panel-footer-content > div:first-of-type:last-of-type, .panel-montane-aquaman .panel-footer .panel-footer-content > div:first-of-type:last-of-type {
          flex: 0 0 100%;
          max-width: 100%; } }
    .panel-montane .panel-footer .btn, .panel-user .panel-footer .btn, .panel-montane-danger .panel-footer .btn, .panel-montane-warning .panel-footer .btn, .panel-montane-info .panel-footer .btn, .panel-montane-blank .panel-footer .btn, .panel-montane-goldfinger .panel-footer .btn, .panel-montane-success .panel-footer .btn, .panel-montane-aquaman .panel-footer .btn {
      height: 33px; }
  @media (min-width: 576px) {
    .panel-montane .panel-heading-content .heading-content-right,
    .panel-montane .panel-footer-content .footer-content-right, .panel-user .panel-heading-content .heading-content-right, .panel-montane-danger .panel-heading-content .heading-content-right, .panel-montane-warning .panel-heading-content .heading-content-right, .panel-montane-info .panel-heading-content .heading-content-right, .panel-montane-blank .panel-heading-content .heading-content-right, .panel-montane-goldfinger .panel-heading-content .heading-content-right, .panel-montane-success .panel-heading-content .heading-content-right, .panel-montane-aquaman .panel-heading-content .heading-content-right,
    .panel-user .panel-footer-content .footer-content-right,
    .panel-montane-danger .panel-footer-content .footer-content-right,
    .panel-montane-warning .panel-footer-content .footer-content-right,
    .panel-montane-info .panel-footer-content .footer-content-right,
    .panel-montane-blank .panel-footer-content .footer-content-right,
    .panel-montane-goldfinger .panel-footer-content .footer-content-right,
    .panel-montane-success .panel-footer-content .footer-content-right,
    .panel-montane-aquaman .panel-footer-content .footer-content-right {
      text-align: right; } }
  @media (min-width: 768px) {
    .panel-montane .panel-heading,
    .panel-montane .panel-body, .panel-user .panel-heading, .panel-montane-danger .panel-heading, .panel-montane-warning .panel-heading, .panel-montane-info .panel-heading, .panel-montane-blank .panel-heading, .panel-montane-goldfinger .panel-heading, .panel-montane-success .panel-heading, .panel-montane-aquaman .panel-heading,
    .panel-user .panel-body,
    .panel-montane-danger .panel-body,
    .panel-montane-warning .panel-body,
    .panel-montane-info .panel-body,
    .panel-montane-blank .panel-body,
    .panel-montane-goldfinger .panel-body,
    .panel-montane-success .panel-body,
    .panel-montane-aquaman .panel-body {
      padding: 30px; }
    .panel-montane .panel-heading + .panel-body, .panel-user .panel-heading + .panel-body, .panel-montane-danger .panel-heading + .panel-body, .panel-montane-warning .panel-heading + .panel-body, .panel-montane-info .panel-heading + .panel-body, .panel-montane-blank .panel-heading + .panel-body, .panel-montane-goldfinger .panel-heading + .panel-body, .panel-montane-success .panel-heading + .panel-body, .panel-montane-aquaman .panel-heading + .panel-body {
      padding-top: 0; } }

/******************************************************************************
Secondary Container Menu
*/
.panel-nav-stacked {
  border: none;
  box-shadow: none;
  background-color: transparent; }
  .panel-nav-stacked .panel-body {
    padding: 0;
    overflow: hidden; }
    .panel-nav-stacked .panel-body:hover {
      overflow-y: auto; }
    .panel-nav-stacked .panel-body ul {
      padding: 8px 0;
      display: block; }
      .panel-nav-stacked .panel-body ul:first-of-type {
        padding-top: 0; }

.nav-stacked li[data-type="parent"] .nav-pills-label {
  display: inline-block;
  width: 95px; }

.nav-stacked > li + li {
  margin-top: 0; }

.nav-stacked li.active a {
  color: #029b97;
  background-color: transparent; }
  .nav-stacked li.active a .mdi {
    color: #029b97; }
  .nav-stacked li.active a:hover, .nav-stacked li.active a:focus {
    color: #029b97;
    background-color: transparent; }
  .nav-stacked li.active a .badge {
    color: #fff;
    background-color: #ebaa20; }

.nav-stacked li:hover {
  color: #029b97; }
  .nav-stacked li:hover .mdi {
    color: #029b97; }
  .nav-stacked li:hover .badge {
    color: #fff; }

.nav-stacked li a {
  border-bottom: 1px solid #d1d6d7;
  color: #555;
  border-radius: 0; }
  .nav-stacked li a:hover {
    color: #029b97;
    background-color: transparent; }
    .nav-stacked li a:hover .mdi {
      color: #029b97; }
  .nav-stacked li a:focus {
    background-color: transparent; }
  .nav-stacked li a .mdi {
    margin-right: 15px;
    color: #374b50; }
  .nav-stacked li a .level-right .mdi {
    color: #666 !important;
    margin-right: 0; }
  .nav-stacked li a .badge {
    margin-left: 10px; }

@media (min-width: 576px) {
  .nav-stacked li a .badge {
    float: right;
    margin-top: -2px; } }

/******************************************************************************
User settings panel used in main header
*/
.btn-logout {
  margin: 16px;
  margin-left: 16px !important;
  margin-right: 16px !important;
  width: 168px; }

@media (max-width: 1200px) {
  .slide-list-group-item:hover, .slide-list-group-item:focus {
    color: #029b97;
    background-color: #E8EBEB;
    border-left: 6px solid #374b50;
    text-decoration: none; }
    .slide-list-group-item:hover > a, .slide-list-group-item:focus > a {
      padding-left: 10px !important; }
  .slide-list-group-item-user-avatar {
    padding: 10px; } }

.panel-user {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border: none;
  width: 200px;
  top: 54px;
  padding: 0;
  margin: 0; }
  .panel-user .panel-body {
    padding: 0px; }
    .panel-user .panel-body .list-group {
      padding: 16px 0px; }
      .panel-user .panel-body .list-group a.list-group-item {
        color: #555; }
        .panel-user .panel-body .list-group a.list-group-item:hover, .panel-user .panel-body .list-group a.list-group-item:focus {
          color: #029b97;
          background-color: #E8EBEB;
          border-left: 6px solid #374b50;
          text-decoration: none;
          padding: 8px 8px 8px 10px; }
      .panel-user .panel-body .list-group .list-group-item {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 8px 8px 8px 16px;
        border: none; }
      .panel-user .panel-body .list-group .list-group-title {
        font-size: 0.875rem;
        font-weight: 600; }
    .panel-user .panel-body > hr {
      margin: 0 16px; }

/******************************************************************************
Other Panel Types, changes the color of the top border
*/
.panel-montane-danger {
  border-top: 5px solid #e12339; }

.panel-montane-warning {
  border-top: 5px solid #fd7250; }

.panel-montane-info {
  border-top: 5px solid #2a7ab7; }

.panel-montane-blank {
  border-top: 5px solid transparent; }

.panel-montane-goldfinger {
  border-top: 5px solid #ebaa20; }

.panel-montane-success {
  border-top: 5px solid #16A550; }

.panel-montane-aquaman {
  border-top: 5px solid #374b50; }

/******************************************************************************
Panel with sidebar inside
*/
.panel-with-sidebar .panel-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative; }
  .panel-with-sidebar .panel-content::after {
    display: block;
    clear: both;
    content: ""; }
  .panel-with-sidebar .panel-content .sidebar {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    .panel-with-sidebar .panel-content .sidebar::after {
      display: block;
      clear: both;
      content: ""; }
    @media (min-width: 576px) {
      .panel-with-sidebar .panel-content .sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        padding-left: 45px; }
        .panel-with-sidebar .panel-content .sidebar + .main .panel-heading {
          padding-top: 0; } }
    @media (min-width: 1200px) {
      .panel-with-sidebar .panel-content .sidebar {
        flex: 0 0 25%;
        max-width: 25%;
        border-right: 1px solid #d7dada;
        padding: 30px;
        padding-left: 45px; }
        .panel-with-sidebar .panel-content .sidebar + .main .panel-heading {
          padding-top: 30px; } }
    .panel-with-sidebar .panel-content .sidebar div.icon-box {
      display: block;
      border: 1px solid #d7dada;
      margin-bottom: 30px;
      text-align: center; }
      .panel-with-sidebar .panel-content .sidebar div.icon-box .mdi {
        font-size: 48px;
        display: block;
        margin: 0 auto; }
      .panel-with-sidebar .panel-content .sidebar div.icon-box a {
        height: 100%;
        width: 100%;
        color: #666;
        display: block;
        padding: 30px; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box a:hover {
          text-decoration: none; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box a:focus {
          text-decoration: none; }
      .panel-with-sidebar .panel-content .sidebar div.icon-box.active, .panel-with-sidebar .panel-content .sidebar div.icon-box:hover {
        border-color: #029b97; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box.active .mdi, .panel-with-sidebar .panel-content .sidebar div.icon-box:hover .mdi {
          color: #029b97; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box.active a, .panel-with-sidebar .panel-content .sidebar div.icon-box:hover a {
          color: #029b97; }
      .panel-with-sidebar .panel-content .sidebar div.icon-box.active {
        background: rgba(27, 188, 183, 0.0470588); }
      .panel-with-sidebar .panel-content .sidebar div.icon-box.error {
        border-color: #e12339; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box.error .mdi {
          color: #e12339; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box.error a {
          color: #e12339; }
      .panel-with-sidebar .panel-content .sidebar div.icon-box.error.active, .panel-with-sidebar .panel-content .sidebar div.icon-box.error:hover {
        border-color: #e12339;
        background: rgba(225, 35, 57, 0.0470588); }
        .panel-with-sidebar .panel-content .sidebar div.icon-box.error.active .mdi, .panel-with-sidebar .panel-content .sidebar div.icon-box.error:hover .mdi {
          color: #e12339; }
        .panel-with-sidebar .panel-content .sidebar div.icon-box.error.active a, .panel-with-sidebar .panel-content .sidebar div.icon-box.error:hover a {
          color: #e12339; }
      @media (min-width: 576px) {
        .panel-with-sidebar .panel-content .sidebar div.icon-box {
          flex: 0 0 50%;
          max-width: 50%;
          border: none;
          background-color: transparent; }
          .panel-with-sidebar .panel-content .sidebar div.icon-box a {
            display: block;
            border: 1px solid #d7dada;
            padding: 5px; }
          .panel-with-sidebar .panel-content .sidebar div.icon-box.active, .panel-with-sidebar .panel-content .sidebar div.icon-box:hover {
            background-color: transparent !important; }
            .panel-with-sidebar .panel-content .sidebar div.icon-box.active a, .panel-with-sidebar .panel-content .sidebar div.icon-box:hover a {
              border-color: #029b97;
              background-color: rgba(27, 188, 183, 0.0470588); }
          .panel-with-sidebar .panel-content .sidebar div.icon-box.active {
            background: rgba(27, 188, 183, 0.0470588); }
          .panel-with-sidebar .panel-content .sidebar div.icon-box.error {
            background: rgba(225, 35, 57, 0.0470588); } }
  .panel-with-sidebar .panel-content .main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 100%; }
    .panel-with-sidebar .panel-content .main .panel-heading {
      padding: 30px; }
      .panel-with-sidebar .panel-content .main .panel-heading + .panel-body {
        padding-top: 0; }
    .panel-with-sidebar .panel-content .main .panel-body {
      padding: 30px; }
    @media (min-width: 1200px) {
      .panel-with-sidebar .panel-content .main {
        flex: 0 0 75%;
        max-width: 75%; } }

.vr-right {
  border-right: 1px solid #eee; }

/******************************************************************************
   Totals Panel for Bko 
*/
.totals-panel {
  border: 1px solid #169692; }
  .totals-panel.no-border {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .totals-panel .left {
    clear: both;
    float: left;
    text-align: left; }
  .totals-panel .right {
    float: right;
    text-align: right; }
  .totals-panel .panel-body {
    padding: 15px; }
    .totals-panel .panel-body::after {
      display: block;
      clear: both;
      content: ""; }
    .totals-panel .panel-body .less::after {
      display: block;
      clear: both;
      content: ""; }
    .totals-panel .panel-body .header-text {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      line-height: 24px;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .totals-panel .panel-body .header-text.callout {
        font-size: 23px;
        line-height: 23px;
        font-weight: 300;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #029b97; }
    .totals-panel .panel-body .related .data-text {
      line-height: 18px; }
    .totals-panel .panel-body .related.callout {
      font-weight: 700; }
    .totals-panel .panel-body .data-text {
      font-size: 13px;
      line-height: 24px;
      font-weight: 400;
      color: #666;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .totals-panel .panel-body .data-text.callout {
        font-weight: 700; }
    .totals-panel .panel-body hr {
      clear: both;
      width: 100%;
      float: left;
      margin: 10px 0; }
    .totals-panel .panel-body .more {
      display: none; }
      .totals-panel .panel-body .more::after {
        display: block;
        clear: both;
        content: ""; }
      .totals-panel .panel-body .more.in {
        display: block; }
    .totals-panel .panel-body .related::after {
      display: block;
      clear: both;
      content: ""; }
    .totals-panel .panel-body .related + .related {
      margin-top: 8px; }
    .totals-panel .panel-body .panel-actions {
      padding-top: 10px;
      clear: both;
      text-align: center; }
      .totals-panel .panel-body .panel-actions a:hover, .totals-panel .panel-body .panel-actions a:focus {
        text-decoration: none;
        color: #2a7ab7; }

/******************************************************************************
   Accordian Panel for Bko 
*/
.select-all-container {
  border: 1px solid transparent;
  padding: 0 20px; }

.accordion-panel {
  /*Light accordion variant*/
  /*dark accordion variant*/ }
  .accordion-panel .left {
    text-align: left; }
  .accordion-panel .right {
    margin-left: auto;
    text-align: right; }
  .accordion-panel.accordion-panel-light .section .section-heading {
    background-color: #fff;
    color: #666;
    border: 1px solid #e4e4e4; }
    .accordion-panel.accordion-panel-light .section .section-heading:hover {
      color: #999999; }
      .accordion-panel.accordion-panel-light .section .section-heading:hover .mdi {
        color: #999999; }
  .accordion-panel.accordion-panel-light .section.documents-section {
    background-color: #fff;
    color: #666;
    border: 1px solid #e4e4e4;
    padding: 10px; }
    .accordion-panel.accordion-panel-light .section.documents-section.folder-section {
      cursor: pointer; }
      .accordion-panel.accordion-panel-light .section.documents-section.folder-section:hover {
        color: #888888;
        background-color: #eaeaea; }
    .accordion-panel.accordion-panel-light .section.documents-section .folder-heading {
      cursor: pointer; }
      .accordion-panel.accordion-panel-light .section.documents-section .folder-heading:hover {
        color: #888888; }
      .accordion-panel.accordion-panel-light .section.documents-section .folder-heading h5 {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600; }
    .accordion-panel.accordion-panel-light .section.documents-section .modified {
      font-weight: bold; }
    .accordion-panel.accordion-panel-light .section.documents-section .level-right .level-item + .level-item {
      margin-left: 20px; }
    .accordion-panel.accordion-panel-light .section.documents-section + .documents-section {
      border-top: none; }
    .accordion-panel.accordion-panel-light .section.documents-section.document-list {
      display: none; }
  .accordion-panel.accordion-panel-light .section.forms-section {
    background-color: #fff;
    color: #374b50;
    border: 1px solid #e4e4e4;
    padding: 20px; }
    .accordion-panel.accordion-panel-light .section.forms-section.gray {
      background-color: #F2F2F2; }
    .accordion-panel.accordion-panel-light .section.forms-section .k-checkbox-label {
      padding-left: 16px; }
    .accordion-panel.accordion-panel-light .section.forms-section .mdi-chevron-down, .accordion-panel.accordion-panel-light .section.forms-section .mdi-chevron-up {
      margin-left: -5px;
      margin-right: -5px;
      cursor: pointer; }
    .accordion-panel.accordion-panel-light .section.forms-section .pl-10 {
      padding-left: 10px; }
    .accordion-panel.accordion-panel-light .section.forms-section .pr-10 {
      padding-right: 10px; }
    .accordion-panel.accordion-panel-light .section.forms-section .form-info {
      cursor: pointer;
      color: #374b50; }
      .accordion-panel.accordion-panel-light .section.forms-section .form-info:hover {
        color: #999 !important; }
    .accordion-panel.accordion-panel-light .section.forms-section .additional-forms-info {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .accordion-panel.accordion-panel-light .section.forms-section .form-name {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .accordion-panel.accordion-panel-light .section.forms-section .form-desc {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .accordion-panel.accordion-panel-light .section.forms-section + .attachments-container + .forms-section, .accordion-panel.accordion-panel-light .section.forms-section + .additional-forms-container + .forms-section {
      border-top: none; }
    .accordion-panel.accordion-panel-light .section.forms-section + .attachments-container .forms-section, .accordion-panel.accordion-panel-light .section.forms-section + .additional-forms-container .forms-section {
      border-top: none; }
  .accordion-panel.accordion-panel-light .attachments-container, .accordion-panel.accordion-panel-light .additional-forms-container {
    display: none; }
  .accordion-panel.accordion-panel-dark .section .section-heading {
    background: #173237;
    color: #fff; }
    .accordion-panel.accordion-panel-dark .section .section-heading:hover {
      background-color: #314b50; }
    .accordion-panel.accordion-panel-dark .section .section-heading .mdi {
      color: #fff; }
  .accordion-panel .section.active .section-body {
    display: block; }
  .accordion-panel .section.active .section-heading .mdi::before {
    content: "\F0143" !important; }
  .accordion-panel .section .section-heading {
    padding: 20px;
    cursor: pointer; }
    .accordion-panel .section .section-heading .mdi {
      font-size: 24px;
      font-weight: 400; }
      .accordion-panel .section .section-heading .mdi::before {
        content: "\F0140" !important; }
    .accordion-panel .section .section-heading h3 {
      margin-bottom: 0; }
  .accordion-panel .section .section-body {
    display: none;
    background: #fff;
    border-width: 0 1px;
    border-color: #e4e4e4;
    border-style: solid;
    overflow: hidden;
    transition: max-height .3s ease-in; }
  .accordion-panel .section.tasks .section-body {
    padding: 30px 20px; }
  .accordion-panel .section.notes .section-body {
    padding: 15px; }
    .accordion-panel .section.notes .section-body .secondary-text {
      text-align: center;
      color: #888;
      font-size: 12px;
      font-weight: 400; }
    .accordion-panel .section.notes .section-body .note-container {
      height: 250px;
      overflow-y: auto;
      border: 1px solid #a9a9a9;
      padding: 30px 15px; }
      .accordion-panel .section.notes .section-body .note-container .note h3.subject {
        font-size: 13px;
        font-weight: 700;
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .accordion-panel .section.notes .section-body .note-container .note div.signature::after {
        display: block;
        clear: both;
        content: ""; }
      .accordion-panel .section.notes .section-body .note-container .note div.signature .avatar {
        float: left;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        overflow: hidden; }
        .accordion-panel .section.notes .section-body .note-container .note div.signature .avatar img {
          height: 100%;
          width: 100%; }
      .accordion-panel .section.notes .section-body .note-container .note div.signature div.note-date {
        float: left;
        height: 25px;
        line-height: 25px;
        padding-left: 10px; }
      .accordion-panel .section.notes .section-body .note-container .note hr {
        border-top: 1px solid #a9a9a9; }
      .accordion-panel .section.notes .section-body .note-container .note + .note {
        margin-top: 10px; }
  .accordion-panel .section.related-data .section-body, .accordion-panel .section.information-charts .section-body {
    padding: 15px; }
  .accordion-panel .section.related-data .related-section, .accordion-panel .section.information-charts .related-section {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #a9a9a9; }
    .accordion-panel .section.related-data .related-section .data-text, .accordion-panel .section.information-charts .related-section .data-text {
      line-height: normal; }
      .accordion-panel .section.related-data .related-section .data-text label, .accordion-panel .section.information-charts .related-section .data-text label {
        margin-bottom: 0; }
    .accordion-panel .section.related-data .related-section.callout, .accordion-panel .section.information-charts .related-section.callout {
      font-weight: 700; }
    .accordion-panel .section.related-data .related-section span.separator, .accordion-panel .section.information-charts .related-section span.separator {
      height: 1px;
      border-top: 1px solid #a9a9a9;
      margin: 20px 0;
      display: block; }
    .accordion-panel .section.related-data .related-section div[item-index]:nth-child(even) .data-line, .accordion-panel .section.information-charts .related-section div[item-index]:nth-child(even) .data-line {
      background-color: #f9f9f9; }
    .accordion-panel .section.related-data .related-section div[item-index]:nth-child(odd) .data-line, .accordion-panel .section.information-charts .related-section div[item-index]:nth-child(odd) .data-line {
      background-color: #fff; }
    .accordion-panel .section.related-data .related-section .data-line, .accordion-panel .section.information-charts .related-section .data-line {
      padding: 8px;
      display: flex; }
      .accordion-panel .section.related-data .related-section .data-line:nth-of-type(even), .accordion-panel .section.information-charts .related-section .data-line:nth-of-type(even) {
        background-color: #f9f9f9; }
      .accordion-panel .section.related-data .related-section .data-line:nth-of-type(odd), .accordion-panel .section.information-charts .related-section .data-line:nth-of-type(odd) {
        background-color: #fff; }
  .accordion-panel .section:last-of-type .section-body {
    border-bottom-width: 1px; }

.totals-list::after {
  display: block;
  clear: both;
  content: ""; }

.totals-list hr {
  border-color: #374b50;
  margin: 10px 0;
  width: 95%; }
  .totals-list hr.small-right {
    clear: both;
    width: 20%;
    float: right; }

.totals-list .left {
  text-align: left;
  float: left;
  clear: both;
  max-width: 50%; }

.totals-list .right {
  text-align: right;
  float: right;
  max-width: 50%; }

.totals-list .is-block {
  display: block; }

.totals-list .prop-container::after {
  display: block;
  clear: both;
  content: ""; }

.prop-container {
  clear: both; }

/* 
** Random div with border seen throughout BKO
*/
.bordered {
  border: 1px solid #e4e4e4;
  padding: 15px; }

.panel.side-panel-links {
  margin-top: 64px; }

/******************************************************************************
   Sticky toolbar for Panel Footer Content 
*/
div[data-role="panelfooter"], div.panel-footer, .sticky-footer, div:has(> div[data-role="panelfooter"]:only-child) {
  position: sticky;
  bottom: 0;
  background-color: white !important;
  z-index: 1002; }

div.modal-content {
  max-height: calc(100vh - 50px); }

div.modal-body {
  overflow-y: auto; }

div.modal-dialog {
  max-height: calc(100vh - 60px); }

[data-role="splitbutton"] .dropdown-menu, [data-role="splitbutton"] .panel-user {
  z-index: 1100; }

/******************************************************************************
   Hide Panel Footer Content with Dialog
*/
div[data-role="panelfooter"]:has(div[role="dialog"]) div[class*="footer-content"]:not(:has(div[role="dialog"])) {
  visibility: hidden; }

/*******************************************************************************
alerts.less (notifications)
*/
.alert {
  padding: 25px 35px 25px 25px;
  margin-bottom: 24px;
  width: 300px;
  font-size: 0.76563rem;
  border: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  background: #FFFFFF;
  border: 1px solid #D1D6D7;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px !important; }
  .alert .close {
    font-size: 24px;
    position: relative;
    margin-top: 4px !important;
    color: #173237 !important; }
    .alert .close i.mdi {
      color: #173237 !important; }
  .alert .alert-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
    color: #173237 !important;
    padding-left: 4px !important; }
  .alert .toast-header {
    padding: 0px 8px 0px 8px;
    border-bottom: 1px solid #D1D6D7;
    color: #173237 !important; }
    .alert .toast-header i.mdi {
      font-size: 24px;
      position: relative; }
  .alert .toast-header-success {
    background: #E8F6ED; }
  .alert .toast-header-error {
    background: #FCE9EB; }
  .alert .toast-header-info {
    background: #EAF2F8; }
  .alert .toast-body {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #173237 !important;
    padding: 8px 8px 8px 8px; }

.alert-info {
  background-color: #fff;
  color: #374b50; }
  .alert-info .alert-title {
    color: #2a7ab7; }
    .alert-info .alert-title i.mdi {
      color: #2a7ab7; }

.alert-success {
  background-color: #fff;
  color: #374b50; }
  .alert-success .alert-title {
    color: #16A550; }
    .alert-success .alert-title i.mdi {
      color: #16A550; }

.alert-error {
  background-color: #fff;
  color: #374b50; }
  .alert-error .alert-title {
    color: #e12339; }
    .alert-error .alert-title i.mdi {
      color: #e12339; }

/*******************************************************************************
  Custom Inline Alert Notifications
  See example in Settings > DocumentListTemplate > ModifyTemplate
  */
.inline-alert-info {
  background: #eaf2f8;
  border: 1px solid #2A7AB7;
  box-sizing: border-box;
  color: #374b50; }
  .inline-alert-info i.mdi {
    color: #2a7ab7; }

.inline-alert-warning {
  background: #fdf7e9;
  border: 1px solid #947022;
  box-sizing: border-box;
  color: #374b50; }
  .inline-alert-warning i.mdi {
    color: #8d6613; }

/*******************************************************************************
  Reminders panel
  */
.goldfinger-toast {
  width: 300px;
  background-color: #fff;
  border-top: 10px solid #ebaa20;
  padding: 30px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999998;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .goldfinger-toast > h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .goldfinger-toast #draggable-handle {
    width: 100%;
    z-index: 1000000000;
    height: 70px;
    position: absolute;
    left: 0;
    top: -10px; }
  .goldfinger-toast h3 {
    color: #666; }
  .goldfinger-toast .mdi {
    font-size: 25px; }
  .goldfinger-toast p {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px; }
  .goldfinger-toast .notificationContainer {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 150px;
    display: block !important;
    border: 1px solid #e4e4e4;
    border-left: none;
    border-right: none; }
    .goldfinger-toast .notificationContainer .active {
      display: block !important;
      background-color: #97f2ee !important; }
      .goldfinger-toast .notificationContainer .active .reminder-text .title,
      .goldfinger-toast .notificationContainer .active .reminder-text .time {
        font-weight: 600; }
      .goldfinger-toast .notificationContainer .active .reminder-text .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 85%; }
    .goldfinger-toast .notificationContainer div > div[data-list-item]:not(:first-of-type) {
      border-top: 1px solid #ebaa20;
      display: block !important; }
    .goldfinger-toast .notificationContainer .notification {
      display: flex;
      padding: 0 5px;
      cursor: pointer; }
      .goldfinger-toast .notificationContainer .notification .reminder-text {
        padding: 5px;
        width: 100%; }
        .goldfinger-toast .notificationContainer .notification .reminder-text .time {
          font-size: 12px; }
          .goldfinger-toast .notificationContainer .notification .reminder-text .time.expired {
            color: #e12339; }
      .goldfinger-toast .notificationContainer .notification .icon {
        padding: 5px; }
  .goldfinger-toast .button-with-dropdown {
    width: 100%;
    position: relative;
    display: flex; }
    .goldfinger-toast .button-with-dropdown .btn#snooze-button {
      border-radius: 4px 0 0 4px;
      flex-grow: 1; }
    .goldfinger-toast .button-with-dropdown .btn#dropdown-button {
      font-size: 20px;
      border-left: 1px solid #e4e4e4;
      padding: 0;
      border-radius: 0 4px 4px 0; }
    .goldfinger-toast .button-with-dropdown .dropdown-items {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      width: 150px;
      background: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .goldfinger-toast .button-with-dropdown .dropdown-items ul.nav li a {
      font-size: 14px;
      color: #374b50;
      padding: 3px 10px; }
  .goldfinger-toast .btn-block,
  .goldfinger-toast .button-with-dropdown {
    margin-top: 10px; }

/*******************************************************************************
Best Case App Layouts
*/
body {
  overflow-x: hidden; }

.app {
  margin-bottom: 332px; }
  .app .app-outer .app-container .app-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 30px 0; }
  .app .app-content-primary {
    flex: 0 0 100%;
    max-width: 100%; }

.at1 .app-content-primary {
  padding-left: 15px;
  padding-right: 15px; }

.at1 .app-content-header {
  width: 100%; }

.at2 .app-content-primary {
  padding-left: 15px; }
  @media (min-width: 768px) {
    .at2 .app-content-primary {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 992px) {
    .at2 .app-content-primary {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; } }

.at2 .app-content-secondary {
  padding-right: 15px; }
  @media (min-width: 768px) {
    .at2 .app-content-secondary {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 992px) {
    .at2 .app-content-secondary {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.at3 .app-content-primary {
  padding-right: 15px; }
  @media (min-width: 768px) {
    .at3 .app-content-primary {
      flex: 0 0 75%;
      max-width: 75%; } }

.at3 .app-content-tertiary {
  padding-left: 15px; }
  @media (min-width: 768px) {
    .at3 .app-content-tertiary {
      flex: 0 0 25%;
      max-width: 25%; } }

.at4 .app-content-secondary {
  padding-right: 15px; }
  @media (min-width: 768px) {
    .at4 .app-content-secondary {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 992px) {
    .at4 .app-content-secondary {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.at4 .app-content-primary {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .at4 .app-content-primary {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .at4 .app-content-primary {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.at4 .app-content-tertiary {
  padding-left: 15px; }
  @media (min-width: 768px) {
    .at4 .app-content-tertiary {
      flex: 0 0 25%;
      max-width: 25%; } }

/*
* Off Canvas
* --------------------------------------------------
*/
.secondary-offcanvas .app-content-secondary {
  left: -75%;
  /* 9 columns */
  position: absolute;
  top: 75px;
  width: 75%;
  /* 9 columns */ }

.secondary-offcanvas.active {
  left: 75%; }

@media (min-width: 576px) {
  .secondary-offcanvas {
    left: 0;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    .secondary-offcanvas .app-content-secondary {
      left: -50%;
      /* 6 columns */
      position: absolute;
      top: 75px;
      width: 50%;
      /* 6 columns */ }
    .secondary-offcanvas.active {
      left: 50%;
      /* 6 columns */ } }

@media (min-width: 768px) {
  .secondary-offcanvas .app-content-secondary {
    left: 0;
    position: relative;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) {
  .secondary-offcanvas .app-content-secondary {
    left: 0;
    position: relative;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

.offcanvas-toggle {
  display: none; }
  @media (min-width: 768px) {
    .at2 .offcanvas-toggle,
    .at4 .offcanvas-toggle {
      display: inline-block; } }

#side-nav-button {
  background-color: #602966;
  height: 46px;
  width: 21px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  position: absolute;
  z-index: 1002;
  top: 63px;
  left: 0;
  cursor: pointer;
  box-shadow: 1px 0px 2px #666; }
  @media (min-width: 576px) {
    #side-nav-button {
      top: 78px; } }
  @media (min-width: 768px) {
    #side-nav-button {
      top: 63px; } }

#side-nav-button > .text-sideways {
  color: #fff;
  font-weight: 500;
  transform: rotate(90deg);
  padding: 2px;
  font-size: 13px;
  text-align: center;
  line-height: 25px; }

#side-nav-button.active {
  height: 22px; }

#side-nav-button.active > .text-sideways {
  font-size: 20px;
  position: relative;
  bottom: 3px; }

/*******************************************************************************
badges.scss
*/
.badge {
  height: 18px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  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; }

.nav-stacked li:hover .badge {
  color: #173237; }

.nav-stacked li a {
  position: relative;
  display: block;
  padding: 8px 16px !important;
  text-decoration: none; }

.nav-stacked li a #receivedCount.badge {
  float: right;
  margin-top: 0px !important; }

.nav-stacked li a #unprocessedCount.badge {
  float: right;
  margin-top: 0px !important; }

.badge {
  color: #173237 !important; }
  .badge.super {
    position: relative;
    margin-left: -11px;
    margin-top: -17px;
    top: -10px;
    left: 3px;
    color: #173237; }
  .badge.badge-goldfinger {
    background-color: #ebaa20; }

.badgedef {
  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; }

.badgedef {
  color: #fff !important; }

@media (prefers-reduced-motion: reduce) {
  .badgedef {
    transition: none; } }

a.badgedef:hover, a.badgedef:focus {
  text-decoration: none; }

.badgedef:empty {
  display: none; }

.btn .badgedef {
  position: relative;
  top: -1px; }

.badgedef-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badgedef-primary {
  color: #fff;
  background-color: #029b97; }

a.badgedef-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #016966; }

a.badgedef-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.5); }

.badgedef-secondary {
  color: #212529;
  background-color: #d7dada; }

a.badgedef-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #bcc1c2; }

a.badgedef-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 218, 218, 0.5); }

.nav-stacked li:hover .badgedef {
  color: #fff; }

.nav-stacked li.active a .badgedef {
  color: #fff;
  background-color: #ebaa20; }

/*******************************************************************************
buttons.less
*/
.focus,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important; }

.btn {
  margin-left: 10px; }
  .btn:first-of-type,
  .btn + .dropdown-toggle, .btn.btn-block {
    margin-left: 0; }

.btn-secondary {
  color: #212529;
  background-color: #e4e6e6;
  border-color: #e4e6e6; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #d0d4d4;
    border-color: #cacece; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #d0d4d4;
    border-color: #cacece;
    box-shadow: 0 0 0 0.2rem rgba(199, 201, 202, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #e4e6e6;
    border-color: #e4e6e6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cacece;
    border-color: #c3c8c8; }
    .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(199, 201, 202, 0.5); }
  .btn-secondary.dropdown-toggle {
    border-left-color: #cacece; }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #67c3c1 !important;
  border-color: #67c3c1 !important;
  opacity: 1; }

.btn-secondary {
  border: 1px solid #a2adaf;
  color: #173237; }

.btn-secondary:hover {
  border: 1px solid #a2adaf; }

.btn-secondary.disabled, .btn-secondary:disabled {
  border: 1px solid #E1E4E5 !important;
  background-color: #E1E4E5 !important;
  opacity: 1;
  color: #748487; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  border: 1px solid #a2adaf;
  color: #173237; }

.btn-tertiary {
  color: #fff;
  background-color: #2a7ab7;
  border-color: #2a7ab7; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #236598;
    border-color: #205e8e; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #fff;
    background-color: #236598;
    border-color: #205e8e;
    box-shadow: 0 0 0 0.2rem rgba(74, 142, 194, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #2a7ab7;
    border-color: #2a7ab7; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #205e8e;
    border-color: #1e5783; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 142, 194, 0.5); }
  .btn-tertiary.dropdown-toggle {
    border-left-color: #256ca2; }

.btn-ghosted {
  color: #fff;
  background-color: transparent;
  border-color: #999;
  color: #666; }
  .btn-ghosted:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: gray; }
  .btn-ghosted:focus, .btn-ghosted.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: gray;
    box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5); }
  .btn-ghosted.disabled, .btn-ghosted:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #999; }
  .btn-ghosted:not(:disabled):not(.disabled):active, .btn-ghosted:not(:disabled):not(.disabled).active,
  .show > .btn-ghosted.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #797979; }
    .btn-ghosted:not(:disabled):not(.disabled):active:focus, .btn-ghosted:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ghosted.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5); }
  .btn-ghosted:hover, .btn-ghosted:active {
    color: #666 !important;
    background-color: #d9d9d9; }
  .btn-ghosted:disabled {
    color: #999 !important; }

.btn-ghosted-white {
  color: #fff;
  border-color: #fff; }
  .btn-ghosted-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-ghosted-white:focus, .btn-ghosted-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-ghosted-white.disabled, .btn-ghosted-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-ghosted-white:not(:disabled):not(.disabled):active, .btn-ghosted-white:not(:disabled):not(.disabled).active,
  .show > .btn-ghosted-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-ghosted-white:not(:disabled):not(.disabled):active:focus, .btn-ghosted-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ghosted-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-icon .mdi {
  font-size: 0.98438rem;
  vertical-align: middle;
  margin-right: 5px;
  position: relative; }

.btn-icon.btn-sm .mdi, .btn-group-sm > .btn-icon.btn .mdi, .modal-sm .modal-footer button.btn-icon .mdi {
  margin-right: 3px; }

.btn-icon.dropdown-toggle .mdi,
.btn-icon.dropdown-toggle.btn-sm .mdi,
.btn-group-sm > .btn-icon.dropdown-toggle.btn .mdi,
.modal-sm .modal-footer button.btn-icon.dropdown-toggle .mdi {
  margin: 0 -5px 0 0; }

.btn-icon.command-menu {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0; }

.btn-link-icon {
  color: #777;
  background-color: transparent;
  border-color: transparent; }
  .btn-link-icon:focus, .btn-link-icon.focus {
    color: #374b50; }
  .btn-link-icon:hover {
    color: #374b50; }
  .btn-link-icon:active, .btn-link-icon.active,
  .btn-link-icon .open > .dropdown-toggle {
    color: #374b50; }
    .btn-link-icon:active:hover, .btn-link-icon:active:focus, .btn-link-icon:active.focus, .btn-link-icon.active:hover, .btn-link-icon.active:focus, .btn-link-icon.active.focus,
    .btn-link-icon .open > .dropdown-toggle:hover,
    .btn-link-icon .open > .dropdown-toggle:focus,
    .btn-link-icon .open > .dropdown-toggle.focus {
      color: #374b50; }
  .btn-link-icon:active, .btn-link-icon.active,
  .btn-link-icon .open > .dropdown-toggle {
    background-image: none; }
  .btn-link-icon .badge {
    color: transparent;
    background-color: #777; }

.search-wrap + button,
.search-wrap + .dropdown {
  margin-bottom: 15px; }

.link-button {
  cursor: pointer; }

.respond-buttons:hover .mdi.mdi-calendar-blank, .respond-buttons:focus .mdi.mdi-calendar-blank, .respond-buttons:active .mdi.mdi-calendar-blank, .respond-buttons:visited .mdi.mdi-calendar-blank {
  color: #fff !important; }

.button-group {
  display: inline-block; }
  .button-group + .button-group {
    margin-left: 30px; }

button.mdi {
  padding: 0px;
  background-color: #fff;
  border: none; }
  button.mdi:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }

.k-calendar .k-footer .k-nav-today {
  color: #2a7ab7; }

.k-calendar .k-header {
  background-color: #029b97; }
  .k-calendar .k-header .k-state-hover {
    background-color: #19beba; }

.k-calendar .k-today {
  background-color: #2a7ab7; }
  .k-calendar .k-today.k-state-hover {
    background-color: #2a7ab7; }

.k-calendar td.k-state-selected {
  background-color: #173237; }
  .k-calendar td.k-state-selected.k-state-hover {
    background-color: #3f6065; }

.k-widget.k-date-picker .k-picker-wrap {
  background-color: #fff;
  border: 1px solid #d7dada; }
  .k-widget.k-date-picker .k-picker-wrap.k-state-hover {
    background-color: #fff; }
  .k-widget.k-date-picker .k-picker-wrap .k-input {
    background-color: #fff;
    border: none; }

/*******************************************************************************
footer.less
*/
#app-footer {
  width: 100%;
  padding-bottom: 3rem; }
  #app-footer #footer-container #footer-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      #app-footer #footer-container #footer-content #footer-content-primary {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand {
      float: none;
      text-align: center;
      font-size: 0.76563rem;
      height: auto;
      white-space: normal; }
      #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand .navbar-brand-logo {
        float: none;
        height: 56px;
        width: 250px;
        margin: 0 auto 15px auto;
        display: block;
        background: transparent url("/Content/images/STRETTO-BEST-CASE-LOGO_GRAYSCALE.png") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap; }
        #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand .navbar-brand-logo .navbar-brand-link {
          display: block;
          height: inherit;
          width: inherit; }
      #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand .footer-links {
        padding-left: 0;
        list-style: none;
        margin-bottom: 10px; }
        #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand .footer-links li {
          display: inline-block;
          margin-left: 10px; }
          #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand .footer-links li:first-child {
            margin-left: 0; }
      #app-footer #footer-container #footer-content #footer-content-primary .navbar-brand .copyright {
        color: #aaaaaa;
        margin-bottom: 10px; }

/*******************************************************************************
forms.less
*/
.form-control {
  padding: 4px 5px;
  height: 33px; }

.form-group.related {
  margin-bottom: 10px; }

.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

label {
  font-weight: 700; }
  label.is-not-bold {
    font-weight: 300 !important; }
  label .is-not-bold {
    font-weight: 300; }
  label.is-block {
    display: block; }

.total-line {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-color: #374b50; }

.form-group {
  margin-bottom: 20px; }
  .form-group label,
  .form-group .form-control {
    font-size: -0.125rem; }
  .form-group .form-control {
    border-radius: 0; }

div[data-role].sm {
  width: 100px; }

div[data-role].md {
  width: 150px; }

div[data-role].lg {
  width: 200px; }

.k-numeric-wrap.k-state-default.k-expand-padding:before, .k-numeric-wrap.k-state-disabled.k-expand-padding:before {
  display: none; }

@media (min-width: 576px) {
  .form-group .form-control {
    height: 33px;
    padding: 6px 5px; }
  .form-group textarea.form-control {
    height: auto; } }

@media (min-width: 768px) {
  .form-inline label {
    margin-right: 5px; }
  .rio-inline::after {
    display: block;
    clear: both;
    content: ""; }
  .rio-inline label {
    clear: both;
    float: left !important; }
  .rio-inline input {
    float: right !important; } }

.search-wrap {
  margin-bottom: 25px; }
  .search-wrap .panel-search .form-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0; }
  .search-wrap .panel-search .mdi {
    font-size: 1.99999rem;
    color: #777;
    position: absolute;
    margin-left: 11px;
    margin-top: 3px; }
  .search-wrap .panel-search input[type="search"] {
    padding: 20px 45px;
    font-size: 2.875rem; }

.row.row-inline {
  display: flex; }
  .row.row-inline .inline {
    padding-left: 15px;
    padding-right: 15px;
    align-self: flex-start; }

div[data-role="textimal"] span.k-numerictextbox {
  width: 100%; }

div[data-role="linkedtextimal"] span.k-numerictextbox {
  width: 100%; }

/* kendo disabled */
.form-group .k-state-disabled {
  opacity: 1; }
  .form-group .k-state-disabled .k-input {
    background-color: #eeeeee; }

.form-group .k-input {
  height: 33px; }

select.form-control.inline,
input.form-control.inline {
  width: 100px; }

label.inline-label {
  font-weight: 300;
  margin-right: 15px; }

div.k-grid > table > thead.k-grid-header .k-header {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px; }

div.k-grid > table > tbody {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  div.k-grid > table > tbody > tr > td {
    border-width: 0; }
  div.k-grid > table > tbody > tr.k-state-selected {
    background-color: #97f2ee; }
    div.k-grid > table > tbody > tr.k-state-selected:hover > td {
      background-color: #97f2ee; }
    div.k-grid > table > tbody > tr.k-state-selected > td {
      background: transparent;
      border-top-width: 1px;
      border-color: #029b97; }
    div.k-grid > table > tbody > tr.k-state-selected > td:first-child {
      border-left-width: 1px; }
    div.k-grid > table > tbody > tr.k-state-selected > td:last-child {
      border-right-width: 1px; }
  div.k-grid > table > tbody > tr.k-detail-selected > td {
    border-bottom-width: 1px;
    border-color: #029b97; }
  div.k-grid > table > tbody > tr.k-detail-selected > td:first-child {
    border-left-width: 1px; }
  div.k-grid > table > tbody > tr.k-detail-selected > td:last-child {
    border-right-width: 1px; }

.k-grid-header th.k-header {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.k-grid-header th.k-header {
  background-color: #374b50; }
  .k-grid-header th.k-header > label.k-checkbox-label:before {
    border-color: #fff; }
  .k-grid-header th.k-header > a.k-link,
  .k-grid-header th.k-header > span.k-link {
    color: #fff; }

.k-pager-numbers .k-state-selected {
  border-color: #374b50;
  color: #374b50; }

.k-grid tr .material-icons {
  vertical-align: middle; }

.k-grid-header .k-icon.k-i-arrow-n,
.k-grid-header .k-icon.k-i-arrow-s {
  font-family: "Material Icons";
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  background: none !important; }

.k-grid-header .k-icon.k-i-arrow-s:before {
  content: "arrow_drop_down"; }

.k-grid-header .k-icon.k-i-arrow-n:before {
  content: "arrow_drop_up"; }

.k-grid-norecords {
  margin: 20px; }

.k-grid tr.k-alt {
  background: #fff; }
  .k-grid tr.k-alt > td {
    background: #fff; }

.drag-column .mdi {
  cursor: move; }

.mdi {
  font-size: 24px;
  vertical-align: middle;
  color: #666; }
  .mdi.inherit-color {
    color: inherit; }
  a .mdi-dots-vertical .mdi {
    color: #374b50;
    font-size: 26px; }
    .list-group-item a .mdi-dots-vertical .mdi {
      float: right;
      margin-top: -8px; }
  .mdi.mdi-arrow-collapse {
    transform: rotate(45deg); }
  .mdi.mdi-file-pdf {
    color: #962100; }
  .mdi.mdi-file-pdf-box {
    color: #962100; }
  .mdi.mdi-file-excel {
    color: #006600; }
  .mdi.mdi-file-word {
    color: #336699; }
  .mdi.mdi-yellow-star {
    color: #FFCC00; }
  .mdi.success {
    color: #16A550; }
  .mdi.info {
    color: #2a7ab7; }
  .mdi.error {
    color: #e12339; }
  .mdi.warning {
    color: #fd7250; }

.mdi-16px.mdi-set, .mdi-16px.mdi {
  font-size: 16px; }

h3.indented-with-head {
  margin-top: 15px; }
  h3.indented-with-head > i {
    margin-right: 4px; }

div.indented-with-head {
  padding-left: 29px; }

.fa-sm {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  vertical-align: middle; }

h3.indented-with-head {
  margin-top: 15px; }
  h3.indented-with-head > i {
    margin-right: 4px; }

div.indented-with-head {
  padding-left: 29px; }

.fa-sm {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  vertical-align: middle; }

h1 .mdi, h2 .mdi, .modal-content .modal-header .modal-title .mdi, .modal-content .modal-footer .modal-title .mdi, h3 .mdi, h4 .mdi, h5 .mdi, h6 .mdi {
  vertical-align: baseline; }

/*******************************************************************************
labels.scss
*/
.label {
  text-transform: uppercase; }

.lbl-cbx-toggle:after {
  position: absolute;
  left: -2px;
  top: -3.5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: darkgray;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: '';
  transition: all 0.3s ease; }

.cbx:checked ~ label.lbl-cbx-toggle {
  background: #8fb5da; }

.lbl-cbx-toggle {
  position: relative;
  display: block;
  height: 14px;
  width: 36px;
  background: lightgray;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle; }

.cbx:checked ~ label.lbl-cbx-toggle:after {
  left: 20px;
  background: #336699; }

/*******************************************************************************
modal.scss
*/
.modal-content {
  border-radius: 0; }
  .modal-content .modal-header,
  .modal-content .modal-footer {
    border-bottom-color: transparent; }
    .modal-content .modal-header .modal-title,
    .modal-content .modal-footer .modal-title {
      margin-top: 21px;
      margin-bottom: 10.5px; }

@media (min-width: 576px) {
  .modal-sm {
    width: 400px; } }

.modal-doc {
  width: 90%;
  height: 90vh;
  max-height: 90vh;
  max-width: 100%; }
  .modal-doc .modal-content {
    height: 100%; }
  .modal-doc .modal-body {
    height: 74.5vh;
    overflow-y: hidden; }
  .modal-doc object#documentPreview {
    width: 100%;
    overflow: hidden; }

.rio-modal .modal-footer {
  margin-left: -1.333em;
  margin-right: -1.33em;
  margin-bottom: -1.33em; }

.lock-screen-modal {
  z-index: 99999999; }

/******************************************************************************
Main nav #app-header
*/
#app-header {
  background-color: #173237;
  border: none;
  border-bottom: 1px solid #2e474b;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0; }
  #app-header .navbar-toggle {
    border: none; }
  #app-header .dropdown-toggle {
    color: #fff;
    text-decoration: none !important; }
    #app-header .dropdown-toggle:after {
      color: #d1d6d7;
      border: none; }
      @media (min-width: 1200px) {
        #app-header .dropdown-toggle:after {
          border-top: 0.4em solid;
          border-right: 0.4em solid transparent;
          border-bottom: 0;
          border-left: 0.4em solid transparent; } }
  #app-header .toggle-navigation {
    display: flex;
    align-items: center; }
  #app-header .slidenav-overlay {
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.6); }
  #app-header .collapse.navbar-collapse {
    position: fixed;
    z-index: 1000;
    background: #fff;
    color: #173237;
    top: 0px;
    right: -300px;
    min-width: 250px;
    height: 100vh; }
    #app-header .collapse.navbar-collapse a {
      color: #173237;
      text-decoration: none; }
    @media (min-width: 1200px) {
      #app-header .collapse.navbar-collapse .collapse-menu {
        display: none; } }
    @media (min-width: 1200px) {
      #app-header .collapse.navbar-collapse {
        height: 70px;
        position: static;
        background: transparent; }
        #app-header .collapse.navbar-collapse .bko-links {
          height: 100%; }
          #app-header .collapse.navbar-collapse .bko-links li {
            color: #e8ebeb;
            background-color: transparent;
            border-left: none;
            text-decoration: none;
            height: 100%; }
            #app-header .collapse.navbar-collapse .bko-links li a {
              color: #fff;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 0 1rem;
              border-bottom: 4px solid transparent;
              transition: all 300ms ease-in-out; }
              #app-header .collapse.navbar-collapse .bko-links li a:hover {
                border-bottom: 4px solid #e8ebeb;
                color: #e8ebeb; }
            #app-header .collapse.navbar-collapse .bko-links li.active a {
              border-bottom: 4px solid #e8ebeb;
              color: #e8ebeb; } }
  #app-header .right-nav2 {
    height: 70px;
    flex-direction: row; }
    #app-header .right-nav2 .rio-nav-icon {
      color: #e8ebeb;
      text-decoration: none;
      background-color: transparent; }
      #app-header .right-nav2 .rio-nav-icon a.btn.btn-link {
        display: flex;
        height: 70px;
        padding: 0 15px;
        border-bottom: 4px solid transparent;
        border-radius: 0; }
        #app-header .right-nav2 .rio-nav-icon a.btn.btn-link * .mdi {
          color: #d1d6d7 !important;
          align-self: center; }
        @media (min-width: 1200px) {
          #app-header .right-nav2 .rio-nav-icon a.btn.btn-link:hover, #app-header .right-nav2 .rio-nav-icon a.btn.btn-link.active {
            border-bottom: 4px solid #e8ebeb; }
            #app-header .right-nav2 .rio-nav-icon a.btn.btn-link:hover * .mdi, #app-header .right-nav2 .rio-nav-icon a.btn.btn-link.active * .mdi {
              color: #e8ebeb !important; } }
    @media (max-width: 1200px) {
      #app-header .right-nav2 .navbar-right {
        display: none; } }
    #app-header .right-nav2 .navbar-right {
      padding-left: 15px;
      align-self: center; }
      #app-header .right-nav2 .navbar-right li > div > a,
      #app-header .right-nav2 .navbar-right li > div > button {
        padding-left: 15px;
        padding-right: 15px; }
      #app-header .right-nav2 .navbar-right .navbar-user {
        z-index: 99; }
        #app-header .right-nav2 .navbar-right .navbar-user a .navbar-user-avatar {
          height: 40px;
          width: 40px;
          margin-right: 15px;
          border-radius: 50%;
          display: none; }
          @media (min-width: 567px) {
            #app-header .right-nav2 .navbar-right .navbar-user a .navbar-user-avatar {
              display: block; } }
        #app-header .right-nav2 .navbar-right .navbar-user a .navbar-user-dropdown {
          line-height: 1;
          display: none; }
          @media (min-width: 992px) {
            #app-header .right-nav2 .navbar-right .navbar-user a .navbar-user-dropdown {
              display: inline-block; } }
          #app-header .right-nav2 .navbar-right .navbar-user a .navbar-user-dropdown .user-dropdown-label {
            float: left;
            padding-top: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 14px;
            height: 20px; }
        #app-header .right-nav2 .navbar-right .navbar-user.dropdown.open > a,
        #app-header .right-nav2 .navbar-right .navbar-user .dropdown > a:hover {
          color: #e8ebeb;
          text-decoration: none;
          background-color: transparent; }

.navbar-light .navbar-toggler-icon {
  background-image: url("/Content/images/mdi-menu.svg"); }

.navbar-light .navbar-toggler-icon * span {
  color: #e8ebeb; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar {
  margin-bottom: 21px; }

.navbar-brand .navbar-brand-logo {
  height: 48px;
  width: 48px;
  float: left;
  display: block;
  background: transparent url("/Content/images/BestCaseCloud-Stretto-Icon-48x48.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -999px; }
  .navbar-brand .navbar-brand-logo .navbar-brand-link {
    display: block;
    height: inherit;
    width: inherit; }

.navbar-brand .navbar-brand-logo-no-beta {
  height: 48px;
  width: 48px;
  float: left;
  display: block;
  background: transparent url("/Content/images/BestCase-Stretto-Icon-48x48-NoBETA.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -999px; }
  .navbar-brand .navbar-brand-logo-no-beta .navbar-brand-link {
    display: block;
    height: inherit;
    width: inherit; }

.navbar-brand .header-no-user-display {
  background: transparent url("/Content/images/bestcase-logo-light-text.svg") no-repeat center 80% !important;
  -webkit-background-size: contain;
  background-size: contain;
  width: 400px; }
  .navbar-brand .header-no-user-display .navbar-brand-link {
    font-size: 80px !important; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav::after {
    display: block;
    clear: both;
    content: ""; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 0.5rem 1rem; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #6c757d; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #c8c8c8;
    border-color: #2a7ab7; }
  .nav .nav-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #029b97; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      color: #374b50;
      margin-right: 2px;
      line-height: 1.5;
      background-color: #f2f3f3;
      border-bottom: 1px solid #029b97;
      border-top: 1px solid #d1d6d7;
      border-left: 1px solid #d1d6d7;
      border-right: 1px solid #d1d6d7;
      border-radius: 0; }
      .nav-tabs > li > a:hover {
        background-color: #c8c8c8; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
      color: #029b97;
      background-color: #fff;
      border: 1px solid #029b97;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills.k-widget {
  background-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0rem; }
  .nav-pills > li.sub-nav-pill {
    background-color: transparent;
    border-left: 4px solid transparent; }
    .nav-pills > li.sub-nav-pill > a > span.nav-pills-label {
      font-size: 13px; }
    .nav-pills > li.sub-nav-pill.active, .nav-pills > li.sub-nav-pill:hover {
      border-left: 4px solid #029b97;
      background-color: #e6f5f5;
      color: #169692; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
    .nav-stacked > li + li.sub-nav-pill {
      margin-top: 0; }

.nav-stacked li a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; }
  .nav-stacked li a:hover {
    text-decoration: none; }

li.k-listview-item.sub-nav-pill {
  background-color: transparent;
  border-left: 4px solid transparent; }
  li.k-listview-item.sub-nav-pill > a {
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none; }
    li.k-listview-item.sub-nav-pill > a:hover {
      text-decoration: none; }

li.k-listview-item.sub-nav-pill.active,
li.k-listview-item.sub-nav-pill:hover {
  border-left: 4px solid #029b97;
  background-color: #e6f5f5;
  color: #169692; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .panel-user {
    top: auto;
    left: auto; }
  @media (min-width: 576px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0.25rem; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #029b97; }
  @media (min-width: 576px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #029b97;
      border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #029b97; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.scrolling-tab-content > .tab-pane {
  display: none; }

.scrolling-tab-content > .active {
  display: block; }

.tab-content-pane {
  display: none; }

.nav-tabs .dropdown-menu, .nav-tabs .panel-user {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-breadcrumb {
  margin-bottom: 5px;
  margin-top: 0px; }

.nav-breadcrumb-placeholder {
  margin-bottom: 5px;
  margin-top: 0px; }

.scrtabs-tab-scroll-arrow-mdi {
  float: left;
  cursor: pointer;
  color: #029b97; }
  .scrtabs-tab-scroll-arrow-mdi.scrtabs-disable {
    display: none; }

/*******************************************************************************
Remove the top margin from all headings so paddings are true (standard in BS4.0)
*/
h1, .h1, h2, .modal-content .modal-header .modal-title,
.modal-content .modal-footer .modal-title, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0; }

.small-labels label {
  font-size: 13px; }

.tooltip {
  z-index: 10000000; }

a:not([href]):not([tabindex]) {
  color: #2a7ab7;
  text-decoration: none;
  cursor: pointer; }
  a:not([href]):not([tabindex]):hover {
    text-decoration: underline; }

/*******************************************************************************
Paragraph and elements in a paragraph
*/
p {
  margin: 0 0 1rem; }
  p + ul {
    margin-top: -12px; }

/*******************************************************************************
Custom classes for text styling
*/
.text-muted, .hint {
  font-weight: 400; }

.loud {
  color: #b21876; }

.text-secondary {
  color: #666 !important;
  font-size: 12px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-wonka {
  color: #602966 !important; }

.text-80s-hair {
  color: #b21876 !important; }

.text-danger {
  color: #e12339 !important; }

.text-info {
  color: #2a7ab7 !important; }

.text-success {
  color: #16A550 !important; }

.text-warning {
  color: #fd7250 !important; }

.text-goldfinger {
  color: #ebaa20 !important; }

.text-aquaman {
  color: #374b50 !important; }

.ellipses {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.validation-error > input, .validation-error > textarea, .validation-error > span.k-maskedtextbox > input, .validation-error > .select-box, .validation-error > .k-checkbox-label:before,
.validation-error > div > span.k-numerictextbox > span.k-numeric-wrap > input, .validation-error > span.k-maskedtextbox > input:not(:focus):hover {
  background-clip: border-box;
  border-color: #e12339;
  background-color: #f8ced2;
  color: #e12339; }
  .validation-error > input:focus, .validation-error > textarea:focus, .validation-error > span.k-maskedtextbox > input:focus, .validation-error > .select-box:focus, .validation-error > .k-checkbox-label:before:focus,
  .validation-error > div > span.k-numerictextbox > span.k-numeric-wrap > input:focus, .validation-error > span.k-maskedtextbox > input:not(:focus):hover:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 0.25);
    border-color: #e12339; }

address-control.validation-error input, address-control.validation-error textarea, address-control.validation-error select, address-control.validation-error .select-box {
  background-clip: border-box;
  border-color: #e12339;
  background-color: #f8ced2;
  color: #e12339; }
  address-control.validation-error input:focus, address-control.validation-error textarea:focus, address-control.validation-error select:focus, address-control.validation-error .select-box:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 35, 57, 0.25);
    border-color: #e12339; }

address-control.validation-error .error {
  color: #e12339; }

.nav.nav-tabs li.tab-invalid a {
  background-color: #f8ced2;
  color: #e12339 !important; }

.nav.nav-tabs li.tab-invalid.active a {
  border-color: #e12339 !important;
  border-bottom-color: transparent; }

.row.notification {
  background-color: #fff;
  border: 1px solid #d2d2d2; }
  .row.notification.unread {
    background-color: #e2ecf6; }
  .row.notification [class*='col-'] {
    line-height: 24px; }
    .row.notification [class*='col-'] .remove-notification-button {
      margin-left: 32px; }

.global-violator {
  height: 40px;
  background: #e12339;
  position: fixed;
  color: #fff;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40000;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 40px; }

.violator {
  height: 40px;
  background: #e12339;
  color: #fff;
  z-index: 40000;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 40px; }
  .violator a {
    color: #fff; }

.maintenance-container {
  background-color: #fdf7e9;
  border-style: solid;
  border-width: 1px;
  border-color: #8d6613; }

* {
  text-rendering: optimizeLegibility; }

html {
  -ms-overflow-style: scrollbar; }

.inline-div + .inline-div {
  margin-left: 15px; }

.inline-div + .inline-div-tooltip {
  margin-left: 10px; }

.inline-div label {
  margin-bottom: 0; }

.event-view-link {
  cursor: pointer; }

.pointer {
  cursor: pointer !important; }

.passwordChangingTooltip hr {
  margin: 10px 0; }

.contextMenuDisabled {
  pointer-events: none;
  opacity: 0.6; }

.cancel-request-link {
  display: block;
  float: right;
  margin-top: 20px; }

p.legendLabel {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0; }

/*
    This causes any element to have a disabled property (this is for the commands binder)
*/
.force-disable,
.force-disable:hover {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5; }

.folder-list {
  list-style-type: none; }

.hidden {
  display: none; }

.flex {
  display: flex; }

@media (min-width: 576px) {
  .flex-sm {
    display: flex; } }

@media (min-width: 768px) {
  .flex-md {
    display: flex; } }

@media (min-width: 992px) {
  .flex-lg {
    display: flex; } }

@media (min-width: 1200px) {
  .flex-xl {
    display: flex; } }

.grow-button {
  flex-grow: 1; }

.forms-and-schedules-header-row {
  height: 45px; }
  .forms-and-schedules-header-row .mdi.mdi-eye {
    line-height: 1; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.p-b-8px {
  padding-bottom: 8px; }

body div .m-b-24px {
  margin-bottom: 24px; }

.step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%; }
  .step-indicator li {
    display: table-cell;
    float: none;
    padding: 0;
    width: 1%; }
    .step-indicator li:before {
      right: 50%; }
    .step-indicator li:first-child:before {
      left: 50%; }
  .step-indicator ol.step-fourths li {
    width: 25%; }
  .step-indicator ol.step-fifths li {
    width: 20%; }
  .step-indicator ol.step-sixths li {
    width: 16.67%; }
  .step-indicator .step {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .step-indicator .caption {
    box-sizing: border-box;
    color: #e5e5e5;
    padding: 11px 16px; }
  .step-indicator .active {
    cursor: pointer; }
    .step-indicator .active:before {
      background-color: #374b50;
      content: "";
      display: block;
      height: 3px;
      position: relative;
      top: 18px; }
    .step-indicator .active .step {
      border-color: #029b97 !important;
      background-color: #029b97 !important;
      color: #fff !important; }
    .step-indicator .active .caption {
      color: #029b97;
      font-weight: bolder; }
    .step-indicator .active > .complete .step {
      border-color: #374b50;
      color: #fff; }
    .step-indicator .active > .complete .caption {
      color: #374b50; }
    .step-indicator .active > .incomplete .step {
      border-color: #88abb8;
      background-color: #88abb8;
      color: #fff; }
    .step-indicator .active > .incomplete .caption {
      color: #88abb8;
      font-weight: bolder; }
  .step-indicator .incomplete, .step-indicator .complete {
    cursor: pointer; }
    .step-indicator .incomplete:before, .step-indicator .complete:before {
      background-color: #374b50;
      content: "";
      display: block;
      height: 3px;
      position: relative;
      top: 18px; }
    .step-indicator .incomplete .step, .step-indicator .complete .step {
      border-color: #374b50;
      background-color: #374b50;
      color: #fff; }
    .step-indicator .incomplete .caption, .step-indicator .complete .caption {
      color: #374b50; }
  .step-indicator .inactive {
    cursor: not-allowed; }
    .step-indicator .inactive:before {
      background-color: lightgray !important;
      content: "";
      display: block;
      height: 3px;
      position: relative;
      top: 18px; }
    .step-indicator .inactive .step {
      border-color: lightgray;
      background-color: lightgray;
      color: white; }
    .step-indicator .inactive .caption {
      color: lightgray; }

#toast-container > div {
  padding: 0px 0px 0px 0px !important;
  color: #374b50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 1;
  border-radius: 0;
  -webkit-border-radius: 0; }

.toast-message a {
  color: #2a7ab7;
  font-family: "Roboto", "Tahoma", sans-serif; }
  .toast-message a:active {
    color: #2a7ab7;
    font-family: "Roboto", "Tahoma", sans-serif; }
  .toast-message a:focus {
    color: #2a7ab7;
    font-family: "Roboto", "Tahoma", sans-serif; }
  .toast-message a:hover {
    color: #2a7ab7;
    font-family: "Roboto", "Tahoma", sans-serif;
    text-decoration: underline; }

.toast-body a {
  font-size: 12px;
  line-height: 18px; }

.k-icon.k-i-arrow-60-down:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F140"; }

textarea {
  resize: none; }

.k-widget.nav-stacked {
  line-height: 1.5; }

.dropdown-menu, .panel-user {
  overflow: hidden; }
  .dropdown-menu .dropdown-item:active, .panel-user .dropdown-item:active {
    background: transparent; }
  .dropdown-menu .dropdown-item a, .panel-user .dropdown-item a {
    color: #374b50; }
    .dropdown-menu .dropdown-item a:focus, .panel-user .dropdown-item a:focus, .dropdown-menu .dropdown-item a:active, .panel-user .dropdown-item a:active {
      color: #374b50;
      background: transparent; }
    .dropdown-menu .dropdown-item a:hover, .panel-user .dropdown-item a:hover {
      color: #374b50;
      text-decoration: none; }

.m-5px {
  margin: 5px !important; }

.mt-5px,
.my-5px {
  margin-top: 5px !important; }

.mr-5px,
.mx-5px {
  margin-right: 5px !important; }

.mb-5px,
.my-5px {
  margin-bottom: 5px !important; }

.ml-5px,
.mx-5px {
  margin-left: 5px !important; }

.m-10px {
  margin: 10px !important; }

.mt-10px,
.my-10px {
  margin-top: 10px !important; }

.mr-10px,
.mx-10px {
  margin-right: 10px !important; }

.mb-10px,
.my-10px {
  margin-bottom: 10px !important; }

.ml-10px,
.mx-10px {
  margin-left: 10px !important; }

.m-15px {
  margin: 15px !important; }

.mt-15px,
.my-15px {
  margin-top: 15px !important; }

.mr-15px,
.mx-15px {
  margin-right: 15px !important; }

.mb-15px,
.my-15px {
  margin-bottom: 15px !important; }

.ml-15px,
.mx-15px {
  margin-left: 15px !important; }

.m-30px {
  margin: 30px !important; }

.mt-30px,
.my-30px {
  margin-top: 30px !important; }

.mr-30px,
.mx-30px {
  margin-right: 30px !important; }

.mb-30px,
.my-30px {
  margin-bottom: 30px !important; }

.ml-30px,
.mx-30px {
  margin-left: 30px !important; }

.p-5px {
  padding: 5px !important; }

.pt-5px,
.py-5px {
  padding-top: 5px !important; }

.pr-5px,
.px-5px {
  padding-right: 5px !important; }

.pb-5px,
.py-5px {
  padding-bottom: 5px !important; }

.pl-5px,
.px-5px {
  padding-left: 5px !important; }

.p-10px {
  padding: 10px !important; }

.pt-10px,
.py-10px {
  padding-top: 10px !important; }

.pr-10px,
.px-10px {
  padding-right: 10px !important; }

.pb-10px,
.py-10px {
  padding-bottom: 10px !important; }

.pl-10px,
.px-10px {
  padding-left: 10px !important; }

.p-15px {
  padding: 15px !important; }

.pt-15px,
.py-15px {
  padding-top: 15px !important; }

.pr-15px,
.px-15px {
  padding-right: 15px !important; }

.pb-15px,
.py-15px {
  padding-bottom: 15px !important; }

.pl-15px,
.px-15px {
  padding-left: 15px !important; }

.p-30px {
  padding: 30px !important; }

.pt-30px,
.py-30px {
  padding-top: 30px !important; }

.pr-30px,
.px-30px {
  padding-right: 30px !important; }

.pb-30px,
.py-30px {
  padding-bottom: 30px !important; }

.pl-30px,
.px-30px {
  padding-left: 30px !important; }

@media (min-width: 576px) {
  .m-sm-5px {
    margin: 5px !important; }
  .mt-sm-5px,
  .my-sm-5px {
    margin-top: 5px !important; }
  .mr-sm-5px,
  .mx-sm-5px {
    margin-right: 5px !important; }
  .mb-sm-5px,
  .my-sm-5px {
    margin-bottom: 5px !important; }
  .ml-sm-5px,
  .mx-sm-5px {
    margin-left: 5px !important; }
  .m-sm-10px {
    margin: 10px !important; }
  .mt-sm-10px,
  .my-sm-10px {
    margin-top: 10px !important; }
  .mr-sm-10px,
  .mx-sm-10px {
    margin-right: 10px !important; }
  .mb-sm-10px,
  .my-sm-10px {
    margin-bottom: 10px !important; }
  .ml-sm-10px,
  .mx-sm-10px {
    margin-left: 10px !important; }
  .m-sm-15px {
    margin: 15px !important; }
  .mt-sm-15px,
  .my-sm-15px {
    margin-top: 15px !important; }
  .mr-sm-15px,
  .mx-sm-15px {
    margin-right: 15px !important; }
  .mb-sm-15px,
  .my-sm-15px {
    margin-bottom: 15px !important; }
  .ml-sm-15px,
  .mx-sm-15px {
    margin-left: 15px !important; }
  .m-sm-30px {
    margin: 30px !important; }
  .mt-sm-30px,
  .my-sm-30px {
    margin-top: 30px !important; }
  .mr-sm-30px,
  .mx-sm-30px {
    margin-right: 30px !important; }
  .mb-sm-30px,
  .my-sm-30px {
    margin-bottom: 30px !important; }
  .ml-sm-30px,
  .mx-sm-30px {
    margin-left: 30px !important; }
  .p-sm-5px {
    padding: 5px !important; }
  .pt-sm-5px,
  .py-sm-5px {
    padding-top: 5px !important; }
  .pr-sm-5px,
  .px-sm-5px {
    padding-right: 5px !important; }
  .pb-sm-5px,
  .py-sm-5px {
    padding-bottom: 5px !important; }
  .pl-sm-5px,
  .px-sm-5px {
    padding-left: 5px !important; }
  .p-sm-10px {
    padding: 10px !important; }
  .pt-sm-10px,
  .py-sm-10px {
    padding-top: 10px !important; }
  .pr-sm-10px,
  .px-sm-10px {
    padding-right: 10px !important; }
  .pb-sm-10px,
  .py-sm-10px {
    padding-bottom: 10px !important; }
  .pl-sm-10px,
  .px-sm-10px {
    padding-left: 10px !important; }
  .p-sm-15px {
    padding: 15px !important; }
  .pt-sm-15px,
  .py-sm-15px {
    padding-top: 15px !important; }
  .pr-sm-15px,
  .px-sm-15px {
    padding-right: 15px !important; }
  .pb-sm-15px,
  .py-sm-15px {
    padding-bottom: 15px !important; }
  .pl-sm-15px,
  .px-sm-15px {
    padding-left: 15px !important; }
  .p-sm-30px {
    padding: 30px !important; }
  .pt-sm-30px,
  .py-sm-30px {
    padding-top: 30px !important; }
  .pr-sm-30px,
  .px-sm-30px {
    padding-right: 30px !important; }
  .pb-sm-30px,
  .py-sm-30px {
    padding-bottom: 30px !important; }
  .pl-sm-30px,
  .px-sm-30px {
    padding-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-5px {
    margin: 5px !important; }
  .mt-md-5px,
  .my-md-5px {
    margin-top: 5px !important; }
  .mr-md-5px,
  .mx-md-5px {
    margin-right: 5px !important; }
  .mb-md-5px,
  .my-md-5px {
    margin-bottom: 5px !important; }
  .ml-md-5px,
  .mx-md-5px {
    margin-left: 5px !important; }
  .m-md-10px {
    margin: 10px !important; }
  .mt-md-10px,
  .my-md-10px {
    margin-top: 10px !important; }
  .mr-md-10px,
  .mx-md-10px {
    margin-right: 10px !important; }
  .mb-md-10px,
  .my-md-10px {
    margin-bottom: 10px !important; }
  .ml-md-10px,
  .mx-md-10px {
    margin-left: 10px !important; }
  .m-md-15px {
    margin: 15px !important; }
  .mt-md-15px,
  .my-md-15px {
    margin-top: 15px !important; }
  .mr-md-15px,
  .mx-md-15px {
    margin-right: 15px !important; }
  .mb-md-15px,
  .my-md-15px {
    margin-bottom: 15px !important; }
  .ml-md-15px,
  .mx-md-15px {
    margin-left: 15px !important; }
  .m-md-30px {
    margin: 30px !important; }
  .mt-md-30px,
  .my-md-30px {
    margin-top: 30px !important; }
  .mr-md-30px,
  .mx-md-30px {
    margin-right: 30px !important; }
  .mb-md-30px,
  .my-md-30px {
    margin-bottom: 30px !important; }
  .ml-md-30px,
  .mx-md-30px {
    margin-left: 30px !important; }
  .p-md-5px {
    padding: 5px !important; }
  .pt-md-5px,
  .py-md-5px {
    padding-top: 5px !important; }
  .pr-md-5px,
  .px-md-5px {
    padding-right: 5px !important; }
  .pb-md-5px,
  .py-md-5px {
    padding-bottom: 5px !important; }
  .pl-md-5px,
  .px-md-5px {
    padding-left: 5px !important; }
  .p-md-10px {
    padding: 10px !important; }
  .pt-md-10px,
  .py-md-10px {
    padding-top: 10px !important; }
  .pr-md-10px,
  .px-md-10px {
    padding-right: 10px !important; }
  .pb-md-10px,
  .py-md-10px {
    padding-bottom: 10px !important; }
  .pl-md-10px,
  .px-md-10px {
    padding-left: 10px !important; }
  .p-md-15px {
    padding: 15px !important; }
  .pt-md-15px,
  .py-md-15px {
    padding-top: 15px !important; }
  .pr-md-15px,
  .px-md-15px {
    padding-right: 15px !important; }
  .pb-md-15px,
  .py-md-15px {
    padding-bottom: 15px !important; }
  .pl-md-15px,
  .px-md-15px {
    padding-left: 15px !important; }
  .p-md-30px {
    padding: 30px !important; }
  .pt-md-30px,
  .py-md-30px {
    padding-top: 30px !important; }
  .pr-md-30px,
  .px-md-30px {
    padding-right: 30px !important; }
  .pb-md-30px,
  .py-md-30px {
    padding-bottom: 30px !important; }
  .pl-md-30px,
  .px-md-30px {
    padding-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-5px {
    margin: 5px !important; }
  .mt-lg-5px,
  .my-lg-5px {
    margin-top: 5px !important; }
  .mr-lg-5px,
  .mx-lg-5px {
    margin-right: 5px !important; }
  .mb-lg-5px,
  .my-lg-5px {
    margin-bottom: 5px !important; }
  .ml-lg-5px,
  .mx-lg-5px {
    margin-left: 5px !important; }
  .m-lg-10px {
    margin: 10px !important; }
  .mt-lg-10px,
  .my-lg-10px {
    margin-top: 10px !important; }
  .mr-lg-10px,
  .mx-lg-10px {
    margin-right: 10px !important; }
  .mb-lg-10px,
  .my-lg-10px {
    margin-bottom: 10px !important; }
  .ml-lg-10px,
  .mx-lg-10px {
    margin-left: 10px !important; }
  .m-lg-15px {
    margin: 15px !important; }
  .mt-lg-15px,
  .my-lg-15px {
    margin-top: 15px !important; }
  .mr-lg-15px,
  .mx-lg-15px {
    margin-right: 15px !important; }
  .mb-lg-15px,
  .my-lg-15px {
    margin-bottom: 15px !important; }
  .ml-lg-15px,
  .mx-lg-15px {
    margin-left: 15px !important; }
  .m-lg-30px {
    margin: 30px !important; }
  .mt-lg-30px,
  .my-lg-30px {
    margin-top: 30px !important; }
  .mr-lg-30px,
  .mx-lg-30px {
    margin-right: 30px !important; }
  .mb-lg-30px,
  .my-lg-30px {
    margin-bottom: 30px !important; }
  .ml-lg-30px,
  .mx-lg-30px {
    margin-left: 30px !important; }
  .p-lg-5px {
    padding: 5px !important; }
  .pt-lg-5px,
  .py-lg-5px {
    padding-top: 5px !important; }
  .pr-lg-5px,
  .px-lg-5px {
    padding-right: 5px !important; }
  .pb-lg-5px,
  .py-lg-5px {
    padding-bottom: 5px !important; }
  .pl-lg-5px,
  .px-lg-5px {
    padding-left: 5px !important; }
  .p-lg-10px {
    padding: 10px !important; }
  .pt-lg-10px,
  .py-lg-10px {
    padding-top: 10px !important; }
  .pr-lg-10px,
  .px-lg-10px {
    padding-right: 10px !important; }
  .pb-lg-10px,
  .py-lg-10px {
    padding-bottom: 10px !important; }
  .pl-lg-10px,
  .px-lg-10px {
    padding-left: 10px !important; }
  .p-lg-15px {
    padding: 15px !important; }
  .pt-lg-15px,
  .py-lg-15px {
    padding-top: 15px !important; }
  .pr-lg-15px,
  .px-lg-15px {
    padding-right: 15px !important; }
  .pb-lg-15px,
  .py-lg-15px {
    padding-bottom: 15px !important; }
  .pl-lg-15px,
  .px-lg-15px {
    padding-left: 15px !important; }
  .p-lg-30px {
    padding: 30px !important; }
  .pt-lg-30px,
  .py-lg-30px {
    padding-top: 30px !important; }
  .pr-lg-30px,
  .px-lg-30px {
    padding-right: 30px !important; }
  .pb-lg-30px,
  .py-lg-30px {
    padding-bottom: 30px !important; }
  .pl-lg-30px,
  .px-lg-30px {
    padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-5px {
    margin: 5px !important; }
  .mt-xl-5px,
  .my-xl-5px {
    margin-top: 5px !important; }
  .mr-xl-5px,
  .mx-xl-5px {
    margin-right: 5px !important; }
  .mb-xl-5px,
  .my-xl-5px {
    margin-bottom: 5px !important; }
  .ml-xl-5px,
  .mx-xl-5px {
    margin-left: 5px !important; }
  .m-xl-10px {
    margin: 10px !important; }
  .mt-xl-10px,
  .my-xl-10px {
    margin-top: 10px !important; }
  .mr-xl-10px,
  .mx-xl-10px {
    margin-right: 10px !important; }
  .mb-xl-10px,
  .my-xl-10px {
    margin-bottom: 10px !important; }
  .ml-xl-10px,
  .mx-xl-10px {
    margin-left: 10px !important; }
  .m-xl-15px {
    margin: 15px !important; }
  .mt-xl-15px,
  .my-xl-15px {
    margin-top: 15px !important; }
  .mr-xl-15px,
  .mx-xl-15px {
    margin-right: 15px !important; }
  .mb-xl-15px,
  .my-xl-15px {
    margin-bottom: 15px !important; }
  .ml-xl-15px,
  .mx-xl-15px {
    margin-left: 15px !important; }
  .m-xl-30px {
    margin: 30px !important; }
  .mt-xl-30px,
  .my-xl-30px {
    margin-top: 30px !important; }
  .mr-xl-30px,
  .mx-xl-30px {
    margin-right: 30px !important; }
  .mb-xl-30px,
  .my-xl-30px {
    margin-bottom: 30px !important; }
  .ml-xl-30px,
  .mx-xl-30px {
    margin-left: 30px !important; }
  .p-xl-5px {
    padding: 5px !important; }
  .pt-xl-5px,
  .py-xl-5px {
    padding-top: 5px !important; }
  .pr-xl-5px,
  .px-xl-5px {
    padding-right: 5px !important; }
  .pb-xl-5px,
  .py-xl-5px {
    padding-bottom: 5px !important; }
  .pl-xl-5px,
  .px-xl-5px {
    padding-left: 5px !important; }
  .p-xl-10px {
    padding: 10px !important; }
  .pt-xl-10px,
  .py-xl-10px {
    padding-top: 10px !important; }
  .pr-xl-10px,
  .px-xl-10px {
    padding-right: 10px !important; }
  .pb-xl-10px,
  .py-xl-10px {
    padding-bottom: 10px !important; }
  .pl-xl-10px,
  .px-xl-10px {
    padding-left: 10px !important; }
  .p-xl-15px {
    padding: 15px !important; }
  .pt-xl-15px,
  .py-xl-15px {
    padding-top: 15px !important; }
  .pr-xl-15px,
  .px-xl-15px {
    padding-right: 15px !important; }
  .pb-xl-15px,
  .py-xl-15px {
    padding-bottom: 15px !important; }
  .pl-xl-15px,
  .px-xl-15px {
    padding-left: 15px !important; }
  .p-xl-30px {
    padding: 30px !important; }
  .pt-xl-30px,
  .py-xl-30px {
    padding-top: 30px !important; }
  .pr-xl-30px,
  .px-xl-30px {
    padding-right: 30px !important; }
  .pb-xl-30px,
  .py-xl-30px {
    padding-bottom: 30px !important; }
  .pl-xl-30px,
  .px-xl-30px {
    padding-left: 30px !important; } }

.row.xs-gutters {
  margin-right: -2.5px;
  margin-left: -2.5px; }
  .row.xs-gutters > .col,
  .row.xs-gutters > [class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px; }
  .row.xs-gutters rio-if .col,
  .row.xs-gutters rio-if [class*="col-"] {
    padding-right: 2.5px;
    padding-left: 2.5px; }

.row.sm-gutters {
  margin-right: -5px;
  margin-left: -5px; }
  .row.sm-gutters > .col,
  .row.sm-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
  .row.sm-gutters rio-if > .col,
  .row.sm-gutters rio-if > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.row.md-gutters {
  margin-right: -10px;
  margin-left: -10px; }
  .row.md-gutters > .col,
  .row.md-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
  .row.md-gutters rio-if .col,
  .row.md-gutters rio-if [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.row.no-gutters rio-if .col,
.row.no-gutters rio-if [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.body-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: #fff;
  opacity: .95;
  display: flex;
  justify-content: center;
  align-items: center; }

.loading-indicator-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px;
  display: flex;
  align-items: baseline;
  padding-top: 30px;
  justify-content: center;
  z-index: 999998;
  background: inherit;
  opacity: .95; }

.rio-grid-loading-indicator-overlay {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: baseline;
  padding-top: 30px;
  justify-content: center;
  z-index: 999998;
  background: inherit;
  opacity: .95; }

.loading-indicator {
  opacity: 1;
  width: 200px;
  height: 71px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #8D9096;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loading-indicator i {
    font-size: 40px; }

[data-role="loadingcontainer"] {
  position: relative; }

@media print {
  @page {
    margin-top: 48px;
    margin-bottom: 48px; }
  .app {
    margin-bottom: 0; }
  .at2 .app .app-content-primary,
  .at2 .app-content .app-content-primary,
  .at4 .app .app-content-primary,
  .at4 .app-content .app-content-primary {
    flex: 0 0 100%;
    max-width: 100%; }
  .rio-grid-button-bar {
    display: none !important; }
  #bankruptcy-matter-header .contact-info-slider {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0 5px; }
  .overview-header#bankruptcy-matter-header .contact-info-slider {
    display: block !important; }
  .overview-header#bankruptcy-matter-header .contact-info-slider .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .accordion-panel .section .section-body {
    display: block; }
  #bankruptcy-matter-header.row.overview-header .col-md-12 {
    display: block !important; }
  .contact-info-slider .col-xl-12 .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  #caseInfoMain .row .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  #addNextTouchpointSection {
    display: none; }
  #touchpointsAndCommentsSection textarea,
  #touchpointsAndCommentsSection .btn.btn-primary.btn-block {
    display: none; }
  .rio-grid-button-bar {
    display: none; }
  #addDocumentButton {
    display: none; }
  .panel-footer {
    display: none; }
  .forms-and-schedules-widget .accordion-panel .additional-forms-container {
    display: block; }
  .forms-and-schedules-widget .accordion-panel .section.forms-section {
    border: 1px solid #e4e4e4;
    padding: 0 5px; }
  .scrtabs-tabs-fixed-container {
    width: 100% !important; }
  .scrtabs-tab-scroll-arrow-mdi,
  #side-panel-generate-button,
  #side-panel-generate-button {
    display: none !important; }
  #clients-grid table tr td:last-child,
  #clients-grid table tr th:last-child,
  #recent-matters-list table tr td:last-child,
  #recent-matters-list table tr th:last-child {
    display: none; }
  .exemptions-grid.k-grid .k-detail-row {
    display: table-row !important; }
  .k-detail-row .k-detail-cell .btn.btn-info {
    display: none; }
  #grid_matched table tr td:last-child,
  #grid_matched table tr th:last-child,
  #grid_undelivered table tr td:last-child,
  #grid_undelivered table tr th:last-child {
    display: none; }
  #notifications-settings .lbl {
    -webkit-print-color-adjust: exact;
    color: #e4e4e4; }
  .at3 .app-content-primary,
  .at3 .app-content-tertiary {
    flex: 0 0 100%;
    max-width: 100%; }
  .dashboard-container {
    height: auto !important; }
  .panel-container.right-panel-container-slide,
  .panel-container.left-panel-container {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important; }
  .panel-container.right-panel-container-static {
    top: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important; } }

.modal-header.with-help .close {
  margin: -0.75rem -1rem -1rem 11px; }

.contextual-help-modal {
  z-index: 999;
  background-color: #b21876;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  padding: 3px 6px;
  line-height: 1;
  margin-left: auto;
  margin-top: 8px; }
  .contextual-help-modal:hover {
    text-decoration: none !important;
    color: #fff !important; }
  .contextual-help-modal .help {
    display: none;
    color: #fff; }

@media (min-width: 768px) {
  .contextual-help-modal .help {
    display: inline; } }

div.k-floatwrap.k-header.k-scheduler-toolbar {
  background-color: #173237; }
  div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-navigation, div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views {
    background-color: #173237;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-navigation > li, div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views > li {
      border: none;
      background-color: #173237;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-navigation > li > a, div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views > li > a {
        background-color: #173237;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 4px solid #173237; }
  div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views > li.k-state-hover, div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views > li.k-state-selected {
    border: none;
    background-color: #173237;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views > li.k-state-hover > a, div.k-floatwrap.k-header.k-scheduler-toolbar > ul.k-scheduler-views > li.k-state-selected > a {
      background-color: #173237;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-color: #ebaa20; }

.k-dropzone-hovered {
  background-color: inherit; }

.k-grid-norecords {
  margin: 20px; }

.k-grid .k-detail-selected {
  border-width: 0 1px 1px 1px;
  border-color: #029b97; }

.k-grid-norecords {
  margin: 20px; }

.k-grid-header .k-icon.k-i-arrow-n {
  display: none; }

.k-grid-header .k-icon.k-i-arrow-s {
  display: none; }

.k-grid tr .material-icons {
  vertical-align: middle; }

.k-grid th.k-header:not([role="columnheader"]) {
  padding-right: 20px; }

.k-grid tr.k-alt {
  background-color: #F9F9F9; }
  .k-grid tr.k-alt:hover {
    background: #fff; }
  .k-grid tr.k-alt > td {
    background-color: #F9F9F9;
    font-style: normal; }

.k-grid .k-disabled {
  pointer-events: none; }
  .k-grid .k-disabled > td {
    font-style: normal;
    pointer-events: none; }

.k-grid .k-pager-wrap {
  text-align: right;
  padding-right: 1.4em; }
  .k-grid .k-pager-wrap > .k-link, .k-grid .k-pager-wrap > .k-pager-numbers {
    float: left;
    margin: 0 .2em;
    position: static; }
  .k-grid .k-pager-wrap .k-state-hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    box-shadow: none; }

.k-grid .k-special {
  background-color: #E2ECF6; }
  .k-grid .k-special > td {
    background-color: #E2ECF6;
    font-style: normal; }

.k-grid td.k-state-selected {
  background-color: #F9F9F9;
  border-color: #e6e6e6;
  color: #374b50;
  font-style: normal;
  pointer-events: none; }
  .k-grid td.k-state-selected:hover {
    background-color: #fff; }

.k-grid tr.k-state-selected:hover td {
  background-color: #fff; }

.k-grid tr.k-state-selected > td {
  background-color: #fff;
  border-color: #e6e6e6;
  color: #374b50;
  font-style: normal; }

.k-grid tr:hover {
  background: transparent; }

div.k-loading-mask {
  background: fade(#cfdadd, 20%) !important; }
  div.k-loading-mask div.k-loading-image {
    /*position: absolute !important;*/
    height: 150px !important;
    background-image: url("../Content/images/circle_notch_spinner.gif") !important; }

.k-grid-header .k-header {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px; }

div.k-grid table thead.k-grid-header .k-header {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px; }

div.k-grid table .k-icon.k-i-collapse:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F143"; }

div.k-grid table .k-icon.k-i-expand:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F140"; }

div.k-grid table tbody {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  div.k-grid table tbody > tr > td {
    border-width: 0; }
  div.k-grid table tbody > tr.k-alt.k-state-selected td, div.k-grid table tbody > tr.k-alt.k-detail-is-expanded td, div.k-grid table tbody > tr.k-alt.k-detail-selected td {
    background-color: transparent; }
  div.k-grid table tbody > tr.k-alt td {
    background-color: #f9f9f9; }
  div.k-grid table tbody > tr.k-state-selected {
    background-color: #97f2ee; }
    div.k-grid table tbody > tr.k-state-selected:hover > td {
      background-color: #97f2ee; }
    div.k-grid table tbody > tr.k-state-selected > td {
      background: transparent; }
  div.k-grid table tbody > tr.k-detail-is-expanded {
    background-color: #97f2ee; }
    div.k-grid table tbody > tr.k-detail-is-expanded:hover > td {
      background-color: #97f2ee; }
    div.k-grid table tbody > tr.k-detail-is-expanded > td {
      border-top-width: 1px;
      border-color: #029b97; }
    div.k-grid table tbody > tr.k-detail-is-expanded > td:first-child {
      border-left-width: 1px; }
    div.k-grid table tbody > tr.k-detail-is-expanded > td:last-child {
      border-right-width: 1px; }
  div.k-grid table tbody > tr.k-detail-selected > td {
    border-bottom-width: 1px;
    border-color: #029b97; }
  div.k-grid table tbody > tr.k-detail-selected > td:first-child {
    border-left-width: 1px; }
  div.k-grid table tbody > tr.k-detail-selected > td:last-child {
    border-right-width: 1px; }
  div.k-grid table tbody .k-detail-cell {
    padding-left: 15px;
    padding-right: 15px; }

.k-grid-header {
  background-color: #374b50; }
  .k-grid-header .k-grid-header-wrap {
    border: none; }

.k-grid-header th.k-header {
  border-left: none;
  border-right: none;
  border-bottom: none;
  vertical-align: middle; }

.k-grid-header th.k-header {
  padding: 10px;
  background-color: #374b50; }
  .k-grid-header th.k-header > label.k-checkbox-label:before {
    border-color: #fff; }
  .k-grid-header th.k-header > a.k-link,
  .k-grid-header th.k-header > span.k-link {
    color: #fff; }

.k-pager-numbers .k-state-selected {
  border-color: #374b50;
  color: #374b50; }

.k-grid tr .material-icons {
  vertical-align: middle; }

.k-grid tr th:not([role="rowheader"]) .k-checkbox-label:before {
  margin-top: 5px; }

.k-grid td[role="gridcell"] [class^="command-column"] {
  float: right; }
  .k-grid td[role="gridcell"] [class^="command-column"] .mdi {
    cursor: pointer; }

table {
  font-size: 13px !important; }

table .command-link {
  cursor: pointer; }

.k-grid-header .k-icon.k-i-arrow-n,
.k-grid-header .k-icon.k-i-arrow-s {
  font-family: 'Material Icons';
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  background: none !important; }

.k-grid-header .k-icon.k-i-arrow-s:before {
  content: "arrow_drop_down"; }

.k-grid-header .k-icon.k-i-arrow-n:before {
  content: "arrow_drop_up"; }

.k-grid-norecords {
  margin: 20px; }

.k-grid tr.k-alt {
  background: #fff; }
  .k-grid tr.k-alt > td {
    background: #fff; }

.drag-column .mdi {
  cursor: move; }

.k-grid td {
  padding: 10px; }

div[data-role="grid"]:not([style*="display: none"]) + .rio-grid-button-bar {
  margin-top: 15px;
  margin-bottom: 15px; }

div[data-role="grid"] + .rio-grid-button-bar {
  margin-top: 0px;
  margin-bottom: 15px; }
  div[data-role="grid"] + .rio-grid-button-bar h3 {
    margin-bottom: 20px; }

#summary-liability-plans .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 70%; }

.empty-state-text {
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 3px;
  font-size: 13px;
  color: #374b50; }

.empty-text {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px; }

.k-radio-label:before {
  box-sizing: unset;
  -webkit-box-sizing: unset;
  width: 10px;
  height: 10px; }

.k-radio:checked + .k-radio-label:after {
  background-color: #2a7ab7;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px; }

.k-radio:checked + .k-radio-label:before, .k-radio:checked + .k-radio-label:hover:before {
  border-color: #7f7f7f; }

.k-radio:hover {
  color: #3f51b5;
  background-color: #fff; }

.k-radio:checked {
  color: #2a7ab7;
  background-color: #fff; }

.k-radio:disabled + .k-radio-label {
  opacity: 0.6;
  -webkit-filter: none;
  filter: none;
  cursor: default; }

.k-radio {
  width: 13px;
  height: 13px; }

/* 
    fixes for radio and checkbox label padding
*/
.k-dropdown .k-input, .k-selectbox .k-input {
  text-overflow: unset; }

.k-dropdown-wrap {
  border: none; }

.k-dropdown-wrap.k-state-focused {
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: none; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table !important; }

:checked.k-checkbox + .k-checkbox-label::before {
  background-color: #2a7ab7;
  border-color: #2a7ab7; }

label.k-checkbox-label::after {
  display: none !important; }

span.k-numerictextbox.k-disabled > input {
  background-color: #fafafa !important; }

span.k-disabled > input {
  background-color: #e9ecef !important; }

.k-input {
  border-radius: 0; }

.k-numerictextbox > .k-input-inner {
  text-align: right;
  background-color: #fff;
  color: #444;
  padding: 0px 5px;
  border: 1px solid #d7dada; }

.k-widget.k-input:focus-within, .k-input:focus-within {
  border-color: #029b97;
  color: #444444;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }

span.k-maskedtextbox > input {
  background-color: #fff;
  color: #444; }

.k-checkbox:disabled {
  cursor: not-allowed;
  background-color: #e9ecef;
  color: #444444; }

.k-checkbox:checked {
  color: #ffffff;
  background-color: #2a7ab7; }

.k-checkbox {
  border-color: #7f7f7f;
  background: #fff;
  border-radius: 1px; }

input.form-control[type=number] {
  text-align: right; }

.k-checkbox:disabled + .k-checkbox-label:before {
  color: #999;
  background: #f5f5f5;
  background-image: initial; }

.k-checkbox + .k-checkbox-label,
.k-checkbox-label + .k-checkbox {
  margin-left: 0px;
  display: inline-block; }

span.k-disabled > input {
  background-color: #e9ecef !important; }

.k-input {
  border-radius: 0; }

.k-numerictextbox > .k-input-inner {
  text-align: right;
  background-color: #fff;
  color: #444;
  padding: 0px 5px;
  border: 1px solid #d7dada; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .k-checkbox-label {
    margin: 0; }
  label.k-checkbox-label::before {
    position: absolute;
    top: -1px;
    line-height: 16px; }
  :checked.k-checkbox + .k-checkbox-label::before {
    line-height: 13px !important; } }

@supports (-ms-ime-align: auto) {
  .k-checkbox-label {
    margin: 0; }
  label.k-checkbox-label::before {
    position: absolute;
    top: -1px;
    line-height: 16px; }
  :checked.k-checkbox + .k-checkbox-label::before {
    line-height: 15px !important; } }

span.k-maskedtextbox, span.k-widget.k-autocomplete, .calendar-category-model-control {
  width: 100%;
  background-color: #fff;
  border: 0px solid #d7dada;
  border-radius: 0;
  display: block;
  overflow: visible; }
  span.k-maskedtextbox > input, span.k-widget.k-autocomplete > input, .calendar-category-model-control > input {
    border: 1px solid #d7dada;
    height: calc(1.5em + 0.75rem + 2px); }
    span.k-maskedtextbox > input:hover, span.k-widget.k-autocomplete > input:hover, .calendar-category-model-control > input:hover {
      box-shadow: none;
      background-color: #fff; }
    span.k-maskedtextbox > input:focus, span.k-widget.k-autocomplete > input:focus, .calendar-category-model-control > input:focus {
      color: #495057;
      background-color: #fff;
      border-color: #029b97;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }

.input.k-input, input.k-autocomplete .k-input {
  padding: 0 !important; }

.k-picker-wrap {
  width: 100%;
  padding: 0; }
  .k-picker-wrap > input.k-input, .k-picker-wrap input.k-autocomplete.k-input {
    border: 1px solid #d7dada;
    background-color: #fff;
    padding: 0; }
    .k-picker-wrap > input.k-input:hover, .k-picker-wrap input.k-autocomplete.k-input:hover {
      box-shadow: none;
      border: 1px solid #d7dada; }
    .k-picker-wrap > input.k-input:focus, .k-picker-wrap input.k-autocomplete.k-input:focus {
      color: #495057;
      background-color: #fff;
      border-color: #029b97;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }
  .k-picker-wrap span.k-select {
    position: absolute;
    border-color: transparent !important; }
    .k-picker-wrap span.k-select > span.k-icon {
      position: absolute;
      right: 8px;
      top: 8px; }

.k-icon.k-i-arrow-s.k-button-icon:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0140" !important; }

.k-timepicker {
  width: 100%; }
  .k-timepicker span.k-picker-wrap {
    padding: 0; }

.kendo-create-currency-textbox {
  width: 100%;
  display: block; }

.kendo-create-integer-textbox {
  width: 100%;
  display: block; }

.k-numeric-wrap {
  border: none;
  padding-right: 0; }
  .k-numeric-wrap.k-state-focused {
    background-color: transparent !important; }
  .k-numeric-wrap > input.k-input {
    border: 1px solid #d7dada;
    text-align: right;
    border-radius: 0 !important;
    width: 100%; }
    .k-numeric-wrap > input.k-input:hover {
      box-shadow: none;
      border: 1px solid #d7dada; }
    .k-numeric-wrap > input.k-input:focus {
      color: #495057;
      background-color: #fff;
      border-color: #029b97;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }
    .k-numeric-wrap > input.k-input[role="spinbutton"] {
      padding-right: 40px;
      float: left; }
      .k-numeric-wrap > input.k-input[role="spinbutton"] ~ .k-select {
        min-height: 29px;
        height: 29px;
        margin: 1px 1px 0 0; }
        .k-numeric-wrap > input.k-input[role="spinbutton"] ~ .k-select .k-link {
          height: 50%; }

.form-group .k-widget.k-dropdown {
  height: 33px;
  padding: 0;
  background-color: transparent; }
  .form-group .k-widget.k-dropdown.inline {
    width: auto; }
  .form-group .k-widget.k-dropdown .k-dropdown-wrap .k-input {
    height: 31px;
    line-height: 31px;
    border-radius: 0; }
  .form-group .k-widget.k-dropdown .k-dropdown-wrap .k-select {
    border-radius: 0; }

.k-pager-sizes .k-widget.k-dropdown {
  width: 5.2em;
  height: auto;
  margin-top: 4px; }

.k-widget.k-dropdown {
  width: 100%;
  border: 1px solid #d7dada;
  border-radius: 0;
  height: 33px; }
  .k-widget.k-dropdown > span {
    background-color: #fff; }
  .k-widget.k-dropdown .k-input {
    text-indent: 0;
    margin-left: 5px; }
  .k-widget.k-dropdown:hover {
    box-shadow: none;
    border: 1px solid #d7dada; }
  .k-widget.k-dropdown:focus {
    color: #495057;
    background-color: #fff;
    border-color: #029b97;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default {
  border: none;
  box-shadow: none; }
  .k-autocomplete.k-state-default.k-state-focus, .k-picker-wrap.k-state-default.k-state-focus, .k-dropdown-wrap.k-state-default.k-state-focus, .k-numeric-wrap.k-state-default.k-state-focus {
    box-shadow: none;
    background-color: #fafafa; }

.k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover {
  box-shadow: none;
  background-color: #fafafa; }

.k-datepicker {
  display: block;
  width: 100%; }
  .k-datepicker input.k-input {
    height: calc(1.5em + 0.75rem + 2px); }

.k-picker-wrap.k-state-default {
  background-color: #fff; }

.k-datetimepicker {
  background-color: #fff; }

.k-combobox {
  width: 100%;
  border: 1px solid #e6e6e6; }
  .k-combobox input.k-input {
    height: calc(1.5em + 0.75rem + 2px); }

.k-input {
  padding: 0; }

label > i.mdi {
  font-size: inherit; }

/*
    fixing disabled states for kendo pieces
*/
span.k-maskedtextbox > input[disabled] {
  background-color: #eee;
  opacity: 1;
  border-color: #d6dbdc;
  cursor: not-allowed; }
  span.k-maskedtextbox > input[disabled]:hover {
    border-color: #d6dbdc !important;
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed; }

.k-input-value-text {
  text-overflow: unset;
  font-weight: 500;
  overflow: visible; }

.k-button-solid-base:hover, .k-button-solid-base.k-hover {
  background-color: #fff; }

.k-list-optionlabel {
  color: #3f51b5;
  background-color: #fff;
  border-color: #fff; }
  .k-list-optionlabel.k-selected.k-focus.k-hover {
    color: #444;
    background-color: #ebebeb;
    border-color: #ebebeb;
    box-shadow: none; }

span.k-input.k-maskedtextbox.kendo-create-masked-textbox.type\=.k-input-solid.k-input-md.k-rounded-md {
  height: 36px; }

.kendo-create-numeric-textbox {
  width: 100%;
  display: block; }

.k-callout-e {
  border-left-color: black; }

.k-callout-s {
  border-top-color: #fff; }

.k-pager-wrap .k-link:link, .k-pager-wrap .k-link:visited, .k-pager-wrap .k-nav-current.k-state-hover .k-link {
  color: #374b50; }

.k-pager-wrap .k-state-hover .k-link {
  color: #029b97; }

.k-tooltip {
  text-align: left;
  border-width: 1px; }
  .k-tooltip.k-widget {
    background-color: #fff;
    border-color: #000000;
    color: #374b50;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-family: "Roboto", Arial, sans-serif;
    vertical-align: middle;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2); }

.k-spreadsheet-sheets-items .k-state-active, .k-spreadsheet-sheets-items .k-state-focused, .k-spreadsheet-sheets-items .k-state-hover, .k-spreadsheet-tabstrip .k-state-active, .k-spreadsheet-tabstrip .k-state-focused, .k-spreadsheet-tabstrip .k-state-hover {
  background-color: #3f51b4; }

.k-spreadsheet-sheets-bar-add .k-button, .k-spreadsheet-quick-access-toolbar .k-button {
  background-color: #3f51b4;
  display: none; }

.color-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ccc;
  vertical-align: -2px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #000; }

.disabledGrayScaled {
  filter: grayscale(100%);
  opacity: 0.6;
  pointer-events: none; }

.k-i-close {
  color: #d3d3d3; }

.k-animation-container, .k-animation-container *,
.k-animation-container :after, .k-block .k-header,
.k-dialog .k-window-content, .k-list-container,
.k-widget, .k-widget *, .k-widget :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.k-list > .k-state-selected.k-state-focused {
  color: #444; }

[data-role="addresscontrol"],
[data-role="creditorcontrol"],
[data-role="fullnamecontrol"],
[data-role="fullnameorbusinesscontrol"],
[data-role="percentatextimal"],
[data-role="radiobuttongroup"],
[data-role="standardresponse"],
[data-role="textimal"],
[data-role="linkedtextimal"],
[data-role="currencyinput"],
[data-role="integerinput"],
[data-role="dynamicsplitbutton"],
[data-role="eincontrol"],
[data-role="imageuploader"],
[data-role="pasteaddress"],
[data-role="pasteclientssn"],
[data-role="pastedebtor"],
[data-role="percentagecontrol"],
[data-role="phonenumbercontrol"],
[data-role="previewformbuttoncontrol"],
[data-role="riocopytoclipboard"],
[data-role="riomultiselect"],
[data-role="socialsecuritycontrol"],
[data-role="splitbutton"],
[data-role="useravatar"],
[data-role="riocheckbox"],
[data-role="riosearchbar"],
[data-role="riosignaturebox"],
[data-role="riotextarea"],
[data-role="riotextbox"],
[data-role="categorydropdown"],
[data-role="commandmenu"],
[data-role="riocalendarsearch"],
[data-role="riocombobox"],
[data-role="riodatepicker"],
[data-role="rioeventupload"],
[data-role="riolistview"],
[data-role="riotimepicker"],
[data-role="rioupload"],
[data-role="dynamic-section"],
[data-role="carouselwidget"],
[data-role="riocontrolblock"],
[data-role="scrollingtabs"],
[data-role="slidecontainer"],
[data-role="wistiacontainer"],
[data-role="contextualhelp"],
[data-role="masstooltip"],
[data-role="navpill"],
[data-role="pillcontainer"],
[data-role="datalabel"],
[data-role="headerwithicon"],
[data-role="icon"],
[data-role="iconwithtooltip"],
[data-role="riolabel"],
[data-role="accesscodesetupvideowidget"],
[data-role="calendarsyncsetupvideowidget"],
[data-role="caseoverviewreport"],
[data-role="claimtrackermatchwidget"],
[data-role="clientdocumentlist"],
[data-role="eventquickadd"],
[data-role="firmavatar"],
[data-role="formsandschedules"],
[data-role="formsandscheduleslistbox"],
[data-role="locationpicker"],
[data-role="myecfimportfile"],
[data-role="passwordchecker"],
[data-role="riodocumentfolders"],
[data-role="resourcecenter"],
[data-role="riopanel"] {
  display: none; }

[data-tab-content] > div, .tab-content > div {
  display: none; }

[data-tab-previous], [data-tab-next] {
  display: none; }

/*
    command menu styling
 */
@media (min-width: 768px) {
  ul[data-command-menu] {
    min-width: 200px; } }

@media (min-width: 576px) {
  ul[data-command-menu] {
    min-width: 150px; } }

ul[data-command-menu].k-context-menu.k-menu-vertical > .k-item > .k-link {
  padding: 5px 10px; }

.k-item.k-menu-item.k-first.k-last {
  width: 192px;
  height: 36px;
  overflow: visible;
  z-index: 10002;
  box-sizing: content-box;
  flex-flow: initial !important; }

.k-menu-link-text {
  font-weight: 500; }

.command-icon:before {
  border-radius: 40px; }

.command-icon.active:before {
  color: #374b50;
  background-color: #d7d7d7; }

.command-icon.active:hover:before {
  color: #374b50;
  background-color: #d7d7d7; }

.command-icon:hover:before {
  color: #374b50;
  background-color: #F2F2F2; }

.k-context-menu.k-menu-vertical > .k-item > .k-link {
  padding: .5em 4.929em .5em 1.714em; }

.k-menu-vertical > .k-menu-item + .k-menu-item {
  margin-top: 0px; }

.k-item.k-menu-item:hover {
  border-left: none; }

.rio-creditor-control {
  position: relative; }
  .rio-creditor-control .init-icon {
    position: absolute;
    cursor: pointer;
    height: 33px;
    width: auto;
    top: 0;
    right: 20px;
    line-height: 33px;
    display: none; }
    .rio-creditor-control .init-icon.disabled-icon {
      color: #666 !important; }
    .rio-creditor-control .init-icon.text-area-icon.scroll {
      right: 40px; }
    .rio-creditor-control .init-icon.in {
      display: block; }
  .rio-creditor-control .creditor-container {
    display: none; }
    .rio-creditor-control .creditor-container.in {
      display: block; }
  .rio-creditor-control .dynamic-section-container {
    position: relative; }
    .rio-creditor-control .dynamic-section-container .outside-icon-container {
      position: absolute;
      top: 0;
      right: -42px;
      font-size: 24px;
      background: #2a7ab7;
      border-radius: 0 3px 3px 0px;
      height: 35px;
      width: 42px;
      text-align: center;
      display: none;
      z-index: 9999999999; }
      .rio-creditor-control .dynamic-section-container .outside-icon-container.in {
        display: block; }
      .rio-creditor-control .dynamic-section-container .outside-icon-container .dynamic-icon {
        display: none; }
        .rio-creditor-control .dynamic-section-container .outside-icon-container .dynamic-icon.in {
          display: block;
          cursor: pointer; }
  .rio-creditor-control .radio-group.inline [class*="col-"]:not(.ignore-inline) + [class*="col-"]:not(.ignore-inline) {
    padding: 0; }
  .rio-creditor-control .radio-group.inline [class*="col-"] {
    float: left; }
  .rio-creditor-control .radio-group.inline {
    line-height: normal;
    padding-bottom: 15px; }
  .rio-creditor-control .radio-group.inline label {
    margin: 0; }
  .rio-creditor-control .k-radio-label {
    background-color: #e4e4e4;
    padding: 3px 14px;
    color: #666666; }
  .rio-creditor-control .k-radio-label:hover {
    background-color: #cfd5d6; }
  .rio-creditor-control .k-radio:checked + .k-radio-label {
    background-color: #999999;
    color: #ffffff; }
  .rio-creditor-control .radio-group.inline [class*="col-"]:first-child .k-radio-label {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
  .rio-creditor-control .radio-group.inline [class*="col-"]:nth-child(2n) .k-radio-label {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }
  .rio-creditor-control .k-radio-label:before {
    box-sizing: unset;
    -webkit-box-sizing: unset;
    border: none;
    background: none;
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0; }
  .rio-creditor-control .k-radio:checked + .k-radio-label:before,
  .rio-creditor-control .k-radio:checked + .k-radio-label:hover:before {
    border: none; }
  .rio-creditor-control .k-radio:checked + .k-radio-label:after {
    background: none;
    border: none;
    content: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0; }

ccl-picker .grid-toggler [toggle] {
  cursor: pointer;
  background-color: #ffffff;
  padding: 3px 11px;
  color: #666666;
  border: 1px solid #d1d6d7; }

ccl-picker .grid-toggler [toggle].selected {
  background-color: #1d5580;
  color: #ffffff; }

ccl-picker .grid-toggler [toggle]:hover {
  color: #1d5580;
  background-color: #cfd5d6; }

ccl-picker .grid-toggler .show-common-creditor {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center; }

ccl-picker .grid-toggler .show-other-forms {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

ccl-picker .common-creditor-list tr.alternate-background, ccl-picker .matter-creditor-list tr.alternate-background {
  background-color: #f3f5fb !important; }

ccl-picker .common-creditor-list tr.selected-row, ccl-picker .matter-creditor-list tr.selected-row {
  background-color: #ccebea !important; }

ccl-picker .common-creditor-list .max-ch-length, ccl-picker .matter-creditor-list .max-ch-length {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.dashboard-container {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%; }
  .dashboard-container .icon-extend i, .dashboard-container .icon-retract i {
    color: #2a7ab7; }

.panel-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .panel-container.left-panel-container {
      width: auto;
      left: 0;
      right: 33.33333333%;
      position: absolute; }
    .panel-container.right-panel-container-slide {
      position: absolute;
      left: 66.6666667%;
      right: 0px;
      width: auto; }
    .panel-container.right-panel-container-static {
      position: absolute;
      width: auto;
      left: 66.6666667%;
      right: 0; }
    .panel-container.right-panel-freetrail-container {
      position: absolute;
      width: auto;
      left: 66.6666667%;
      right: 0; } }
  .panel-container .left-panel-container {
    position: relative;
    width: 100%; }
  .panel-container .right-panel-container-slide {
    position: relative;
    width: 100%; }
  .panel-container .right-panel-container-static {
    position: relative;
    width: 100%; }
  .panel-container .right-panel-freetrail-container {
    position: relative;
    width: 100%; }

.k-widget.k-dropdown > span.k-state-disabled {
  background-color: #eee;
  cursor: not-allowed !important; }

.k-checkbox[disabled] + label {
  cursor: not-allowed !important; }

.dynamic-section {
  border: none; }
  .dynamic-section::after {
    display: block;
    clear: both;
    content: ""; }
  .dynamic-section.toggled {
    border-width: 1px;
    border-style: solid;
    border-color: #2a7ab7; }
    .dynamic-section.toggled::after {
      display: block;
      clear: both;
      content: ""; }
  .dynamic-section .default-state {
    display: none; }
    .dynamic-section .default-state.in {
      display: block; }
  .dynamic-section .toggled-state {
    display: none;
    padding: 15px; }
    .dynamic-section .toggled-state.in {
      display: block; }

.event-quick-add .dropdown-menu, .event-quick-add .panel-user {
  width: 500px; }
  .event-quick-add .dropdown-menu .quick-add-dropdown, .event-quick-add .panel-user .quick-add-dropdown {
    padding: 15px; }
    .event-quick-add .dropdown-menu .quick-add-dropdown::after, .event-quick-add .panel-user .quick-add-dropdown::after {
      display: block;
      clear: both;
      content: ""; }

/* 
    Styling for forms and schedules widget
*/
.forms-and-schedules-widget .section .mdi {
  cursor: pointer; }

.forms-and-schedules-widget .select-all-container {
  margin-top: 25px;
  padding-left: 20px; }

.forms-and-schedules-widget .text-warning-14 {
  color: #e12339 !important;
  font-size: 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.forms-and-schedules-widget .label-arrow-right {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bolder; }

.forms-and-schedules-widget .badge.counter {
  border-radius: 15px;
  background-color: #B9C2C3;
  padding-left: 7px;
  padding-right: 7px; }

.forms-and-schedules-widget .badge.counter[data-badge-has-count="true"] {
  background-color: #EBAA20; }

h3.indented-with-head > i {
  margin-right: 4px; }

.text-box-with-icon {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.header-with-icon-offset {
  padding-left: 30px; }

.k-popup .k-list .k-item.k-first {
  padding-top: 21px;
  border: none; }

.k-popup .k-list .k-item > .k-group {
  left: 0;
  background-color: #fff;
  color: #374b50;
  border: none;
  text-transform: none;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 5px; }

.k-popup > .k-group-header {
  background-color: transparent;
  text-transform: none;
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 5px; }

.k-popup .k-list .k-item {
  padding-left: 15px;
  padding: 1px 11px; }

.k-list-ul {
  min-height: 2.143em;
  line-height: 2.143em; }

.k-list-item-text {
  font-weight: 500; }

.k-list-item.k-selected:hover, .k-list-item.k-selected.k-hover {
  color: #444;
  background-color: #ebebeb; }

.k-list-item:focus, .k-list-item.k-focus {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
  box-shadow: none; }

.k-group-header + div > .k-list > .k-item.k-first:before {
  border: none; }

.level {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .level .k-combobox {
    width: 12.4em; }
  .level label {
    margin-bottom: 0; }
  .level .fill-level {
    flex-grow: 1 !important;
    padding-right: 5px; }
  .level.full {
    width: 100%;
    height: 100%; }
  .level h1, .level h2, .level .modal-content .modal-header .modal-title, .modal-content .modal-header .level .modal-title,
  .level .modal-content .modal-footer .modal-title, .modal-content .modal-footer .level .modal-title, .level h3, .level h4, .level h5, .level h6, .level p {
    margin: 0; }
  .level .level-item {
    align-items: center;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    justify-content: center; }
    .level .level-item.is-wide {
      flex-grow: 1; }
    .level .level-item:not(.is-narrow) {
      flex-grow: 1; }
  .level .level-left {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .level .level-left.full-width {
      flex: 0 0 100%; }
  .level .level-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .level .level-left, .level .level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0; }
  .level .is-full-width.has-ellipses {
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }

.paste-address-widget {
  cursor: pointer; }
  .paste-address-widget .fa-caret-down {
    color: #666; }
  .paste-address-widget .dropdown-menu, .paste-address-widget .panel-user {
    border-radius: 0;
    right: 15px;
    left: auto;
    box-shadow: none; }
  .paste-address-widget .paste-text {
    font-size: 13px;
    color: #666;
    margin-right: 5px; }

.paste-debtor-widget {
  cursor: pointer; }
  .paste-debtor-widget .fa-caret-down {
    color: #666; }
  .paste-debtor-widget .dropdown-menu, .paste-debtor-widget .panel-user {
    border-radius: 0;
    right: 15px;
    left: auto;
    box-shadow: none; }
  .paste-debtor-widget .paste-text {
    font-size: 13px;
    color: #666;
    margin-right: 5px; }
  .paste-debtor-widget hr {
    margin-top: 0;
    margin-bottom: 0; }

.toggled-state::after {
  display: block;
  clear: both;
  content: ""; }

/*
    inline functionality
*/
.radio-group.inline {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .radio-group.inline [class*="col-"] {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .radio-group.inline [class*="col-"].ignore-inline {
    flex: 0 0 100%;
    max-width: 100%; }

.radio-group > .addon {
  padding-left: 35px;
  padding-right: 35px; }

.radio-group.row.xs-gutters > .addon {
  padding-left: 22.5px;
  padding-right: 22.5px; }

.radio-group.row.sm-gutters > .addon {
  padding-left: 25px;
  padding-right: 25px; }

.radio-group.row.md-gutters > .addon {
  padding-left: 30px;
  padding-right: 30px; }

.k-radio:focus + .k-radio-label:before {
  -webkit-box-shadow: 0 0 0 .5px #374b50;
  box-shadow: 0 0 0 .5px #374b50; }

.k-checkbox:focus + .k-checkbox-label:before {
  outline: .5px dashed #374b50 !important;
  outline-offset: 2px !important; }

.k-radio-label {
  padding-left: 18.8px; }

.k-radio-label:before {
  box-sizing: unset;
  -webkit-box-sizing: unset;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
  border-width: 2px;
  border-color: #7f7f7f; }

.k-radio:checked + .k-radio-label:after {
  content: "";
  position: absolute;
  background-color: #2a7ab7;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%; }

.k-radio {
  border-style: inherit; }

[data-role="radiobuttongroup"] .k-radio + .k-radio-label, .k-radio-label + .k-radio {
  margin-left: 15px; }

.k-checkbox-label, .k-radio-label {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  line-height: 16px;
  cursor: pointer;
  border-style: solid;
  border-width: 0; }

label.k-radio-label {
  margin-bottom: 0.7em; }

.k-radio + .k-radio-label {
  display: inline-block; }

.k-radio:checked {
  display: inline-block; }

.k-radio:disabled:checked + .k-radio-label:after {
  background-color: #3f51b5;
  opacity: .5; }

.k-icon.k-i-sort-desc-sm, .k-icon.k-i-sort-asc-sm {
  display: none; }

[data-column-name="command"] a {
  cursor: pointer; }

[data-role='columnsorter'] i {
  color: #fff;
  opacity: .5; }

[data-role='columnsorter'][aria-sort] i {
  opacity: 1; }

[data-role='columnsorter'][aria-sort='ascending'] i:before {
  content: '\f360'; }

td[align-left], th[align-left] {
  text-align: left !important; }

td[align-right], th[align-right] {
  text-align: right !important; }

td[align-center], th[align-center] {
  text-align: center !important; }

/*
    This is for the button bar under the grid
*/
.k-grid-norecords {
  margin: 0;
  padding: 60px; }

/*
    This is for the search bar above the grid
*/
[data-role="riogrid"] .rio-search-bar {
  margin-bottom: 10px; }

.readonly-grid {
  opacity: .85;
  cursor: not-allowed; }
  .readonly-grid * {
    pointer-events: none; }

/*
    k-heirarchy is for the "twisty" on the grid that expands the detail row
*/
.k-grid .k-hierarchy-cell {
  width: 3%; }

.notes-grid-toggler [toggle] {
  margin-top: 5%;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #D1D6D7;
  padding: 5px 0px; }

.notes-grid-toggler [toggle].selected {
  background-color: #D1D6D7; }

.notes-grid-toggler .show-condensed-notes {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center; }

.notes-grid-toggler .show-full-notes {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center; }

.rio-label::after {
  display: block;
  clear: both;
  content: ""; }

.rio-label label.is-not-bold {
  font-weight: 300px; }

.form-group .label-level {
  height: 20px; }

.label-level {
  margin-bottom: .5rem;
  font-size: 13px;
  line-height: 19.5px; }
  .label-level .level-item {
    line-height: 19.5px; }
  .label-level .mdi {
    font-size: 24px;
    line-height: 24px; }
  .label-level [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    float: none; }
  .label-level label {
    margin-bottom: 0; }

.rio-label .muted-text {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: 13px;
  margin-left: 5px; }

.rio-upload {
  /*Screw you kendo I'll do my own thing*/ }
  .rio-upload #rioCustomUploadButton {
    margin: 1.75em; }
  .rio-upload .k-upload-sync .k-upload-button {
    margin: 1.5em; }
  .rio-upload .k-button.k-upload-button {
    border-radius: 4px; }
  .rio-upload th .k-dropzone-hovered {
    background-color: #364c54 !important; }
  .rio-upload td .k-dropzone-hovered {
    background-color: initial !important; }
  .rio-upload span .k-dropzone-hovered {
    background-color: initial !important; }
  .rio-upload .uploadValidationText {
    font-weight: 400;
    color: #888888;
    font-size: 12px;
    font-style: italic; }
  .rio-upload .folderName {
    margin-left: 20px;
    color: #444 !important; }
  .rio-upload span.k-dropdown-wrap.k-state-default {
    background-color: transparent !important; }
  .rio-upload span.k-dropdown {
    border: 1px solid black;
    background-color: transparent; }
  .rio-upload .folderSelection .k-widget.k-dropdown {
    width: 300px; }
  .rio-upload .file-name-heading {
    /* We need a bit more space to make this look nice.*/
    margin-left: 10px; }
  .rio-upload .status {
    margin-right: 25px;
    font-size: 18px; }
  .rio-upload .documents-searchheader {
    margin-top: 1.5em; }
  .rio-upload .documents-searchheader a {
    font-size: 16px;
    margin-left: 2em; }
  .rio-upload .documents-grid {
    margin-top: 10px; }
  .rio-upload .k-upload-status.k-upload-status-total {
    display: none; }
  .rio-upload .fileResult {
    border: 1px solid #dddddd;
    margin: 0px;
    padding: 5px; }
  .rio-upload .folderSelection {
    /*margin-top: 27px;*/
    /*margin-left: 25px;*/
    font-weight: bold; }
  .rio-upload .errorState {
    text-align: center;
    padding: 10px;
    font-weight: bold; }
  .rio-upload .fileStatus {
    font-size: 21px; }
  .rio-upload .uploadText {
    color: #1BBCB7;
    font-size: 16px;
    text-align: center;
    /*margin-top: 29px;*/
    margin-bottom: auto;
    font-weight: bold; }
  .rio-upload .success {
    color: green; }
  .rio-upload .error {
    color: red; }
  .rio-upload #uploadList {
    margin-top: 10px; }
  .rio-upload .fakeyButtoney {
    margin: 25px 10px 20px 25px; }
  .rio-upload .k-widget.k-upload {
    /*I do my own stuff kendo better recognize*/
    /*display: none;*/ }
  .rio-upload .selectAFolder {
    margin-top: 1em; }
  .rio-upload .myDropZone {
    border: dashed #1BBCB7 2px;
    border-radius: 10px;
    background-color: rgba(27, 188, 183, 0.06);
    display: flex;
    margin-top: 20px; }
  .rio-upload .myDropZone.k-dropzone-active {
    background-color: rgba(27, 188, 183, 0.16); }
  .rio-upload #fakeyUploadButtonId {
    color: #fff;
    background-color: rgba(27, 188, 183, 0.9);
    border-color: #1bbcb7; }
  .rio-upload .k-button.k-upload-button {
    color: #fff;
    background-color: rgba(27, 188, 183, 0.9);
    border-color: #1bbcb7;
    /*Forget you I do my own button with blackjack and better styles*/
    display: none; }
  .rio-upload .k-upload-files h1.uploadText {
    text-align: left;
    color: #888888;
    font-size: inherit;
    padding: 10px 0px; }
  .rio-upload .file-wrapper {
    display: block;
    padding: 10px 0px; }
  .rio-upload .k-file {
    display: block; }
  .rio-upload .k-file-extension-wrapper {
    display: inline-block !important;
    margin-top: -10px; }
  .rio-upload .k-upload-files.k-reset {
    display: block !important; }
  .rio-upload .k-widget.k-upload {
    background-color: transparent;
    border: none;
    width: 100%; }
  .rio-upload .k-button.k-clear-selected, .rio-upload .k-button.k-upload-selected {
    display: none; }
  .rio-upload .fakeyButtoney.k-dropzone-hovered, .rio-upload .uploadText.k-dropzone-hovered {
    background-color: transparent !important; }

.prepend-icon {
  background: transparent;
  border: none;
  font-size: 26px;
  z-index: 10;
  padding: 0;
  position: absolute;
  left: 6px; }
  .prepend-icon > i.mdi {
    font-size: 22px;
    height: 33px; }

.apend-icon {
  background: transparent;
  border: none;
  font-size: 26px;
  z-index: 10;
  padding: 0;
  position: absolute; }
  .apend-icon > i.mdi {
    font-size: 22px;
    height: 33px; }
  @media (min-width: 576px) {
    .apend-icon {
      right: 20px; } }
  @media (min-width: 768px) {
    .apend-icon {
      right: 6px; } }

[data-role="percentagecontrol"] input.k-input[role="spinbutton"],
[data-role="currencyinput"] input.k-input[role="spinbutton"],
[data-role="integerinput"] input.k-input[role="spinbutton"],
[data-role="textimal"] input.k-input[role="spinbutton"],
[data-role="linkedtextimal"] input.k-input[role="spinbutton"],
[data-role="percentatextimal"] input.k-input[role="spinbutton"] {
  padding: 6px 5px;
  height: 33px; }

.standard-response .mdi {
  font-size: 23px;
  cursor: pointer; }
  .standard-response .mdi:hover {
    color: #999; }

.standard-response .cmd-container {
  pointer-events: auto; }
  .standard-response .cmd-container[disabled] {
    pointer-events: none; }
    .standard-response .cmd-container[disabled] .mdi {
      pointer-events: none;
      color: #999; }

.standard-response .k-widget.k-combobox {
  height: 35px; }
  .standard-response .k-widget.k-combobox span.k-dropdown-wrap {
    height: 32px; }
  .standard-response .k-widget.k-combobox input.k-input-inner {
    height: 32px; }

.standard-response .k-combobox.k-widget.k-input {
  background-color: #fff; }
  .standard-response .k-combobox.k-widget.k-input:hover .k-clear-value {
    display: block;
    align-self: auto; }
  .standard-response .k-combobox.k-widget.k-input .k-icon.k-i-arrow-s:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F140"; }

.standard-response .k-clear-value {
  display: none;
  background-color: #fff; }

.standard-response .k-combobox.k-widget.k-input:hover > .k-clear-value {
  display: block;
  align-self: auto; }

.standard-response .k-input-inner {
  background-color: #fff; }

.standard-response .k-widget.k-input, .standard-response .k-input:hover {
  background-color: #fff; }

.standard-response .k-widget.k-input, .standard-response .k-input {
  border: 1px solid #d7dada; }

.k-list-item.k-focus.k-selected, .k-list-item.k-selected:hover, .k-list-item.k-selected.k-hover {
  color: #444 !important;
  background-color: #ebebeb !important; }

.level-item[class*="delete_command_column"] .mdi {
  font-size: 23px;
  cursor: pointer; }
  .level-item[class*="delete_command_column"] .mdi:hover {
    color: #999; }

.k-widget.k-listview {
  border: none; }

.k-list-item-group-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  line-height: 1.8;
  left: 0;
  background-color: #fff;
  color: #374b50;
  border: none;
  font-weight: 500;
  text-transform: none;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 5px;
  border-bottom-left-radius: 1px; }

.k-list-group-sticky-header {
  padding: 4px 8px;
  border: none; }

[data-role="categorydropdown"] {
  font-weight: 500; }

[data-role="popup"].k-popup .k-first {
  padding-top: 24px;
  border: none;
  padding-left: 15px; }

[data-role="popup"].k-popup .k-list-item {
  padding-left: 15px; }

[data-role="popup"].k-popup .k-list-item:not(.k-first) {
  padding-top: 1px; }

[data-role="popup"].k-popup .k-list-item-text {
  font-weight: 500;
  padding-top: 4px; }

.textimal-addons {
  display: flex;
  align-items: center; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio .tooltipster-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: none; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio .tooltipster-content {
  color: #374b50;
  padding: 12px 14px;
  padding-top: 20px; }
  .tooltipster-sidetip.tooltipster-default.tooltipster-rio .tooltipster-content .close {
    opacity: 1 !important;
    color: #666;
    font-size: 18px;
    float: none;
    font-weight: normal;
    position: absolute;
    cursor: pointer;
    pointer-events: all;
    z-index: 99999999; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio.tooltipster-top .close {
  top: 10px;
  right: 6px; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(0, 0, 0, 0.2);
  top: 1px; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: 0px; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio.tooltipster-bottom .close {
  top: 18px;
  right: 6px; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -1px; }

.tooltipster-sidetip.tooltipster-default.tooltipster-rio.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 0px; }

.contextual-help {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
  background-color: #b21876;
  color: #fff;
  position: fixed;
  bottom: 60px;
  right: 0;
  border-radius: 3px 0 0 3px;
  padding: 5px; }
  .contextual-help, .contextual-help .mdi {
    color: #fff;
    font-size: 14px;
    font-weight: 500; }
  .contextual-help:hover {
    text-decoration: none !important;
    color: #fff !important; }
  .contextual-help .mdi {
    font-size: 24px; }
  .contextual-help .help {
    display: none;
    color: #fff; }
    @media (min-width: 768px) {
      .contextual-help .help {
        display: inline; } }

.rio-table th {
  background-color: #374b50;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 15px; }

.rio-table td {
  font-weight: 700;
  padding: 15px; }
  .rio-table td.currency {
    text-align: right; }
  .rio-table td.empty {
    background-color: #d6dbdc; }

.rio-table tr.totals-row {
  border-top: 2px solid #374b50; }

.rio-table.monthly-wages-table td {
  font-size: 13px;
  font-weight: 400; }

.rio-table.monthly-wages-table th, .rio-table.monthly-wages-table td {
  padding: 10px; }

.document-list-widget .row.document-list-item {
  margin-bottom: 5px; }
  .document-list-widget .row.document-list-item .col {
    align-self: center; }
    .document-list-widget .row.document-list-item .col .reorder-only {
      margin-bottom: 10px; }
    .document-list-widget .row.document-list-item .col.shrink-col {
      flex-grow: 0; }
    .document-list-widget .row.document-list-item .col i.mdi-drag {
      cursor: n-resize; }
    .document-list-widget .row.document-list-item .col .row-name {
      padding-top: 6px;
      padding-bottom: 6px; }
  .document-list-widget .row.document-list-item:nth-child(even) {
    background: #f8f8f8; }

[data-role="riocheckbox"] label {
  margin-bottom: 0; }

.k-checkbox-label {
  vertical-align: inherit;
  padding-left: 20.8px; }

.k-checkbox:disabled + .k-checkbox-label:before {
  color: #999 !important;
  background: #f5f5f5 !important;
  background-image: initial; }

:checked.k-checkbox + .k-checkbox-label::before {
  color: #fff;
  background-color: #2a7ab7;
  border-color: #2a7ab7; }

.k-checkbox:checked + .k-checkbox-label:before {
  content: "\2713"; }

.k-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-color: #7f7f7f;
  border-width: 1px;
  border-style: solid;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center; }

.k-checkbox + .k-checkbox-label,
.k-checkbox-label + .k-checkbox {
  margin-left: 0px; }

.k-checkbox {
  border-style: inherit; }

.k-checkbox-label, .k-radio-label {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  line-height: 16px;
  cursor: pointer;
  border-style: solid;
  border-width: 0; }

.k-radio, input.k-checkbox {
  display: inline-block;
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-appearance: none;
  overflow: hidden; }

.k-checkbox-label:empty {
  display: inline-block; }

div.avatar-circle {
  width: 200px;
  height: 200px;
  background-color: gray;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto; }

div.buttonContainer {
  margin: 25px auto;
  display: block;
  width: 200px; }

div.imageContainer {
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.locations-list {
  padding: 0;
  list-style-type: none; }

.locations-list li {
  margin-bottom: 10px; }

ul.locations-list > li.additional-location {
  display: none; }

.list-inside {
  list-style-position: inside; }

.header-link {
  font-size: 14px;
  vertical-align: middle;
  line-height: 27px; }

.display-screen-modal {
  display: none !important; }

.resource-center-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  inset: auto 8px 170px auto;
  z-index: 99;
  /* Sit on top */
  width: 245px;
  /* Full width */
  background-color: #ffffff;
  /* Fallback color */
  border-color: #173237;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  max-width: 75%;
  border-top: 5px solid #173237; }

.resource-center-modal.menu {
  height: 224px;
  /* Full height */ }

.resource-center-modal.live-center {
  height: 612px;
  /* Full height */ }

.resource-center-button {
  border-radius: 25px;
  left: calc(100vw - 75px);
  bottom: 114px;
  position: fixed;
  z-index: 99;
  background-image: url("/Content/images/Resource_Center.svg");
  background-position: center center;
  background-size: cover;
  padding: 0px;
  line-height: 1;
  margin: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  float: none;
  vertical-align: text-bottom;
  cursor: pointer;
  display: inline-block; }

.resource-center-menu {
  height: 100%; }

.resource-center-li {
  cursor: pointer;
  display: flex;
  border: 1px solid #d1d6d7;
  height: 25%; }

.resource-center-arrow {
  position: absolute;
  left: 209px;
  height: 24px; }

.resource-center-link {
  color: black;
  padding: 25px 24px;
  width: 100%;
  display: flex;
  align-items: center; }

.resource-center-link:hover {
  color: black;
  text-decoration: none; }

.resource-center-arrow-right {
  font-size: 24px;
  color: black;
  display: flex;
  align-items: center;
  margin-left: auto; }

.resource-center-arrow-left {
  font-size: 24px;
  color: black;
  display: flex;
  align-items: center;
  margin-right: 10px; }

.live-info {
  color: #16a550;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 2px; }

.live-info.training-details {
  font-size: 10px;
  margin-left: auto; }

.live-info-icon-training {
  color: #16a550;
  font-size: 14px; }

.live-info-icon {
  color: #16a550;
  font-size: 16px; }

.live-training-li {
  display: flex;
  border: 1px solid #d1d6d7;
  height: 54px; }

#live-training {
  cursor: pointer; }

.live-training-modal {
  height: 100%; }

.live-training-details {
  width: 75%;
  margin-left: 12.5%;
  margin-top: 10px;
  height: 558px; }

.live-training-span {
  color: black;
  padding: 25px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer; }

.live-training-span:hover {
  color: black;
  text-decoration: none; }

.live-training-event {
  margin-bottom: 2.5%;
  background-color: #ffffff;
  border: 1px solid #e8ebeb;
  border-radius: 5px; }

.live-training-event.session {
  height: 276px; }

.live-training-event.webinar {
  margin-top: 20px;
  height: 204px; }

.live-training-session-copy {
  padding-top: 10px;
  padding-left: 5px;
  background-color: #e8ebeb;
  height: 80%; }

.live-training-session-copy.webinar {
  height: 100%; }

.live-training-session-copy p {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left; }

.live-training-button {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 20%;
  background-color: #ffffff; }

.live-training-session-button {
  border: 1px;
  border-radius: 4px;
  width: 127px;
  height: 28px;
  color: #ffffff;
  background-color: #029b97; }

.webinar-link {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left; }

#text-area-live-traning-popup {
  width: 100%;
  height: 100%;
  display: grid; }

.live-training-icon {
  width: 64px;
  height: 64px;
  background: transparent url("/Content/images/live_training_icon.svg");
  background-size: cover;
  background-position: center; }

.live-info-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  transform: translate(0%, -50%);
  background-image: url("/Content/images/live-icon.svg");
  border: 0px; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  top: 285px !important; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  z-index: 99;
  width: 310px;
  height: 338px;
  max-width: 310px;
  padding: 8px 12px 8px 12px;
  gap: 10px;
  border-radius: 4px 0px 0px 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  left: -5px !important;
  top: -118px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14); }

.container, .app .app-outer .app-container, #app-footer #footer-container {
  grid-auto-rows: auto; }

.live-training-text-header {
  font-size: 18px;
  font-weight: 300;
  line-height: 19.8px;
  text-align: center;
  margin-bottom: 15px; }

.live-training-text-copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center; }

.row.live-training {
  align-content: center;
  justify-content: center; }

.popover-body {
  height: 100%; }

.form-check-input.live-training {
  margin-top: 0.1rem; }

.form-check-label.live-training {
  font-weight: 400; }

/**
 * import your files here and then we'll import this one file into Rio.Main.scss file
 * Please prepend your file name with an underscore => _BankruptcyMatterHeader.scss so you can import like you see below.
 *
 * Scope your page using a unique identifier on your highest level container. <div id="bankruptcy-task-overview">...</div>
 *
 * These files should be named the same as the .html file for easy navigation, also include what section they are in somewhere
 */
#widget-examples ul.list-view-example {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#bankruptcy-matter-header .name:hover, #bankruptcy-matter-header .name:focus {
  text-decoration: none; }

#bankruptcy-matter-header #SecondaryMetaData h5 span {
  font-weight: 400 !important; }

#bankruptcy-matter-header .contact-details-trigger-i {
  color: #2a7ab7 !important; }

#bankruptcy-matter-header .pannel-padding {
  padding-bottom: 10px; }

#bankruptcy-matter-header .contact-info-slider {
  background-color: #fff;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  padding: 27px; }
  #bankruptcy-matter-header .contact-info-slider h5 {
    margin-bottom: 0; }
  #bankruptcy-matter-header .contact-info-slider .header-with-icon-offset {
    font-size: 13px; }

#bankruptcy-matter-header .debtor-selector {
  background-color: #CCC;
  font-size: 13px;
  opacity: .5;
  padding: 2px 10px 2px 10px; }

#bankruptcy-matter-header .debtor-selector:focus {
  background-color: #CCC !important; }

#bankruptcy-matter-header .debtor-selector.left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

#bankruptcy-matter-header .debtor-selector.right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

#bankruptcy-matter-header .debtor-selector.active {
  background-color: #999;
  color: #fff; }

#bankruptcy-matter-header .debtor-selector.active:focus {
  background-color: #999 !important;
  color: #fff !important; }

#cmi-details .cmi-details-button-bar,
#cmi-details .cmi-details-totals {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

#cmi-details .cmi-details-totals {
  font-weight: bold;
  margin-top: 20px; }

#cmi-details .cmi-details-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

#cmi-details .cmi-details-totals-label {
  margin-right: 20px; }

#cmi-details #cmi-incomes input,
#cmi-details #cmi-expenses input {
  text-align: right; }

#cmi-details .cmi-total-avg-label,
#cmi-details .cmi-total-avg {
  margin-top: 10px;
  font-weight: bold;
  font-size: 13px; }

#cmi-details .cmi-total-avg {
  text-align: right; }

#cmi-details .cmi-net-label .label-level,
#cmi-details #cmi-ytd-net .label-level {
  justify-content: flex-end; }

#cmi-details .cmi-net {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 31px;
  font-size: 13px; }
  #cmi-details .cmi-net + .cmi-net {
    margin-top: 5px; }

#cmi-details .cmi-ytd-labels-first {
  white-space: nowrap;
  min-width: 100px; }
  #cmi-details .cmi-ytd-labels-first .cmi-total-avg-label {
    display: none; }

#cmi-details .sub-toggle,
#cmi-details [data-role="riotextbox"] + [data-role="riotextbox"],
#cmi-details [data-role="currencyinput"] + [data-role="currencyinput"],
#cmi-details .datepicker + .datepicker,
#cmi-details .level + .level,
#cmi-details .level + [data-role="currencyinput"],
#cmi-details .ytd-input + .ytd-input [data-role="currencyinput"] {
  margin-top: 5px; }

#cmi-details .with-ellipsis {
  padding: 0; }

#cmi-details .without-ellipsis {
  padding-right: 24px; }

#cmi-details .without-label {
  padding-top: 25px; }

#cmi-details .last-input-without-ellipsis {
  padding-right: 39px; }

#cmi-details .copy-down-btn {
  white-space: nowrap; }

#cmi-details .pull-right-buttons {
  display: flex;
  justify-content: flex-end; }
  #cmi-details .pull-right-buttons .btn + .btn {
    margin-left: 15px; }

#cmi-details .form-group .form-group {
  margin-bottom: 0; }

#cmi-details .cmi-ytd .spanning-two-years-label {
  margin-top: 25px; }

#cmi-details .cmi-ytd .spanning-two-years-check-label {
  margin-bottom: 20px; }

#cmi-details .cmi-ytd .spanning-two-years-check {
  margin-top: 85px;
  margin-bottom: 10px; }

#cmi-details .cmi-ytd .spanning-two-years-currency [data-role="currencyinput"],
#cmi-details .cmi-ytd .spanning-two-years-net {
  margin-top: 52px;
  margin-bottom: 10px; }

#cmi-details .cmi-ytd .spanning-two-years-side-label {
  margin-top: 81px;
  margin-bottom: 10px; }

#cmi-details .cmi-ytd .tooltipstered {
  margin-left: 1rem; }
  #cmi-details .cmi-ytd .tooltipstered:before {
    line-height: 37px;
    cursor: pointer; }

#cmi-details .outside-filing-date {
  color: #e12339; }

@media (min-width: 768px) {
  #cmi-details .cmi-details-button-bar,
  #cmi-details .cmi-details-totals {
    flex-direction: row; }
  #cmi-details .cmi-details-totals-col:first-of-type {
    margin-right: 50px; }
  #cmi-details .cmi-details-totals {
    margin-top: 0; }
  #cmi-details .cmi-details-totals-label {
    white-space: nowrap; }
  #cmi-details #cmi-incomes,
  #cmi-details #cmi-expenses {
    min-width: 110px; }
  #cmi-details .cmi-net {
    height: 33px; }
  #cmi-details .pull-right-buttons {
    justify-content: flex-end; }
  #cmi-details .copy-down-btn {
    padding-top: 25px; }
    #cmi-details .copy-down-btn .btn {
      min-height: 33px;
      height: auto;
      white-space: normal; }
  #cmi-details #cmi-same-incomes .label-level {
    justify-content: flex-end; }
  #cmi-details .cmi-ytd-labels {
    display: none; }
  #cmi-details .cmi-ytd-labels-first .cmi-total-avg-label {
    display: block; } }

#means-test-general label,
#means-test-income label,
#means-test-median label,
#means-test-living label,
#means-test-health label,
#means-test-house label,
#means-test-car label,
#means-test-necessary label,
#means-test-additional label,
#means-test-debt-payment label,
#means-test-summary label,
#means-test-other label {
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 0; }

#means-test-general i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-income i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-median i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-living i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-health i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-house i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-car i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-necessary i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-additional i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-debt-payment i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-summary i.mdi-mdi-help-circle-outline.mdi-16px,
#means-test-other i.mdi-mdi-help-circle-outline.mdi-16px {
  font-size: 13px; }

#means-test-general [data-role="riolabel"] a,
#means-test-income [data-role="riolabel"] a,
#means-test-median [data-role="riolabel"] a,
#means-test-living [data-role="riolabel"] a,
#means-test-health [data-role="riolabel"] a,
#means-test-house [data-role="riolabel"] a,
#means-test-car [data-role="riolabel"] a,
#means-test-necessary [data-role="riolabel"] a,
#means-test-additional [data-role="riolabel"] a,
#means-test-debt-payment [data-role="riolabel"] a,
#means-test-summary [data-role="riolabel"] a,
#means-test-other [data-role="riolabel"] a {
  font-size: 13px; }

#means-test-general .blue-border,
#means-test-income .blue-border,
#means-test-median .blue-border,
#means-test-living .blue-border,
#means-test-health .blue-border,
#means-test-house .blue-border,
#means-test-car .blue-border,
#means-test-necessary .blue-border,
#means-test-additional .blue-border,
#means-test-debt-payment .blue-border,
#means-test-summary .blue-border,
#means-test-other .blue-border {
  border-width: 1px;
  border-color: #2a7ab7;
  border-style: solid;
  padding: 15px; }

#means-test-general .light-label,
#means-test-income .light-label,
#means-test-median .light-label,
#means-test-living .light-label,
#means-test-health .light-label,
#means-test-house .light-label,
#means-test-car .light-label,
#means-test-necessary .light-label,
#means-test-additional .light-label,
#means-test-debt-payment .light-label,
#means-test-summary .light-label,
#means-test-other .light-label {
  font-weight: 400; }

#means-test-general .callout-label,
#means-test-income .callout-label,
#means-test-median .callout-label,
#means-test-living .callout-label,
#means-test-health .callout-label,
#means-test-house .callout-label,
#means-test-car .callout-label,
#means-test-necessary .callout-label,
#means-test-additional .callout-label,
#means-test-debt-payment .callout-label,
#means-test-summary .callout-label,
#means-test-other .callout-label {
  font-weight: 600;
  color: #b21876;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px; }

#means-test-general .means-test-header,
#means-test-income .means-test-header,
#means-test-median .means-test-header,
#means-test-living .means-test-header,
#means-test-health .means-test-header,
#means-test-house .means-test-header,
#means-test-car .means-test-header,
#means-test-necessary .means-test-header,
#means-test-additional .means-test-header,
#means-test-debt-payment .means-test-header,
#means-test-summary .means-test-header,
#means-test-other .means-test-header {
  font-weight: 400;
  color: #666; }

#means-test-general .two-number-offset,
#means-test-income .two-number-offset,
#means-test-median .two-number-offset,
#means-test-living .two-number-offset,
#means-test-health .two-number-offset,
#means-test-house .two-number-offset,
#means-test-car .two-number-offset,
#means-test-necessary .two-number-offset,
#means-test-additional .two-number-offset,
#means-test-debt-payment .two-number-offset,
#means-test-summary .two-number-offset,
#means-test-other .two-number-offset {
  padding-left: 23px; }

#means-test-general .one-number-offset,
#means-test-income .one-number-offset,
#means-test-median .one-number-offset,
#means-test-living .one-number-offset,
#means-test-health .one-number-offset,
#means-test-house .one-number-offset,
#means-test-car .one-number-offset,
#means-test-necessary .one-number-offset,
#means-test-additional .one-number-offset,
#means-test-debt-payment .one-number-offset,
#means-test-summary .one-number-offset,
#means-test-other .one-number-offset {
  padding-left: 15px; }

#means-test-health .multiplication-column {
  padding-right: 10px; }

#means-test-health .multiplication-input-column {
  padding-left: 0; }

#caseInfoMain a {
  cursor: pointer; }

#caseInfoMain a:hover {
  text-decoration: none; }

#caseInfoMain .meeting-link:hover {
  text-decoration: underline; }

#caseInfoMain .level,
#caseInfoMain .level-left,
#caseInfoMain .level-item {
  display: block; }

#caseInfoMain .larger-text {
  font-size: 250%; }

#caseInfoMain .large-text {
  font-size: 150%; }

#caseInfoMain .medium-text {
  font-size: 120%; }

#caseInfoMain .normal-text {
  font-size: 100%;
  font-weight: normal; }

#caseInfoMain .small-text {
  font-size: 85%;
  font-weight: normal; }

#caseInfoMain #modify-section .row .col-md-4 .row {
  padding-bottom: 2rem; }

#caseInfoMain #modify-section .row .col-md-4 .row .form-group .row {
  padding-bottom: 0; }

#caseInfoMain #modify-section .row-end .col-md-4 .row {
  padding-bottom: 0; }

#caseInfoMain #modify-section .form-group {
  margin-bottom: 1.5rem !important; }

#caseInfoMain #modify-section hr {
  margin-top: 0px !important;
  margin-bottom: 1.5rem !important; }

#caseInfoMain .text-red,
#caseInfoMain .text-red a {
  color: #D31427; }

#caseInfoMain .text-red a:hover {
  color: #8D0D1A; }

#caseInfoMain .text-steel,
#caseInfoMain .text-steel a {
  color: #666666; }

#caseInfoMain .text-steel a:hover {
  color: #3F3F3F; }

#caseInfoMain .task div {
  float: left; }

#caseInfoMain .task div.padded {
  line-height: 5.3rem;
  padding-left: 3rem; }

#caseInfoMain #date-scroller div:first-child {
  line-height: 5.3rem;
  text-align: left;
  border: 0 none; }

#caseInfoMain #date-scroller div:last-child {
  line-height: 5.3rem;
  text-align: right;
  border: 0 none; }

#caseInfoMain #date-scroller div {
  line-height: 1rem;
  text-align: center;
  border-right: 1px solid #eeeeee; }

#caseInfoMain #date-scroller div h3 {
  padding-top: 0.7rem;
  font-weight: bold; }

#caseInfoMain .vertical-line {
  border-right: 1px solid #eeeeee; }

#caseInfoMain .spaced {
  margin-bottom: 10.5px; }

#caseInfoMain .panel-spaced {
  margin-bottom: 21px; }

/* RYANTODO: Remove this when each section is implemented */
#caseInfoMain .placeholder {
  width: 100%;
  height: 125px;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  word-spacing: 500px;
  padding: 15px 0; }

#caseInfoMain .radio-group.inline [class*="col-"]:not(.ignore-inline) {
  padding: 0; }

#caseInfoMain .radio-group.inline {
  padding: 0;
  line-height: normal;
  margin-left: 0;
  margin-right: 0; }

#caseInfoMain .radio-group.inline label {
  margin: 0; }

#caseInfoMain .k-checkbox-label,
#caseInfoMain .k-radio-label {
  color: #ffffff;
  background-color: #7f5384;
  padding: 6px 30px; }

#caseInfoMain .k-checkbox-label:hover,
#caseInfoMain .k-radio-label:hover {
  background-color: #6f3e75; }

#caseInfoMain .k-radio:checked + .k-checkbox-label,
#caseInfoMain .k-radio:checked + .k-radio-label {
  background-color: #602966; }

#caseInfoMain .radio-group.inline [class*="col-"]:first-child .k-radio-label {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

#caseInfoMain .radio-group.inline [class*="col-"]:nth-child(4n) .k-radio-label {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

#caseInfoMain .k-radio-label:before {
  box-sizing: unset;
  -webkit-box-sizing: unset;
  border: none;
  background: none;
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0; }

#caseInfoMain .k-radio:checked + .k-radio-label:before,
#caseInfoMain .k-radio:checked + .k-radio-label:hover:before {
  border: none; }

#caseInfoMain .k-radio:checked + .k-radio-label:after {
  background: none;
  border: none;
  content: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0; }

#caseInfoMain .carousel-container {
  position: absolute;
  margin: auto;
  width: 95%;
  padding-left: 25px; }

#caseInfoMain .carousel-section-container {
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-flex;
  width: 100%; }

#caseInfoMain .carouselSection {
  display: block;
  position: relative;
  padding: 15px;
  border: 1px #D1D6D7 solid;
  text-align: center;
  width: 168px;
  height: 76px;
  margin-right: 16px;
  border-radius: 3px; }

#caseInfoMain #carouselRightArrow {
  position: relative;
  float: right;
  z-index: 999;
  top: 12px;
  left: 10px; }

#caseInfoMain #carouselLeftArrow {
  display: inline;
  position: absolute;
  z-index: 999;
  top: 12px;
  left: 5px; }

#caseInfoMain .noCaseDateIndicator {
  color: #cccccc;
  font-weight: 600; }

#caseInfoMain .k-listview-content {
  display: flex;
  overflow: hidden; }

#caseInfoMain #casesubstatus > div.select-box,
#caseInfoMain #casesubstatus > div.select-box:focus {
  background-color: #F3F5FB !important; }

#FilingFeeForm .text-wanka {
  color: #602966; }

#editStatuteForm .k-radio-label:before {
  width: 10px;
  height: 10px; }

#editStatuteForm .fake-checked-radio-button {
  background-color: #2d82c3;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute; }

/******************************************************************************
   Accordion Panel for Office Calendar Sidebar
*/
#collapse-office-calendars {
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #e4e4e4; }
  #collapse-office-calendars h3 {
    font-weight: normal; }
  #collapse-office-calendars h4 {
    font-weight: bold;
    margin-top: 20px; }
    #collapse-office-calendars h4 .mdi::before {
      margin-left: -5px;
      content: "\F140"; }
    #collapse-office-calendars h4.collapsed .mdi::before {
      content: "\F142";
      margin-left: -5px; }
  #collapse-office-calendars .calendar-filter {
    margin-bottom: 5px; }

#calendar-main-view {
  position: relative;
  /*.k-scheduler-table td.k-today {
        background-color: transparent;
    }*/
  /*.k-scheduler-table tr.k-today {
        background-color: transparent;
    }*/
  /*ul#panelbar > li > k-state-active > k-i-arrow-chevron-s {
    float: right;
}*/
  /*.rio-modal.k-window-content.k-content {
                top: 5%;
            }*/
  /*.k-icon.k-i-arrow-s:before {
                content: "\F140";
            }
            .k-icon.k-i-arrow-n:before {
                content: "\F140";
            }*/
  /*change the header color and not to highlight the whole current day*/
  /*change the header color and not to highlight the whole current day*/
  /*change the highlighter color*/ }
  #calendar-main-view input[type=text]::-ms-clear {
    display: none !important; }
  #calendar-main-view .k-scheduler-monthview .k-scheduler-table td.k-today {
    background-color: #e9e9e9; }
  #calendar-main-view .k-scheduler-table th.k-today {
    background-color: #e9e9e9; }
  #calendar-main-view .k-scheduler-table tr.k-today td.k-first {
    background-color: #e9e9e9; }
  #calendar-main-view .noBorders {
    background-color: transparent !important;
    border-left: none !important; }
  #calendar-main-view .search-text-icon {
    float: left;
    margin-top: .5%;
    margin-left: .5%;
    position: absolute;
    z-index: 3;
    color: #BDBDBD; }
  #calendar-main-view .search-close-icon {
    float: right;
    margin-top: -38px;
    z-index: 3;
    /*visibility: hidden;*/
    /*color: #BDBDBD;*/ }
  #calendar-main-view .k-event.k-event-inverse {
    overflow: hidden; }
  #calendar-main-view .event-template-border-left {
    width: 5px;
    left: 0px;
    position: absolute; }
  #calendar-main-view .fullWidth {
    padding-left: 0px;
    padding-right: 0px; }
  #calendar-main-view .k-event {
    border: none; }
  #calendar-main-view .rio-event-template {
    left: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 8px; }
  #calendar-main-view .rio-event-template-title {
    font-weight: 700;
    font-style: normal;
    color: #374b50;
    padding-top: 2px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #calendar-main-view .rio-event-template-title-wrap {
    font-weight: 700;
    font-style: normal;
    color: #374b50;
    padding-top: 2px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #calendar-main-view .rio-event-template-location {
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #calendar-main-view .rio-event-template-location-medium {
    font-weight: 600 !important;
    font-style: normal;
    color: #666666;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #calendar-main-view .rio-event-template-title-large {
    font-weight: 700;
    font-style: normal;
    color: #374b50;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }
  #calendar-main-view .rio-event-template-title-large a {
    margin-left: 25px; }
  #calendar-main-view .rio-event-template-title-large span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #calendar-main-view .rio-event-template-location-wrap {
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 10px;
    overflow: hidden; }
  #calendar-main-view .rio-all-day-event-template-location {
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden; }
  #calendar-main-view .rio-event-template-client {
    font-weight: 400;
    font-style: italic;
    color: #666666;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden; }
  #calendar-main-view #category-filter-list {
    padding: 8px; }
  #calendar-main-view #toggle-controls {
    cursor: pointer; }
  #calendar-main-view .k-event {
    overflow: initial;
    margin-left: 2px;
    background-color: #d6dbdc;
    border-color: #d6dbdc; }
  #calendar-main-view .category-color, #calendar-main-view .container-color {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 2px;
    /*float: right;*/
    vertical-align: middle; }
  #calendar-main-view .category-color-label {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 75%;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden; }
  #calendar-main-view .checkbox label, #calendar-main-view .radio label, #calendar-main-view label {
    color: black; }
  #calendar-main-view .k-header.k-scheduler-footer .k-header, #calendar-main-view .k-header.k-scheduler-footer ul.k-header li .k-link {
    color: #336699; }
  #calendar-main-view .k-panelbar > li > .k-link {
    color: #336699;
    font-size: 18px; }
  #calendar-main-view #searchGrid .k-scheduler-mark, #calendar-main-view #calendar-events-overlay-container .k-scheduler-mark {
    height: 15px;
    width: 15px;
    font-size: 15px; }
  #calendar-main-view a:focus, #calendar-main-view a:hover {
    text-decoration: none; }
  #calendar-main-view ul#panelbar > li > div > p > label:not(.k-checkbox-label) {
    font-weight: 400; }
  #calendar-main-view ul#panelbar > li > div > p > .calendar-filter:checked ~ label:not(.k-checkbox-label) {
    font-weight: bold; }
  #calendar-main-view #officeCalendarsHeader > span {
    color: #374b50;
    font-weight: 400; }
  #calendar-main-view #user-filters > span {
    padding-left: 7px; }
  #calendar-main-view #user-filters > span.k-state-hover {
    background-color: #fafafa; }
  #calendar-main-view #user-filters > span.k-state-focused {
    background-color: #fafafa; }
  #calendar-main-view #non-attorney-filters > span {
    padding-left: 7px; }
  #calendar-main-view #non-attorney-filters > span.k-state-hover {
    background-color: #fafafa; }
  #calendar-main-view #non-attorney-filters > span.k-state-focused {
    background-color: #fafafa; }
  #calendar-main-view #category-filters > span {
    padding-left: 7px; }
  #calendar-main-view #category-filters > span.k-state-hover {
    background-color: #fafafa; }
  #calendar-main-view #category-filters > span.k-state-focused {
    background-color: #fafafa; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #calendar-main-view .k-window-titlebar.k-header {
      margin-top: -25px !important;
      z-index: 999 !important; }
    #calendar-main-view .k-window-title {
      /*margin-top: -25px !important;*/
      z-index: 999; } }
  #calendar-main-view .k-event-bottom-actions, #calendar-main-view k-event-top-actions {
    display: none; }
  #calendar-main-view .popover p {
    margin-bottom: 0; }
  #calendar-main-view .popover {
    border: 1px solid black; }
  #calendar-main-view .popover div.arrow {
    border-right-color: black !important; }
  #calendar-main-view .popover-title {
    background-color: inherit;
    border-bottom: none;
    font-size: 18px;
    text-align: left; }
  #calendar-main-view .popover hr {
    margin: 0 14px; }
  #calendar-main-view .popover .close {
    font-size: 25px; }
  #calendar-main-view .k-event-actions {
    visibility: hidden !important; }
  #calendar-main-view .is-event-block-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 5000; }
  #calendar-main-view .event-template-border-left {
    width: 5px;
    left: 0px;
    position: absolute; }
  #calendar-main-view .hiddenClass {
    display: none !important; }
  #calendar-main-view .k-window-titlebar {
    background-color: #fff;
    color: #374b50;
    font-size: 25px;
    font-weight: 300;
    border-bottom: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  #calendar-main-view body.kendo-window-open {
    overflow: hidden;
    position: static; }
  #calendar-main-view .trunc {
    position: relative;
    top: 2px;
    width: 80%;
    margin-bottom: 0; }
  #calendar-main-view .trunc > span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis; }
  #calendar-main-view .k-icon.k-i-arrow-s:before {
    visibility: hidden; }
  #calendar-main-view .k-icon.k-i-arrow-n:before {
    visibility: hidden; }
  #calendar-main-view .k-panelbar > .k-item > .k-link {
    border: none; }
  #calendar-main-view .event-icon-container {
    height: 12px;
    position: absolute;
    bottom: 4px;
    right: 2px;
    opacity: 100; }
  #calendar-main-view .k-scheduler .k-today {
    background: transparent; }
  #calendar-main-view .k-scheduler-header-wrap th.k-today {
    background-color: #e9e9e9;
    padding-left: 5px; }
  #calendar-main-view .k-scheduler .k-today.k-state-selected, #calendar-main-view .k-scheduler-layout .k-state-selected {
    background-color: #d1f2f0; }
  #calendar-main-view .k-scheduler-agenda .k-scheduler-content .k-scheduler-mark:first-child {
    display: none; }
  #calendar-main-view span.k-header h1, #calendar-main-view h2, #calendar-main-view .modal-content .modal-header .modal-title, .modal-content .modal-header #calendar-main-view .modal-title,
  #calendar-main-view .modal-content .modal-footer .modal-title, .modal-content .modal-footer #calendar-main-view .modal-title, #calendar-main-view h3, #calendar-main-view h4, #calendar-main-view h5, #calendar-main-view h6 {
    margin-bottom: 0;
    padding-bottom: 10.5px; }
  #calendar-main-view #officeCalendarsHeader {
    margin-bottom: 0;
    padding-bottom: 0; }
  #calendar-main-view .k-scheduler-mark {
    display: inline-block; }
    #calendar-main-view .k-scheduler-mark[data-color=""] {
      display: none; }
  #calendar-main-view .custom-event {
    text-shadow: 0 1px 1px #000; }
  #calendar-main-view .custom-all-day-event {
    text-align: center;
    text-transform: uppercase; }
  #calendar-main-view .mb-24px {
    margin-bottom: 24px; }
  #calendar-main-view #riocalendarsearch td, #calendar-main-view th {
    border: 1px solid #e6e6e6; }

#volPetForm .no-left-padding {
  padding-left: 0px !important; }

#volPetForm .padding-right-ten {
  padding-right: 10px !important; }

.rio-claimtracker input[type="text"]::-ms-clear {
  display: none !important; }

.rio-claimtracker .hiddenClass {
  display: none !important; }

.rio-claimtracker .viewClaimLink:hover {
  cursor: pointer; }

.rio-claimtracker .totalHeader {
  font-size: 25px !important;
  font-weight: 400 !important;
  color: #374b50 !important; }

.rio-claimtracker .claimPanel {
  background: inherit;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #f9f9f9; }

.rio-claimtracker .noResultsText {
  padding: 5%;
  font-size: 18px;
  font-weight: 300;
  text-align: center; }

.rio-claimtracker .clearSearch {
  font-size: 15px;
  font-weight: 300;
  text-align: center; }
  .rio-claimtracker .clearSearch:hover {
    cursor: pointer; }

.rio-claimtracker .searchResultsHeader {
  font-size: 18px;
  font-weight: 300; }

.rio-claimtracker #priorityClaimsPanel {
  background: white; }

.rio-claimtracker #matchedPriorityListView > .row {
  background: white !important; }

.rio-claimtracker #priorityClaimsHeaderIcon {
  background: white; }

.rio-claimtracker #matchedPriorityListView {
  background: white; }

.rio-claimtracker .k-widget:not(.k-window),
.rio-claimtracker .k-widget:not(.k-window) * {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.rio-claimtracker #unmatchedLinkDisplay {
  position: initial; }

.rio-claimtracker .leftUnmatchLinkLine {
  width: 30%;
  display: inline-block;
  margin: 0;
  position: inherit;
  border: 0;
  height: 1px;
  color: #cccccc;
  background: #cccccc;
  vertical-align: middle; }

.rio-claimtracker .rightUnmatchLinkLine {
  width: 30%;
  display: inline-block;
  margin: 0;
  position: inherit;
  border: 0;
  height: 1px;
  color: #cccccc;
  background: #cccccc;
  vertical-align: middle; }

.rio-claimtracker .scheduledSectionHeader {
  color: black;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer; }

.rio-claimtracker .proofSectionHeader {
  font-weight: bold;
  width: 40%;
  margin-bottom: -5%;
  margin-top: -3%; }

.rio-claimtracker .leftLinkLine {
  position: absolute;
  border-bottom: 1px solid #2a7ab7;
  width: 90px; }

.rio-claimtracker .rightLinkLine {
  position: absolute;
  border-left: 1px solid #2a7ab7;
  border-bottom: 1px solid #2a7ab7;
  width: 8%;
  left: 50%; }

.rio-claimtracker .circlelinkMatch {
  position: absolute;
  z-index: 199; }

.rio-claimtracker .centerLine {
  border: none;
  border-left: 1px solid #cccccc;
  height: 100vh;
  width: 1px; }

.rio-claimtracker .addNote:hover {
  cursor: pointer;
  color: #2a7ab7; }

.rio-claimtracker .unlinkMatch:hover {
  cursor: pointer;
  color: #2a7ab7; }

.rio-claimtracker .unlinkMatch:hover .linkIcon,
.rio-claimtracker .unlinkMatch .unLinkIcon {
  display: none; }

.rio-claimtracker .unlinkMatch:hover .unLinkIcon {
  cursor: pointer;
  display: inline; }

.rio-claimtracker .claimHeading {
  border: 0;
  padding: 3% 0 0 0 !important; }

.rio-claimtracker .unlinkMatch {
  font-size: 30px;
  position: relative;
  margin: 0;
  vertical-align: middle;
  display: inline-block; }

.rio-claimtracker .pointer {
  cursor: pointer; }

.rio-claimtracker .cancelMatchText {
  font-size: 14px;
  position: absolute;
  left: -10%;
  top: 99%;
  cursor: pointer; }

.rio-claimtracker .pendingCreditorsITag {
  color: #888888; }

.rio-claimtracker .unmatchLink {
  position: relative;
  color: white; }

.rio-claimtracker .circle {
  width: 200%;
  height: 8% !important;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: #2a7ab7; }

.rio-claimtracker .overlayColor {
  background: #525252;
  z-index: 100 !important;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 92vh; }

.rio-claimtracker .unmatchClaimSelected {
  z-index: 101 !important;
  position: relative; }

.rio-claimtracker .unmatchClaimPanel {
  height: 70%;
  background: #f2f2f2;
  border-color: #e3e3e3;
  margin-bottom: 3%; }

.rio-claimtracker .unmatchProofPanel {
  background: #f2f2f2;
  border-color: #e3e3e3;
  margin-bottom: 3%;
  padding-left: 3%; }

.rio-claimtracker .unmatchClaimPanelHover:hover {
  cursor: pointer;
  background: #ebebeb;
  border-color: #e3e3e3; }

.rio-claimtracker .unmatchScheduledClaim,
.rio-claimtracker .unmatchProofClaim {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.rio-claimtracker .k-state-selected {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  z-index: 105;
  box-shadow: none; }

.rio-claimtracker .unmatchProofClaim {
  position: relative; }

.rio-claimtracker .panel-body-ct {
  padding-top: 3%;
  padding-bottom: 0%;
  padding-right: 3%;
  padding-left: 3%; }

.rio-claimtracker .panel-title-ct {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.rio-claimtracker .unmatch-color {
  color: #666666; }

.rio-claimtracker .mb-21px {
  margin-bottom: 21px; }

.rio-claimtracker .t14 {
  font-size: 14px;
  color: #888888; }

.rio-claimtracker .t16 {
  font-size: 16px; }

.rio-claimtracker .t18 {
  font-size: 18px; }

.rio-claimtracker .t20 {
  font-size: 20px; }

.rio-claimtracker .view-poc {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 6px; }

.rio-claimtracker .matchedClaimsRow {
  margin: 1%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

.rio-claimtracker .pos-rel {
  position: relative; }

.rio-claimtracker .my-2p {
  margin-top: 2%;
  margin-bottom: 2%; }

.rio-claimtracker .pb-3p {
  padding-bottom: 3%; }

#deDupeCreditorAddressMatrix .creditorInfoContainer {
  min-height: 100px; }

#deDupeCreditorAddressMatrix .totalDupeMessageContainer {
  min-height: 25px; }

.accountsetup li.hidden + li:before {
  display: none !important; }

.marginbottom30 {
  margin-bottom: 30px; }

#video-placeholder {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 360px;
  background-color: black;
  margin: 32px; }

#video-placeholder .material-icons {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #eee;
  font-size: 64px;
  cursor: pointer; }

#accessCodeList li {
  margin-bottom: 25px; }

#reminders-panel .snoozeButton {
  width: 100%  !important; }

#reminders-panel #snooze-button .snoozeItem {
  font-size: 14px !important;
  color: #374b50 !important;
  padding: 3px 10px !important; }

#reminders-panel .k-state-selected {
  background-color: #d1f2f0 !important;
  color: inherit !important;
  z-index: 105 !important;
  box-shadow: none !important; }

#reminders-panel .nav-item:hover {
  text-decoration: none !important;
  background-color: #c8c8c8 !important; }

#reminders-panel .snooze-dropdown, #reminders-panel .snoozeItem {
  width: 100% !important; }

#editRtfHeader .rtfclose {
  float: right;
  font-size: 40px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20); }

#editRtfHeader .rtfclose:hover,
#editRtfHeader .rtfclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#editRtfHeader button.rtfclose {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

#editRtfHeader .navbar-brand .navbar-brand-logo {
  height: 34px;
  width: 50px;
  background: transparent url("/Content/images/bc-app-sphere.svg") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -999px;
  display: block; }

#editRtfHeader .navbar-header {
  display: inherit;
  min-height: 70px;
  align-items: center; }

#bko-dashboard, #cnc-dashboard, #bko-dashboard-header {
  /*----------------------*/ }
  #bko-dashboard .matter, #cnc-dashboard .matter, #bko-dashboard-header .matter {
    margin: 5px;
    padding: 5px; }
  #bko-dashboard #dashboard-content .k-widget, #cnc-dashboard #dashboard-content .k-widget, #bko-dashboard-header #dashboard-content .k-widget {
    border: none; }
  #bko-dashboard .jumbotron#getspadup, #cnc-dashboard .jumbotron#getspadup, #bko-dashboard-header .jumbotron#getspadup {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 300px;
    margin-left: -20vw;
    margin-right: -20vw;
    position: relative; }
  #bko-dashboard .jumbotron#getspadup .container, #bko-dashboard .jumbotron#getspadup .app .app-outer .app-container, .app .app-outer #bko-dashboard .jumbotron#getspadup .app-container, #bko-dashboard .jumbotron#getspadup #app-footer #footer-container, #app-footer #bko-dashboard .jumbotron#getspadup #footer-container, #cnc-dashboard .jumbotron#getspadup .container, #cnc-dashboard .jumbotron#getspadup .app .app-outer .app-container, .app .app-outer #cnc-dashboard .jumbotron#getspadup .app-container, #cnc-dashboard .jumbotron#getspadup #app-footer #footer-container, #app-footer #cnc-dashboard .jumbotron#getspadup #footer-container, #bko-dashboard-header .jumbotron#getspadup .container, #bko-dashboard-header .jumbotron#getspadup .app .app-outer .app-container, .app .app-outer #bko-dashboard-header .jumbotron#getspadup .app-container, #bko-dashboard-header .jumbotron#getspadup #app-footer #footer-container, #app-footer #bko-dashboard-header .jumbotron#getspadup #footer-container {
    left: 20vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #bko-dashboard .event-tab, #cnc-dashboard .event-tab, #bko-dashboard-header .event-tab {
    background-color: rgba(255, 255, 255, 0);
    border-color: #dddddd;
    border-width: 1px;
    float: left;
    margin-right: 5px;
    min-width: 90px;
    padding: 10px; }
  #bko-dashboard .event-tab:hover, #cnc-dashboard .event-tab:hover, #bko-dashboard-header .event-tab:hover {
    background-color: #f2f2f2;
    cursor: pointer;
    cursor: hand; }
  #bko-dashboard .active-ev-tab, #cnc-dashboard .active-ev-tab, #bko-dashboard-header .active-ev-tab {
    background-color: #f2f2f2;
    font-weight: bold; }
  #bko-dashboard .rio-hidden, #cnc-dashboard .rio-hidden, #bko-dashboard-header .rio-hidden {
    display: none; }
  #bko-dashboard .event-view-list, #cnc-dashboard .event-view-list, #bko-dashboard-header .event-view-list {
    border: none;
    list-style-type: none;
    padding-left: 0; }
  #bko-dashboard .event-container div.text-truncate, #bko-dashboard .event-container .totals-list div.left, .totals-list #bko-dashboard .event-container div.left, #bko-dashboard .event-container .totals-list div.right, .totals-list #bko-dashboard .event-container div.right, #cnc-dashboard .event-container div.text-truncate, #cnc-dashboard .event-container .totals-list div.left, .totals-list #cnc-dashboard .event-container div.left, #cnc-dashboard .event-container .totals-list div.right, .totals-list #cnc-dashboard .event-container div.right, #bko-dashboard-header .event-container div.text-truncate, #bko-dashboard-header .event-container .totals-list div.left, .totals-list #bko-dashboard-header .event-container div.left, #bko-dashboard-header .event-container .totals-list div.right, .totals-list #bko-dashboard-header .event-container div.right {
    padding-top: 8px; }
  #bko-dashboard .event-container .upcoming-event-hour, #cnc-dashboard .event-container .upcoming-event-hour, #bko-dashboard-header .event-container .upcoming-event-hour {
    line-height: 24px;
    font-size: 18px;
    font-weight: 400; }
  #bko-dashboard .event-container .event-am-pm, #cnc-dashboard .event-container .event-am-pm, #bko-dashboard-header .event-container .event-am-pm {
    line-height: 14px;
    font-size: 14px;
    font-weight: 400; }
  #bko-dashboard .event-container .weekly-event, #cnc-dashboard .event-container .weekly-event, #bko-dashboard-header .event-container .weekly-event {
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    text-align: center; }
  #bko-dashboard .event-container .event-title-link, #cnc-dashboard .event-container .event-title-link, #bko-dashboard-header .event-container .event-title-link {
    font-size: 16px;
    font-weight: 400; }
  #bko-dashboard .event-container .startTime_div, #cnc-dashboard .event-container .startTime_div, #bko-dashboard-header .event-container .startTime_div {
    background-color: #602966;
    box-shadow: none;
    color: #FFFFFF;
    height: 50px;
    margin: 5px 0;
    padding: 5px;
    text-align: right;
    width: 94px; }
    #bko-dashboard .event-container .startTime_div > div > p > span.upcoming-event-hour, #cnc-dashboard .event-container .startTime_div > div > p > span.upcoming-event-hour, #bko-dashboard-header .event-container .startTime_div > div > p > span.upcoming-event-hour {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px; }
  #bko-dashboard .day-label, #cnc-dashboard .day-label, #bko-dashboard-header .day-label {
    color: #888888;
    font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500; }
  #bko-dashboard #newSetupVidPanel, #cnc-dashboard #newSetupVidPanel, #bko-dashboard-header #newSetupVidPanel {
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    right: 60px;
    /*right: 160px;*/
    transform: translateY(10%);
    /*transform: translateY(-30%);*/ }
  #bko-dashboard #newVidPanel, #cnc-dashboard #newVidPanel, #bko-dashboard-header #newVidPanel {
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    align-content: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    display: inline-block;
    padding: .2px;
    position: absolute;
    right: 0;
    /*border-radius: 4px;*/
    right: 20px;
    /*transform: translateY(-3%);*/
    transform: translateY(-8%); }
  #bko-dashboard #heroImage, #cnc-dashboard #heroImage, #bko-dashboard-header #heroImage {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: -21px;
    padding: 15px 20vw; }
  #bko-dashboard #callout, #cnc-dashboard #callout, #bko-dashboard-header #callout {
    margin-left: 10px; }
  #bko-dashboard .welcomeContainer, #cnc-dashboard .welcomeContainer, #bko-dashboard-header .welcomeContainer {
    color: #fff;
    height: 100%;
    position: relative;
    width: 100%; }
  #bko-dashboard .updateLink, #cnc-dashboard .updateLink, #bko-dashboard-header .updateLink {
    color: #fff;
    text-decoration: underline; }
  #bko-dashboard .updateLink:hover, #cnc-dashboard .updateLink:hover, #bko-dashboard-header .updateLink:hover {
    color: #fff;
    text-decoration: none; }
  #bko-dashboard .updateLink:visited, #cnc-dashboard .updateLink:visited, #bko-dashboard-header .updateLink:visited {
    color: #fff;
    text-decoration: none; }
  #bko-dashboard .closeButton, #cnc-dashboard .closeButton, #bko-dashboard-header .closeButton {
    bottom: 0;
    cursor: pointer;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateY(-100%); }
  #bko-dashboard .greetingContainer, #cnc-dashboard .greetingContainer, #bko-dashboard-header .greetingContainer {
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-200px); }
  #bko-dashboard .greetingContainer > h1, #cnc-dashboard .greetingContainer > h1, #bko-dashboard-header .greetingContainer > h1 {
    font-weight: 300;
    margin-bottom: 10px; }
  #bko-dashboard #newFeaturePanel, #cnc-dashboard #newFeaturePanel, #bko-dashboard-header #newFeaturePanel {
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    display: block;
    height: 60%;
    opacity: 90;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44%; }
  #bko-dashboard main#app-outer, #cnc-dashboard main#app-outer, #bko-dashboard-header main#app-outer {
    overflow: hidden; }
  #bko-dashboard i#calloutIcon:after, #cnc-dashboard i#calloutIcon:after, #bko-dashboard-header i#calloutIcon:after {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: white;
    border-radius: 100px;
    content: "";
    display: inline-block;
    height: 18px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 18px;
    z-index: -1; }
  #bko-dashboard i#calloutIcon, #cnc-dashboard i#calloutIcon, #bko-dashboard-header i#calloutIcon {
    position: relative; }
  #bko-dashboard #newFeaturePanel h2, #bko-dashboard #newFeaturePanel .modal-content .modal-header .modal-title, .modal-content .modal-header #bko-dashboard #newFeaturePanel .modal-title,
  #bko-dashboard #newFeaturePanel .modal-content .modal-footer .modal-title, .modal-content .modal-footer #bko-dashboard #newFeaturePanel .modal-title, #cnc-dashboard #newFeaturePanel h2, #cnc-dashboard #newFeaturePanel .modal-content .modal-header .modal-title, .modal-content .modal-header #cnc-dashboard #newFeaturePanel .modal-title,
  #cnc-dashboard #newFeaturePanel .modal-content .modal-footer .modal-title, .modal-content .modal-footer #cnc-dashboard #newFeaturePanel .modal-title, #bko-dashboard-header #newFeaturePanel h2, #bko-dashboard-header #newFeaturePanel .modal-content .modal-header .modal-title, .modal-content .modal-header #bko-dashboard-header #newFeaturePanel .modal-title,
  #bko-dashboard-header #newFeaturePanel .modal-content .modal-footer .modal-title, .modal-content .modal-footer #bko-dashboard-header #newFeaturePanel .modal-title {
    font-weight: 500; }
  #bko-dashboard #newFeaturePanel h2, #bko-dashboard #newFeaturePanel .modal-content .modal-header .modal-title, .modal-content .modal-header #bko-dashboard #newFeaturePanel .modal-title,
  #bko-dashboard #newFeaturePanel .modal-content .modal-footer .modal-title, .modal-content .modal-footer #bko-dashboard #newFeaturePanel .modal-title, #bko-dashboard #newFeaturePanel p, #cnc-dashboard #newFeaturePanel h2, #cnc-dashboard #newFeaturePanel .modal-content .modal-header .modal-title, .modal-content .modal-header #cnc-dashboard #newFeaturePanel .modal-title,
  #cnc-dashboard #newFeaturePanel .modal-content .modal-footer .modal-title, .modal-content .modal-footer #cnc-dashboard #newFeaturePanel .modal-title, #cnc-dashboard #newFeaturePanel p, #bko-dashboard-header #newFeaturePanel h2, #bko-dashboard-header #newFeaturePanel .modal-content .modal-header .modal-title, .modal-content .modal-header #bko-dashboard-header #newFeaturePanel .modal-title,
  #bko-dashboard-header #newFeaturePanel .modal-content .modal-footer .modal-title, .modal-content .modal-footer #bko-dashboard-header #newFeaturePanel .modal-title, #bko-dashboard-header #newFeaturePanel p {
    color: #374b50;
    margin-bottom: 0; }
  #bko-dashboard #newFeaturePanel .btn, #cnc-dashboard #newFeaturePanel .btn, #bko-dashboard-header #newFeaturePanel .btn {
    display: inline-block;
    padding: 5px 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  #bko-dashboard #newFeaturePanel p, #cnc-dashboard #newFeaturePanel p, #bko-dashboard-header #newFeaturePanel p {
    margin-left: 36px;
    width: 80%; }
  #bko-dashboard #newFeaturePanel p.releaseText, #cnc-dashboard #newFeaturePanel p.releaseText, #bko-dashboard-header #newFeaturePanel p.releaseText {
    padding-top: 10px; }
  #bko-dashboard .icon-center, #cnc-dashboard .icon-center, #bko-dashboard-header .icon-center {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle; }
  @media (max-width: 1700px) {
    #bko-dashboard #newFeaturePanel p, #cnc-dashboard #newFeaturePanel p, #bko-dashboard-header #newFeaturePanel p {
      width: 80%; }
    #bko-dashboard #newSetupVidPanel, #cnc-dashboard #newSetupVidPanel, #bko-dashboard-header #newSetupVidPanel {
      right: 20px;
      width: 30%; }
    #bko-dashboard .releaseText, #cnc-dashboard .releaseText, #bko-dashboard-header .releaseText {
      width: 80%; } }
  @media (max-width: 1475px) {
    #bko-dashboard .greetingContainer > p, #cnc-dashboard .greetingContainer > p, #bko-dashboard-header .greetingContainer > p {
      margin-left: 37px;
      text-indent: -18px;
      width: 65%; }
    #bko-dashboard #newSetupVidPanel, #cnc-dashboard #newSetupVidPanel, #bko-dashboard-header #newSetupVidPanel {
      right: 20px;
      width: 30%; }
    #bko-dashboard i#calloutIcon:after, #cnc-dashboard i#calloutIcon:after, #bko-dashboard-header i#calloutIcon:after {
      left: -15px;
      top: 4px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #bko-dashboard i#calloutIcon:after, #cnc-dashboard i#calloutIcon:after, #bko-dashboard-header i#calloutIcon:after {
      top: 8px; } }
  @media (max-width: 1360px) {
    #bko-dashboard #newFeaturePanel, #cnc-dashboard #newFeaturePanel, #bko-dashboard-header #newFeaturePanel {
      text-align: center; }
    #bko-dashboard #newFeaturePanel p, #cnc-dashboard #newFeaturePanel p, #bko-dashboard-header #newFeaturePanel p {
      margin-left: 0;
      width: 100%; }
    #bko-dashboard #newFeaturePanel .btn, #cnc-dashboard #newFeaturePanel .btn, #bko-dashboard-header #newFeaturePanel .btn {
      display: block;
      margin: 10px auto 0 auto;
      position: relative;
      right: 0;
      top: 0;
      transform: none; } }
  @media (max-width: 1090px) {
    #bko-dashboard #welcomeContainer, #cnc-dashboard #welcomeContainer, #bko-dashboard-header #welcomeContainer {
      width: 50%; }
    #bko-dashboard .greetingContainer > p, #cnc-dashboard .greetingContainer > p, #bko-dashboard-header .greetingContainer > p {
      width: 50%; }
    #bko-dashboard #newFeaturePanel, #cnc-dashboard #newFeaturePanel, #bko-dashboard-header #newFeaturePanel {
      transform: translateY(-80%); } }
  @media (max-width: 990px) {
    #bko-dashboard .greetingContainer > p, #cnc-dashboard .greetingContainer > p, #bko-dashboard-header .greetingContainer > p {
      width: 100%; } }
  #bko-dashboard .homeTasks .k-widget.k-listview, #cnc-dashboard .homeTasks .k-widget.k-listview, #bko-dashboard-header .homeTasks .k-widget.k-listview {
    border: none !important; }
  #bko-dashboard .homeTasks .overdue, #cnc-dashboard .homeTasks .overdue, #bko-dashboard-header .homeTasks .overdue {
    padding-right: 5px; }
  #bko-dashboard .homeTasks .subject, #cnc-dashboard .homeTasks .subject, #bko-dashboard-header .homeTasks .subject {
    font-size: 14px; }
  #bko-dashboard .homeTasks .task-description, #cnc-dashboard .homeTasks .task-description, #bko-dashboard-header .homeTasks .task-description {
    padding-left: 40px; }
  #bko-dashboard .homeTasks .task-description-others, #cnc-dashboard .homeTasks .task-description-others, #bko-dashboard-header .homeTasks .task-description-others {
    padding-left: 52px; }
  #bko-dashboard .homeTasks .task-avatar, #cnc-dashboard .homeTasks .task-avatar, #bko-dashboard-header .homeTasks .task-avatar {
    padding-right: 1rem !important; }
  #bko-dashboard .homeTasks .show-more, #cnc-dashboard .homeTasks .show-more, #bko-dashboard-header .homeTasks .show-more {
    cursor: pointer; }
  #bko-dashboard .homeTasks .tasks-location, #cnc-dashboard .homeTasks .tasks-location, #bko-dashboard-header .homeTasks .tasks-location {
    font-size: 12px; }
  #bko-dashboard .homeTasks .truncate, #cnc-dashboard .homeTasks .truncate, #bko-dashboard-header .homeTasks .truncate {
    overflow: hidden;
    padding-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #bko-dashboard .homeTasks .task-completed-avatar, #cnc-dashboard .homeTasks .task-completed-avatar, #bko-dashboard-header .homeTasks .task-completed-avatar {
    margin-right: 1rem !important;
    display: inline; }
  #bko-dashboard .homeTasks .task-description-completed, #cnc-dashboard .homeTasks .task-description-completed, #bko-dashboard-header .homeTasks .task-description-completed {
    padding-left: 56px; }
  #bko-dashboard .homeTasks .level-item:not(.is-full-width), #cnc-dashboard .homeTasks .level-item:not(.is-full-width), #bko-dashboard-header .homeTasks .level-item:not(.is-full-width) {
    flex-grow: 0; }
  #bko-dashboard .close-hero-image, #cnc-dashboard .close-hero-image, #bko-dashboard-header .close-hero-image {
    height: 50px !important; }
  #bko-dashboard .show-hero-image, #cnc-dashboard .show-hero-image, #bko-dashboard-header .show-hero-image {
    height: 200px !important; }
  #bko-dashboard .openButton, #cnc-dashboard .openButton, #bko-dashboard-header .openButton {
    bottom: -14px !important; }
  #bko-dashboard #subscriptionPlansId, #cnc-dashboard #subscriptionPlansId, #bko-dashboard-header #subscriptionPlansId {
    background: #67c3c1;
    opacity: 100% !important;
    border-style: none !important;
    box-shadow: none !important;
    cursor: default; }
  #bko-dashboard #subscriptionPlansId:hover, #cnc-dashboard #subscriptionPlansId:hover, #bko-dashboard-header #subscriptionPlansId:hover {
    background: #67c3c1;
    opacity: 100% !important;
    border-style: none !important;
    box-shadow: none !important;
    cursor: default; }

#my-ecf-mail-import-settings .disabled {
  pointer-events: none;
  opacity: 0.6; }

#my-ecf-mail-import-settings .align-left {
  text-align: left; }

#my-ecf-mail-import-settings #ImportEventForm input#import-file-textbox {
  width: 500px;
  text-align: right; }

#my-ecf-mail-import-settings #ImportEventForm input[type=file] {
  display: none; }

#my-ecf-mail-import-settings #ImportEventForm .loading-indicator {
  display: none;
  vertical-align: top;
  margin-top: 10px; }

#my-ecf-mail-import-settings #ImportEventForm .form-group {
  margin-top: 0;
  text-align: right; }

#my-ecf-mail-import-settings #ImportEventForm .btn {
  min-width: 120px; }

#my-ecf-mail-import-settings #upload-file-button {
  min-width: 160px; }

#my-ecf-mail-import-settings #ImportEventForm p.file-size-subtext {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  color: #888888; }

#my-ecf-mail-import-settings align-right {
  text-align: right; }

#my-ecf-mail-import-settings #uploadingModal {
  top: 30%; }

#my-ecf-mail-import-settings #uploadingModal .modal-body {
  overflow: hidden;
  padding-top: 16px; }

#my-ecf-mail-import-settings .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(0, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

#my-ecf-mail-import-settings .loader:before {
  width: 50%;
  height: 50%;
  background: #000000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

#my-ecf-mail-import-settings .loader:after {
  background: #FFFFFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

#my-ecf-mail-import-settings .fake-link {
  color: #336699;
  font-family: "Roboto", "Tahoma", sans-serif;
  cursor: pointer; }

#my-ecf-mail-import-settings .fake-link:hover {
  text-decoration: underline; }

@-webkit-keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#my-ecf-mail-import-settings #btnCancelUpload {
  float: none;
  background-color: #ba5465;
  left: 35%; }

#my-ecf-mail-import-settings .k-autocomplete.k-state-default, #my-ecf-mail-import-settings .k-dropdown-wrap.k-state-default,
#my-ecf-mail-import-settings .k-numeric-wrap.k-state-default, #my-ecf-mail-import-settings .k-picker-wrap.k-state-default {
  border: none; }

#notifications {
  /* Reset Kendo UI Styling */
  /* Notification Styling */ }
  #notifications .btn-outline-secondary {
    color: #666666;
    background-color: transparent;
    background-image: none;
    border-color: #999999; }
  #notifications .btn-outline-secondary:hover {
    color: #666666;
    background-color: #D9D9D9;
    background-image: none;
    border-color: #999999; }
  #notifications .k-widget {
    border: 0 none; }
  #notifications #notifications-latest {
    padding: 0; }
  #notifications .row.notification:first-child {
    margin: 0; }
  #notifications .row.notification {
    margin: 10px 0;
    border: 1px solid #C9C9C9;
    padding: 12px 0; }
  #notifications .mdi-information-outline {
    color: #2a7ab7; }
  #notifications .mdi-alert-circle-outline {
    color: #DC3545; }
  #notifications .mdi-check {
    color: #16A550; }
  #notifications .row.notification.notification-unread {
    background-color: rgba(51, 102, 153, 0.0980392); }
  #notifications #more-less-button {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #374b50;
    background: #fff none;
    border: 0 none;
    outline: 0 none; }
  #notifications #more-less-button:hover {
    color: #666; }

#notifications-settings .cbx:checked ~ label {
  background: #8fb5da; }

#notifications-settings .h4-label {
  top: 3px; }

#notifications-settings .lbl {
  position: relative;
  display: block;
  height: 14px;
  width: 36px;
  background: lightgray;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  top: 6.5px;
  vertical-align: middle; }

#notifications-settings label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

#notifications-settings .cbx:checked ~ label:after {
  left: 20px;
  background: #336699; }

#notifications-settings .lbl:after {
  position: absolute;
  left: -2px;
  top: -3.5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: darkgray;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  transition: all 0.3s ease; }

#notifications-settings .headerrow {
  padding-bottom: 13px; }

#notifications-settings .columnheading2 {
  font-size: 15px !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500 !important;
  color: black;
  float: left; }

#notifications-settings hr {
  border-bottom: 1px solid lightgray; }

#setup-wizard-modal .setup-wizard-subtitle {
  margin-top: -1.25rem !important; }
  #setup-wizard-modal .setup-wizard-subtitle .subtitle {
    font-size: 15px !important; }

#setup-wizard-modal .wizard-height {
  height: 60px; }

#setup-wizard-modal .subscibe-access p {
  font-size: 14px !important; }

#setup-wizard-modal p {
  font-size: 16px;
  color: gray;
  margin-bottom: 0; }

#setup-wizard-modal .table tbody tr td {
  vertical-align: middle; }

#setup-wizard-modal .table-hover tbody tr td .mdi {
  font-size: 25px;
  color: #ccc; }

#setup-wizard-modal .table-hover tbody tr:hover td .mdi {
  color: #666; }

#setup-wizard-modal .mdi-circle-outline.active:before {
  content: "\F05E0"; }

.setup-wizard-modal-css .modal-content {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem; }

#EventDetailForm {
  /*Upload Drop area styling*/ }
  #EventDetailForm #EventSidebarBoxes .sidebar .mdi {
    font-size: 48px;
    display: block;
    margin: 0 auto; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs {
    border: none; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li {
    border: 1px solid #d6dbdc;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px;
    width: 100%; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li:hover {
    border-color: #029B97;
    cursor: pointer; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li:hover .mdi {
    color: #029B97; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li:hover > a {
    color: #029B97; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li.active {
    border-color: #029B97;
    background: rgba(2, 155, 151, 0.0470588); }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li.active .mdi {
    color: #029B97; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li.active .mdi.error {
    color: red; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li.error {
    border-color: red;
    color: red;
    background: transparent; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li:hover .error {
    background: rgba(255, 0, 0, 0.04);
    cursor: pointer; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li > a {
    border: none !important;
    background-color: transparent;
    padding: 0; }
  #EventDetailForm #EventSidebarBoxes .nav-tabs > li > a:hover {
    color: #029B97;
    background: none; }
  #EventDetailForm #EventSidebarBoxes .cbx:checked ~ label {
    background: #8fb5da; }
  #EventDetailForm #EventSidebarBoxes .h4-label {
    top: 3px; }
  #EventDetailForm #EventSidebarBoxes .lbl {
    position: relative;
    display: block;
    height: 14px;
    width: 36px;
    background: lightgray;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    top: 6.5px;
    vertical-align: middle; }
  #EventDetailForm #EventSidebarBoxes label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  #EventDetailForm #EventSidebarBoxes .cbx:checked ~ label:after {
    left: 20px;
    background: #336699; }
  #EventDetailForm #EventSidebarBoxes .lbl:after {
    position: absolute;
    left: -2px;
    top: -3.5px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: darkgray;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 0.3s ease; }
  #EventDetailForm #EventSidebarBoxes .active-outline {
    border: 1px solid #2a7ab7;
    padding: 15px; }
  #EventDetailForm #EventSidebarBoxes .important {
    border-color: #a94442; }
  #EventDetailForm #EventSidebarBoxes div.icon-box.error a {
    color: #e12339; }
  #EventDetailForm #EventSidebarBoxes .days-inline {
    display: inline-block;
    padding-right: 15px; }
  #EventDetailForm #EventSidebarBoxes .rotate90 {
    transform: rotate(90deg); }
  #EventDetailForm input[type=text]::-ms-clear {
    display: none !important; }
  #EventDetailForm h2.formHeader, #EventDetailForm .modal-content .modal-header .formHeader.modal-title, .modal-content .modal-header #EventDetailForm .formHeader.modal-title,
  #EventDetailForm .modal-content .modal-footer .formHeader.modal-title, .modal-content .modal-footer #EventDetailForm .formHeader.modal-title {
    font-weight: 400; }
  #EventDetailForm .myDropZone {
    border: dashed #1BBCB7 2px;
    border-radius: 10px;
    background-color: rgba(27, 188, 183, 0.06);
    display: flex;
    /* margin-top: 20px; */
    margin-bottom: 5px; }
  #EventDetailForm .k-combobox {
    width: 100%; }
  #EventDetailForm .uploadText {
    color: #1BBCB7;
    font-size: 16px;
    text-align: center;
    margin-top: 33px;
    margin-bottom: auto;
    font-weight: bold; }
  #EventDetailForm .fakeyButtoney {
    margin: 25px 10px 20px 25px; }
  #EventDetailForm .days-inline {
    display: inline-block;
    padding-right: 15px; }
  #EventDetailForm .recurrence-ends-on + .k-radio-label {
    margin-left: 15px;
    margin-top: 10px; }
  #EventDetailForm .recurrence-ends-on + .k-radio-label + .k-datepicker {
    margin-left: 10px;
    margin-top: 5px; }

#exemption-analysis-522 .state-container {
  width: 65px; }

#exemption-analysis-522 .state-container .k-widget {
  width: 65px; }

#exemption-analysis-522 .filing-date-row .data-label {
  margin-bottom: 0;
  font-weight: 600;
  color: #666;
  font-size: 13px; }

#exemption-analysis-522 .filing-date-row span {
  font-weight: 400;
  font-size: 13px;
  color: #666; }

#inc-exp-details-other-list .tax-row + .tax-row {
  margin-top: 5px; }

#settings-calendar-preferences .active-outline {
  border: 1px solid #2a7ab7;
  padding: 15px;
  min-width: 400px;
  width: 100%; }

#settings-calendar-preferences .notelabel {
  padding: 10px 15px 5px 15px; }

#settings-calendar-preferences .cbx:checked ~ label {
  background: #8fb5da; }

#settings-calendar-preferences .lbl {
  position: relative;
  display: block;
  height: 14px;
  width: 36px;
  background: lightgray;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle; }

#settings-calendar-preferences label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

#settings-calendar-preferences .cbx:checked ~ label:after {
  left: 20px;
  background: #336699; }

#settings-calendar-preferences .lbl:after {
  position: absolute;
  left: -2px;
  top: -3.5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: darkgray;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: '';
  transition: all 0.3s ease; }

#settings-calendar-preferences .headerrow {
  padding-bottom: 13px; }

#settings-calendar-preferences .columnheading2 {
  font-size: 15px !important;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 500 !important;
  color: black;
  float: left; }

#settings-calendar-preferences .k-icon, #settings-calendar-preferences .k-tool-icon {
  vertical-align: baseline; }

#settings-calendar-preferences .k-colorpicker .k-selected-color .k-i-line {
  font-size: 2.185em; }

#settings-calendar-preferences .spanText {
  display: inline-block;
  padding: 0; }

#settings-calendar-preferences .spanColor {
  display: inline-block;
  padding: 0; }

#settings-calendar-preferences .spanText2 {
  display: inline-block;
  padding: 0; }

#settings-calendar-preferences .k-picker-wrap {
  width: 70px; }

#settings-calendar-preferences div#calendar-category-container .k-colorpicker {
  margin-right: 5px;
  border: thin solid #E4E4E4; }
  #settings-calendar-preferences div#calendar-category-container .k-colorpicker .k-selected-color {
    font-size: 8px;
    margin: 10px;
    /*//width: 3em;*/
    border-radius: 50%; }

#settings-calendar-preferences .k-scheduler-mark {
  font-size: 20px;
  border: thin solid #E4E4E4;
  width: 1.3rem;
  height: 1.3rem; }

#settings-calendar-preferences .k-selected-color {
  font-size: 20px;
  margin: 5px;
  /*width: 3em;*/
  border-radius: 50%;
  border: thin solid #E4E4E4; }

#manage-users-settings #user-requests-section #viewRequestsButton {
  margin-top: 1.5em;
  width: 200px; }

#manage-users-settings #user-requests-section #manageRequestButtons {
  float: right;
  margin-top: 20px; }

#edit-user-section .no-padding-left {
  padding-left: 0; }

#edit-user-section .button-right {
  float: right; }

#edit-user-section #saveButton {
  margin-right: 1em; }

#edit-user-section #permissions-section {
  margin-top: 2.5em;
  margin-bottom: 1.5em; }

#edit-user-section #user-type-settings {
  margin-top: 2.5em; }

#edit-user-section #permissions-table {
  overflow: auto;
  max-height: 248px;
  font-size: 14px !important;
  border: #ccc 1px solid; }

#edit-user-section .child-category {
  background: #F9F9F9 !important;
  padding-top: 0.875em;
  padding-bottom: 0.875em; }

#edit-user-section .privilege-category {
  background: #173237;
  color: #ffffff;
  margin-top: 10px !important; }
  #edit-user-section .privilege-category span {
    font-weight: 400;
    color: #ffffff; }
  #edit-user-section .privilege-category i.mdi.mdi-chevron-up {
    color: #ffffff !important; }
  #edit-user-section .privilege-category i.mdi.mdi-chevron-down {
    color: #ffffff !important; }
  #edit-user-section .privilege-category:focus {
    cursor: pointer; }
  #edit-user-section .privilege-category:hover {
    cursor: pointer; }

#user-account-information .list-view-container-internal > div:nth-child(even) .child-category {
  border-bottom: 1px solid #D1D6D7; }

#invite-user-section .no-padding-left {
  padding-left: 0; }

#fileCabinetSection .lockText h1 {
  font-size: 56px;
  text-align: center;
  font-weight: 300;
  color: #666666; }

#fileCabinetSection .lockText {
  padding-top: 5%;
  text-align: center;
  font-weight: 300;
  color: #666666; }

#fileCabinetSection #backgroundImage {
  z-index: -1;
  position: absolute;
  filter: blur(6px);
  height: 100%;
  width: 100%; }

#fileCabinetSection #lockIcon {
  text-align: center;
  font-size: 200px; }

#fileCabinetSection .details {
  font-size: 32px; }

#fileCabinetSection #textFrequency {
  font-weight: normal !important; }

#fileCabinetSection #fileCabradWeeklySelect .k-checkbox-label {
  padding-right: 10px; }

#fileCabinetSection .setupUser .navbar-user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%; }

#fileCabinetSection .helpIcon {
  font-size: 18px; }

#fileCabinetSection .flex-container {
  display: flex;
  align-items: center; }

#fileCabinetSection .flex-container > div {
  flex: 1 100%; }

#fileCabinetSection .flex-container p {
  margin: 0; }

#fileCabinetSection .setup-img-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

#fileCabinetSection div.image-container {
  max-width: 468px;
  display: block;
  margin: 0 auto; }

#fileCabinetSection .setup-img-container > img {
  border: 1px solid #c9c9c9; }

#fileCabinetSection .setup-img-container p {
  clear: both;
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  text-align: left; }

#fileCabinetSection .grey-outline {
  border: 1px solid #d6dbdc;
  padding: 15px; }

#fileCabinetSection .active-outline {
  border: 1px solid #2a7ab7;
  padding: 15px; }

#fileCabinetSection .notelabel {
  font-size: 12px; }

#fileCabinetSection .alert-icon {
  font-size: 100px; }

#fileCabinetSection p.notelabel {
  margin-left: 0;
  margin-bottom: 0; }

#fileCabinetSection div.callout-container {
  background: #e2ecf6;
  padding: 20px;
  width: 100%;
  font-weight: bold; }

#fileCabinetSection .center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center; }

#fileCabinetSection .synccodeNote {
  position: relative;
  background-color: #e2ecf6;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

#fileCabinetSection .fileContainer [type="file"] {
  display: block;
  background: white;
  border-radius: 0.5em;
  float: left;
  padding: 0.5em;
  cursor: pointer;
  border: 0; }

#fileCabinetSection #timePickerFrequency > span > span > span {
  margin-right: 8px; }

#fileCabinetSection .k-picker-wrap {
  width: 110px; }

.panel-heading {
  padding-bottom: 5px; }

#matter-court-notices .ev-filter-on {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  padding-top: 10px; }

#matter-court-notices .ev-filter {
  color: #2a7ab7;
  display: inline-block;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 1px;
  vertical-align: middle; }

#matter-court-notices .ev-filter:hover {
  color: #336699;
  cursor: pointer;
  text-decoration: underline; }

#matter-court-notices .day-label {
  color: #888888;
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 500; }

#matter-court-notices .event-view-list {
  list-style-type: none;
  border: none;
  padding: 10px 0px; }

#matter-court-notices a.event-view-link {
  font-size: 16px;
  font-weight: 400; }

#matter-court-notices .startTime_div {
  float: left;
  margin: -5px 0;
  width: 94px;
  height: 50px;
  background-color: #602966;
  box-shadow: none;
  color: #FFFFFF;
  padding: 5px;
  margin-left: 15px;
  text-align: right; }

#matter-court-notices .startTime_div > span.upcoming-event-hour {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400; }

#matter-court-notices .startTime_div > span.event-am-pm {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400; }

#matter-court-notices .day-label {
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #888888;
  padding: 5px; }

#matter-court-notices .description_div {
  position: relative;
  padding-right: 15px;
  margin-left: 124px; }

#matter-court-notices .truncate {
  width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 8px; }

#matter-court-notices .row.sm-gutters {
  margin-right: -5px;
  margin-left: -20px; }

#deposit-accounts .k-radio-label:before {
  width: 14px;
  height: 14px; }

#deposit-accounts .fake-checked-radio-button {
  position: absolute;
  background-color: #2d82c3;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  box-sizing: border-box; }

#activatable-district-listview {
  border: 1px solid #9a9797; }
  #activatable-district-listview div.jurisdiction-selection {
    padding-top: 1px;
    padding-left: 3px;
    cursor: pointer; }
  #activatable-district-listview .is-selected div.jurisdiction-selection {
    background-color: #d1f2f0; }

#creditor-matrix-contact-template-listview .is-selected div.jurisdiction-selection {
  background-color: #d1f2f0; }

#addJurisdiction label {
  margin-bottom: 0; }

#cat-bus-14 [data-role="standardresponse"] .level-left, #cat-bus-71 [data-role="standardresponse"] .level-left {
  flex-grow: 1; }
  #cat-bus-14 [data-role="standardresponse"] .level-left .level-item, #cat-bus-71 [data-role="standardresponse"] .level-left .level-item {
    flex-grow: 0; }
    #cat-bus-14 [data-role="standardresponse"] .level-left .level-item:first-child, #cat-bus-71 [data-role="standardresponse"] .level-left .level-item:first-child {
      flex-grow: 1; }

#cat-bus-14 [data-role="standardresponse"] .level .k-combobox, #cat-bus-71 [data-role="standardresponse"] .level .k-combobox {
  width: 100%; }

#cat-bus-11 .kendo-create-currency-textbox, #cat-bus-71 .kendo-create-currency-textbox {
  width: 100%; }

.border-grey {
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  border-radius: 0px; }

#user-account-information .titleUsers {
  font-size: 1.563rem !important;
  color: #000000 !important; }

#user-account-information #manage-users-list .no-options {
  color: #8B999B !important;
  cursor: default !important; }

#user-account-information .highlight {
  font-weight: bold; }

#user-account-information .btn-disabled {
  pointer-events: none; }

#user-account-information .button-right {
  float: right; }

#user-account-information .error-message {
  padding: 10px 16px 10px 16px;
  text-align: center;
  background-color: #E12339;
  color: #FFFFFF;
  margin-bottom: 10px; }

#user-account-information .list-view-container-internal > div:nth-child(odd) .child-category {
  background-color: #f2f2f2 !important;
  border-left: 1px solid #D1D6D7;
  border-right: 1px solid #D1D6D7; }

#user-account-information .list-view-container-internal > div:nth-child(even) .child-category {
  background-color: #ffffff !important;
  border-left: 1px solid #D1D6D7;
  border-right: 1px solid #D1D6D7; }

#user-account-information .list-view-container-internal > div:nth-child(n +2) .heading {
  padding-top: 10px;
  border-top: 1px solid #D1D6D7; }

#user-account-information .list-view-container-internal > div:last-child .child-category {
  border-bottom: 1px solid #D1D6D7; }

#purchase-user-liceses-container .Warning {
  background: #FDF7E9;
  border: 1px solid #8D6613;
  padding: 3px 9px; }

#purchase-user-liceses-container .NewPaymet {
  color: #16A550;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 20px; }

#purchase-user-liceses-container .second-column-padding {
  padding-left: 0px; }

#purchase-user-liceses-container .dropdown-container {
  height: 328px !important; }

.dynamsoft-dialog.dynamsoft-dialog2 {
  height: 290px !important;
  padding-right: 10px !important;
  padding-left: 10px !important; }

.dynamsoft-dwt-dlg-title {
  text-align: left !important;
  margin-top: -25px !important;
  margin-bottom: 10px !important; }

.dynamsoft-dwt-installdlg-iconholder {
  margin-top: 0px !important; }

.DVS_middle {
  display: none !important; }

.rio-scanning {
  /*=================================== dwtScanDemo =========================================*/
  /*=============== DWTcontainerTop ===============*/
  /*#divEdit*/
  /*#btnGroupBtm*/
  /*=============== ScanWrapper ===============*/
  /*#divScanner*/
  /*#divUpload*/
  /*=============== DWTcontainerBtm ===============*/
  /*=============== dailog ===============*/
  /*=============== Upgrade ===============*/ }
  .rio-scanning * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .rio-scanning *:before,
  .rio-scanning *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .rio-scanning img {
    vertical-align: middle;
    border: 0; }
  .rio-scanning a:link,
  .rio-scanning a:visited {
    color: #606060;
    text-decoration: none; }
  .rio-scanning a:hover {
    color: #fe8e14; }
  .rio-scanning input {
    font: normal 12px verdana;
    color: #444; }
  .rio-scanning input.invalid {
    background-color: #FF9;
    border: 2px red inset; }
  .rio-scanning a img {
    border: none; }
  .rio-scanning a img:hover {
    border: none; }
  .rio-scanning ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px; }
  .rio-scanning .container:after, .rio-scanning .app .app-outer .app-container:after, .app .app-outer .rio-scanning .app-container:after, .rio-scanning #app-footer #footer-container:after, #app-footer .rio-scanning #footer-container:after,
  .rio-scanning .clearfix:after {
    content: '';
    display: table;
    clear: both; }
  .rio-scanning .tc {
    text-align: center; }
  .rio-scanning .btnOrg {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: #50a8e1;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-right-colors: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .rio-scanning .btnOrg:hover {
    background: #61c2ec; }
  .rio-scanning .d-btn {
    display: inline-block;
    padding: 0 25px;
    height: 36px;
    line-height: 30px;
    color: #fe8e14;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: solid 2px #fe8e14;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .rio-scanning .d-btn:link,
  .rio-scanning .d-btn:visited {
    color: #fe8e14; }
  .rio-scanning .d-btn:hover {
    color: #ffae38;
    border: solid 2px #ffae38; }
  .rio-scanning .d-btn.lgBtn {
    height: 46px;
    line-height: 40px; }
  .rio-scanning .d-btn.mdBtn {
    height: 42px;
    line-height: 36px; }
  .rio-scanning .d-btn.smBtn {
    height: 38px;
    line-height: 32px; }
  .rio-scanning .d-btn.bgOrange {
    background: #fe8e14;
    color: #fff; }
  .rio-scanning .d-btn.bgOrange:hover {
    background: #ffae38; }
  .rio-scanning .d-btn.bgBlue {
    border-color: #50a8e1;
    background: #50a8e1;
    color: #fff; }
  .rio-scanning .d-btn.bgBlue:hover {
    border-color: #61c2ec;
    background: #61c2ec; }
  .rio-scanning #dwtScanDemo .ct-top {
    padding: 0 0 15px; }
  .rio-scanning #dwtScanDemo .ct-top .title {
    font-size: 18px;
    line-height: 27px;
    color: #444;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica; }
  .rio-scanning #dwtScanDemo .ct-top .desc {
    margin: 0 15px 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #aaa; }
  .rio-scanning #DWTcontainerTop {
    position: relative;
    float: left;
    width: 647px;
    height: 572px;
    border: 1px solid #ccc; }
  .rio-scanning .ds-dwt-container-box > div {
    border: none !important; }
  .rio-scanning #divEdit {
    float: left;
    margin: 0;
    padding: 0;
    width: 60px;
    background: #fff;
    border-right: 1px solid #ccc; }
  .rio-scanning #divEdit .operateGrp li {
    margin: 0;
    width: 60px;
    height: 57px;
    line-height: 52px;
    border-bottom: solid 1px #ccc;
    text-align: center; }
  .rio-scanning #divEdit .operateGrp li:nth-last-child(2) {
    height: 58px; }
  .rio-scanning #divEdit .operateGrp li:last-child {
    height: 56px;
    border-bottom: none; }
  .rio-scanning #divEdit .operateGrp li > img {
    cursor: pointer; }
  .rio-scanning #Crop {
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    border-collapse: collapse;
    border: 3px solid #cE5E04;
    position: absolute;
    height: 80px;
    z-index: 1;
    background-color: #f0f0f0;
    width: 250px; }
  .rio-scanning #ImgSizeEditor {
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    top: 513px;
    left: -1px;
    height: auto;
    width: 320px;
    font-size: 14px;
    color: #606060;
    text-align: left;
    background-color: #f5f5f5;
    border-collapse: collapse;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 18px #ccc;
    -webkit-box-shadow: 4px 4px 18px #ccc;
    -moz-box-shadow: 4px 4px 18px #ccc; }
  .rio-scanning #ImgSizeEditor li {
    margin-bottom: 5px; }
  .rio-scanning #ImgSizeEditor input {
    background: #fff;
    border: solid 1px #ccc; }
  .rio-scanning #ImgSizeEditor input[type='text'] {
    padding-left: 3px; }
  .rio-scanning #ImgSizeEditor input[type='button'] {
    padding: 5px 5px;
    margin: 6px 5px 0; }
  .rio-scanning #dwtcontrolContainer {
    float: left;
    width: auto;
    height: 515px;
    margin-left: 60px;
    position: absolute !important; }
  .rio-scanning #dwtcontrolContainer2 .dynamsoft-dwt-container-box > div {
    border: none !important; }
  .rio-scanning #dwt-NonInstallContainerID {
    float: left;
    width: 560px;
    height: 590px; }
  .rio-scanning #DWTcontainerTop #btnGroupBtm {
    position: absolute;
    left: 60px;
    bottom: 0;
    padding: 14px 25px 15px 90px;
    width: 585px;
    height: 57px;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #606060; }
  .rio-scanning #btnGroupBtm .ct-lt {
    float: left;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica; }
  .rio-scanning #btnGroupBtm .ct-lt input {
    padding: 0;
    margin-right: 6px;
    width: 25px;
    height: 20px;
    font-size: 10px;
    background: #f5f5f5;
    border: solid 1px #bbbcc0;
    outline: none;
    cursor: pointer; }
  .rio-scanning #btnGroupBtm .ct-lt input[type='text'] {
    height: 20px;
    font-size: 12px;
    border: none;
    cursor: default; }
  .rio-scanning #btnGroupBtm .ct-lt #DW_btnFirstImage {
    margin-left: 5px; }
  .rio-scanning #btnGroupBtm .ct-lt #DW_CurrentImage {
    margin: 0 0 0 -13px;
    text-align: right; }
  .rio-scanning #btnGroupBtm .ct-lt #DW_TotalImage {
    margin: 0 -7px 0 0;
    text-align: left; }
  .rio-scanning #btnGroupBtm .ct-rt {
    float: right;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica; }
  .rio-scanning #DW_PreviewMode {
    padding: 0 5px;
    margin-left: 5px;
    height: 26px;
    border: solid 1px #d8d8d8;
    color: #444;
    outline: none;
    border-radius: 3px;
    cursor: pointer; }
  .rio-scanning #ScanWrapper {
    float: right;
    width: 315px;
    height: 570px; }
  .rio-scanning div.divinput {
    font-size: 14px;
    color: #606060;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    border: solid 1px #ccc;
    background: #fff; }
  .rio-scanning .divType,
  .rio-scanning #ScanWrapper .toggle {
    padding-left: 20px;
    height: 38px;
    line-height: 36px;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica;
    font-size: 14px;
    color: #444;
    border-bottom: solid 1px #ccc;
    background: #eee;
    cursor: pointer; }
  .rio-scanning #ScanWrapper .toggle {
    cursor: default; }
  .rio-scanning .mark_arrow {
    display: block;
    float: right;
    margin: 15px 20px 0 0;
    width: 12px;
    height: 8px; }
  .rio-scanning .collapsed {
    background: url("../../Scripts/dwt/Images/icn-down-12x7.png") no-repeat center center; }
  .rio-scanning .expanded {
    background: url("../../Scripts/dwt/Images/icn-up-12x7.png") no-repeat center center; }
  .rio-scanning .divTableStyle {
    padding: 12px 20px 15px;
    border-bottom: solid 1px #ccc; }
  .rio-scanning #ScanWrapper select,
  .rio-scanning #divUpload input[type='text'] {
    margin-top: 3px;
    margin-bottom: 6px;
    height: 26px;
    border: solid 1px #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none; }
  .rio-scanning #ScanWrapper input[type='checkbox'],
  .rio-scanning #ScanWrapper input[type='radio'] {
    margin: 0 3px 0 0; }
  .rio-scanning #divScanner {
    border-bottom: none; }
  .rio-scanning #PCollapse {
    list-style: none inside none;
    margin-left: 0;
    padding-left: 0; }
  .rio-scanning select#source {
    margin-top: 3px;
    padding-left: 3px;
    width: 100%;
    font-size: 12px;
    border: solid 1px #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    outline: none; }
  .rio-scanning select#Resolution {
    margin-left: 3px;
    width: 192px;
    height: 26px; }
  .rio-scanning #divProductDetail li {
    margin-top: 8px; }
  .rio-scanning #divProductDetail li:first-child {
    margin-top: 3px; }
  .rio-scanning #divProductDetail li label {
    display: inline-block;
    margin: 0 28px 0 0;
    font-size: 12px; }
  .rio-scanning #divProductDetail li label:last-child {
    margin: 0; }
  .rio-scanning #divProductDetail li label input {
    width: 15px;
    height: 15px;
    vertical-align: middle; }
  .rio-scanning #div_LoadLocalImage input[type='button'] {
    margin: 15px 0;
    width: 90px;
    height: 30px; }
  .rio-scanning #div_ScanImage {
    position: relative; }
  .rio-scanning #tblLoadImage {
    position: absolute;
    top: 102px;
    z-index: 1;
    padding: 30px 22px;
    width: 275px;
    height: 128px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #fe8e14;
    background-color: #f5f5f5; }
  .rio-scanning #tblLoadImage > a {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: normal;
    text-decoration: none; }
  .rio-scanning #tblLoadImage a {
    color: #50a8e1; }
  .rio-scanning #tblLoadImage a:hover {
    color: #61c2ec; }
  .rio-scanning #divUpload input[type='text'] {
    width: 100%;
    padding-left: 5px; }
  .rio-scanning #divUpload li label {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 12px; }
  .rio-scanning #divUpload li img {
    margin-right: 2px; }
  .rio-scanning #divUpload li label:last-child {
    margin-right: 0; }
  .rio-scanning #divUpload li input {
    width: 15px;
    height: 15px;
    vertical-align: middle; }
  .rio-scanning #divUpload li:nth-child(3) {
    margin: 5px 0 8px; }
  .rio-scanning #divUpload li {
    padding: 0 20px; }
  .rio-scanning #divUpload li:nth-child(2) {
    padding-top: 12px; }
  .rio-scanning #divUpload input[type='button'] {
    margin: 14px 0 20px 0; }
  .rio-scanning #divUpload #btnSave,
  .rio-scanning #divUpload #btnUpload {
    padding: 0;
    width: 115px;
    height: 30px;
    margin-right: 15px;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica;
    cursor: pointer; }
  .rio-scanning #divUpload #btnUpload {
    width: 138px;
    margin-right: 0; }
  .rio-scanning #DWTcontainerBtm {
    position: relative;
    float: left;
    width: 980px; }
  .rio-scanning #DWTemessageContainer {
    float: left; }
  .rio-scanning #DWTemessageContainer input[type='text'] {
    border: solid 1px #ccc;
    padding-left: 3px; }
  .rio-scanning #DWTemessageContainer input[type='button'] {
    cursor: pointer;
    margin: 0 3px;
    outline: none; }
  .rio-scanning #DWTdivMsg {
    padding: 5px 0 0;
    font-size: 14px;
    color: #444; }
  .rio-scanning #DWTemessage {
    padding: 6px 0 0 8px;
    margin-top: 3px;
    width: 647px;
    height: 160px;
    border: solid 1px #ccc;
    overflow-y: scroll;
    background: #fff; }
  .rio-scanning #divNoteMessage {
    float: right;
    padding: 10px 15px;
    margin-top: 34px;
    width: 315px;
    height: 160px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #e7f2fd;
    color: #606060; }
  .rio-scanning #divNoteMessage p {
    margin: 0;
    color: #444;
    font-family: OpenSans-Semibold, Arial, sans-serif, Verdana, Helvetica; }
  .rio-scanning .ds-dialog-wrap,
  .rio-scanning .ds-dialog-wrap div {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .rio-scanning .ds-dialog-wrap:before,
  .rio-scanning .ds-dialog-wrap div:before,
  .rio-scanning .ds-dialog-wrap:after,
  .rio-scanning .ds-dialog-wrap div:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .rio-scanning .ks-overlay {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  .rio-scanning .ks-ext-close {
    padding: 0 20px;
    position: absolute;
    right: -5px;
    top: 5px; }
  .rio-scanning .ks-ext-close,
  .rio-scanning .ks-ext-close:link {
    color: #2222AA;
    text-decoration: none;
    cursor: pointer; }
  .rio-scanning .ks-ext-mask {
    background: #999;
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.7;
    /* Moz + FF */
    opacity: 0.7;
    /* CSS3 e.g. FF 1.5 */ }
  .rio-scanning .D-dailog .ks-ext-close .ks-ext-close-x {
    height: 8px; }
  .rio-scanning .D-dailog .ks-ext-close,
  .rio-scanning .D-dailog .ks-ext-close:hover {
    background: none;
    border: none; }
  .rio-scanning .D-dailog {
    position: absolute;
    left: -9999px;
    top: -99999px;
    margin: 100px auto;
    padding: 0;
    width: 392px;
    height: 262px;
    background-color: #F1F2F2; }
  .rio-scanning .D-dailog .D-dailog-body {
    width: 350px;
    height: 200px;
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    padding: 15px; }
  .rio-scanning .D-dailog .D-dailog-body-Mac {
    width: 350px;
    height: 235px;
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    padding: 15px; }
  .rio-scanning .D-dailog .D-dailog-body-NotAllowed {
    color: #444;
    line-height: 1.8;
    width: 350px;
    height: 185px;
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    padding: 15px; }
  .rio-scanning .D-dailog .D-dailog-body-Scan {
    width: 380px;
    height: 240px;
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    padding: 15px; }
  .rio-scanning .D-dailog .D-dailog-body-Scan-sample {
    width: 380px;
    height: 200px;
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    padding: 15px; }
  .rio-scanning .D-dailog a {
    text-decoration: none; }
  .rio-scanning .link {
    text-decoration: underline; }
  .rio-scanning .D-dailog ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc; }
  .rio-scanning .red {
    color: red;
    margin-left: 5px; }
  .rio-scanning #message {
    font-family: Arial, sans-serif, Verdana, Helvetica;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    padding: 10px 0px 10px 0px;
    color: #239210;
    background-color: #E0F0D6;
    border: 1px solid #54D33F;
    box-shadow: 0 0 10px #3A3A3A; }
  .rio-scanning #MessageBody a {
    color: #6A9962;
    font-size: 14px; }
  .rio-scanning #message span {
    text-align: center;
    width: 95%;
    float: left; }
  .rio-scanning #MessageBoy a:hover {
    text-decoration: underline; }
  .rio-scanning .close-notify {
    white-space: nowrap;
    float: right;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    border: 2px #fff solid;
    padding-left: 3px;
    padding-right: 3px; }
  .rio-scanning .close-notify a {
    color: #fff; }
  .rio-scanning .DWTPage {
    margin: 0 auto; }

#selected-email-template-preview .email-template-preview-body {
  height: 440px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #f1f0f0; }

div#selectEmailTemplateForm {
  margin-top: -1.35rem; }

#kendo-editor-control .toolbar-k-header, #kendo-editor-control .editorToolbarWindow.k-header,
#kendo-editor-control .k-editor.k-header,
#kendo-editor-control .k-filebrowser .k-header {
  background-color: white !important;
  height: 400px !important;
  border: none !important; }

#kendo-editor-control .k-editor-toolbar .k-button-group .k-tool {
  font-size: 11px !important;
  width: 32px !important;
  height: 33px;
  line-height: 33px;
  margin: 0;
  vertical-align: top;
  border: 1px solid #ccc !important; }

#kendo-editor-control .k-picker-wrap .k-state-default {
  border: 1px solid #ccc !important;
  font-size: 14px !important;
  width: 32px !important;
  height: 33px;
  text-align: center !important; }

#kendo-editor-control .k-editor-toolbar .k-button-group .k-tool-icon .k-icon {
  height: 33px;
  vertical-align: top;
  top: 0px !important;
  background: none !important;
  border: 0px !important; }

#kendo-editor-control .editor {
  font-size: 14px !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #e6e6e6 !important;
  margin-left: 0px !important;
  height: 34px; }

#kendo-editor-control .mdi-paperclip .editor {
  font-size: 14px !important; }

#kendo-editor-control .k-editor .k-editable-area .k-content {
  border-width: 1px 1px 1px 1px !important; }

#kendo-editor-control .k-editor .k-editor-toolbar-wrap {
  padding-left: 0px; }

#kendo-editor-control .k-editor-toolbar {
  margin-bottom: 15px; }

#kendo-editor-control .k-combobox {
  width: 140px !important;
  border: 1px solid #e6e6e6 !important;
  background-color: white !important; }

#kendo-editor-control .image-upload > a span input {
  display: none; }

#creditor-Consideration .k-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #029b97;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }

#account-subscription-tab h3 {
  font-size: 1.563rem !important; }

#account-subscription-tab .subscription .title {
  font-weight: 300;
  font-style: normal;
  font-size: 22px; }

#account-subscription-tab .subscription .edit-subscription {
  font-size: 20px !important; }

#account-subscription-tab .subscription .subscription-title {
  height: 60px;
  background-color: #b21876;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  font-size: x-large;
  color: #fff; }

#account-subscription-tab .subscription .subscription-details {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  font-size: x-large;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #b21876;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#account-subscription-tab .subscription .pricing {
  color: #B21876;
  font-size: 14px; }

#account-subscription-tab .verticalline {
  border-right: 1px solid #e4e4e4;
  padding-left: 37px; }

#account-subscription-tab .fw-700 {
  font-weight: 700; }

#account-subscription-tab .fw-400 {
  font-weight: 400; }

#account-subscription-tab .edit-subscription-form {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #15cec8;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#account-subscription-tab .border-color {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #15cec8;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#account-subscription-tab .card-Img {
  border-width: 0px;
  width: 40px;
  height: 25px;
  margin-top: 3px; }

#account-subscription-tab .cancelaccount {
  padding-top: 40px; }

#account-subscription-tab .hr-top {
  margin-top: 2.5rem; }

#account-subscription-tab .account-info-heading {
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  color: #173237; }

#account-subscription-tab .account-info-pricing {
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  color: #602966; }

#account-subscription-tab .new-info-payment {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #16A550; }

#account-subscription-tab .account-info-pricing-subscription-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  color: #602966; }

#account-subscription-tab .subscription-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  /* Grayscale/slate */
  color: #173237; }

#account-subscription-tab .client-data-purchase-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  /* Grayscale/slate */
  color: #173237; }

#account-subscription-tab .card-footer {
  background: #fff !important;
  border-top: 0px !important; }

#account-subscription-tab .hr-top-modify {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

#account-subscription-tab .modify-subscription-card {
  background: #FFFFFF;
  border: 1px solid #15CEC8;
  box-sizing: border-box;
  border-radius: 4px; }

#account-subscription-tab .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

#account-subscription-tab .custom-pricing {
  background: #EAF2F8;
  border: 1px solid #2A7AB7;
  box-sizing: border-box; }

#account-subscription-tab .overdue-error-alert {
  background: #FCE9EB;
  border: 1px solid #E12339;
  box-sizing: border-box; }
  #account-subscription-tab .overdue-error-alert .mdi-info-icon {
    color: #E12339 !important; }

#account-subscription-tab .prorated-alert {
  background: #FDF7E9;
  border: 1px solid #8D6613;
  box-sizing: border-box; }
  #account-subscription-tab .prorated-alert .mdi-info-icon {
    color: #8D6613 !important; }

#account-subscription-tab #overdue-warning .mdi-info-icon {
  color: #EBAA20 !important; }

#account-subscription-tab #overdue-warning .message {
  color: #8D6613 !important; }

#account-subscription-tab .cancelaccount-warning {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  /* Grayscale/slate */
  color: #173237;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 1;
  margin: 0px 8px; }

#account-subscription-tab .sub-price {
  font-size: 14px; }

#account-subscription-tab .mdi-info-icon {
  color: #2A7AB7 !important; }

#account-subscription-tab #SubscriptionType .col-xl-12 {
  padding-left: 0px !important; }

#account-subscription-tab #paymentAccountsGrid > div > table > thead > tr > th:nth-child(1) {
  padding-left: 35px !important; }

#account-subscription-tab #paymentAccountsGrid .mdi-information-error {
  color: #E12339 !important; }

#account-subscription-tab #paymentAccountsGrid .account-number {
  color: #2A7AB7; }

#import-export-history .timeline {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15);
  padding: 0;
  margin: 0; }

#import-export-history .timeline-item {
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  #import-export-history .timeline-item > * {
    padding: 10px; }

#import-export-history .timeline-avatar {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15); }
  #import-export-history .timeline-avatar:after {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 40%;
    transform: translateX(-50%);
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0; }
  #import-export-history .timeline-avatar:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 40%;
    transform: translateX(-50%); }

#import-export-history .history-details-timeline-avatar {
  position: relative;
  border-color: rgba(160, 175, 185, 0.15); }
  #import-export-history .history-details-timeline-avatar:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%); }

#import-export-history .timeline-item.active .timeline-avatar:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2); }

#import-export-history .timeline-content {
  background: #FFFFFF;
  border: 1px solid #D1D6D7;
  border-radius: 4px;
  padding: 1rem; }
  #import-export-history .timeline-content p:last-child {
    margin-bottom: 0; }

#import-export-history .timeline-date {
  font-weight: 400;
  font-size: 12px;
  color: #173237 !important; }

#import-export-history .timeline-subject {
  font-weight: 700;
  font-size: 14px;
  color: #173237 !important; }

#import-export-history .timeline-subject-content {
  font-weight: 400;
  font-size: 14px;
  color: #173237 !important; }

#import-export-history .check-circle {
  color: #16A550; }

#import-export-history .alert-rhombus {
  color: #E12339; }

#import-export-history .alert-icon {
  color: #FD7250; }

#import-export-history .timeline-heading {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

#import-export-history .cases-progress-bar-count-color-red {
  color: #E12339 !important; }

#import-export-history .cases-progress-bar-count-color-blue {
  color: #029B97 !important; }

#import-export-history .summary-title {
  font-weight: 300;
  font-size: 25px;
  color: #173237 !important; }

#import-export-history li {
  list-style: none;
  display: flex; }

#import-export-history .margin-right {
  margin-right: 5px; }

#import-cases-and-settings-page .accountsettings-link {
  text-decoration: underline; }

#import-cases-and-settings-page .form-margin {
  margin-left: -27px; }

#import-cases-and-settings-page .form-margin-login {
  margin-left: -12px; }

#import-cases-and-settings-page .hr-bottom {
  margin-bottom: 1.5rem; }

#import-cases-and-settings-page #cincompassloginForm .import-data-acknowledge div.col-xl-12 {
  flex: auto !important;
  max-width: 36px !important; }

#import-cases-and-settings-page #cincompassloginForm .import-data-acknowledge .clickhere-link {
  text-decoration: underline; }

#import-cases-and-settings-page #cincompassloginForm .import-data-acknowledge .is-not-bold {
  font-weight: 400 !important; }

#import-cases-and-settings-page #import-CINcompass-Cases-and-Settings .import-data-settings {
  display: inline-block;
  width: 100%;
  position: relative; }
  #import-cases-and-settings-page #import-CINcompass-Cases-and-Settings .import-data-settings .import-data-settings-inner {
    position: relative;
    display: inline-block; }
  #import-cases-and-settings-page #import-CINcompass-Cases-and-Settings .import-data-settings .icn {
    position: absolute;
    right: 12px;
    top: 0; }

#import-cases-and-settings-page #import-CINcompass-Cases-and-Settings .ecf-alert-info {
  background: #EAF2F8;
  border: 1px solid #2A7AB7;
  box-sizing: border-box; }

#import-cases-and-settings-page #import-CINcompass-Cases-and-Settings .mdi-info-icon {
  color: #2A7AB7 !important; }

#import-cases-and-settings-page #import-CINcompass-Cases-and-Settings hr {
  border: 1px solid #D1D6D7 !important; }

#import-cases-and-settings-page #import-CINcompass-Cases-and-Settings .help-circle-outline-chapterdebtor {
  font-size: 16px !important; }

#accountinfo-cancel-account .title {
  font-weight: 400;
  font-style: normal;
  font-size: 25px; }

#accountinfo-cancel-account .btn-light {
  color: #949d9d !important;
  background-color: #e9e9e9 !important; }

#accountinfo-cancel-account .cancelaccount-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000000; }

#accountinfo-cancel-account .text-color {
  color: #173237; }

#liquidation_analysis_page .text-left {
  font-weight: bold; }

#liquidation_analysis_page tr:nth-child(2) td:nth-child(1) {
  padding-left: 18px !important; }

.modal-add-client .modal-header {
  margin: 1.875rem 1.875rem 0 1.875rem;
  padding: 0; }

.modal-add-client .modal-body {
  padding: 1rem 0;
  margin: 0 1.875rem; }

.modal-add-client .modal-footer {
  padding: 0.75rem 0 0 0;
  margin: 0 1.875rem 1.875rem 1.875rem; }

#EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li {
  margin-bottom: 30px;
  padding: 30px !important; }
  #EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li:hover .error {
    background: rgba(225, 35, 57, 0.05) !important;
    cursor: pointer; }

#EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li.active .mdi.error {
  color: #E12339 !important; }

#EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li.error {
  color: #e12339 !important;
  background: rgba(225, 35, 57, 0.05) !important;
  border: 1px solid #e12339 !important; }
  #EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li.error > a:hover {
    color: #e12339 !important; }
  #EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li.error > a:focus {
    color: #e12339 !important; }
  #EventDetailForm #EventSidebarBoxes #ClientDetialForm .nav-tabs > li.error .mdi.error {
    color: #e12339 !important; }

#EventDetailForm #EventSidebarBoxes #ClientDetialForm .mdi {
  font-size: 48px !important; }

#EventDetailForm .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  color: #029b97;
  background-color: #fff;
  border: 1px solid #029b97;
  border-bottom-color: transparent;
  cursor: default;
  margin-left: 1px; }

#firmLocationAddEdit .mr-auto .mdi-help-circle-outline::before {
  content: "" !important; }

#import-export-review-duplicates .card-header {
  color: #FFF !important;
  background-color: #374b50 !important; }

#import-export-review-duplicates .card-deck-overflow {
  flex-flow: row nowrap !important;
  overflow: auto; }

#import-export-review-duplicates .bco_approving_text {
  font-size: 13px;
  color: #009900;
  text-align: left; }

#import-export-review-duplicates .bco_text-danger {
  color: #a94442;
  font-size: 13px; }

#import-export-review-duplicates .duplicate-case-alert {
  background: #EAF2F8;
  border: 1px solid #2A7AB7;
  box-sizing: border-box; }

#import-export-review-duplicates .mdi-info-icon {
  color: #2A7AB7 !important; }

#import-export-review-duplicates .card-disable {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.5; }

#import-export-review-duplicates .card-deck {
  width: 325px !important; }

#import-export-review-duplicates .card-footer {
  border-top: 0px;
  background: #ffffff; }

#organizeDocumentModal #textplaceholder .mdi-warning-icon {
  font-size: 20px !important;
  color: #8d6613 !important; }

#organizeDocumentModal #textplaceholder .msg-warning {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8D6613 !important; }

#organizeDocumentModal .text-warning input, #organizeDocumentModal .text-warning input:focus {
  background: #FDF7E9;
  border: 1px solid #8D6613;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 0px rgba(225, 228, 232, 0.2);
  opacity: 100%; }

#eusaBodyText .input-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed; }

#eusaBodyText .align-middle {
  vertical-align: middle; }

#eusaBodyText .btn-primary.disabled, #eusaBodyText .btn-primary:disabled {
  cursor: not-allowed !important; }

#eusaBodyText .text-style {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #173237;
  margin-bottom: 0px; }

#eusaBodyText .form-group.text-center {
  margin-bottom: 0px; }

#client-sidebar .row-radio .col-xl-12 {
  padding-left: 0px !important; }

#client-sidebar .row-checkbox {
  padding-left: 0px !important; }

#users-sidebar .row-radio .col-xl-12 {
  padding-left: 0px !important; }

#users-sidebar .row-checkbox {
  padding-left: 0px !important;
  margin-bottom: 8px; }

#users-sidebar .filtersText {
  font-size: 18px;
  font-style: normal;
  color: #173237; }

#users-sidebar .roleText {
  margin-top: 16px;
  color: #173237;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 10px; }

#users-sidebar .userTypeText {
  margin-top: 8px;
  color: #173237;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 10px; }

#users-sidebar .statusText {
  margin-top: 8px;
  color: #173237;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 10px; }

#exemption-statute .mdi-info-icon {
  color: #2A7AB7 !important; }

#exemption-statute .custom-pricing {
  background: #EAF2F8;
  border: 1px solid #2A7AB7;
  box-sizing: border-box; }

#trialModal .nopadding {
  padding: 0px !important; }

#trialModal .nomargin {
  margin: 0px !important; }

#trialModal .bgImage {
  width: 100%;
  object-fit: cover;
  height: 100%; }

#trialModal .logoImage {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 30px;
  top: 30px;
  width: 45%; }

#trialModal .progressbar {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%; }

#trialModal .progressText {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 80%;
  font-weight: normal;
  font-size: small;
  color: #ffff; }

#xDaysLeftInTrialModal .nopadding {
  padding: 0px !important; }

#xDaysLeftInTrialModal .nomargin {
  margin: 0px !important; }

#xDaysLeftInTrialModal .list-group-item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: 0px !important;
  padding: 0.25rem 0.25rem !important; }

#xDaysLeftInTrialModal .mdi-check {
  color: #16A550; }

#xDaysLeftInTrialModal .mdi-close {
  color: #E12339; }

#xDaysLeftInTrialModal .list-group-item-text p {
  margin: 0; }

#xDaysLeftInTrialModal .pricing-text {
  color: #173237;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px; }

#xDaysLeftInTrialModal .pricing-text-monthly {
  color: #173237;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px; }

#xDaysLeftInTrialModal .pricing-text-monthly-light {
  color: #5D7073;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px; }

#xDaysLeftInTrialModal .pricing-text-annual {
  color: #5D7073;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px; }

#xDaysLeftInTrialModal .pricing-inner-text {
  line-height: 0px !important;
  font-size: 12px;
  color: #173237;
  font-style: normal;
  font-weight: 700; }

rio-calendar {
  overflow: hidden;
  position: relative;
  min-height: 400px; }
  rio-calendar .calendar-header {
    background: #1a202e;
    color: #fff; }
    rio-calendar .calendar-header a, rio-calendar .calendar-header i.mdi {
      color: #fff; }
    rio-calendar .calendar-header a:hover {
      text-decoration: none; }
    rio-calendar .calendar-header .today {
      font-weight: 700; }
  rio-calendar .loading-container {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1003;
    opacity: .95;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    rio-calendar .loading-container .loading-indicator {
      opacity: 1;
      width: 200px;
      height: 71px;
      font-size: 14px;
      font-weight: 400;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      background: #8D9096;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      rio-calendar .loading-container .loading-indicator i {
        font-size: 40px; }
  rio-calendar .view-selector {
    display: flex; }
    rio-calendar .view-selector a {
      display: block;
      font-size: 13px;
      border-bottom: 3px solid transparent;
      padding: 7px 5px; }
      rio-calendar .view-selector a:hover, rio-calendar .view-selector a.selected {
        border-color: #ebaa20; }
  rio-calendar .calendar-view-container {
    position: relative; }
    rio-calendar .calendar-view-container rio-calendar-slot {
      display: table-cell;
      vertical-align: inherit;
      height: 30px;
      border: 1px solid #e6e6e6;
      width: 100%; }
      rio-calendar .calendar-view-container rio-calendar-slot.selected {
        background-color: #d1f2f0; }
    rio-calendar .calendar-view-container table {
      width: 100%;
      table-layout: fixed; }
      rio-calendar .calendar-view-container table.day {
        table-layout: auto; }
        rio-calendar .calendar-view-container table.day th.date-header {
          text-align: center; }
        rio-calendar .calendar-view-container table.day th.time-header {
          min-width: 70px; }
      rio-calendar .calendar-view-container table.month .date-header {
        text-align: center; }
      rio-calendar .calendar-view-container table.month rio-calendar-slot {
        height: 90px;
        vertical-align: top; }
        rio-calendar .calendar-view-container table.month rio-calendar-slot .calendar-date {
          color: #999;
          text-align: right;
          height: 20px;
          line-height: 20px;
          padding-right: 5px;
          pointer-events: none; }
      rio-calendar .calendar-view-container table.agenda {
        background-color: #fff; }
        rio-calendar .calendar-view-container table.agenda .agenda-date-header {
          border: 1px solid #e6e6e6;
          font-size: 11px;
          height: 30px;
          padding: 5px;
          color: #999;
          user-select: none;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none; }
        rio-calendar .calendar-view-container table.agenda .agenda-date {
          width: 185px; }
        rio-calendar .calendar-view-container table.agenda .agenda-time {
          width: 160px; }
        rio-calendar .calendar-view-container table.agenda .agenda-row td {
          border: 1px solid #e6e6e6;
          font-size: 13px;
          height: 30px;
          padding: 5px;
          color: #999;
          width: 100%;
          user-select: none;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none; }
          rio-calendar .calendar-view-container table.agenda .agenda-row td.agenda-date {
            vertical-align: top;
            width: 40px;
            min-width: 185px; }
        rio-calendar .calendar-view-container table.agenda .agenda-row .day-number {
          font-size: 3rem;
          margin-right: 5px; }
        rio-calendar .calendar-view-container table.agenda .agenda-row .week-day {
          font-size: 14px; }
        rio-calendar .calendar-view-container table.agenda .agenda-row .month-year {
          font-size: 10px; }
        rio-calendar .calendar-view-container table.agenda .agenda-row .event-time {
          color: #444;
          width: 40px;
          min-width: 160px; }
        rio-calendar .calendar-view-container table.agenda .agenda-row .event-data {
          white-space: nowrap; }
          rio-calendar .calendar-view-container table.agenda .agenda-row .event-data span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis; }
    rio-calendar .calendar-view-container tr.all-day rio-calendar-slot {
      min-height: 30px;
      height: auto; }
    rio-calendar .calendar-view-container th.time-header {
      width: 70px;
      padding: 5px;
      padding-right: 10px;
      text-align: right;
      border: 1px solid #e6e6e6;
      font-size: 11px;
      height: 30px;
      background-color: #fff;
      user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
    rio-calendar .calendar-view-container th.date-header {
      border: 1px solid #e6e6e6;
      font-size: 11px;
      height: 30px;
      padding: 5px;
      color: #999;
      width: 100%;
      user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
    rio-calendar .calendar-view-container td.full-day {
      height: 30px;
      border: 1px solid #e6e6e6;
      padding: 10px;
      user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
    rio-calendar .calendar-view-container tr.time-row th.time-header {
      vertical-align: top; }
    rio-calendar .calendar-view-container tr.header-row th.time-header {
      vertical-align: middle;
      text-align: left; }
    rio-calendar .calendar-view-container th.date-header.today {
      background: #e9e9e9; }
    rio-calendar .calendar-view-container div.current-time-overlay {
      background: transparent;
      z-index: 1002;
      position: absolute;
      bottom: 40px;
      left: 0;
      right: 0;
      top: 60px;
      pointer-events: none; }
      rio-calendar .calendar-view-container div.current-time-overlay div.current-time-element {
        border-top: 1px solid #BF5565;
        position: absolute;
        top: 0;
        left: 70px;
        right: 0; }
    rio-calendar .calendar-view-container .event-container {
      position: absolute;
      background-color: red;
      opacity: .9;
      display: inline-block;
      color: white;
      cursor: pointer;
      user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
      rio-calendar .calendar-view-container .event-container.selected {
        border: 1px solid black; }
  rio-calendar .calendar-events-overlay {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12), 0 -20px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    padding: 30px 15px 0; }
  rio-calendar .calendar-events-overlay-container {
    z-index: 1002;
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 15px; }

.rio-grid-loading-indicator-overlay {
  top: 0;
  left: 0px;
  right: 0px;
  background-color: #fff; }

ccl-picker rio-grid .rio-grid-loading-indicator-overlay {
  left: 0;
  right: 0; }

rio-search-bar div,
rio-search-bar-new div {
  position: relative; }

rio-search-bar input.form-control,
rio-search-bar-new input.form-control {
  padding-left: 29px; }

rio-search-bar .clear-icon,
rio-search-bar-new .clear-icon {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 3; }

rio-search-bar .search-icon,
rio-search-bar-new .search-icon {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 3; }

rio-grid,
rio-grid-virtualized {
  display: block;
  overflow-x: visible;
  position: relative; }
  rio-grid[disabled] table,
  rio-grid-virtualized[disabled] table {
    pointer-events: none; }
  rio-grid .max-ch-length,
  rio-grid-virtualized .max-ch-length {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  rio-grid table tr.additional-header th,
  rio-grid-virtualized table tr.additional-header th {
    border-bottom: none; }
  rio-grid .legend-box,
  rio-grid-virtualized .legend-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #000; }
  rio-grid .rio-checkbox + .rio-checkbox-label:before,
  rio-grid-virtualized .rio-checkbox + .rio-checkbox-label:before {
    border-color: #7f7f7f;
    border-width: 2px;
    background-color: transparent; }
  rio-grid .rio-table td.icon-container,
  rio-grid .rio-table th.icon-container,
  rio-grid-virtualized .rio-table td.icon-container,
  rio-grid-virtualized .rio-table th.icon-container {
    padding: 0 5px; }
  rio-grid .rio-table td.icon-container:first-child,
  rio-grid .rio-table th.icon-container:first-child,
  rio-grid-virtualized .rio-table td.icon-container:first-child,
  rio-grid-virtualized .rio-table th.icon-container:first-child {
    padding-left: 10px; }
  rio-grid .table-striped tbody tr.default-background,
  rio-grid-virtualized .table-striped tbody tr.default-background {
    background-color: #fff; }
  rio-grid .table-striped tbody tr.alternate-background,
  rio-grid-virtualized .table-striped tbody tr.alternate-background {
    background-color: #f9f9f9; }
  rio-grid tr.detail-template td,
  rio-grid-virtualized tr.detail-template td {
    padding-top: 15px;
    padding-bottom: 15px; }
  rio-grid tr.selected-row,
  rio-grid-virtualized tr.selected-row {
    background-color: #d1f2f0 !important; }
  rio-grid tr.detail-toggled,
  rio-grid-virtualized tr.detail-toggled {
    background-color: #d1f2f0 !important;
    border: 1px solid #d1f2f0;
    border-bottom: none; }
  rio-grid tr.detail-open,
  rio-grid-virtualized tr.detail-open {
    background-color: #fff !important;
    border: 1px solid #d1f2f0;
    border-top: none; }
  rio-grid .table-striped tbody tr.rio-ghost,
  rio-grid-virtualized .table-striped tbody tr.rio-ghost {
    background-color: #fff;
    border: 2px dashed #029b97; }
  rio-grid .sorting-icon,
  rio-grid-virtualized .sorting-icon {
    cursor: pointer; }
  rio-grid .sorting-icon.inactive,
  rio-grid-virtualized .sorting-icon.inactive {
    color: #cccccc; }
  rio-grid .rio-checkbox,
  rio-grid-virtualized .rio-checkbox {
    vertical-align: middle; }
  rio-grid .table,
  rio-grid-virtualized .table {
    margin-bottom: 0; }
    rio-grid .table td,
    rio-grid-virtualized .table td {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 13px; }
  rio-grid td .rio-checkbox-label:before,
  rio-grid-virtualized td .rio-checkbox-label:before {
    top: -13px;
    left: -6px; }
  rio-grid th .rio-checkbox-label:before,
  rio-grid-virtualized th .rio-checkbox-label:before {
    top: -12px;
    left: -6px; }
  rio-grid .rio-table td,
  rio-grid .rio-table th,
  rio-grid-virtualized .rio-table td,
  rio-grid-virtualized .rio-table th {
    vertical-align: middle;
    border-top: none; }
  rio-grid .rio-table td,
  rio-grid .rio-table th,
  rio-grid-virtualized .rio-table td,
  rio-grid-virtualized .rio-table th {
    padding: 10px; }
  rio-grid .rio-grid-button-bar,
  rio-grid-virtualized .rio-grid-button-bar {
    margin-top: 15px;
    margin-bottom: 15px; }
  rio-grid rio-context-menu,
  rio-grid-virtualized rio-context-menu {
    visibility: hidden;
    position: absolute; }
  rio-grid ul[commands],
  rio-grid-virtualized ul[commands] {
    display: none; }
  rio-grid div.empty-state-container,
  rio-grid-virtualized div.empty-state-container {
    margin: 0;
    padding: 60px;
    background: #fff;
    border: 1px solid #e6e6e6; }
  rio-grid div.empty-state-text,
  rio-grid-virtualized div.empty-state-text {
    margin: auto;
    padding: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    width: fit-content;
    border-radius: 3px; }
  rio-grid tr.empty-state-container,
  rio-grid-virtualized tr.empty-state-container {
    background-color: #fff !important; }
  rio-grid .empty-state-container span.default-message,
  rio-grid-virtualized .empty-state-container span.default-message {
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 3px; }

rio-grid-virtualized table {
  width: 100%; }

rio-grid-virtualized tr,
rio-grid-virtualized th,
rio-grid-virtualized td {
  display: flex; }

rio-grid-virtualized thead tr {
  padding-right: 19px;
  border-bottom: 1px solid #d7dada; }

rio-grid-virtualized thead th {
  border: none !important; }

rio-grid-virtualized th,
rio-grid-virtualized td {
  padding: 12px;
  width: 100%;
  word-break: break-word; }

rio-grid-virtualized tr {
  width: 100%; }

rio-grid-virtualized .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

rio-grid-virtualized tbody td:last-child {
  margin-inline-end: 0px !important; }

rio-grid-virtualized td.detail-template {
  margin: 0;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px; }

rio-grid-virtualized tr.detail-toggled {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d1f2f0 !important; }
  rio-grid-virtualized tr.detail-toggled td.command-column.icon-container {
    position: absolute;
    min-width: 100%; }
    rio-grid-virtualized tr.detail-toggled td.command-column.icon-container i {
      position: absolute;
      right: 0; }

rio-grid-virtualized thead tr {
  background-color: #374b50; }

rio-grid-virtualized tbody,
rio-grid-virtualized lit-virtualizer {
  min-height: 500px !important;
  max-width: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden !important; }

rio-grid-virtualized td.no-records-found {
  display: flex;
  justify-content: center;
  align-items: center; }

rio-grid-virtualized#liabilities-grid tbody,
rio-grid-virtualized#liabilities-grid lit-virtualizer {
  min-height: 400px !important; }

rio-context-menu li.grid-command-display {
  display: none !important; }

.section.documents-section {
  background-color: #fff;
  color: #666;
  border: 1px solid #e4e4e4; }
  .section.documents-section .grid-container {
    padding: 2.5rem;
    background-color: white;
    display: block;
    height: auto;
    overflow: visible; }
  .section.documents-section.active {
    color: #888888;
    background-color: #eaeaea; }

.section-heading {
  background-color: #fff;
  color: #666;
  border: 1px solid #e4e4e4; }
  .section-heading:hover {
    color: #999999; }
    .section-heading:hover .mdi {
      color: #999999; }

.folder-parent-heading {
  display: block;
  padding: 10px; }
  .folder-parent-heading:hover {
    color: #888888; }

.selected-folder-secondary {
  color: #e4e7e8 !important; }

.documents-section {
  background-color: #fff;
  color: #666;
  border: 1px solid #e4e4e4; }
  .documents-section.folder-section {
    cursor: pointer; }
    .documents-section.folder-section:hover {
      color: #888888;
      background-color: #eaeaea; }
  .documents-section .folder-heading {
    cursor: pointer; }
    .documents-section .folder-heading:hover {
      color: #888888; }
    .documents-section .folder-heading h5 {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600; }
  .documents-section .modified {
    font-weight: bold; }
  .documents-section .level-right .level-item + .level-item {
    margin-left: 20px; }
  .documents-section + .documents-section {
    border-top: none; }
  .documents-section.document-list {
    display: none; }

.attachments-container,
.additional-forms-container {
  display: none; }

span.k-dropdown-wrap.k-state-default {
  background-color: transparent !important; }

span.k-dropdown {
  border: 1px solid black;
  background-color: transparent; }

.folderSelection .k-widget.k-dropdown {
  width: 300px; }

.documents-searchheader {
  margin-top: 1.5em; }

.documents-searchheader a {
  font-size: 16px;
  margin-left: 2em; }

.folderName {
  margin-left: 20px;
  color: #444 !important; }

.documents-grid {
  margin-top: 10px; }

.selectAFolder {
  margin-top: 1em; }

.level-FolderItem {
  flex-grow: 0  !important; }

.levelItem-fontWeight {
  font-weight: 600; }

rio-pager {
  display: block;
  padding-left: 5px;
  padding-right: 5px; }
  rio-pager button {
    border: none;
    background: transparent;
    cursor: pointer; }
    rio-pager button:disabled {
      cursor: not-allowed; }
    rio-pager button:disabled i {
      opacity: 0.5; }
  rio-pager .ellipsis {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #374b50; }
  rio-pager a.page {
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 15px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: transparent;
    min-width: 15px;
    text-align: center;
    color: #374b50;
    text-decoration: none; }
    rio-pager a.page.active {
      border-top-color: #374b50; }

rio-grid rio-pager,
rio-grid-virtualized rio-pager {
  border-top: none;
  padding: 0 15px; }

list-view rio-pager {
  background: #f9f9f9; }

list-view .rio-ghost {
  background-color: #fff;
  border: 2px dashed #029b97; }

list-view .list-view-container-internal {
  display: contents; }

rio-select .display {
  padding-right: 10px; }

rio-select .select-box {
  position: relative; }
  rio-select .select-box .row {
    height: 100%; }
  rio-select .select-box .placeholder-text {
    height: 100%;
    color: darkGray; }

rio-select .mdi-chevron-down {
  position: absolute;
  font-size: 18px !important;
  top: 4px;
  right: 2px; }

rio-select .form-control[focus] {
  color: #495057;
  background-color: #fff;
  border-color: #029b97;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 155, 151, 0.25); }

rio-select .phantom-container {
  height: 0;
  overflow: hidden; }

rio-select[disabled] {
  cursor: not-allowed;
  background-color: #e9ecef;
  opacity: 1; }
  rio-select[disabled] .rio-select-firm-location {
    background-color: transparent !important; }
  rio-select[disabled] .select-box {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1; }

.dropdown-container {
  z-index: 1051;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid black;
  -webkit-box-shadow: 0px 4px 14px 1px #cccccc;
  -moz-box-shadow: 0px 4px 14px 1px #cccccc;
  box-shadow: 0px 4px 14px 1px #cccccc; }
  .dropdown-container .dropdown-list-item {
    padding: 3px 5px; }
    .dropdown-container .dropdown-list-item:hover, .dropdown-container .dropdown-list-item[hovered] {
      background-color: #F2F2F2; }
    .dropdown-container .dropdown-list-item[selected] {
      background-color: #d7d7d7; }
  .dropdown-container .no-item-text {
    padding: 3px 5px;
    text-align: center; }
  .dropdown-container .item-text-disabled {
    color: #A2ADAF;
    pointer-events: none; }

quick-action-access .quick-links-container {
  display: block;
  background-color: white;
  position: absolute;
  left: -245px;
  top: 70px;
  height: 300px;
  width: 300px;
  z-index: 999;
  padding: 0px;
  box-shadow: 0 10px 20px RGB(0 0 0/19%), 0 6px 6px RGB(0 0 0/23%); }

quick-action-access .quick-link-container {
  height: 45px;
  cursor: pointer; }

quick-action-access .quick-link-container:hover {
  background-color: #d7d7d7; }

quick-action-access .quick-link-image {
  position: relative;
  top: 3px;
  left: 12px;
  width: 32px;
  padding: 0px; }

quick-action-access .quick-link-text {
  position: relative;
  top: -25px;
  left: 46px;
  width: 70px;
  padding: 0px; }

quick-action-access .quick-link-text-span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #374B50;
  line-height: 18px;
  text-align: left;
  font-kerning: normal;
  font-style: normal; }

quick-action-access .quick-divider {
  position: relative;
  top: 0px;
  padding: 0px;
  margin: 0px; }

quick-action-access .quick-search-container {
  height: 45px;
  top: 0px;
  position: relative; }

quick-action-access .quick-search-title {
  padding-top: 8px;
  position: relative;
  font-weight: bold;
  left: 14px;
  color: #6c6e6e; }

quick-action-access .quick-search-textbox {
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px; }

quick-action-access .quick-search-loading {
  top: 30px;
  left: 40px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  text-align: center; }

quick-action-access .quick-search-no-results {
  top: 30px;
  height: 45px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  text-align: center; }

quick-action-access .quick-search-results-container {
  top: 30px;
  position: relative;
  overflow: auto;
  height: 505px; }

quick-action-access .quick-search-result-container {
  height: 45px;
  cursor: pointer;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

quick-action-access .quick-search-result-container:hover {
  background-color: rgba(23, 50, 55, 0.2); }

quick-action-access .quick-search-result-line {
  position: relative;
  top: 0px;
  left: 14px;
  width: 265px;
  padding: 0px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #374B50;
  line-height: 18px;
  text-align: left;
  font-kerning: normal;
  font-style: normal; }

quick-action-access .quick-search-results-footer {
  top: 32px;
  position: relative; }

quick-action-access .quick-search-results-link {
  padding-top: 5px;
  padding-left: 14px; }

rio-multi-select .items {
  display: block;
  border: 1px solid #a9a9a9;
  overflow-y: scroll;
  height: 205px;
  top: 25px; }

rio-multi-select .dropdown-check-list {
  display: inline-block;
  width: 100% !important; }

rio-multi-select .dropdown-check-list ul.items {
  /*top: -5px;*/ }

rio-multi-select .border-bottom {
  border-bottom: 1px solid #455B5F;
  padding-left: 0px !important; }

rio-multi-select .dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*padding: 5px 50px 5px 5px;*/
  padding: 0px 50px 0px 5px;
  border: 1px solid #808080;
  width: -webkit-fill-available;
  width: 250px !important;
  height: 24px !important;
  color: #000000; }

rio-multi-select .dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 3px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

rio-multi-select .dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%; }

rio-multi-select .dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  /*border: 1px solid #ccc;*/
  border-top: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 3px 3px;
  z-index: 1051;
  position: relative; }

rio-multi-select .dropdown-check-list ul.items li {
  list-style: none;
  color: #173237; }

rio-multi-select .dropdown-check-list .items .dropdown-item:hover {
  background-color: #F2F2F2; }

rio-multi-select .dropdown-check-list .items .dropdown-item {
  padding: 5px 5px;
  cursor: pointer; }

rio-multi-select .dropdown-check-list .items > hr {
  margin: 2px 0px;
  background-color: #374b50;
  padding-top: 0px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

rio-multi-select .dropdown-check-list.visible .items {
  display: block; }

rio-multi-select .disable-select {
  /* display: none; */
  cursor: not-allowed;
  /* pointer-events: none; */
  /* opacity: 0.8; */
  color: #999999;
  background: whitesmoke;
  /* border-color: rgb(191, 191, 191); */ }

rio-multi-select .disable-select-pointers {
  pointer-events: none; }

.u-c-disabled, .u-c-disabled-faded {
  cursor: not-allowed !important; }

.warning-yellow {
  color: #8d6613 !important; }

.u-c-disabled-faded {
  opacity: 0.65;
  pointer-events: none; }

.visibility-hidden {
  visibility: hidden !important;
  position: absolute !important; }

html {
  min-height: 100%;
  position: relative; }

body {
  height: 100%;
  background-color: #f3f5fb; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

.mt-20px {
  margin-top: 20px; }

.progress_loop {
  display: block;
  float: left;
  animation-name: spin;
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.btSubscriptionDefault {
  color: white !important;
  background-color: #602966 !important; }

#btnMonthly:hover {
  color: white !important;
  background-color: #602966; }

#btnAnnually:hover {
  color: white !important;
  background-color: #602966; }

.circle-btn {
  height: 75px;
  width: 75px;
  border-radius: 2.50rem;
  display: inline-block;
  color: #374b50;
  background-color: transparent;
  margin-right: 34px;
  padding: 15px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer; }

.circle-btn:hover {
  color: white !important;
  background-color: #602966; }

.btn-block-border {
  display: block;
  width: 100%;
  border: 1px solid #999; }

.card-Img {
  border-width: 0px;
  width: 40px;
  height: 25px;
  margin-top: 3px; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.consumer-consent {
  font-size: 12px; }

._pendo-resource-center-close-button {
  font-family: Helvetica, Arial, sans-serif; }

.text-whitespace-retainer {
  white-space: pre-wrap; }

.dropdownBtnMenu option {
  background-color: white;
  text-align: left; }

.dropdownBtnMenu .placeholder {
  display: none; }

.mdi-chevron-up[data-id="case-info-parent"]::before {
  content: none; }

.payment-info {
  background-color: #EAF2F8;
  border-style: solid;
  border-color: #2A7AB7;
  border-width: 1px; }
