/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

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

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.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(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.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(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.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(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
}

.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(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 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;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    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 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #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: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.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: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 {
    -ms-flex-direction: row;
    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 .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  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;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

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

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #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: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-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 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media screen {
html, body {
    border: 0 none;
    color: #000;
    outline: 0 none;
    vertical-align: baseline;
}
div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
p, blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
strong {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, address, fieldset, pre, acronym, abbr, iframe, object, applet {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
dl, dt, dd, ol, ul, li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
form, label, legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 14px; /*100%;*/
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
button, input, textarea, select {
    font-family: "ProximaNova",Verdana,Arial,Helvetica,sans-serif;  /*"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;*/
}
optgroup option {
    padding-left: 10px;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0 none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 8px 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 8px 0;
    padding: 0;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
table {
    width: 100%;
}
table th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}
table th i {
    color: #999;
    font-weight: normal;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.top {
    vertical-align: top !important;
}
.middle {
    vertical-align: middle !important;
}
.bottom {
    vertical-align: bottom !important;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
}
.auto {
    width: auto;
}
.block {
    display: block;
}
.inline {
    display: inline;
    width: auto;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.ok {
    color: green !important;
}
.ok.inverted {
    background: none repeat scroll 0 0 green !important;
    color: white !important;
}
.nok {
    color: red !important;
}
.nok.inverted {
    background: none repeat scroll 0 0 red !important;
    color: white !important;
}
.help_available {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}
.overflow_visible {
    overflow: visible !important;
}
.text-small {
    font-size: 10px;
}
}

/* REFTRACK CUSTOM INIT */

html, body {
    font-size: 11px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
html {
    background: none repeat scroll 0 0 #254769; /*#202329;*/
    color: #fff;
    font-weight: normal;
}

/* a {
    color: rgb(200,200,200);
    font-weight: normal;
    cursor: pointer;
} */
div.clear {
    clear: both;
}
div.hidden {
    visibility: hidden;
}

/* BOOTSTRAP TEMP FIX */
/*
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

label {
    font-weight: normal;
}

input[type="checkbox"] {
    margin-right: 3px;
}

input[type="radio"] {
    margin: 3px;
}

input[type="radio"]:first-child {
    margin-left: 1px;
}


/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.ui-button-icon-only .ui-icon {
    margin-left: -15px;
}
.ui-state-default {
    color: inherit;
    font-weight: inherit;
    font-size: 11px;
    font-family: inherit;
}
select.ui-datepicker-year {
    color: black;
}
button.ui-datepicker-trigger{
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.ui-autocomplete {
    z-index: 1000!important;
    max-height: 400px!important;
    overflow-y: scroll!important;
    overflow-x: hidden!important; /* This will hide the horizontal scrollbar of the Combobox dropdown, which makes selecting the only choice very hard */
}
p.empty_page {
    border-bottom: 1px dashed #c5c5c5;
    border-top: 1px dashed #c5c5c5;
    color: #666;
    display: block;
    line-height: 18px;
    margin: 25px auto;
    padding: 50px 20px;
    text-align: center;
    width: 333px;
}

* html #tabs ul li a span {
    width: 1px;
}
.content_fix {
    display: block !important;
    padding-bottom: 1px;
}

a.button span img {
    height: 9px;
    margin-top: 3px;
    width: 8px;
}
.ui-dialog .ui-resizable-handle {
    display: block !important;
}
* html .ui-resizable-se, * html .ui-resizable-sw, * html .ui-resizable-ne, * html .ui-resizable-nw, * html .ui-resizable-n, * html .ui-resizable-s, * html .ui-resizable-e, * html .ui-resizable-w, * html .ui-dialog .ui-resizable-handle {
    display: none !important;
}
.ui-dialog {
    padding: 51px !important;
    top: 0 !important;
}
* html .ui-dialog {
    border: 5px solid #bbb !important;
    margin-top: 45px !important;
    padding: 0 !important;
    position: absolute !important;
}
.ui-dialog .col_wide {
    width: 48%;
}
.ui-dialog .col_wide2 {
    width: 48%;
}
.ui-dialog .ui-dialog-content {
    padding-right: 0 !important;
}
* html .ui-dialog .ui-dialog-content {
    padding-right: 15px !important;
}
* html .ui-dialog .ui-dialog-content .table_wrapper {
    clear: both !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}
* html .ui-dialog .ui-dialog-content .status_updates_table span.ago {
    margin-right: 20px !important;
}
button.simple {
    margin-left: 4px !important;
    position: relative;
    top: 1px;
}

.centered_links {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

div.upload_to_flyout {
    background: none repeat scroll 0 0 #fffcd9;
    border: 1px solid #e7d898;
    border-radius: 10px;
    display: none;
    margin: 20px auto 0;
    max-width: 320px;
    padding: 5px 32px 16px;
}

.admin_tools_menu_popup {
    margin-top: 15px;
}

.link_button span.inner span.icon, span.link_button_dropdown span.link_button_dropdown_button span.inner span.icon {
    padding-left: 15px;
}
.link_button span.inner span.icon.button_add, span.link_button_dropdown span.inner span.icon.button_add {
    background: url("/images/environment/default/icons/12x12/add-white.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.link_button span.inner span.icon.button_duplicate, span.link_button_dropdown span.inner span.icon.button_duplicate {
    background: url("/images/environment/default/icons/12x12/duplicate.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.object_body_default {
    border-top: 0 none;
    box-shadow: 0 0 4px #ccc;
    margin: 0 auto 25px !important;
    padding: 25px 40px;
}

.print_dialog {
    background: url("/images/environment/default/layout/bits/indicator-printing.gif") no-repeat scroll 17px center #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px #666;
    height: 51px;
    left: 50%;
    line-height: 16px;
    margin-left: -198px;
    margin-top: -48px;
    padding: 32px 46px 15px 75px;
    position: absolute;
    top: 50%;
    width: 279px;
    z-index: 100001;
}
.print_dialog .close_print_dialog {
    background: url("/images/environment/default/layout/bits/close-dialog.png") no-repeat scroll center center #fff;
    height: 16px;
    margin-top: -8px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: -1000px;
    top: 50px;
    width: 16px;
}
.print_dialog strong {
    font-size: 13px;
}

/*span.label_tag {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 44px;
}*/
/*span.label_tag span.label_overlay {
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
    z-index: 2;
}*/
/*span.label_tag span.label_background {
    border-radius: 6px;
    display: block;
    height: 14px;
    left: -6px;
    position: absolute;
    top: 1px;
    width: 44px;
    z-index: 1;
    font-size: 8px;
    text-align: center;
}*/
td.item_labels_tags_options {
    text-align: right;
    padding-top: 0!important;
    white-space: nowrap;
}
/* span.label_label {
    display: inline-block;
    height: 14px;
    width: 20px;
    line-height: 14px;
    position: relative;
    border-radius: 6px;
    font-size: 9px;
    text-align: center;
    margin-right: 3px;
} */
span.label_label.wide {
    width: 50px;
}
/* span.label_label.icon {
    width: 14px;
    font-weight: 800;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #686868;
    color: white;
} */


#wireframe_main_container {
    background: none repeat scroll 0 0 #fff;
    bottom: 29px;
    left: 66px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 29px; /*64px;*/
}
#wireframe_main_container {
    color: #000;
}

#wireframe_content {
    background-color: #e6e6e6;
    bottom: 0;
    font-size: 14px;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100;
}
#wireframe_content.homepage {
    background-color: rgba(248, 170, 241, 0.81);
}
#wireframe_content.no_overflow {
    overflow: hidden;
}
.list_mode #wireframe_content {
    overflow: hidden;
    padding: 33px 0 0;
    top: 0;
}
#wireframe_content.with_sidebar {
    margin-left: 302px;
}
#wireframe_content a {
    font-weight: normal;
}
#wireframe_main_container_loading {
    text-align: center;
}
#wireframe_content_loading p {
    padding-top: 100px;
}
#wireframe_footer {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
}
#wireframe_footer #footer {
    border-top: 0 none;
}
#wireframe_footer #powered_by {
    margin: 0;
}
.page_wrapper {
    padding: 0 20px 5px;
}
#wireframe_sidebar {
    border-right: 1px solid #ccc;
    bottom: 0;
    font-size: 11px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 300px;
}
#wireframe_sidebar {
    color: #000;
}
#wireframe_sidebar a {
    color: #950000;
}
#wireframe_page_title {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0px, rgba(242, 242, 242, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    min-height: 30px;
    overflow: visible;
    padding: 2px 20px 0;
    position: relative;
    z-index: 200;
}
#wireframe_page_title:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.list_mode #wireframe_page_title {
    margin-left: 30%;
}
#wireframe_page_title h1 {
    margin: 0;
    font-weight: 400;
    font-size: 18px !important;
    color: white;
}
#wireframe_page_title h1 span.object_type {
    display: none !important;
}
#wireframe_page_title #page_details {
    float: right;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 8px;
}
#wireframe_page_title #page_title span {
    display: none;
}
#wireframe_page_title #page_title span.page_title_left_widgets, #wireframe_page_title #page_title span.page_title_right_widgets {
    display: inline;
}
#wireframe_page_title #page_title span.widget {
    display: inline;
    margin-right: 5px;
}
#wireframe_page_title #page_title span.widget span {
    display: inline;
}
#wireframe_page_title #page_title_actions {
    float: right;
    margin: -2px -20px 0 0;
    padding: 0;
}
/* #wireframe_page_title #page_title_actions .action-button {
    border-left: 1px solid #ddd;
    display: block;
    float: left;
    height: 32px;
    position: relative;
}
#wireframe_page_title #page_title_actions .action-button:last-child {
    border-right: 0 none;
}
#wireframe_page_title #page_title_actions .action-button a.title_action_button, #wireframe_page_title #page_title_actions .action-button span.title_action_button {
    background-color: transparent;
    background-position: 8px center;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    position: relative;
    z-index: 101;
}
#wireframe_page_title #page_title_actions .action-button a.title_action_button:hover, #wireframe_page_title #page_title_actions .action-button span.title_action_button:hover {
    background-color: #f9faf5;
    text-decoration: none;
}
#wireframe_page_title #page_title_actions .action-button .title_action_button.checked {
    background-color: #f9faf5;
}
#wireframe_page_title #page_title_actions .action-button .amb-dropdown-menu {
    background: none repeat scroll 0 0 #f9faf5;
    box-shadow: 0 2px 7px #666;
    display: none;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 250px;
    z-index: 100;
}
#wireframe_page_title #page_title_actions .action-button.opened .amb-dropdown-menu {
    display: block;
}
#wireframe_page_title #page_title_actions .action-button.opened .title_action_button {
    background-color: #f9faf5;
}
#wireframe_page_title #page_title_actions .action-button.opened .amb-dropdown-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#wireframe_page_title #page_title_actions .action-button.opened .amb-dropdown-menu ul li {
    margin: 5px 0;
} */
#wireframe_page_actions, #wireframe_profile_bar, #wireframe_page_properties {
    display: none;
}
#mass_edit {
    margin-top: 16px;
    text-align: right;
}
#mass_edit select {
    font-size: 11px;
    width: 150px;
}
.wireframe_content_wrapper {
    margin: 30px auto !important;
    max-width: 1000px;
    padding: 0 20px;
    position: relative;
}
.wireframe_content_wrapper.first {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#wireframe_statusbar {
    bottom: 0;
    font-weight: bold;
    height: 29px;
    left: 66px;
    position: absolute;
    right: 0;
}
.statusbar_popup_item {
    display: none;
}
#wireframe_page_tabs {
    border-bottom: 1px solid #959771; /*#434852;*/
    height: 45px;
    left: 66px;
    position: absolute;
    right: 0;
    text-align: left;
    top: -11px;
}
#wireframe_page_tabs ul#page_tabs {
    bottom: -1px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
#wireframe_page_tabs ul#page_tabs li {
    display: inline;
    float: left;
}
#wireframe_page_tabs ul#page_tabs li.separator {
    height: 22px;
    width: 10px;
}
#wireframe_page_tabs ul#page_tabs li a {
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    color: #e2e4e9;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 2px 0 0;
    padding: 0 5px;
}
#wireframe_page_tabs ul#page_tabs li a:hover {
    color: #fff;
    text-decoration: none;
}
#wireframe_page_tabs ul#page_tabs li a.current {
    background: linear-gradient(to bottom, #F9FDBE 0px, #C7CA98 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #C7CA98;
    border-style: solid;
    border-width: 1px;
    color: #000;
    padding: 0 9px;
}
#wireframe_page_tabs ul#page_tabs li.page_tab_icon a img {
    position: relative;
    top: 2px;
}
#wireframe_page_tabs ul#page_tabs li.page_tab_icon a span {
    display: none;
}
#wireframe_page_tabs ul#page_tabs li.page_tab_icon:hover a span {
    display: inline;
}
#page_tabs {
    float: left;
}
#page_tabs_right {
    float: right;
    height: 22px;
    list-style: outside none none;
    margin-top: 9px;
}
#page_tabs_right li {
    border-left: 1px solid #434852;
    float: left;
    height: 22px;
    padding: 0 6px;
    vertical-align: middle;
}
#page_tabs_right li a {
    line-height: 22px;
    text-transform: uppercase;
}
#page_tabs_right li a:hover {
    color: #eee;
    text-decoration: none;
}
#page_tabs_right li:first-child {
    border-left: 0 none;
}
#page_tabs_right li:last-child {
    border-right: 0 none;
}
#page_tabs_right li#logout_button {
    border-right: 0 none;
}
#page_tabs_right li#global_help a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 21px;
}
#page_tabs_right li#logout_button a {
    /*background: url(../images/environment/default/layout/tabs/logout.png) no-repeat scroll center center rgba(0, 0, 0, 0);*/
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
}
/* .menu_dropdown .object_options {
    font-size: 14px;
    list-style: outside none none;
    margin: 5px -10px 0;
    padding: 0;
}
.menu_dropdown .object_options li {
    border-bottom: 1px solid #e9eadf;
    display: block;
    margin: 0 !important;
    overflow: hidden;
}
.menu_dropdown .object_options li:last-child {
    border-bottom: 0 none;
}
.menu_dropdown .object_options li a {
    background-position: 5px 14px !important;
    background-repeat: no-repeat !important;
    color: #333 !important;
    display: inline-block;
    font-weight: normal !important;
    padding: 14px 14px 14px 14px;
    text-shadow: 1px 1px #fff;
    white-space: nowrap;
    width: 100%;
} */

/* #wireframe_page_title span.menu-item-title { margin-left: 5px; } */

/* .menu_dropdown .object_options li a:hover {
    background-color: #e9eadf;
    text-decoration: none;
}
.menu_dropdown .object_options li.less_important {
    display: none;
} */

#statusbar_right_options {
    float: right;
}
.bottom_options {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.bottom_options li.first_level_item_container {
    float: left;
}
.bottom_options li a.first_level_item {
    line-height: 29px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-left: 17px;
    background-position: left center;
    float: left;
    color: #fff;
}
table.admin_list {
    margin-top: 15px !important;
    width: 90%;
}
table.admin_list tr td {
    height: 19px;
    padding: 8px 5px 7px;
}
table.admin_list tr td.default_toggler {
    padding-left: 0;
    text-align: center;
    width: 16px;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper {
    display: block;
    height: 16px;
    position: relative;
    top: -2px;
    width: 16px;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper span.checkbox_label {
    color: #666;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 1px;
    visibility: hidden;
    width: 100px;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_set {
    display: inline;
}
table.admin_list tr td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_remove {
    display: none;
}
table.admin_list tr td.default_toggler:hover span.checkbox_wrapper span.checkbox_label {
    visibility: visible;
}
table.admin_list tr td.options {
    padding-right: 15px !important;
    text-align: right;
    /*width: 60px;*/
}
table.admin_list tr.default td {
    background-color: #f1f1f1;
}
table.admin_list tr.default td:first-child {
    background-image: url("/images/environment/default/layout/common/table-first-cell.png"), url("/images/environment/default/layout/admin-list/admin-list-first-cell-gradient.png") !important;
    background-position: left bottom, left top !important;
    background-repeat: no-repeat, repeat-y !important;
}
table.admin_list tr.default td:last-child {
    background-image: url("/images/environment/default/layout/common/table-last-cell.png"), url("/images/environment/default/layout/admin-list/admin-list-last-cell-gradient.png") !important;
    background-position: right bottom, right top !important;
    background-repeat: no-repeat, repeat-y !important;
}
table.admin_list tr.default td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_set {
    display: none;
}
table.admin_list tr.default td.default_toggler span.checkbox_wrapper span.checkbox_label.checkbox_label_remove {
    display: inline;
}

table.admin_list tr.blue td {
    color: blue;
}
/* Documents signature */
div#signature_content {
    width: 1050px;
    margin: 0 auto;
}
div#signature {
    width: 850px;
    margin: 0 auto;
}
div#signature #sigbox, div#signature #initials {
    margin-bottom: 5px;
}
#signature_content #signature #signature_box {
    padding: 20px;
    float: left;
}
#signature_content #signature #initials_box {
    padding: 20px;
    float: left;
}
div#signature_form {
    width: 100px;
    margin: 0 auto;
}
div#signature_form button {
    font-size: 16px;
}
.link_button {
    background: url("/images/environment/default/layout/link-button/link-button-right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #333 !important;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 28px;
    padding: 9px 10px 8px 0;
    text-shadow: 0 1px 0 #fff;
}
.link_button span.inner {
    background: url("/images/environment/default/layout/link-button/link-button-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 9px 4px 8px 12px;
}
.link_button:hover, .link_button:hover span.inner {
    color: #777 !important;
    text-decoration: none;
}
span.link_button_dropdown {
    position: relative;
}
span.link_button_dropdown span.link_button_dropdown_button {
    background: url("/images/environment/default/layout/link-button/link-button-dropdown-right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #333 !important;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 28px;
    padding: 9px 23px 8px 0;
    text-shadow: 0 1px 0 #fff;
}
span.link_button_dropdown span.link_button_dropdown_button span.inner {
    background: url("/images/environment/default/layout/link-button/link-button-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 9px 6px 8px 12px;
}
span.link_button_dropdown span.link_button_dropdown_button:hover, span.link_button_dropdown span.link_button_dropdown_button:hover span.inner {
    color: #777 !important;
    text-decoration: none;
}
span.link_button_dropdown span.link_button_dropdown_dropdown {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
    display: block;
    left: 3px;
    padding: 5px 0;
    position: absolute;
    top: 16px;
    width: 200px;
}
span.link_button_dropdown span.link_button_dropdown_dropdown ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
span.link_button_dropdown span.link_button_dropdown_dropdown ul a {
    color: #333 !important;
    display: block;
    padding: 4px 10px;
}
span.link_button_dropdown span.link_button_dropdown_dropdown ul a:hover {
    background: none repeat scroll 0 0 #eff0da;
    text-decoration: none;
}
.link_button span.inner span.icon, span.link_button_dropdown span.link_button_dropdown_button span.inner span.icon {
    padding: 9px 0 8px 16px;
}
a.link_button_alternative {
    background: url("/images/environment/default/layout/link-button/alternative-background.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    border-color: #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-radius: 7px;
    border-right: 1px solid #cdcdcd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 2px #ccc;
    color: #4d4d4d !important;
    display: inline-block;
    line-height: 24px;
    padding: 0 13px;
}
a.link_button_alternative img {
    margin-right: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
table.common {
    line-height: 100%;
    margin: 0 auto;
    max-width: 1500px;
}

table.common a {
    color: #304568;
}

table.common th, table.common td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

table.common th {
    background-image: url("/images/environment/default/layout/common/table-header-cell.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 0 none;
    color: #47494e;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 7px;
    padding-top: 10px;
    vertical-align: middle;
}
table.common tr th:first-child {
    background-image: url("/images/environment/default/layout/common/table-header-first-cell.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 10px;
}
table.common tr th:last-child {
    background-image: url("/images/environment/default/layout/common/table-header-last-cell.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 10px;
}
table.common td {
    background-image: url("/images/environment/default/layout/common/table-cell.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #333;
    line-height: 16px;
    min-height: 16px;
    padding: 5px;
    vertical-align: middle;
}
table.common tr td:first-child {
    background-image: url("/images/environment/default/layout/common/table-first-cell.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 10px !important;
}
table.common tr td:last-child {
    background-image: url("/images/environment/default/layout/common/table-last-cell.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 5px !important;
}
table.common tr.highlighted td {
    background-color: #fffde3;
}
table.common td.star, table.common td.priority, table.common td.checkbox, table.common td.avatar {
    padding-right: 0;
    width: 16px;
}
table.common th.icon, table.common td.icon {
    width: 16px;
}
table.common tr.del, table.common tr.del a, table.common td.del, table.common td.del a {
    text-decoration: line-through;
}
table.common th.date, table.common td.date {
    text-align: right;
    width: 102px;
}
#login_logs_report th.date, #login_logs_report td.date {
    text-align: right;
    width: 166px;
}


table.common td.user {
    width: 110px;
}
table.common td.options {
    text-align: right;
}
table.common td.options a {
    margin-left: 0px;
    margin-right: 18px;
}

table.form {
    font-size: 11px;
    width: auto;
}
table.form th, table.form td {
    padding: 9px 5px;
}
table.form th {
    border-bottom: 1px solid #eee;
    padding: 4px 5px;
}
table.form th label {
    margin-bottom: 1px !important;
    padding-bottom: 0 !important;
}

table.records_list tr.text-red td {
    color: red;
}

table.records_list tr.text-blue td {
    color: blue;
}

table tr.record_supplement td, table tr.record_error td {
    font-size: 10px;
}

table tr.record_supplement.error td {
    color: red;
}
.reports_panel {
    border-top: 1px solid #eee;
    /* height: 100%; */
    overflow-y: scroll;
}
.reports_panel .reports_panel_row {
    border-bottom: 1px solid #ddd !important;
    padding: 10px 20px;
}
.reports_panel .reports_panel_row.odd {
    background: none repeat scroll 0 0 #efefef;
}
.reports_panel .reports_panel_row.even {
    background: none repeat scroll 0 0 #eaeaea;
}
.reports_panel .reports_panel_row h3 {
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
}
.reports_panel .reports_panel_row ul {
    list-style: outside none none;
    margin: 10px 0 0;
    overflow: auto;
    padding: 0;
}
.reports_panel .reports_panel_row ul li {
    display: inline;
}
.reports_panel .reports_panel_row ul li a {
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    margin: 1px 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none !important;
    max-width: 90px;
}
.reports_panel .reports_panel_row ul li a span {
    display: block;
}
.reports_panel .reports_panel_row ul li a:hover span {
    text-decoration: underline !important;
}
.vcard {
    margin: 25px auto;
    width: 677px; /*577px;*/
}
.vcard .vcard_top {
    background: url("/images/system/default/layout/people/user-vcard-title-right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 30px;
    padding-right: 38px;
}
.object_inspector.ICompanyInspectorImplementation .vcard_top {
    background: url("/images/system/default/layout/people/company-vcard-title-right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
.vcard .vcard_top .vcard_top_inner {
    background: url("/images/system/default/layout/people/user-vcard-title-left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
    padding-left: 17px;
    text-shadow: 0 1px #333;
}
.object_inspector.ICompanyInspectorImplementation .vcard_top .vcard_top_inner {
    background: url("/images/system/default/layout/people/company-vcard-title-left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.vcard .vcard_image {
    border-right: 1px solid #f1f1f1;
    float: left;
    padding-left: 40px;
    padding-right: 19px;
}
.vcard .vcard_image .vcard_image_frame {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    text-align: center;
    width: 146px;
}
.vcard .vcard_image .vcard_image_frame a {
    display: block;
    line-height: 100%;
}
.vcard .vcard_image .vcard_image_frame a span {
    display: none;
}
.vcard .vcard_image .vcard_image_frame img {
    border-radius: 10px;
    max-width: 100%;
    vertical-align: middle;
}
.vcard .vcard_content {
    background: url("/images/system/default/layout/people/user-vcard-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    padding-top: 5px;
}
.vcard .vcard_content .vcard_data_wrapper {
    overflow: hidden;
}
.vcard .vcard_content .vcard_bars {
    margin: 0 21px;
}
.vcard .vcard_content .vcard_bars .bar:first-child {
    border-radius: 10px 10px 0 0;
    margin-top: -17px;
}
.vcard .vcard_content .vcard_bars .bar:last-child {
    margin-bottom: 17px;
}
.vcard .vcard_content .vcard_data {
    border-left: 1px solid #f1f1f1;
    left: -1px;
    margin-left: 204px;
    overflow: hidden;
    padding: 0 0 0 19px;
    position: relative;
    width: 416px;
}
.vcard .vcard_content .vcard_data div.properties div.property {
    overflow: hidden;
}
.vcard .vcard_content .vcard_data div.properties div.property div.vcard-label {
    color: #999;
    display: block;
    float: left;
    line-height: 18px;
    padding: 1px 0;
    text-align: right;
    width: 110px;
}
.vcard.partner_vcard .vcard_content .vcard_data div.properties div.property div.vcard-label,
.vcard.company_vcard .vcard_content .vcard_data div.properties div.property div.vcard-label {
    color: #333;
    display: block;
    float: left;
    line-height: 18px;
    padding: 1px 0;
    text-align: right;
    width: 76px;
}

.vcard .vcard_content .vcard_data div.properties div.property div.content {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    line-height: 18px;
    margin-left: 120px;
    min-height: 18px;
    padding: 1px 0;
}

.vcard.partner_vcard .vcard_content .vcard_data div.properties div.property div.content,
.vcard.company_vcard .vcard_content .vcard_data div.properties div.property div.content {
    margin-left: 85px;
}

.vcard .vcard_content .vcard_data ul.properties {
    list-style-type: none;
}
.vcard .vcard_content .vcard_data ul.properties li.property {
    overflow: hidden;
}
.vcard .vcard_content .vcard_data ul.properties li.property.hidden {
    display: none;
}
.vcard .vcard_content .vcard_data ul.properties li.property span.property_title {
    color: #999;
    display: block;
    float: left;
    line-height: 18px;
    padding: 1px 0;
    text-align: right;
    width: 90px;
}
.vcard .vcard_content .vcard_data ul.properties li.property span.property_data {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    line-height: 18px;
    margin-left: 100px;
    min-height: 18px;
    padding: 1px 0;
}
/* .vcard .vcard_bottom {
    background: url("/images/system/default/layout/people/user-vcard-bottom.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 47px;
}
@media screen {
.vcard .vcard_bottom {
    left: 1px;
    position: relative;
}
} */
/* .with_actions .vcard .vcard_bottom {
    background: url("/images/system/default/layout/people/user-vcard-bottom-with-actions.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 57px;
    text-align: center;
}
.with_actions .vcard .vcard_bottom ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 24px;
}
.with_actions .vcard .vcard_bottom ul li {
    display: inline;
}
.with_actions .vcard .vcard_bottom ul li a {
    border-left: 1px solid #eaeaea;
    color: #555 !important;
    padding: 6px 15px;
    text-shadow: 0 1px 0 #fff;
}
.with_actions .vcard .vcard_bottom ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    text-decoration: none;
}
.with_actions .vcard .vcard_bottom ul li:first-child a {
    border-left: medium none;
} */
#companies table td {
    padding: 5px;
}
#companies table td.icon {
    width: 16px;
}
table.company_users th, table.company_users td {
    padding: 5px;
    vertical-align: middle;
}
table.company_users td.icon {
    width: 16px;
}
table.company_users th.last_activity, table.company_users td.last_activity {
    text-align: right;
    width: 200px;
}
.card {
    margin: 16px 0;
    padding: 10px;
}
.card .head {
    border-bottom: 1px dotted #ccc;
    height: 50px;
}
.card .head a.icon, .card .head span.icon {
    float: left;
    line-height: 50px;
    width: 50px;
}
.card .head h2.name {
    line-height: 45px;
    margin: 0;
}
.card .head div.options {
    float: right;
    padding-top: 15px;
}
.card .head div.options ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.card .head div.options ul li {
    display: inline;
}
.card .head div.options ul li.first {
    color: #999;
    font-size: 11px;
    margin-top: 1px;
    padding-right: 10px;
    position: relative;
    top: -4px;
}
.card .meta {
    margin-left: 20px;
    margin-top: 8px;
}
* html .card .meta {
    height: 50px;
}
.card .meta h2 {
    margin-top: 0;
}
.export_vcard p {
    margin: 10px 0 0 20px;
}
div#companyVCard {
    margin-left: 30px;
}
#import_from_vcard form {
    background: none repeat scroll 0 0 #f7f7f7;
}
#import_from_vcard form .fields_wrapper {
    margin: 0;
    padding: 0;
}
#select_objects {
    background: none repeat scroll 0 0 #f2f2f2;
    border-right: 1px solid #e8e8e8;
    float: left;
    overflow: auto;
    padding: 0 20px;
    width: 498px;
}
#select_objects textarea {
    height: 90px;
    width: 255px;
}
.company_data, .user_data {
    margin: 15px 0;
}
.company_users .user {
    border-left: 2px dotted #bababa;
    padding: 15px 0 20px 20px;
}
.will_be_imported, .send_welcome_email {
    color: green;
}
.will_not_be_imported {
    color: darkGrey;
}
#import_from_vcard select.company {
    width: 260px;
}
#import_from_vcard #send_welcome_message {
    bottom: 0;
    left: 540px;
    overflow: auto;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    width: 390px;
}
#import_from_vcard #send_welcome_message textarea {
    width: 383px;
}

/* VKOST correction for various vcards */

.vcard.company_vcard .vcard_content  {
    background: url("/images/system/default/layout/people/company-vcard-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
}
.vcard.company_vcard .vcard_bottom {
    background: url("/images/system/default/layout/people/company-vcard-bottom.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

.vcard.narrow .vcard_content  {
    background: url("/images/system/default/layout/people/vcard-narrow-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
}
.vcard.narrow .vcard_bottom {
    background: url("/images/system/default/layout/people/vcard-narrow-bottom.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.with_actions .vcard.narrow .vcard_bottom {
    background: url("/images/system/default/layout/people/vcard-narrow-bottom-with-actions.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

/* MORE button */
.vcard .vcard_more {
    background: url("/images/system/default/layout/people/user-vcard-content.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    padding-top: 5px;
    text-align: center;
}
.vcard .vcard_more button#vcard_show_more {
    width: 194px;    
}

/* PATIENT TAGS */
.vcard .vcard_tags_frame {
    padding-top: 20px;
}
.vcard .vcard_tags_frame .tag {
    background-color: rgb(242, 242, 242);
    color: rgb(102, 102, 102);
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #000000;
    padding: 4px 7px;
    margin: 0 5px 0 0;
    width: 146px;
    max-width: 146px;
    height: 28px;
}
.vcard .vcard_tags_frame .tag-name {
    width: 110px;
    max-width: 110px;
    display:block;
    float:left;
    height: 14px;
    overflow: hidden;
}
.vcard .vcard_tags_frame button {
    position: absolute;
    bottom: 58px;
}

.vcard.narrow {
    width: 356px;
}

.vcard.narrow .vcard_data {
    margin-left: 0;
    border-left: none;
    width: 300px;
}

.vcard.narrow .vcard_bottom {
    left: 7px;
}
.edit_screen {
    border-top: 1px solid #eee;
}
.edit_screen .edit_screen_row {
    border-bottom: 1px solid #ddd !important;
    padding: 10px 20px;
}
.edit_screen .edit_screen_row.odd {
    background: none repeat scroll 0 0 #efefef;
}
.edit_screen .edit_screen_row.even {
    background: none repeat scroll 0 0 #eaeaea;
}
.edit_screen .edit_screen_row h3 {
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
}
.edit_screen .edit_screen_row ul {
    list-style: outside none none;
    margin: 10px 0 0;
    overflow: auto;
    padding: 0;
}
.edit_screen .edit_screen_row ul li {
    display: inline;
}
.edit_screen .edit_screen_row ul li a {
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    margin: 1px 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none !important;
    width: 90px;
}
.edit_screen .edit_screen_row ul li a span {
    display: block;
}
.edit_screen .edit_screen_row ul li a:hover span {
    text-decoration: underline !important;
}
.edit_screen .edit_screen_row .badge {
    /*background: none repeat scroll 0 0 rgb(200, 120, 120);*/
    background: transparent;
    border-radius: 8px;
    border: 1px solid;
    /*box-shadow: 0 0 2px #000;*/
    color: #000;
    font-size: 10px;
    padding: 2px 4px;
    position: absolute;
    margin: -13px 0 0 55px;
}
#wireframe_menu {
    bottom: 0;
    left: 0;
    padding-top: 0;
    position: absolute;
    top: 5px;
    width: 66px;
}
#wireframe_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#wireframe_menu li {
    display: block;
    margin: 0;
    position: relative;
}
#wireframe_menu li span.indicator {
    color: #dedeb6;
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 8px;
    visibility: hidden;
    width: 12px;
    z-index: 100;
}
#wireframe_menu li.current span.indicator {
    visibility: visible;
}
#wireframe_menu a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    position: relative;
}
#wireframe_menu a .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    margin: 0 auto 0 0;
    padding: 8px 7px 10px;
    width: 66px;
}
#wireframe_menu .badge {
    background: none repeat scroll 0 0 #e01a1a;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 9px;
    padding: 1px 5px;
    position: absolute;
    right: 16px;
    top: 29px;
}
#wireframe_menu #menu li.has_popup .icon {
    background-image: url("/images/environment/default/layout/menu/has-popup.png");
    background-position: 55px center;
    background-repeat: no-repeat;
}
#wireframe_menu #menu.popup_open li.has_popup.hover {
    z-index: 100001;
}
#wireframe_menu #menu li:hover .icon {
    background-color: #2E5783; /*#343943;*/
    background-position: 54px center;
    border-bottom: 1px solid #2E5783; /*#343943;*/
    border-left: 1px solid #2E5783; /*#343943;*/
    border-top: 1px solid #2E5783; /*#343943;*/
    padding-bottom: 9px;
    padding-top: 7px;
}
#wireframe_menu #menu li:hover .icon img {
    left: -1px;
    position: relative;
}
#wireframe_menu #menu:not(.popup_open) li.current .icon {
    background-color: #2E5783; /*#343943;*/
    background-image: url("/images/environment/default/layout/menu/item-selected.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #2E5783; /*#343943;*/
    border-left: 1px solid #2E5783; /*#343943;*/
    border-top: 1px solid #2E5783; /*#343943;*/
    padding-bottom: 9px;
    padding-top: 7px;
}
#wireframe_menu #menu:not(.popup_open) li.current .icon img {
    left: -1px;
    position: relative;
}
#wireframe_menu #menu:not(.popup_open) li.current.has_popup .icon {
    background-image: url("/images/environment/default/layout/menu/has-popup.png"), url("/images/environment/default/layout/menu/item-selected.png");
    background-position: 55px center, left bottom;
    background-repeat: no-repeat, repeat-x;
}
#wireframe_menu #menu li.hover .icon {
    background-color: #2E5783/*#343943*/ !important;
    background-position: 54px center;
    border-bottom: 1px solid #2E5783/*#343943*/ !important;
    border-left: 1px solid #2E5783/*#343943*/ !important;
    border-top: 1px solid #2E5783/*#343943*/ !important;
    padding-bottom: 9px !important;
    padding-top: 7px !important;
}
#wireframe_menu #menu li.hover .icon img {
    left: -1px !important;
    position: relative !important;
}
#wireframe_menu #menu li.hover .label {
    display: none;
}
#wireframe_menu .label {
    /* background: none repeat scroll 0 0 #2E5783;
    border-radius: 0 7px 7px 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    left: 62px;
    line-height: 50px !important;
    padding: 0 15px 0 6px;
    position: absolute;
    text-shadow: 0 1px 1px #000;
    top: 0;
    visibility: hidden;
    white-space: nowrap;
    z-index: 100000; */
}
#wireframe_menu #menu.show_labels_on_hover li:hover .label {
    visibility: visible;
}
#wireframe_menu li.current:hover .label {
    background: url("/images/environment/default/layout/menu/item-selected.png") repeat-x scroll left bottom #2E5783; /*#343943;*/
    line-height: 50px;
}
#wireframe_menu #menu_item_profile img {
    width: 32px;
}

* html #menu ul.group li a {
    overflow: visible;
    width: 1px;
}
* html #menu ul.group li a span.inner {
    width: 10px;
}
* html #menu ul.group #searchForm {
    width: 1px;
}
* html #menu ul.group #searchForm button {
    padding-left: 6px;
}

#menu {
    height: 100%;
    position: relative;
    text-align: center;
}
#menu_group_main {
    padding-top: 24px !important;
}
#menu_group_profile {
    bottom: 29px;
    position: absolute;
    width: 100%;
}
#menu_group_profile li:last-child {
    margin-bottom: 0;
}
#menu #menu_popup {
    border-left: 1px solid #2E5783; /*#343943;*/
    border-right: 1px solid #2E5783; /*#343943;*/
    bottom: 0;
    box-shadow: 1px 0 3px #666;
    color: #aaa;
    font-size: 11px;
    left: 66px;
    position: absolute;
    text-align: left;
    top: -5px;
    width: 330px;
    z-index: 100000;
}
#menu #menu_popup a {
    font-size: 11px;
}
#menu #menu_popup a:hover {
    text-decoration: none;
}
#menu #menu_popup #menu_popup_background {
    background: none repeat scroll 0 0 #2E5783; /*#343943;*/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#menu #menu_popup #menu_popup_tabs {
    background: linear-gradient(to bottom, #4f5054 0px, #45474a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #27292e;
    border-left: 1px solid #27292e;
    border-radius: 0 0 7px 7px;
    border-right: 1px solid #27292e;
    left: 13px;
    position: absolute;
    right: 13px;
    top: 0;
}
#menu #menu_popup #menu_popup_tabs div.menu_popup_tabs_row {
    border-bottom: 1px solid #424447;
    border-top: 1px solid #5d5f62;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#menu #menu_popup #menu_popup_tabs div.menu_popup_tabs_row.first_row {
    border-top: 0 none;
}
#menu #menu_popup #menu_popup_tabs div.menu_popup_tabs_row.last_row {
    border-bottom: 0 none;
}
#menu #menu_popup #menu_popup_tabs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
#menu #menu_popup #menu_popup_tabs ul li {
    display: inline-block;
    position: relative;
}
#menu #menu_popup #menu_popup_tabs ul li a {
    border-left: 1px solid #5e6063;
    border-right: 1px solid #444549;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
#menu #menu_popup #menu_popup_tabs ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #4f5054;
}
#menu #menu_popup #menu_popup_tabs ul li.first_in_row a {
    border-left: 0 none;
}
#menu #menu_popup #menu_popup_tabs ul li.last_in_row a {
    border-right: 0 none;
}
#menu #menu_popup #menu_popup_header {
    border-bottom: 1px solid #989984;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}
#menu #menu_popup #menu_popup_header h2 {
    color: #dedeb6;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 13px 0 10px;
    text-shadow: 1px 1px 0 #000;
}
#menu #menu_popup #menu_popup_header ul {
    float: right;
    list-style: outside none none;
    margin: 14px 0 0;
    padding: 0;
}
#menu #menu_popup #menu_popup_header ul li {
    display: inline;
    margin-left: 6px;
}
#menu #menu_popup #menu_popup_header ul li a.menu_popup_footer_link {
    color: #fff;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#menu #menu_popup #menu_popup_header ul li a.menu_popup_footer_link.right {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
#menu #menu_popup #menu_popup_header ul li a.menu_popup_footer_link:hover {
    color: #fff;
    text-decoration: none;
}
#menu #menu_popup #menu_popup_footer {
    border-top: 1px solid #989984;
    bottom: 0;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
}
#menu #menu_popup #menu_popup_footer a.menu_popup_footer_link {
    color: #dedeb6;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 10px 0;
}
#menu #menu_popup #menu_popup_footer a.menu_popup_footer_link.right {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
#menu #menu_popup #menu_popup_footer a.menu_popup_footer_link:hover {
    color: #fff;
    text-decoration: none;
}
#menu #menu_popup #menu_popup_body_wrapper {
    bottom: 0;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 0;
}
#menu #menu_popup #menu_popup_body h3 {
    background: url("/images/environment/default/layout/menu/group-title-background.png") repeat-x scroll left 7px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0 10px;
    text-align: center;
}
#menu #menu_popup #menu_popup_body h3 span {
    background: none repeat scroll 0 0 #2E5783; /*#343943;*/
    padding: 0 10px;
}
#menu #menu_popup #menu_popup_scrollbar {
    background-color: #2a2d32;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
#menu #menu_popup #menu_popup_scrollbar #menu_popup_scrollbar_handle {
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
#menu #menu_popup_submenu {
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 0 3px #222;
    font-size: 11px;
    left: 396px;
    position: absolute;
    text-align: left;
    top: -5px;
    width: 200px;
    z-index: 99999;
}
#menu #menu_popup_submenu a:hover {
    text-decoration: none;
}
#menu #menu_popup_submenu #menu_popup_submenu_background {
    background: none repeat scroll 0 0 #2E5783; /*#343943;*/
    border-radius: 0 10px 10px 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#menu #menu_popup_submenu #menu_popup_submenu_header {
    border-bottom: 1px solid #92959a;
    padding: 0 15px;
}
#menu #menu_popup_submenu #menu_popup_submenu_header h3 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 13px 0 10px;
    text-shadow: 1px 1px 0 #000;
}
#menu #menu_popup_submenu #menu_popup_submenu_body {
    overflow: hidden;
    padding: 0 15px;
}
#menu .grouped_popup_buttons {
    text-align: center;
}
#menu .grouped_popup_buttons .grouped_popup_button {
    background-color: #585d66;
    background-image: url("/images/environment/default/layout/menu/grouped-button-background.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #181a1c;
    border-left: 1px solid #727884;
    border-right: 1px solid #2b2e32;
    display: inline-block;
    padding: 6px 8px;
}
#menu .grouped_popup_buttons .grouped_popup_button img {
    margin-right: 4px;
    vertical-align: -4px;
}
#menu .grouped_popup_buttons .grouped_popup_button:first-child {
    border-bottom-left-radius: 8px;
    border-left: 1px solid #181a1c;
    border-top-left-radius: 8px;
    padding-left: 9px;
}
#menu .grouped_popup_buttons .grouped_popup_button:last-child {
    border-bottom-right-radius: 8px;
    border-right: 1px solid #181a1c;
    border-top-right-radius: 8px;
    padding-right: 9px;
}
#menu .popup_item_list {
    margin-top: 5px !important;
}
#menu .popup_item_list li {
    border-radius: 3px;
    display: block;
    margin: 1px 0;
    padding: 0;
}
#menu .popup_item_list li a {
    border-radius: 3px;
    color: #e6e6e6 !important;
    font-size: 10px !important;
    padding: 5px 6px 4px 26px;
    position: relative;
}
#menu .popup_item_list li a img {
    left: 6px;
    position: absolute;
    top: 2px;
}
#menu .menu_navigation_item.current {
    background-color: #fff !important;
    color: #2f3238 !important;
}
#menu .menu_navigation_item.current a {
    color: #2f3238 !important;
}
#menu p.empty_page {
    border-color: #42464e;
    color: #555a65;
    width: auto;
}

.object_inspector {
    border-radius: 0 0 17px 17px;
    border-top: 0 none;
    /*box-shadow: 0 0 4px #ccc;*/
    margin: 0 auto 25px !important;
    max-width: 1000px !important;
    /* width: auto !important; */
}
.flyout_dialog .object_inspector {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}
.object_inspector .head {
    background: url("/images/environment/default/layout/bits/inspector-background.png") repeat-x scroll left bottom #fff;
    border: 1px solid #fff !important;
    border-radius: 0 0 17px 17px;
    margin: 0 !important;
    padding: 10px 0 11px;
}
.object_inspector table.inspector_table td {
    vertical-align: middle;
}
.object_inspector td.widget {
    border-left: 1px solid #e7e7e7;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: 120px;
}
.object_inspector td.widget span.widget_title {
    color: #999;
    display: block;
    margin-bottom: 5px;
}
.object_inspector td.widget span.widget_trigger, .object_inspector td.widget a.widget_trigger {
    border-radius: 4px;
    display: block;
    padding: 6px;
}
.object_inspector td.widget a.widget_trigger:hover {
    background: url("/images/environment/default/icons/12x12/inspector-edit.png") no-repeat scroll 96% 6% #eaebe4;
    text-decoration: none !important;
}
.object_inspector .indicators {
    height: 15px;
    padding: 0 15px 0 5px;
}
.object_inspector .indicators ul {
    float: right;
    height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.object_inspector .indicators ul li {
    display: block;
    float: left;
    height: 15px;
    margin: 0;
    text-align: center;
    width: 23px;
}
.object_inspector .indicators ul li img {
    vertical-align: middle;
}
.object_inspector .properties {
    /*padding-left: 20px;*/
}
.object_inspector .properties div.property {
    overflow: visible;
    padding: 2px 0;
}
.object_inspector .properties div.property.red {
    /* background: #ff937d; */
}
.object_inspector .properties div.property div.vcard-label {
    color: #777;
    float: left;
    padding: 2px 20px 2px 0;
    text-align: right;
    text-shadow: 0 1px #fff;
    width: 148px;
}
.object_inspector .properties div.property.red div.vcard-label {
    /* color: #eee!important; */
    /* text-shadow: none!important; */
}
.object_inspector .properties div.property div.content {
    margin-left: 168px;
    padding: 2px 0;
}
.object_inspector .properties div.property div.data {
    float: left;
    min-height: 14px;
    padding: 2px 0;
    text-shadow: 0 1px #fff;
}
.object_inspector .properties div.property div.content a.editor_trigger {
    margin-left: 3px;
    visibility: hidden;
}
.object_inspector .properties div.property div.content:hover a.editor_trigger {
    visibility: visible;
}
.object_inspector .properties div.property div.content a.editor_trigger.always_visible {
    visibility: visible;
}
.object_inspector .properties div.property div.content img {
    position: relative;
    top: 2px;
}
.object_inspector .head.two_columns, .object_inspector .head.three_columns, .object_inspector .head.four_columns {
    overflow: auto;
}
.object_inspector .head.two_columns .column, .object_inspector .head.three_columns .column, .object_inspector .head.four_columns .column {
    float: left;
}
.object_inspector .head.two_columns .column {
    width: 50%;
}
.object_inspector .head.three_columns .column {
    width: 33%;
}
.object_inspector .head.four_columns .column {
    width: 24%;
}
.object_inspector .body {
    padding: 8px 16px;
}
.object_inspector.with_actions ul.actions {
    background: url("/images/environment/default/layout/bits/inspector-actions-background.png") repeat-x scroll left top #e9e9e9;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 17px 17px;
    border-top: 1px solid #e5e5e5;
    clear: both;
    list-style: outside none none;
    margin: 10px -1px 0;
    padding: 0;
    text-align: center;
}
.object_inspector.with_actions ul.actions li {
    display: inline;
}
.object_inspector.with_actions ul.actions a {
    border-left: 1px solid #dbdbdb;
    color: #303030 !important;
    line-height: 29px;
    padding: 7px 15px;
    text-shadow: 0 1px 0 #fff;
}
.object_inspector.with_actions ul.actions a:hover {
    background-color: #f8f8f8;
    text-decoration: none;
}
.object_inspector.with_actions ul.actions li:first-child a {
    border-left: medium none;
}
.object_inspector.with_actions ul.actions a img {
    margin-right: 4px;
}
.object_inspector.with_actions div.head {
    border-bottom: 0 none !important;
    padding-bottom: 0;
}
.object_inspector.with_bars div.head {
    padding-top: 0;
}
.object_inspector.with_bars div.bars {
    margin-bottom: 10px;
}
.object_inspector.with_bars div.bar {
    background: none repeat scroll 0 0 #faf8ca;
    border-bottom: 1px solid #f0ebaa;
    color: #333;
    padding: 8px 15px;
    text-align: center;
}
.object_inspector.with_bars div.bar img {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.object_inspector td.widget span.assignees_widget_avatar {
    display: block;
}
.object_inspector td.widget span.assignees_widget_avatar img {
    border-radius: 3px;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
.object_inspector td.widget span.assignees_responsible {
    display: block;
    margin-top: 5px;
}
.object_inspector td.widget span.assignees_other_assignees {
    color: #888;
    display: block;
}
span.object_type {
    border-left: 1px solid #333;
    border-radius: 4px;
    border-right: 1px solid #333;
    color: #333;
    font-size: 9px;
    font-weight: bold;
    margin-right: 5px;
    padding: 1px 3px;
    text-transform: uppercase;
    white-space: nowrap;
}
span.object_type.inverse {
    border: medium none !important;
    border-radius: 3px;
    color: #fff !important;
    padding: 1px 5px;
}
span.object_type.object_type_user {
    border-color: #cca300;
    color: #cca300;
}
span.object_type.object_type_user.inverse {
    background-color: #cca300;
}
span.object_type.object_type_company {
    border-color: #930000;
    color: #930000;
}
span.object_type.object_type_company.inverse {
    background-color: #930000;
}
span.object_type.object_type_project {
    border-color: #66c0de;
    color: #66c0de;
}
span.object_type.object_type_project.inverse {
    background-color: #66c0de;
}
span.object_type.object_type_milestone {
    border-color: #b05ecb;
    color: #b05ecb;
}
span.object_type.object_type_milestone.inverse {
    background-color: #b05ecb;
}
span.object_type.object_type_task {
    border-color: #b6d138;
    color: #b6d138;
}
span.object_type.object_type_task.inverse {
    background-color: #b6d138;
}
span.object_type.object_type_todo_list {
    border-color: #d1a438;
    color: #d1a438;
}
span.object_type.object_type_todo_list.inverse {
    background-color: #d1a438;
}
span.object_type.object_type_subtask {
    border-color: #e3ab5f;
    color: #e3ab5f;
}
span.object_type.object_type_subtask.inverse {
    background-color: #e3ab5f;
}
span.object_type.object_type_document, span.object_type.object_type_text_document {
    border-color: #d175b1;
    color: #d175b1;
}
span.object_type.object_type_document.inverse, span.object_type.object_type_text_document.inverse {
    background-color: #d175b1;
}
span.object_type.object_type_comment {
    border-color: #66c0de;
    color: #66c0de;
}
span.object_type.object_type_comment.inverse {
    background-color: #66c0de;
}
span.object_type.object_type_file {
    border-color: #56ba96;
    color: #56ba96;
}
span.object_type.object_type_file.inverse {
    background-color: #56ba96;
}
span.object_type.object_type_time_record {
    border-color: #a7a987;
    color: #a7a987;
}
span.object_type.object_type_time_record.inverse {
    background-color: #a7a987;
}
span.object_type.object_type_expense {
    border-color: #9ba887;
    color: #9ba887;
}
span.object_type.object_type_expense.inverse {
    background-color: #9ba887;
}
span.object_type.object_type_notebook {
    border-color: #92a1d0;
    color: #92a1d0;
}
span.object_type.object_type_notebook.inverse {
    background-color: #92a1d0;
}
span.object_type.object_type_notebook_page, span.object_type.object_type_notebook_page_version {
    border-color: #c16262;
    color: #c16262;
}
span.object_type.object_type_notebook_page.inverse, span.object_type.object_type_notebook_page_version.inverse {
    background-color: #c16262;
}
span.object_type.object_type_discussion {
    border-color: #5271d0;
    color: #5271d0;
}
span.object_type.object_type_discussion.inverse {
    background-color: #5271d0;
}
span.object_type.object_type_project {
    border-color: #ec9baa;
    color: #ec9baa;
}
span.object_type.object_type_project.inverse {
    background-color: #ec9baa;
}
span.object_type.object_type_source.repository, span.object_type.object_type_project_source_repository {
    border-color: #a59f97;
    color: #a59f97;
}
span.object_type.object_type_source.repository.inverse, span.object_type.object_type_project_source_repository.inverse {
    background-color: #a59f97;
}
span.object_type.object_type_source.commit, span.object_type.object_type_source_commit {
    border-color: #007332;
    color: #007332;
}
span.object_type.object_type_source.commit.inverse, span.object_type.object_type_source_commit.inverse {
    background-color: #007332;
}
span.object_type.object_type_invoice {
    border-color: #09b900;
    color: #09b900;
}
span.object_type.object_type_invoice.inverse {
    background-color: #09b900;
}

.content_stack_wrapper {
    margin-bottom: 0;
    overflow: hidden;
}
.content_stack_wrapper .content_stack_element {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px solid #ddd;
    overflow: inherit;
    padding: 0;
}
.content_stack_wrapper .content_stack_element .content_stack_element_info {
    float: left;
    padding: 7px 10px 7px 20px;
    width: 230px;
}
.content_stack_wrapper .content_stack_element .content_stack_element_info h3 label {
    font-weight: 400;
}
.content_stack_wrapper .content_stack_element .content_stack_element_info .aid {
    color: #999;
}
.content_stack_wrapper .content_stack_element .content_stack_element_body {
    background: none repeat scroll 0 0 #fff;
    min-height: 35px;
    overflow: inherit;
    padding: 7px 10px 4px 15px;
    /*margin: 0 0 0 230px;*/ /* Added so I can remove overflow: hidden if needed */
}
.content_stack_wrapper .content_stack_element .content_stack_element_body.full_width {
    margin: 0 0 0 0;
}
.content_stack_wrapper .content_stack_element .content_stack_element_body.full_width textarea {
    width: 814px;
}
.edit_screen .content_stack_wrapper .content_stack_element .content_stack_element_body.full_width {
    padding: 0; /* a fix for popup icons in Flyout */
}

.content_stack_wrapper .content_stack_element .content_stack_optional {
    float: right;
    margin-top: 6px;
}
.content_stack_wrapper .content_stack_element.full_width {
    background-color: #e8e8e8;
}
.content_stack_wrapper .content_stack_element.with_columns {
    overflow: auto;
}
.content_stack_wrapper .content_stack_element.with_columns div.content_stack_element_body {
    background: none repeat scroll 0 0 #f6f6f6;
}
.content_stack_wrapper .content_stack_element.with_columns div.content_stack_element_body div.content_stack_element_body_column {
    float: left;
}
.content_stack_wrapper .content_stack_element.with_columns div.content_stack_element_body div.content_stack_element_body_column h3 {
    font-weight: bold;
}
.content_stack_wrapper .content_stack_element.with_columns.two_columns div.content_stack_element_body_column {
    width: 49%;
}
.content_stack_wrapper .content_stack_element.with_columns.two_columns div.content_stack_element_body_column:first-child {
    padding-right: 8px;
}
.content_stack_wrapper .content_stack_element.with_columns.two_columns div.content_stack_element_body_column:last-child {
    padding-left: 8px;
}
.content_stack_wrapper .content_stack_element.with_columns.three_columns div.content_stack_element_body_column {
    width: 33%;
}
.content_stack_wrapper .content_stack_element.with_columns.four_columns div.content_stack_element_body_column {
    width: 25%;
}
.content_stack_wrapper .content_stack_element.last {
    border-bottom: 0 none;
}

form {
    margin: 0;
    padding: 0;
}
form div.control_holder {
    line-height: 140%;
    margin: 5px 10px 5px 0;
    overflow: inherit;
    padding: 3px 0;
    position: relative;
    float: left;
}
form div.control_holder label {
    margin-bottom: 3px;
}
form div.control_holder label.main_label {
    display: block;
    margin-bottom: 3px;
}
form div.control_holder select {
    margin-left: 1px;
    min-width: 140px;
}
form label.main_label {
    font-weight: bold;
}
form div.control_holder p.aid, form div.control_holder p.details {
    color: #999;
    margin-bottom: 0;
    margin-top: 1px;
}
form div.control_holder span.details {
    color: #999;
}
form div.control_holder p.aid a, form div.control_holder p.details a {
    color: #666 !important;
    text-decoration: underline;
}
form div.control_holder p.warning {
    color: red !important;
    margin-top: 1px;
}
form div.button_holder {
    /* font-size: 13px !important;
    line-height: 100%;
    padding-bottom: 10px !important;
    padding-top: 10px !important; */
}
form textarea {
    font-size: 16px;
    resize: none;
    line-height: 20px;
}
/* form input[type="text"], form input[type="email"], form textarea, form .a51editor {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #bbb #d1d1d1 #d1d1d1 #bbb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #eee inset;
    font-size: 11px;
    padding: 3px 4px;
} */
form .a51editor {
    padding: 0;
}
/* form input[type="text"]:focus, form textarea:focus, form .a51_editor:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999 #b1b1b1 #b1b1b1 #999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #ccc inset;
} */
form input[type="text"], form input[type="email"], form input[type="url"] {
    /* width: 260px; */
}
form input.short[type="text"], form input.short[type="email"], form input.short[type="url"], form input.short[type="number"] {
    width: 50px;
}
form textarea {
    height: 175px;
    padding-right: 0;
    width: 100%;
}
/* div.flyout_dialog_wrapper.width_narrow form input[type="text"], 
div.flyout_dialog_wrapper.width_narrow form input[type="email"], 
div.flyout_dialog_wrapper.width_narrow form input[type="url"] {
    width: 240px;
} */
button {
    /* background: url("/images/environment/default/layout/forms/soft-button.png") repeat-x scroll left bottom #eee; */
    /*border-color: #818181;*/
    /* border-radius: 15px; */
    /* border-style: solid none; */
    /* border-width: 1px 0 1px medium; */
    /*box-shadow: 0 0 3px #ddd;*/
    /* color: #565656 !important; */
    /* cursor: pointer; */
    /* padding: 3px 20px; */
    /*text-shadow: 0 1px 0 #ddd;*/
}
button.default {
    /* background: url("/images/environment/default/layout/forms/default-soft-button.png") repeat-x scroll left bottom #77ca1b;
    border-bottom: 1px solid #356616;
    border-top: 1px solid #88d554;
    color: #fff !important; */
    /*font-size: 11px;*/
    /* font-weight: bold;
    text-shadow: 0 1px 0 #529029 !important; */
}
button.login {
    /*background: url("/images/environment/default/layout/forms/login-soft-button.png") repeat-x scroll left bottom #ca341b;*/
    /*border-bottom: 1px solid #662c16;*/
    /*border-top: 1px solid #d57654;*/
    /* color: #000 !important; */
    /*font-size: 11px;*/
    /* font-weight: bold; */
    /*text-shadow: 0 1px 0 #904429 !important;*/
}
button.default, button.login {
}
button.default.red {
    /* background: url("/images/environment/default/layout/forms/login-soft-button.png") repeat-x scroll left bottom #ca341b;
    border-bottom: 1px solid #662c16;
    border-top: 1px solid #d57654;
    text-shadow: 0 1px 0 #904429 !important; */
}
button.active, button:active {
    /* background: none repeat scroll 0 0 #b6b6b6;
    text-decoration: none; */
}
button.active.default, button.default:active {
    /* background: none repeat scroll 0 0 #58972e;
    text-decoration: none; */
}
button.active.login, button.login:active {
    /* background: none repeat scroll 0 0 #8f3118;
    text-decoration: none; */
}
button[disabled] {
    /* background: none repeat scroll 0 0 #eee;
    opacity: 0.6; */
}
button.default[disabled] {
    /* background: none repeat scroll 0 0 #ccc;
    border-color: #999;
    color: #666 !important;
    opacity: 0.6;
    text-shadow: 0 1px 0 #fff !important; */
}
form div.select_date input {
    width: 100px;
}
form div.form_processing_curtain {
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
}
form span.form_pending_action_label {
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 16px;
}

textarea.full-editor {
    /*display: none;*/
    height: 300px;
}
form div.control_holder.timert_widget select {
    min-width: 40px;
}

form input.date_widget.hasDatepicker[type="text"] {
    width: 200px;
}

/* FORM ADDITIONAL CSS */
label.address_widget, label.phone_widget, label.email_widget {
    display: block;
    width: 60px;
    float: left;
}
select.choicebr_widget {
    width: 140px;
}

/* PRINT DIALOG */
.flyout_dialog_wrapper.width_print-dialog {
    width: 400px;
}
.flyout_dialog_wrapper.width_print-dialog .content_stack_element_info {
    width: 160px;
}
input.textrt_widget.time {
    width: 40px;
}

span.tag.related-objects-patient {
    background-color: red;
}

span.tag.related-objects-partner {
    background-color: green;
}

span.tag.related-objects-insurance {
    background-color: blue;
}

span.related_objects_loading {
    display: inline-block;
    background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
    background-repeat: no-repeat;
    height: 24px;
    width: 130px;
    vertical-align: bottom;
}

/* EXPANDED CHOICE (radio buttons) */
input[type=radio] + label {
    margin-right: 10px;
}

/* Removes the bottom margin on the help text */
div.content_stack_element_body p.help-text {
    margin: 8px 0 0 0;
    padding: 0 0 0 7px;
}
form div.button_holder {
    background: url("/images/environment/default/layout/forms/big-form-button-holder-background.png") repeat-x scroll left 1px #fff;
    border-top: 1px solid #d9d9d9;
    padding: 0 20px;
}
form div.fields_wrapper {
    padding: 0 20px;
}
form div.button_holder a img {
    margin-right: 2px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
form.big_form {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
form.big_form .button_holder {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
form.big_form div.big_form_wrapper {
    bottom: 41px;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
form.big_form div.big_form_wrapper.one_form_sidebar .main_form_column {
    background: none repeat scroll 0 0 #f2f2f2;
    border-right: 1px solid #e8e8e8;
    bottom: 0;
    left: 0;
    overflow: visible;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    width: 728px;
}
form.big_form div.big_form_wrapper.two_form_sidebars .main_form_column {
    background: none repeat scroll 0 0 #f2f2f2;
    border-right: 1px solid #e8e8e8;
    bottom: 0;
    left: 0;
    overflow: visible;
    padding: 5px 20px 10px;
    position: absolute;
    top: 0;
    width: 498px;
}
form.big_form div.big_form_wrapper div.form_sidebar {
    background: none repeat scroll 0 0 #f7f7f7;
    border-right: 1px solid #e8e8e8;
    bottom: 0;
    overflow: auto;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    width: 200px;
}
form.big_form div.big_form_wrapper div.form_sidebar.form_first_sidebar {
    font-size: 11px;
    left: 539px;
}
form.big_form div.big_form_wrapper div.form_sidebar.form_second_sidebar {
    border-right: 0 none !important;
    font-size: 11px;
    left: 770px;
}
form.big_form div.big_form_wrapper div.main_form_column input.title[type="text"] {
    box-sizing: border-box;
    width: 100%;
}
form.big_form div.big_form_wrapper div.form_sidebar select, form.big_form div.big_form_wrapper div.form_sidebar input[type="text"], form.big_form div.big_form_wrapper div.form_sidebar textarea {
    box-sizing: border-box;
    width: 100%;
}
form.big_form div.big_form_wrapper div.form_sidebar select {
    width: 99%;
}
form.big_form div.big_form_wrapper div.form_sidebar input.input_date[type="text"] {
    width: 150px;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder {
    bottom: 10px;
    left: 20px;
    overflow: visible !important;
    position: absolute;
    right: 20px;
    top: 53px;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.not_visual.control_holder {
    top: 50px;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder .a51editor_wrapper {
    bottom: 0;
    overflow: visible !important;
    padding: 0;
    position: absolute;
    top: 22px;
    width: 100%;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder .a51editor_wrapper .a51editor {
    height: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder .a51editor_wrapper .a51editor .a51editor_toolbar {
    background: none repeat scroll 0 0 #fafafa;
    left: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder .a51editor_wrapper .a51editor .a51editor_context_toolbar_wrapper {
    background: none repeat scroll 0 0 #fafafa;
    left: 0;
    right: 0;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder .a51editor_wrapper .a51editor .a51editor_field {
    bottom: 25px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 28px;
}
form.big_form div.big_form_wrapper div.main_form_column div.big_editor.control_holder .a51editor_wrapper .a51editor .a51editor_field iframe {
    box-sizing: border-box !important;
    height: 100% !important;
    padding: 0;
}
form.big_form div.big_form_wrapper div.select_asignees_inline_widget .company_user span.responsible {
    border-radius: 5px;
    color: #000 !important;
}

form.big_form div.big_form_wrapper .redactor_wrapper {
    bottom: 0;
    overflow: visible !important;
    padding: 0;
    position: absolute;
    top: 22px;
    width: 100%;
}
form.big_form div.big_form_wrapper .redactor_wrapper .redactor_box {
    height: 100%;
    position: relative;
}
form.big_form div.big_form_wrapper .redactor_wrapper .redactor_box .redactor_editor {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 31px;
}

.flyout_dialog_page_overflow {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    z-index: 900;
}
.flyout_dialog_wrapper {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px #555;
    left: 50%;
    position: absolute;
    text-align: left;
    top: 20px;
    z-index: 900;
}
.flyout_dialog_wrapper.width_narrow {
    width: 500px;
}
.flyout_dialog_header_wrapper {
    background: url("/images/environment/default/layout/flyout-dialog/flyout-dialog-title-gradient.png") repeat-x scroll left top #eaeaea;
    border-bottom: 1px solid #dedede;
    border-radius: 10px 10px 0 0;
    height: 40px;
    padding: 1px 20px;
}
/* .flyout_dialog_header_wrapper .flyout_dialog_icon {
    background: url("/images/reftrack/patient16.png") repeat-x scroll left top #eaeaea;
    display: block;
    float: left;
    position: absolute;
    top: 12px;
    left: 18px;
    width: 15px;
    height: 16px;
} */
.flyout_dialog_header_wrapper .flyout_dialog_icon .flyout_dialog_tooltip {
    display: none;
    position: absolute;
    width: 300px;
    left: -18px;
    top: -12px;
    padding: 10px;
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 30px #555;
    font-size: 14px;
    z-index: 1100;
}
.flyout_dialog_header_wrapper .flyout_dialog_icon:hover .flyout_dialog_tooltip {
    display: block;
    cursor: default;
}
.flyout_dialog_header_wrapper h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 11px;
    text-shadow: 0 1px 0 #fff;
}
/* .flyout_dialog_header_wrapper h2.with_icon {
    margin-left: 20px;
} */
.flyout_dialog_buttons {
    /* display: block;
    float: right;
    height: 40px;
    position: absolute;
    right: 47px;
    top: 0; */
}
.flyout_dialog_buttons .flyout_dialog_button {
    /* background-position: 12px 15px;
    background-repeat: no-repeat;
    border-right: 1px solid #d5d5d5;
    display: block;
    float: left;
    height: 40px;
    line-height: 41px;
    padding: 0 12px;
    color: rgb(100, 100, 100); */
}
.flyout_dialog_close_button {
    /* background: url("/images/environment/default/layout/flyout-dialog/flyout-dialog-close.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 19px;
    text-indent: -1000px;
    top: 15px;
    width: 12px; */
}
.flyout_dialog_basic_wrapper {
    padding: 15px 25px;
}
.flyout_dialog_content {
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #fff;
    font-size: 11px;
    overflow-y: auto;
    position: relative;
}
.flyout_dialog_content a {
    color: #950000;
}
.flyout_dialog_wrapper.flyout_page .flyout_dialog_content {
    padding-bottom: 15px;
    padding-top: 5px;
}
.flyout_dialog_content.loading {
    background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
    top: 0;
}
.flyout_dialog_processing_curtain {
    background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
}
.flyout_dialog_wrapper .button_holder {
    background: url("/images/environment/default/layout/flyout-dialog/flyout-dialog-title-gradient.png") repeat-x scroll left -1px #fff;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
}
.flyout_dialog_wrapper .button_holder button {
    margin-right: 10px;
}
.flyout_dialog_wrapper .button_holder a.close {
    margin-left: 10px;
}
.flyout_dialog_wrapper form {
    padding: 0 !important;
}
.flyout_dialog_content form div.col {
    float: left;
    width: 50%;
}
.flyout_dialog_wrapper .big_form .big_form_wrapper .main_form_column .a51_editor {
    margin-bottom: 15px;
}
.flyout_dialog_wrapper .form_first_sidebar {
    padding-top: 10px;
}
.flyout_dialog_wrapper .fields_wrapper {
    margin: 5px 0 9px;
    padding: 0 20px;
}
.flyout_dialog table.admin_list {
    margin-bottom: 15px !important;
    margin-top: 5px !important;
    width: 90% !important;
}

.flyout_dialog table.admin_list tr.default td {
    background-color: #f1f1f1;
}
.flyout_dialog table.admin_list tr.default td:first-child {
    background-image: url("/images/environment/default/layout/common/table-first-cell.png"), url("/images/environment/default/layout/admin-list/admin-list-first-cell-gradient-flyout.png") !important;
    background-position: left bottom, left top !important;
    background-repeat: no-repeat, repeat-y !important;
}
.flyout_dialog table.admin_list tr.default td:last-child {
    background-image: url("/images/environment/default/layout/common/table-last-cell.png"), url("/images/environment/default/layout/admin-list/admin-list-last-cell-gradient-flyout.png") !important;
    background-position: right bottom, right top !important;
    background-repeat: no-repeat, repeat-y !important;
}
.flyout-item-preview {
    font-size: 12px;
    position: absolute;
    width: 600px;
    height: auto;
    top: 20px;
    left: 30px;
    padding: 10px;
    background: #F9FDBE;
    border-radius: 10px;
}

div.choicert_widget input.custom-combobox-input {
    width: 400px;
}
/* body.backend_login {
    background: url("/images/environment/default/layout/login/page-gradient.png") repeat-x scroll center top rgb(248, 170, 241);
    position: relative;
}
body.backend_login #content {
    background: url("/images/environment/default/layout/login/content-separator.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    bottom: 0;
    height: 288px;
    left: 0;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
body.backend_login #login_splash {
    background: url("/images/environment/default/layout/login/splash-background.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: 319px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
body.backend_login #login_splash img {
    left: 50%;
    margin-left: -128px;
    margin-top: -128px;
    position: absolute;
    top: 50%;
}
body.backend_login #auth_dialog_container {
    color: #69695d;
    margin: 0 auto;
    text-align: center;
    width: 370px;
}
body.backend_login h3 {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
    margin-top: 11px;
    text-shadow: 0 1px 0 #fff;
}
body.backend_login h3 a {
    color: #69695d;
    font-size: 11px;
}
body.backend_login div.big_input {
    overflow: visible;
}
body.backend_login div.control_holder.login_form_remember_holder {
    float: left;
    margin-right: 20px;
    padding-top: 1px !important;
}
body.backend_login div.login_action {
    float: right;
}
body.backend_login div.control_holder.interface_picker_holder {
    float: left;
}
body.backend_login div.big_input input[type="email"], body.backend_login div.big_input input[type="password"] {
    background: url("/images/environment/default/layout/login/form-input-background.png") repeat-x scroll left top #fff;
    border-color: #d2d3c9 #d1d2c6 #ddded4;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #f6f7f2;
    color: #222;
    font-size: 13px;
    font-weight: normal;
    height: 36px;
    letter-spacing: 0.4px;
    padding: 0 8px;
    width: 352px;
}
body.backend_login div.big_input input[type="email"]:focus, body.backend_login div.big_input input[type="password"]:focus {
    box-shadow: 0 0 10px #fff;
}
body.backend_login div.big_input label {
    display: none;
}
body.backend_login table.vertical_aligner {
    bottom: 68px;
    position: absolute;
    top: 0;
    width: 100%;
}
body.backend_login table.vertical_aligner td {
    vertical-align: middle;
}
body.backend_login form div.button_holder {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-top: 0 none;
    margin-top: 5px;
    overflow: hidden;
    padding: 0 !important;
}
body.backend_login div.recover_password_form form div.button_holder, body.backend_login div.reset_password_form form div.button_holder {
    padding-top: 10px !important;
}
body.backend_login div.recover_password_form h3 {
    margin-top: 36px !important;
}
body.backend_login div.login_action div.button_holder {
    float: left;
}
body.backend_login #login_footer {
    background: url("/images/environment/default/layout/login/footer-background.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: 0;
    color: #a7a69f;
    height: 68px;
    line-height: 68px;
    position: absolute;
    text-align: center;
    width: 100%;
}
body.backend_login #login_footer a {
    margin: 0 8px;
}
body.backend_login #loader {
    background: url("/images/environment/default/layout/login/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 280px;
    width: 100%;
}
@media screen {
body.backend_login div.big_input input[type="email"], body.backend_login div.big_input input[type="password"] {
    line-height: 36px;
}
} */
/* div.add_button_wrapper {
    margin-top: 5px;
} */
.upload_form_subform {
    padding: 0 20px;
    overflow-y: scroll;
    height: 100%;
}
.upload_form_subform #add_another {
    margin: 15px 0 0 6px;
}
.upload_form_subform .file_input_container {
    /* width: 345px; */
}
.upload_form_subform .date_input_container input {
    width: 75px;
}
.upload_form_subform .description_input_container input {
    width: 190px;
}
.upload_form_subform .options {
    width: 16px;
}
.upload_form_subform .details {
    margin-left: 10px;
}
.upload_form_subform iframe {
    height: 22px;
    overflow: hidden;
    position: relative;
    top: 2px;
    width: 240px;
}
.upload_form_subform .placeholder {
    background-position: left center;
    background-repeat: no-repeat;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    width: 345px;
}
/* .upload_form_subform .placeholder.success {
    background-image: url("/images/environment/default/layout/bits/indicator-ok.png");
}
.upload_form_subform .placeholder.error {
    background-image: url("/images/environment/default/layout/bits/indicator-error.png");
} */
.upload_form_subform .placeholder.uploading {
    background-image: url("/images/environment/default/layout/bits/indicator-loading-normal.gif");
}
/* .upload_form_subform .add_button_wrapper {
    position: relative;
    text-align: center;
    border: 4px dashed #b4b9be;
    height: 175px;
    padding-top: 75px;
}
.upload_form_subform .add_button_wrapper .flash_container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.upload_form_subform .add_button_wrapper p.details {
    color: #999;
    margin-top: 15px;
} */
.upload_form_subform .placeholder .progressbar {
    /* background: none repeat scroll 0 0 #fff; */
    /* border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #333; */
    display: none;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 9px;
    width: 95px;
}
.upload_form_subform tr.pending .placeholder .progressbar {
    display: block;
}
.upload_form_subform .placeholder .progressbar .progressbar_inner {
    background: none repeat scroll 0 0 #27AE60;
    border-radius: 10px;
    height: 10px;
}
.upload_form_subform .multiupload_table {
    margin-bottom: 10px;
}
.youtube_form .big_editor.control_holder {
    top: 113px !important;
}
.upload_form_subform .add_another_wrapper p.details {
    color: #999;
    display: inline;
    margin: 0 0 0 10px;
    padding: 0;
}
.upload_form_subform p.empty_page {
    width: 550px;
}
.paged_objects_list .load_more_items, .paged_objects_list .load_more_items td {
    text-align: center
}
.paged_objects_list p.load_more_items {
    padding: 8px 0 8px 16px
}
.paged_objects_list tr.list_break td, .paged_objects_list div.list_break {
    padding: 8px 25px
}
.paged_objects_list tr.list_break hr, .paged_objects_list div.list_break hr {
    margin: 8px 0;
    border: 3px dotted #ccc;
    border-style: none none dotted;
    cursor: pointer
}

/**
 *     Colors def
 * inner-background-1: F9FDBE 
 * inner-background-2: C7CA98
 * inner-background-3: ACB09F
 * inner-border-1: DEDEDE
 * inner-border-2: F9FDBE
 * inner-border-3: 959771
 * inner-border-4: 9da090 (959771)
 * inner-border-5: cccfc7
 * inner-selection: a65c55
 */ 

div.objects_list_wrapper {
    overflow: auto;
    zoom: 1
}
div.objects_list_wrapper div.objects_list {
    width: 30%;
    background: #F9FDBE /*inner-background-1*/;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 200
}
div.objects_list_wrapper div.objects_list_details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30%
}
div.objects_list_wrapper div.objects_list_head {
    position: relative;
    border-right: 1px solid #b8baaa;
    background: #ACB09F /*inner-background-3*/ url("/images/environment/widgets/objects_list/object-list-filter-background.png") repeat-x left 0;
    padding: 6px 15px 0;
    min-height: 26px;
}
div.objects_list_wrapper div.objects_list_head div.object_list_search {
    position: relative
}
/* div.objects_list_wrapper div.objects_list_head div.object_list_filter img {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer
} */
div.objects_list_wrapper div.objects_list_head div.object_list_search input {
    border-radius: 10px;
    border: 1px solid #9da090 /*inner-border-4*/;
    padding: 2px 8px;
    /*background: #dbdece;*/
    background: none repeat scroll 0 0 #FFF; /*#dbdece;*/
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    margin-top: 0
}
div.objects_list_wrapper div.objects_list_head div.object_list_search input.disabled {
    background: #cdd0be
}
div.objects_list_wrapper div.objects_list_head div.object_list_search input:focus {
    border: 1px solid #878787
}
div.objects_list_wrapper div.objects_list_head div.object_list_search a {
    display: block;
    height: 20px;
    width: 20px;
    background: url(/images/environment/widgets/objects_list/object-list-filter-empty.png) no-repeat center center;
    position: absolute;
    right: 5px;
    top: 6px
}
div.objects_list_wrapper div.objects_list_head div.object_list_options {
    position: absolute;
    right: -1px;
    top: 0;
    border-left: 1px solid  #9da090 /*inner-border-4*/
}
div.objects_list_wrapper div.objects_list_head div.object_list_options li.object_list_option {
    display: block;
    float: left;
    position: relative;
    height: 32px;
    border-right: 1px solid #9da090 /*inner-border-4*/;
    border-left: 1px solid  #cccfc7 /*inner-border-5*/;
}
/* div.objects_list_wrapper div.objects_list_head div.object_list_options li.object_list_option.disabled .object_list_option_button {
    opacity: .5
}
div.objects_list_wrapper div.objects_list_head div.object_list_options div.object_list_option:last-child {
    border-right: 0
}
div.objects_list_wrapper div.objects_list_head div.object_list_options .object_list_option_button {
    display: block;
    width: 30px;
    height: 32px;
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
    z-index: 101;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center
}
div.objects_list_wrapper div.objects_list_head div.object_list_options .object_list_print_option .object_list_option_button {
    background-image: url(/images/environment/default/icons/16x16/print.png);
    display: block;
    width: 30px;
    height: 32px;
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
    z-index: 101;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center
}
div.objects_list_wrapper div.objects_list_head div.object_list_options .object_list_option_button.checked {
    background-color: #f9faf5
}
div.objects_list_wrapper div.objects_list_head div.object_list_options div.object_list_option_dropdown {
    display: none;
    width: 150px;
    box-shadow: #666 0 2px 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Color='#999999', Direction=135)";
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 100;
    background: #f9faf5;
    padding: 10px 15px
}
div.objects_list_wrapper div.objects_list_head div.object_list_options div.object_list_option_dropdown p.object_list_option_label {
    font-weight: bold;
    margin: 5px 0 8px !important;
    padding: 0 !important
}
div.objects_list_wrapper div.objects_list_head div.object_list_options ul {
    list-style: none;
    margin: 0;
    padding: 0
}
div.objects_list_wrapper div.objects_list_head div.object_list_options div.object_list_option_dropdown ul li {
    margin: 3px 0
}
div.objects_list_wrapper div.objects_list_head div.object_list_options div.object_list_option_dropdown ul li.disabled {
    color: #999
}
div.objects_list_wrapper div.objects_list_head div.object_list_options li.object_list_option.opened div.object_list_option_dropdown {
    display: block
}
div.objects_list_wrapper div.objects_list_head div.object_list_options li.object_list_option.opened .object_list_option_button {
    background-color: #f9faf5
} */
div.objects_list_wrapper .object_list_edit_button.object_list_option_button {
    background-image: url(/images/environment/widgets/objects_list/edit-mode.png)
}
div.objects_list_wrapper .object_list_reorder_button.object_list_option_button {
    background-image: url(/images/environment/widgets/objects_list/edit-mode.png)
}
div.objects_list_wrapper div.object_list_search a {
    display: none
}
div.objects_list_wrapper div.objects_list div.objects_list_body {
    overflow-y: auto;
    overflow-x: hidden;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 32px; */
    /* border-right: 1px solid #b8baaa */
}
div.objects_list_wrapper.refreshing div.objects_list div.objects_list_body {
    background-image: url("/images/environment/default/layout/bits/indicator-loading-big.gif");
    background-position: center 80px;
    background-repeat: no-repeat
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr {
    cursor: pointer;
    position: relative;
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td {
    border-bottom: 1px solid #DEDEDE /*inner-border-1*/;
    border-top: 1px solid #F9FDBE /*inner-border-2*/;
    padding: 5px 5px 5px 5px;
    color: #5e5e5c;
    vertical-align: middle;
    line-height: 20px
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td strong {
    color: #000
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td img {
    vertical-align: middle;
    position: relative;
    top: -1px
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr:hover td {
    background: #FFF;
    border-top: 1px solid #FFF !important
}
div.objects_list_wrapper.reorder_mode div.objects_list div.objects_list_body tr:hover td {
    background: #e9eade;
    border-top: 1px solid #f0f0e6 !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td:first-child {
    padding-left: 8px !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr.ui-sortable-placeholder td {
    background: #e9eade
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr.selected td {
    border-top: 1px solid #a65c55 /*inner-selection*/!important;
    border-bottom: 1px solid #a65c55 /*inner-selection*/!important;
    color: #FFF !important;
    background-color: #a65c55 /*inner-selection*/ !important;
    text-shadow: #333 0 1px
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr.selected td * {
    color: #FFF !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td.drag_handle {
    width: 10px;
    padding-right: 0 !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td.goto {
    width: 30px;
    text-align: center;
    border-left: 1px solid #DEDEDE /*inner-border-1*/;
    padding: 0 !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td.goto a {
    display: block;
    /*height: 100%;*/
    width: 100%;
    height: 24px;
    line-height: 24px
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td:last-child.goto {
    padding: 0 !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr td.goto:hover {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(/images/system/default/layout/projects/go-background.png)
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr.name {
    padding-top: 6px;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head {
    border-bottom: 3px double #959771 /*inner-border-3*/;
    padding: 10px 15px 7px !important;
    font-weight: bold;
    color: #42423e;
    background: none repeat scroll 0 #C7CA98;  /*#e0e2d3;*/
    border-bottom: 1px double #959771;  /*#dadbd0;*/
    font-size: 13px;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head div.expandable-toggle {
    /*width: 10px;
    display: block;
    float: left;
    margin-right: 5px;*/
    display: block;
    float: left;
    left: -15px;
    margin-right: -13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    position: relative;
    top: -10px;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head div.object_list_group_name {
    width: 350px;
    display: inline-block;
}    
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head span.expanded {
    background: url(/images/environment/default/layout/bits/collapsable-expanded.png) no-repeat 13px 14px
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head span.collapsed {
    background: url(/images/environment/default/layout/bits/collapsable-collapsed.png) no-repeat 13px 14px
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head span.object_list_group_count,
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head span.object_list_group_notification_count
{
    float: right;
    border-radius: 8px;
    padding: 0 5px;
    color: #93948d;
    margin-left: 5px;
    font-weight: normal;
    border-left: 1px solid #c8c9bf;
    border-right: 1px solid #c8c9bf;
    background: #F9FDBE /*inner-background-1*/;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head span.object_list_group_notification_count {
    color: #faf8fd;
    background: #fd6b00;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head.clickable {
    cursor: pointer;
    color: #950000
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head.clickable:hover {
    background: #FFF
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head.selected {
    border-top: 1px solid #a65c55 /*inner-selection*/!important;
    border-bottom: 3px double #a65c55 /*inner-selection*/!important;
    color: #FFF !important;
    background-color: #a65c55 /*inner-selection*/ !important;
    text-shadow: #333 0 1px
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group table.object_list_group_head {
    background: #e1e3d5;
    font-size: 11px
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group table.object_list_group_head td {
    border-top: 1px solid #edede4;
    border-bottom: 1px solid #d3d4ca
}
div.objects_list_wrapper div.objects_list div.objects_list_body table tr td:last-child {
    padding-right: 8px !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group table tr td:first-child {
    padding-left: 8px !important
}
div.objects_list_wrapper div.objects_list div.objects_list_body table tr img.visibility {
    margin-left: 5px;
    opacity: .9;
    margin-top: -1px;
    width: 10px
}
div.objects_list_wrapper.edit_mode div.objects_list tr td.edit_mode.move {
    width: 10px;
    vertical-align: middle
}
div.objects_list_wrapper div.objects_list tr td.icon {
    padding-top: 0;
    padding-bottom: 0;
    width: 16px;
    position: relative
}
div.objects_list_wrapper div.objects_list tr td.icon img {
    position: absolute;
    margin-top: -2px
}
div.objects_list_wrapper div.objects_list tr td.task_id {
    width: 45px;
    text-align: right;
    color: #909189 !important
}
div.objects_list_wrapper div.objects_list tr td.name {
    padding-left: 5px !important
}
div.objects_list_wrapper.edit_mode div.objects_list tr td.name {
    padding-left: 0 !important
}
div.objects_list_wrapper div.objects_list tr td.client {
    padding-right: 15px !important
}
div.objects_list_wrapper div.objects_list tr td.edit_mode {
    display: none
}
div.objects_list_wrapper.edit_mode div.objects_list tr td.edit_mode {
    display: table-cell
}
div.objects_list_wrapper div.objects_list_details {
    top: 33px
}
div.objects_list_wrapper div.objects_list_details.empty div.objects_list_details_empty_wrapper {
    display: block
}
div.objects_list_wrapper div.objects_list_details.empty div.objects_list_details_single_wrapper {
    display: none
}
div.objects_list_wrapper div.objects_list_details.empty div.objects_list_details_multi_wrapper {
    display: none
}
div.objects_list_wrapper div.objects_list_details.single div.objects_list_details_empty_wrapper {
    display: none
}
div.objects_list_wrapper div.objects_list_details.single div.objects_list_details_single_wrapper {
    display: block
}
div.objects_list_wrapper div.objects_list_details.single div.objects_list_details_multi_wrapper {
    display: none
}
div.objects_list_wrapper div.objects_list_details.multi div.objects_list_details_empty_wrapper {
    display: none
}
div.objects_list_wrapper div.objects_list_details.multi div.objects_list_details_single_wrapper {
    display: none
}
div.objects_list_wrapper div.objects_list_details.multi div.objects_list_details_multi_wrapper {
    display: block
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper, div.objects_list_wrapper div.objects_list_details div.objects_list_details_single_wrapper, div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper {
    padding: 0 !important
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper h1, div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper h1, div.objects_list_wrapper div.objects_list_details div.objects_list_details_single_wrapper .brief_project_name {
    background: #f1f1f1;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    padding: 25px 20px;
    margin: -25px -25px 20px;
    text-align: center;
    overflow: hidden;
    zoom: 1
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_title, div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper div.objects_list_title {
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-shadow: #FFF 0 1px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_icon {
    padding-top: 20px;
    text-align: center
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions {
    text-align: center;
    padding-top: 40px;
    overflow: hidden
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    display: inline-block
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul:first-child {
    margin-left: 0
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul li {
    display: inline-block;
    margin-left: -4px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-right: 0;
    background: #FFF url(/images/environment/widgets/objects_list/empty-page-button.png) repeat-x left 1px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul li:first-child a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul li:last-child a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #ddd
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .objects_list_details_actions a:hover {
    background: #FFF
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .objects_list_details_actions a.first {
    border-radius: 10px 0 0 10px
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .objects_list_details_actions a.last {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #ddd
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .objects_list_details_actions a.single {
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #ddd
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_list_details_additional_actions {
    margin: 24px 0 0 0;
    text-align: center
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_list_details_additional_actions a {
    color: #333
}
div.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_list_details_additional_actions a img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px
}
.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_lists_details_tips {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    color: #666;
    padding: 15px 25px 10px;
    border-top: 1px solid #ddd;
    background: #FFF
}
.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_lists_details_tips h3, .objects_list_wrapper .objects_list_details .objects_list_details_multi_wrapper h3 {
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 8px 0;
    padding: 0
}
.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_lists_details_tips ul li {
    margin: 5px 0
}
.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_lists_details_bottom {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0
}
.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_lists_details_bottom .object_lists_details_tips {
    position: static
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions tr td.new_value select {
    display: none
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions tr td.new_value input {
    display: none
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions tr td.new_value label {
    display: none
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions tr.selected td.new_value > input, div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions tr.selected td.new_value > select {
    display: inline
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper form.objects_list_multi_actions_form {
    margin: 0;
    padding: 0
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group {
    max-width: 600px;
    margin: 30px auto;
    border-radius: 15px;
    background: #FFF;
    border: 1px solid #ccc;
    box-shadow: #ccc 0 0 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Color='#CCCCCC', Direction=135)";
    overflow: hidden
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group form.separate_actions {
    text-align: center;
    overflow: hidden;
    zoom: 1
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group form.separate_actions div.separate_action {
    float: left;
    border-left: 1px solid #eaeaea;
    padding: 10px 0;
    text-align: center;
    margin-left: -1px;
    margin-top: 10px;
    margin-bottom: 10px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group form.separate_actions div.separate_action img {
    margin-bottom: 8px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group .tap-select-instructions {
    padding: 0;
    font-style: italic;
    margin-bottom: 10px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group ul.tap-select-current-selection {
    padding: 0;
    margin-bottom: 10px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group ul.tap-select-current-selection li {
    list-style:none;
    padding: 9px 17px;
    background: white;
    border-left: thin solid grey;
    border-right: thin solid grey;
    border-bottom: thin solid grey;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group ul.tap-select-current-selection li:first-child {
    border-top: thin solid grey;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group ul.tap-select-current-selection li span.tap-select-object-name {
    margin-left: 10px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper .group .tap-select-warning {
    display: none;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper form.objects_list_multi_actions_form .empty_page {
    border: 0;
    color: #333
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper form.objects_list_multi_actions_form table.objects_list_multi_actions {
    margin: 10px 10px 0
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper form.objects_list_multi_actions_form div.button_holder {
    background: #fafafa;
    border-top: 1px solid #f1f1f1;
    border-radius: 0 0 15px 15px;
    padding-left: 15px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions td {
    height: 25px;
    vertical-align: middle
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions td.checkbox {
    width: 150px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper table.objects_list_multi_actions td.action {
    width: 150px
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper div.no_multi_actions {
    text-align: center;
    border-radius: 15px;
    background: #fafafa;
    margin: 50px 20%;
    padding: 10px 15px;
    border: 1px solid #ccc
}
div.objects_list_wrapper div.objects_list_details div.inline_loader {
    left: 1px;
    top: 0
}
.list_mode .objects_list_details {
    overflow: auto;
    overflow-y: scroll
}
#time_reports .objects_list_body table {
    background: #dfe0d5
}


div.objects_list_wrapper {
    overflow: auto;
}
div.objects_list_wrapper div.objects_list {
    background: none repeat scroll 0 0 #F9FDBE; /*#e9eadf;*/
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 200;
}
div.objects_list_wrapper div.objects_list_head {
    background: url("/images/environment/widgets/objects_list/object-list-filter-background.png") repeat-x scroll left 0 #acb09f;
    border-right: 1px solid #b8baaa;
    min-height: 32px;
    padding: 6px 15px 0;
    position: relative;
}
div.objects_list_wrapper div.objects_list_head div.object_list_search input {
    border: 1px solid #959771; /*#9da090;*/
    outline: medium none !important;
    padding: 0px 8px;
    width: 100%;
}
div.objects_list_wrapper div.objects_list_head div.object_list_options {
    border-left: 1px solid #9da090;
    position: absolute;
    right: -1px;
    top: 0;
}
div.objects_list_wrapper div.objects_list_head div.object_list_options ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
div.objects_list_wrapper div.objects_list_head div.object_list_options li.object_list_option {
    border-left: 1px solid #cccfc7;
    border-right: 1px solid #9da090;
    display: block;
    float: left;
    height: 32px;
    position: relative;
}
div.objects_list_wrapper div.objects_list_head div.object_list_options .object_list_option_button {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    text-indent: -1000px;
    width: 60px;
    z-index: 101;
}
/* div.objects_list_wrapper div.objects_list_head div.object_list_options .object_list_print_option .object_list_option_button {
    background-color: transparent;
    background-image: url("/images/environment/default/icons/16x16/print.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    text-indent: -1000px;
    width: 30px;
    z-index: 101;
}
div.objects_list_wrapper div.objects_list_head div.object_list_options div.object_list_option_dropdown {
    background: none repeat scroll 0 0 #f9faf5;
    box-shadow: 0 2px 7px #666;
    display: none;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 205px;
    z-index: 100;
} */
div.objects_list_wrapper div.objects_list div.objects_list_body {
    border-right: 1px solid #b8baaa;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 32px;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head.selected {
    background-color: #a65c55 !important;
    border-bottom: 3px double #a65c55 !important;
    border-top: 1px solid #a65c55 !important;
    color: #fff !important;
    text-shadow: 0 1px #333;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head.clickable {
    color: #44255A;
    cursor: pointer;
}
div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head {
    background: none repeat scroll 0 #C7CA98;  /*#e0e2d3;*/
    border-bottom: 1px double #959771;  /*#dadbd0;*/
    color: #42423e;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px 7px !important;
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr[_notification] td {
    background: #bf7844;
    color: #faf8fd;
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr[_notification] td.notification {
    padding-left: 0;
    padding-right: 0;
}
div.objects_list_wrapper div.objects_list div.objects_list_body tr[_notification] td.notification span.notification {
    border-radius: 6px;
    display: block;
    height: 14px;
    width: 44px;
    z-index: 1;
    font-size: 8px;
    text-align: center;
    color: black;
    background: white;
    margin-top: 2px;
}

div.objects_list_wrapper div.objects_list tr td.name {
    padding-left: 5px !important;
}

/* RIGHT SIDE */
.list_mode .objects_list_details {
    overflow-x: auto;
    overflow-y: scroll;
}
div.objects_list_wrapper div.objects_list_details {
    bottom: 0;
    left: 30%;
    position: absolute;
    right: 0;
    top: 0;
}
div.objects_list_wrapper div.objects_list_details {
    /* top: 33px; */
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper, div.objects_list_wrapper div.objects_list_details div.objects_list_details_single_wrapper, div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper {
    padding: 0 !important;
}
div.objects_list_wrapper div.objects_list_details.empty div.objects_list_details_empty_wrapper {
    display: block;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_title, div.objects_list_wrapper div.objects_list_details div.objects_list_details_multi_wrapper div.objects_list_title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    text-shadow: 0 1px #fff;
    text-transform: uppercase;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_icon {
    padding-top: 20px;
    text-align: center;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions {
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 0 20px;
    padding: 0;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul:first-child {
    margin-left: 0;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul li {
    display: inline-block;
    margin-left: -4px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/images/environment/widgets/objects_list/empty-page-button.png") repeat-x scroll left 1px #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    display: inline-block;
    padding: 10px 15px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul li:first-child a {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
div.objects_list_wrapper div.objects_list_details div.objects_list_details_empty_wrapper div.objects_list_details_actions ul li:last-child a {
    border-bottom-right-radius: 8px;
    border-right: 1px solid #ddd;
    border-top-right-radius: 8px;
}
.objects_list_wrapper .objects_list_details .objects_list_details_empty_wrapper .object_lists_details_tips {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ddd;
    bottom: 1px;
    color: #666;
    left: 0;
    padding: 15px 25px 10px;
    position: absolute;
    right: 0;
}

.inline_loader {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
}
.inline_loader_inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}
.inline_loader_bottom {
    background-color: #000;
    background-image: url("/images/environment/default/layout/bits/inline-loader.gif");
    background-position: center 26px;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 0 8px #555;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    left: 50%;
    line-height: 41px;
    margin-left: -81px;
    margin-top: -53px;
    opacity: 0.9;
    padding: 50px 0 9px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 162px;
    z-index: 10002;
}

.objects_list_wrapper .objects_list span.tree_indent {
    display: block;
    float: left;
    height: 12px !important;
    margin-left: 10px;
    width: 13px !important;
}
.objects_list_wrapper .objects_list span.notebook_name {
    display: block;
}
.objects_list_wrapper .objects_list tr[is_archived="1"] span.notebook_name {
    color: #9e9e9c;
    font-style: italic;
}
.objects_list_wrapper .search_mode span.tree_indent {
    display: none;
}
.objects_list_wrapper .objects_list td.version {
    color: #666 !important;
    padding-right: 10px !important;
}

.objects_list_wrapper .objects_list td.icon {
    width: 16px;
}
.objects_list_wrapper .objects_list td.name {
    width: auto;
}
.objects_list_wrapper .objects_list td.project_tags {
    /*width: 115px;*/ /* Leaving more room for tags, allowing up to 5 */
    text-align: right;
    white-space: nowrap;
}
.objects_list_wrapper .objects_list td.project_options {
    /*width: 30px;*/
    white-space: nowrap;
}
.objects_list_wrapper .objects_list td.project_tags span.label_tag {
    margin-left: 2px;
}
.objects_list_wrapper .objects_list td.project_tags span.label_tag,
.objects_list_wrapper .objects_list td.project_tags span.label_background {
    width: 20px;
}

/* Partners connect - search list (this should be eliminated and this dialog should work on Pickable_items) */
div#flyout_form_wrapper div#partners {
    height: 200px;
}
div#flyout_form_wrapper div#partners.objects_list_wrapper div.objects_list {
    left: 0;
    width: 600px;
} 
div#flyout_form_wrapper div#partners.objects_list_wrapper div.objects_list div.object_list_search {
    width: 550px;
}
div#partners.objects_list_wrapper div.objects_list_details.single {
    /*display:none;*/
}

/* Pickable Item - search list */
div#flyout_form_wrapper div#pickable_items {
    height: 200px;
}
div#flyout_form_wrapper div#pickable_items.objects_list_wrapper div.objects_list {
    left: 0;
    width: 600px;
} 
div#flyout_form_wrapper div#pickable_items.objects_list_wrapper div.objects_list div.object_list_search {
    width: 550px;
}

/* patient-files list */
body.patient_files div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group table tr td:first-child.created_on_date {
    padding-left: 7px!important;
    padding-right: 0;
    margin-left: 0;
    width: 60px;
}
body.patient_files div.objects_list_wrapper div.objects_list div.objects_list_body tr td.name {
    width: 327px;
}

/* div.objects_list_wrapper div.objects_list div.objects_list_body div.object_list_group div.object_list_group_head button.object_list_group_select_all {
    float: right;
    border-radius: 0;
    padding: 0;
    color: #93948d;
    margin-left: 5px;
    font-weight: normal;
    border: 0;
    background: #F9FDBE;
    background-image: url(/images/system/default/icons/16x16/checked.png);
    width: 16px;
    height: 18px;
} */

div.objects_list_wrapper div.objects_list_head div.object_list_button_bar {
    padding: 7px 10px;
    text-align: center;
}

div.objects_list_wrapper div.objects_list_head div.object_list_button_bar button {
    border-radius: 9px;
    border-style: outset;
    margin: 0 15px;
    width: 180px;
}
div.filter_criteria {
    text-align: center
}
div.filter_criteria div.filter_criteria_head {
    padding: 8px 0;
    cursor: pointer;
    background: #dfe0d7
}
/* div.filter_criteria div.filter_criteria_head div.filter_criteria_head_inner {
    margin: 0 auto;
    max-width: 1100px;
    min-height: 22px;
    padding-left: 16px;
    background: url(/images/environment/default/layout/bits/collapsable-collapsed.png) no-repeat 4px 6px;
    text-align: right
} */
div.filter_criteria div.filter_criteria_head div.filter_criteria_picker {
    float: left
}
div.filter_criteria div.filter_criteria_head div.filter_criteria_options {
    width: 500px;
    float: right
}
div.filter_criteria div.filter_criteria_head div.filter_criteria_options ul {
    padding: 0;
    margin: 0
}
div.filter_criteria div.filter_criteria_head div.filter_criteria_options ul li {
    list-style: none;
    float: left;
    padding-right: 5px
}
div.filter_criteria div.filter_criteria_head div.filter_criteria_run {
    float: right
}
/* div.filter_criteria form.expanded div.filter_criteria_head_inner {
    background: url(/images/environment/default/layout/bits/collapsable-expanded.png) no-repeat 4px 6px
} */
div.filter_criteria div.filter_criteria_body {
    text-align: left;
    background: #e9eae0
}
div.filter_criteria div.filter_criteria_body > table {
    width: auto
}
div.filter_criteria div.filter_criteria_body > table tr.criterion:hover {
    background-color: #dfe0d7
}
div.filter_criteria div.filter_criteria_body > table td {
    padding: 5px;
    vertical-align: top
}
div.filter_criteria div.filter_criteria_body > table td.report_select_label {
    padding-top: 7px;
    width: 130px
}
div.filter_criteria div.filter_criteria_body > table td.report_select_select {
    width: 200px
}
div.filter_criteria div.filter_criteria_body > table td.report_select_select select {
    max-width: 180px !important
}
div.filter_criteria div.filter_criteria_body > table td.report_select_data {
    width: 400px
}
/* div.filter_criteria div.filter_criteria_body > table td.report_select_data > div {
    max-height: 150px;
    overflow: auto
} */
div.filter_criteria div.filter_criteria_body div.select_range {
    display: table;
    border: 0
}
div.filter_criteria div.filter_criteria_body div.select_range div.select_date {
    display: table-row
}
div.filter_criteria div.filter_criteria_body div.select_range div.select_date span {
    display: table-cell;
    padding-right: 5px
}
div.filter_criteria div.filter_results.loading {
    text-align: center;
    padding: 40px 0
}
div.filter_criteria div.filter_result_links {
    margin: 16px 0;
    text-align: center
}
div.filter_criteria div.filter_result_links ul {
    list-style: none;
    padding: 0;
    margin: 0
}
div.filter_criteria div.filter_result_links ul li {
    padding: 0 4px;
    display: inline
}
div.filter_results td.action_col {
    width: 140px;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper h2 {
    background-color: #fff;
    padding: 4px 0;
    margin:0 40px
}
#detailed_encounters_report div.tracking_report_result_group_wrapper td {
    vertical-align: top;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper .date {
    width: 90px;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper .patient_name {
    width: 175px;
}
#detailed_encounters_report div.tracking_report_result_group_wrapper .status {
    width: 90px;
}


div.patient_file_tags {
    padding: 5px;
}
div.patient_file_tags .tag {
    float: left;
    background-color: rgb(242, 242, 242);
    color: rgb(102, 102, 102);
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #000000;
    padding: 4px 7px;
    margin: 0 5px 0 0;
}
div.patient_file_preview {
    margin-top: 7px;
}

span.remove-tag {
    background: url("/images/environment/default/layout/bits/indicator-error.png");
    cursor: pointer;
    padding: 0 8px;
    margin-left: 3px;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  padding: 3px;
  background: black;
  border-radius: 4px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.sp-dd {
    padding: 3px 0;
}
div.object_inspector.object_card {
    margin: 0 0 10px 0!important;
    float: left;
}
div.object_inspector.object_card .vcard {
    margin: 15px 0 0 0;
}
/*
div.task-card {
    float: left;
    border: thin solid black;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    padding: 5px;
    background: #F9FDBE;
    width: 313px;
}
div.task-card div.task-param span.task-param-label {
    display: inline-block;
    width: 100px;
    font-weight: 800;
}
*/

/*div.homepage div.body {*/
    /*box-sizing: border-box;*/
    /*width: 100%;*/
/*}*/
/*div.homepage div.body.has-sidebar {*/
    /*width: 70%;*/
    /*float: left;*/
/*}*/
/*div.homepage div.sidebar-right {*/
    /*box-sizing: border-box;*/
    /*width: 30%;*/
    /*float: left;*/
/*}*/
/* div.homepage .widget {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 15px;
    padding: 15px 15px;
}
div.homepage .widget a {
    color: inherit!important;
}
div.homepage .widget .red {
    color: red;
}
div.homepage .widget .blue {
    color: #4b5fff;
}
div.homepage .widget td {
    padding: 2px 0;
}
div.homepage .widget .widget-title {
    font-weight: 800;
    box-sizing: border-box;
    border-radius: 6px;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0px, rgba(242, 242, 242, 1) 100%);
    margin-bottom: 10px;
}
div.homepage .widget .widget-title p {
    text-align: center;
    margin: 0 auto;
}
div.homepage .widget .widget-subtitle {

}
div.homepage .widget .widget-subtitle p {
    text-align: center;
} */


tr.notification td {
    border-bottom: thin solid darkgray;
}
tr.notification td.action {
    border-bottom: none;
}
tr.notification.notification-notice {

}
tr.notification.notification-error {
    color: red;
}

tr.notification.notification-blinking {
    animation: blinker 1s linear infinite;
}
tr.notification.notification-red {
    color: red;
}
@keyframes blinker {
    50% { opacity: 0; }
}
#context_popup {
    position: absolute;
    z-index: 4000;
}

#context_popup_container {
    padding: 0;
    position: relative;
    box-shadow: rgba(0,0,0,0.25) 0 0 9px;
    min-height: 50px;
    min-width: 500px;
    text-align: left;
    font-size: 11px;
    border: 1px solid #babbbc;
    background: #F3F3F3;
    color: #333;
    border-radius: 8px;
}

#context_popup_title {
    text-align: left;
    padding: 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    background: #F3F3F3;
    color: #000;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #e3e3ce;
    height: 36px;
    line-height: 37px;
}

#context_popup_title_buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #727265;
}

#context_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    background: #F3F3F3 url(/images/environment/default/layout/context-popup/context-popup-close.png) no-repeat center center;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 16px;
    font-size: 10px;
    color: #000000;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 0 7px 0 0;
}

#context_popup_container a {
    color: #333;
}

#context_popup_data {
    position: relative;
    background: #FFFFFF;
    border-radius: 0 0 7px 7px;
    padding: 0;
}

#context_popup_tip {
    width: 19px;
    height: 9px;
    position: absolute;
}

.context_popup_scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 1px;
}

#context_popup .button_holder {
    text-align: right;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    margin: 10px 0 0;
    border-bottom: 0;
    position: relative;
    top: 1px;
}

#context_popup .button_holder a {
    padding-top: 2px;
    padding-bottom: 0;
}

#context_popup .button_holder button, #context_popup .button_holder submit {
    padding-top: 1px;
    padding-bottom: 1px;
}


.trashed_items {
    padding: 1px 0
}

.trashed_items td, .trashed_items a, .trashed_items span.trash_info {
    color: #777 !important
}

.trashed_items table {
    margin-top: 10px !important
}

.trashed_items div.trash_section:first-child table {
    margin-top: 0 !important
}

.trashed_items th {
    font-weight: bold !important
}

.trashed_items th span.count {
    background: #ddd;
    color: #919191;
    border-radius: 4px;
    padding: 1px 5px 0;
    font-size: 10px
}

#context_popup .trashed_items th span.count {
    background: #8f8f89;
    color: #FFF
}

.trashed_items th.count {
    text-align: right
}

.trashed_items td.trashed-item-name {
    width: 414px;
}

.trashed_items th.deleted-by-header {
    font-weight: normal!important;
    font-size: 12px;
    min-width: 80px;
}

.trashed_items td.deleted-by {
    font-size: 12px;
    vertical-align: top;
}

.trashed_items td.options {
    width: 75px !important;
    vertical-align: top;
}

.trashed_items td.options a {
    margin-left: 0 !important;
    margin-right: 3px!important;
}

.trashed_items th.checkbox, .trashed_items td.checkbox {
    padding-right: 0 !important
}

.trashed_items .button_holder {
    text-align: left !important
}

.trashed_items .empty_trash_link {
    float: right;
    margin-right: 0 !important
}

.trashed_items .trash_processing {
    height: 50px;
    background-image: url(/images/environment/default/layout/bits/indicator-loading-big.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.trashed_items th.checkbox, .trashed_items td.checkbox {
    padding-right: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 28px;
}

.trashed_items input[type=checkbox] {
    margin-left: 0;
}

.trashed_items th, .trashed_items td {
    padding-left: 10px!important;
}

.trashed_items div.trash_info_text {
    display: none;
    background: #ddd;
    color: #000;
    width: 385px;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
}
.ct-double-octave:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-grid-background,.ct-line{fill:none}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#d70206}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#f05b4f}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#f4c63d}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#d17905}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#453d3f}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#59922b}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#0544d3}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#6b0392}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{display:table}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{display:table}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{display:table}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{display:table}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{display:table}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{display:table}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}.ct-perfect-fifth:after{display:table}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{display:table}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{display:table}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{display:table}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{display:table}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{display:table}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{display:table}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{display:table}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{display:table}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{display:table}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
      transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

html, body {
	background: none !important;
	background-color: white;
	background-image: none !important;
	font-family: "ProximaNova" !important;
	line-height: 1.4;
}

.main-content-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 75px;
}

/* ------------------------- Top navbar -------------------------------- */
/* --------------------------------------------------------------------- */



/* ------------------------- Left navbar -------------------------------- */
/* ---------------------------------------------------------------------- */

#wireframe_menu {
	/* transition: max-width .2s ease-in-out; */
	top: 0;
	max-width: 75px;
	width: 100%;
	background-color: #203354;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	/* z-index: 300; */
	/* box-shadow: -1px 0px 10px #34485d; */
}

#wireframe_menu .logo {
	order: 1;
}

/* Left navbar menu */
#wireframe_menu #menu {
	order: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* Scrollbar */
#wireframe_menu #menu::-webkit-scrollbar {
	width: 10px;
}
#wireframe_menu #menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); 
}

#wireframe_menu #menu::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(65, 92, 119, 0); 
}

/* Left navbar menu .menu_group_main */
#wireframe_menu #menu .group .main_menu_item {
	text-align: left;
	min-height: 50px;
	border-left: 5px solid #304568;
}

#wireframe_menu #menu .group .plus_menu_item {
	text-align: left;
	min-height: 50px;
	border-left: 5px solid #304568;
}

#wireframe_menu #menu .group .main_menu_item a {
	height: 100%;
	text-align: center;
}


/* Left navbar menu .menu_group_main */
#wireframe_menu #menu .group .main_menu_item .icon {
	background-color: transparent !important;
    background-image: none !important;
    border: none !important;
	padding: 0 !important;
	height: 20px;
	width: 23px;
	font-size: 16px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
}

#wireframe_menu #menu .group .main_menu_item .icon i {
	font-size: 18px;
	min-width: 18px;
	text-align: center;
}

#wireframe_menu a { text-decoration: none; }

#wireframe_menu a .icon {
	margin-left: 23px;
}

/* Left navbar menu .menu_group_main */
#wireframe_menu #menu .group .main_menu_item .label {
	visibility: visible;
	background-color: transparent !important;
	text-shadow: none;
	font-size: 14px;
	font-weight: 600;

	position: relative;
	display: inline-block;
	top: initial;
	bottom: initial;
	left: initial;
	right: initial;
	height: 100%;

	padding: 0;
	margin-left: 15px;
}

#wireframe_menu #menu .group .plus_menu_item .label {
	visibility: visible;
	background-color: transparent !important;
	text-shadow: none;
	font-size: 14px;
	font-weight: 600;

	position: relative;
	display: inline-block;
	top: initial;
	bottom: initial;
	left: initial;
	right: initial;
	height: 100%;

	padding: 0;
	margin-left: 15px;
}

#wireframe_menu #menu .group.expand_menu {
	order: 2;
}

/* Hover */
#wireframe_menu #menu .group .main_menu_item:hover {
	cursor: pointer;
	background-color: #304568;
}

#wireframe_menu #menu .group .plus_menu_item:hover {
	cursor: pointer;
	background-color: #304568;
}

/* Hover .label */
#wireframe_menu #menu .group .main_menu_item:hover .label {
	border-left: 5px solid transparent;
	background: none;
	border-left: none;
}

/* Hover .icon img */
#wireframe_menu #menu .group .main_menu_item:hover .icon img {
	left: 0;
}

#wireframe_menu #menu .group .main_menu_item.current {
	border-left: 5px solid #8dc14a;
	background-color: #304568;
}

#wireframe_menu #menu .group .main_menu_item.current a {

}

#wireframe_menu #menu .group .main_menu_item.current .label {
	font-weight: 600;
	font-size: 14px;
}

#wireframe_menu #menu .menu_group_main {
	order: 1;
}

#wireframe_menu #menu .menu_group_trash {
	order: 2;
}

#wireframe_menu #menu .main_menu_item.expand_menu_icon span.icon {
	margin-left: 25px;
}

#wireframe_menu #menu .main_menu_item.expand_menu_icon i {
	color: white;
}

.fa-lg {
	line-height: 1 !important;
}

@charset "UTF-8";
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\E900";
}

.fc-icon-chevron-right:before {
  content: "\E901";
}

.fc-icon-chevrons-left:before {
  content: "\E902";
}

.fc-icon-chevrons-right:before {
  content: "\E903";
}

.fc-icon-minus-square:before {
  content: "\E904";
}

.fc-icon-plus-square:before {
  content: "\E905";
}

.fc-icon-x:before {
  content: "\E906";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
.fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
@charset "UTF-8";
/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px;
}

.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}

.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}
select {
  min-width: 170px;
}
input {
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  font-family: "ProximaNova";
  transition: box-shadow 0.1s ease-in-out;
}
input:hover {
  box-shadow: 0px 2px 4px #D6D6D6;
}
input[type="radio"] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd1d8;
  border: none;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  min-width: 25px !important;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  z-index: 1000;
}
input[type="radio"]:hover {
  background: #9faab7;
}
input[type="radio"]:checked {
  background: #243454;
}
input[type="radio"]:checked::before {
  content: '\F00C';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  font-size: 14.44444px;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
  text-align: center;
  color: white;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
input[type="radio"]:checked::after {
  background: #304568;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
input[type="checkbox"] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd1d8;
  border: none;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  min-width: 25px !important;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  z-index: 1000;
  font-weight: 900;
}
input[type="checkbox"]:hover {
  background: #9faab7;
}
input[type="checkbox"]:checked {
  background: #243454;
}
input[type="checkbox"]:checked::before {
  content: '\F00C';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  font-size: 14.44444px;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
  text-align: center;
  color: white;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
input[type="checkbox"]:checked::after {
  background: #304568;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
object {
  width: 100%;
}
.input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px 0;
}
.input-wrapper span,
.input-wrapper label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.input-wrapper.align-left {
  justify-content: flex-start;
}
.input-wrapper.align-right {
  justify-content: flex-end;
}
.option-input {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd1d8;
  border: none;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  left: 0;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  width: 25px;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #243454;
}
.option-input:checked::before {
  content: '\F00C';
  font-family: 'Font Awesome 6 Free';
  display: inline-block;
  font-size: 14.44444px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-weight: 900;
  position: absolute;
}
.option-input:checked::after {
  background: #304568;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
  text-align: center;
}
.option-input.radio:checked::before {
  content: '\F111';
  font-family: 'Font Awesome 6 Free';
  font-size: 11px;
  position: relative;
  vertical-align: baseline;
}
.option-input.radio::before {
  content: '';
}
.option-input.radio::after {
  border-radius: 50%;
}
.custom-combobox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.custom-combobox input {
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  width: 430px;
  position: relative;
  background-color: white;
  transition: box-shadow 0.1s ease-in-out;
}
.custom-combobox input:hover {
  cursor: pointer;
  box-shadow: 0px 2px 4px #D6D6D6;
}
.custom-combobox a::after {
  content: "\F0D7";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #243454;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
.custom-combobox a.custom-combobox-toggle {
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  width: 35px;
  position: relative;
  background-color: white;
}
.custom-combobox a:hover {
  cursor: pointer;
  box-shadow: 0px 2px 4px #D6D6D6;
}
.custom-combobox .custom-combobox-input {
  border: none !important;
  margin: 0!important;
}
.circle-loader {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.amb-dropdown-menu {
  position: absolute !important;
  z-index: 100000000000;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 1px 1px #D6D6D6;
  max-height: 500px;
  overflow-y: scroll;
}
.amb-dropdown-menu a {
  display: flex;
  flex-direction: row;
  text-decoration: none !important;
}
.amb-dropdown-menu ul {
  list-style: outside none none;
  padding: 0;
}
.amb-dropdown-menu .object_options {
  display: flex;
  flex-direction: column;
}
.amb-dropdown-menu.amb-dropdown-above {
  top: 100%;
  right: 0;
  margin-left: -100px;
  max-width: 225px;
}
.amb-dropdown-menu.amb-dropdown-to-right {
  top: 100%;
  right: 0;
  margin-right: -100px;
  max-width: 225px;
}
.amb-dropdown-menu.plus-button-menu {
  padding: 6px 0;
  border-radius: 4px;
  background-color: #243454;
  overflow-y: initial;
  box-shadow: none;
  border: 1px solid #304568;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item {
  border-bottom-color: #304568;
  cursor: pointer;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item .amb-dropdown-icon {
  color: white;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item .amb-dropdown-label {
  color: white;
}
.amb-dropdown-menu.plus-button-menu .object_options .amb-dropdown-item:hover {
  background-color: #304568;
}
.amb-dropdown-menu .amb-dropdown-item {
  min-height: 45px;
  list-style: none;
}
.amb-dropdown-menu .amb-dropdown-item a,
.amb-dropdown-menu .amb-dropdown-item .mimic-a-tag {
  align-items: center;
  padding: 15px;
}
.amb-dropdown-menu .amb-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f4f5f6;
}
.amb-dropdown-menu .amb-dropdown-item:hover {
  cursor: pointer;
  background-color: #f4f5f6;
}
.amb-dropdown-menu .amb-dropdown-item .amb-dropdown-icon {
  margin-right: 15px;
  color: #2C3E50;
  font-size: 16px;
}
.amb-dropdown-menu .amb-dropdown-item .amb-dropdown-label {
  font-size: 16px;
  font-family: "ProximaNova";
  color: #2C3E50;
}
.partner-notes,
.company-notes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  flex-basis: auto;
}
.partner-note,
.company-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 10;
  flex-shrink: 5;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 1px 3px #D6D6D6;
  flex-basis: auto;
  margin-bottom: 16px;
}
.partner-note .note-content-wrapper,
.company-note .note-content-wrapper {
  display: flex;
  flex-direction: column;
}
.partner-note .note-content-wrapper .note-header,
.company-note .note-content-wrapper .note-header {
  width: 100%;
  background-color: #FFE966;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 14px 20px 14px 20px;
}
.partner-note .note-content-wrapper .note-header .note-subject,
.company-note .note-content-wrapper .note-header .note-subject {
  color: #2C3E50;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.partner-note .note-content-wrapper .note-body,
.company-note .note-content-wrapper .note-body {
  padding: 14px 20px 20px 20px;
  height: 200px;
  overflow-y: scroll;
}
.partner-note .note-content-wrapper .note-body .note-description,
.company-note .note-content-wrapper .note-body .note-description {
  margin-top: 0;
  white-space: pre-line;
  font-size: 16px;
}
.partner-note .note-footer,
.company-note .note-footer {
  padding-top: 14px;
  margin: 0 20px 20px 20px;
  border-top: 1px solid #ECF0F1;
}
.partner-note .note-footer .note-creator,
.company-note .note-footer .note-creator,
.partner-note .note-footer .note-created-date,
.company-note .note-footer .note-created-date {
  display: flex;
  align-items: center;
}
.partner-note .note-footer .note-creator i,
.company-note .note-footer .note-creator i,
.partner-note .note-footer .note-created-date i,
.company-note .note-footer .note-created-date i,
.partner-note .note-footer .note-creator span,
.company-note .note-footer .note-creator span,
.partner-note .note-footer .note-created-date span,
.company-note .note-footer .note-created-date span {
  color: #9EA7B1;
  font-size: 16px;
}
.partner-note .note-footer .note-creator i,
.company-note .note-footer .note-creator i,
.partner-note .note-footer .note-created-date i,
.company-note .note-footer .note-created-date i {
  font-size: 12px;
  margin-right: 8px;
}
.partner-note .note-footer .note-creator .creator-lastname,
.company-note .note-footer .note-creator .creator-lastname,
.partner-note .note-footer .note-created-date .creator-lastname,
.company-note .note-footer .note-created-date .creator-lastname {
  font-weight: 500;
}
.fade-bottom-scroll {
  overflow: hidden;
  position: relative;
}
.fade-bottom-scroll:after {
  content: '';
  display: block;
  height: 16px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 36px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  margin: 2px 3px;
  color: #2C3E50;
  font-size: 16px;
  transition: box-shadow 0.1s ease-in-out;
  background-color: white;
  width: 100%;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.select-styled span {
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-styled:after {
  content: "\F0D7";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: #7F8C8D;
  position: absolute;
  top: 10px;
  right: 15px;
}
.select-styled:hover {
  box-shadow: 0px 2px 4px #D6D6D6;
}
.select-options {
  display: none;
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 500px;
  background-color: white;
  box-shadow: 0px 1px 3px #D6D6D6;
  max-height: 225px;
}
.select-options.opt-groups .option-group {
  color: rgba(127, 140, 141, 0.5);
  pointer-events: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.select-options.opt-groups .option {
  padding-left: 25px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  color: #7F8C8D;
  font-size: 16px;
}
.select-options li:not(:last-child) {
  border-bottom: 1px solid #f4f5f6;
}
.select-options li:hover {
  cursor: pointer;
  background-color: #f4f5f6;
}
.select-options li[rel=hide] {
  display: none;
}
select {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  transition: box-shadow 0.1s ease-in-out;
  background-color: white;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
select:after {
  content: "\F0D7";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: #7F8C8D;
  position: absolute;
  top: 10px;
  right: 15px;
}
select:hover {
  box-shadow: 0px 2px 4px #D6D6D6;
}
form input {
  width: 100%;
}
form .upload_form_subform {
  padding: 0;
  overflow-y: auto;
  margin-bottom: 0;
  overflow: hidden;
}
form .upload_form_subform td.delete_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}
form .upload_form_subform td.delete_row a {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304568;
  text-decoration: none !important;
}
form .upload_form_subform td.delete_row a:hover {
  background-color: rgba(244, 245, 246, 0.5);
}
form .upload_form_subform td.delete_row a:hover.delete_item {
  color: #bf2b48;
}
.add_button_wrapper .browse-area {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  margin: 20px 0;
  border: dashed 2px #BDC3C7 !important;
  text-decoration: none;
}
.add_button_wrapper .browse-area .browse-button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
.add_button_wrapper .browse-area .browse-button a {
  color: white;
  text-decoration: none !important;
}
.add_button_wrapper .browse-area .browse-button::before {
  content: "\F002";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
.add_button_wrapper .browse-area .browse-button:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
.add_button_wrapper .browse-area .browse-button:disabled {
  background-color: #ECF0F1;
}
.switch {
  position: relative;
  display: inline-block;
  width: 56px !important;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:after {
  content: none !important;
}
.switch input:before {
  content: none !important;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7F8C8D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #ea9200;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.amb-empty-state-small {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.amb-empty-state-small .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.amb-empty-state-small .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: rgba(36, 52, 84, 0.4);
}
.amb-empty-state-small .empty-state-icon i.encounter:before,
.amb-empty-state-small .empty-state-icon i.action:before {
  content: '\F29A';
}
.amb-empty-state-small .empty-state-icon i.note:before {
  content: '\F249';
}
.amb-empty-state-small .empty-state-icon i.patient_file:before {
  content: '\F56C';
}
.amb-empty-state-small .empty-state-icon i.website:before {
  content: '\F57D';
}
.amb-empty-state-small .empty-state-icon i.email:before {
  content: '\F0E0';
}
.amb-empty-state-small .empty-state-icon i.letter:before {
  content: '\F2B6';
}
.amb-empty-state-small .empty-state-icon i.tag:before {
  content: '\F02C';
}
.amb-empty-state-small .empty-state-icon i.category:before {
  content: '\F5DA';
}
.amb-empty-state-small .empty-state-icon i.credential:before {
  content: '\F0A3';
}
.amb-empty-state-small .empty-state-icon i.sufix:before,
.amb-empty-state-small .empty-state-icon i.prefix:before {
  content: '\F305';
}
.amb-empty-state-small .empty-state-icon i.specialty:before {
  content: '\F005';
}
.amb-empty-state-small .empty-state-icon i.status:before {
  content: '\F1E7';
}
.amb-empty-state-small .empty-state-icon i.patient:before {
  content: '\F0C0';
}
.amb-empty-state-small .empty-state-icon i.user:before {
  content: '\F007';
}
.amb-empty-state-small .empty-state-icon i.change:before {
  content: '\F0CA';
}
.amb-empty-state-small .empty-state-icon i.referral:before {
  content: '\F0A4';
}
.amb-empty-state-small .empty-state-icon i.fax:before {
  content: '\F1AC';
}
.amb-empty-state-small .empty-state-icon i.phone:before {
  content: '\F095';
}
.amb-empty-state-small .empty-state-icon i.address:before {
  content: '\F2B9';
}
.amb-empty-state-small .empty-state-icon i.interim:before {
  content: '\F279';
}
.amb-empty-state-small .empty-state-icon i.list:before {
  content: '\F0CA';
}
.amb-empty-state-small .empty-state-information {
  display: flex;
  flex-direction: column;
}
.amb-empty-state-small .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
.amb-empty-state-small .empty-state-information span.empty-state-description {
  font-size: 16px;
}
.amb-empty-state-small .empty-state-information span {
  font-weight: 400;
  font-size: 16px;
}
.amb-tooltip-menu-item {
  position: relative;
}
.amb-tooltip-menu-item[amb-tooltip-text] {
  position: absolute;
  z-index: 100000;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-menu-item[amb-tooltip-text]:before,
.amb-tooltip-menu-item[amb-tooltip-text]:after {
  visibility: visible;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-menu-item[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #fff;
  left: 5px;
  bottom: -40px;
  padding: 9px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: #243454;
  white-space: nowrap;
}
.amb-tooltip-menu-item[amb-tooltip-text]:after {
  content: " ";
  position: absolute;
  bottom: 121%;
  left: -2px;
  bottom: -27px;
  width: 0;
  border-top: 5px solid #243454;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
  transform: rotate(90deg);
}
.amb-tooltip-menu-item[amb-tooltip-text]:hover:before,
.amb-tooltip-menu-item[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-top[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-top[amb-tooltip-text]:before,
.amb-tooltip-top[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-top[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  left: 0px;
  bottom: 138%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-top[amb-tooltip-text]:after {
  position: absolute;
  bottom: 121%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-top[amb-tooltip-text]:hover:before,
.amb-tooltip-top[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-bottom[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-bottom[amb-tooltip-text]:before,
.amb-tooltip-bottom[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-bottom[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  right: 0;
  top: 122%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-bottom[amb-tooltip-text]:after {
  position: absolute;
  top: 111%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-bottom[amb-tooltip-text]:hover:before,
.amb-tooltip-bottom[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-right[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-right[amb-tooltip-text]:before,
.amb-tooltip-right[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-right[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  left: 0px;
  bottom: 145%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-right[amb-tooltip-text]:after {
  position: absolute;
  bottom: 121%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-right[amb-tooltip-text]:hover:before,
.amb-tooltip-right[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.amb-tooltip-left[amb-tooltip-text] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  /* Triangle hack to make tooltip look like a speech bubble */
}
.amb-tooltip-left[amb-tooltip-text]:before,
.amb-tooltip-left[amb-tooltip-text]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100000;
}
.amb-tooltip-left[amb-tooltip-text]:before {
  content: attr(amb-tooltip-text);
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #fff;
  right: 0px;
  bottom: 145%;
  margin-bottom: -2px;
  padding: 5px 8px;
  border-radius: 2px;
  border-radius: 3px;
  background-color: rgba(24, 42, 60, 0.98);
  white-space: nowrap;
}
.amb-tooltip-left[amb-tooltip-text]:after {
  position: absolute;
  bottom: 121%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(24, 42, 60, 0.98);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.amb-tooltip-left[amb-tooltip-text]:hover:before,
.amb-tooltip-left[amb-tooltip-text]:hover:after {
  visibility: visible;
  opacity: 1;
  animation: fadein 0.2s ease-in;
}
.ringing-bell {
  -webkit-animation: ring 5s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 5s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 5s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinFrom05 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeoutTo05 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes ambroseBlueBackgroundFade {
  from {
    background-color: rgba(65, 92, 119, 0);
  }
  to {
    background-color: #415c77;
  }
}
.tt-input,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.tt-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #304568;
}
.tt-suggestion p {
  margin: 0;
}
.datetime_widget input[type=date] {
  width: 170px;
}
.datetime_widget input[type=time] {
  width: 150px;
  margin-left: 10px;
}
input.time_widget {
  width: 150px;
}
.colorpicker_widget {
  flex-direction: row!important;
}
.colorpicker_widget .colorpicker_widget_element .sp-replacer {
  margin: 0 8px;
}
.percent_widget {
  flex-direction: row!important;
}
.percent_widget input {
  width: 100px;
}
.percent_widget label {
  margin-top: 14px!important;
}
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, Font Awesome 6 Free);
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa--solid,
.far,
.fa--regular,
.fal,
.fa--light,
.fat,
.fa--thin,
.fad,
.fa--duotone,
.fab,
.fa--brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-a::before {
  content: "A";
}
.fa-address-book::before {
  content: "\F2B9";
}
.fa-contact-book::before {
  content: "\F2B9";
}
.fa-address-card::before {
  content: "\F2BB";
}
.fa-contact-card::before {
  content: "\F2BB";
}
.fa-vcard::before {
  content: "\F2BB";
}
.fa-align-center::before {
  content: "\F037";
}
.fa-align-justify::before {
  content: "\F039";
}
.fa-align-left::before {
  content: "\F036";
}
.fa-align-right::before {
  content: "\F038";
}
.fa-anchor::before {
  content: "\F13D";
}
.fa-anchor-circle-check::before {
  content: "\E4AA";
}
.fa-anchor-circle-exclamation::before {
  content: "\E4AB";
}
.fa-anchor-circle-xmark::before {
  content: "\E4AC";
}
.fa-anchor-lock::before {
  content: "\E4AD";
}
.fa-angle-down::before {
  content: "\F107";
}
.fa-angle-left::before {
  content: "\F104";
}
.fa-angle-right::before {
  content: "\F105";
}
.fa-angle-up::before {
  content: "\F106";
}
.fa-angles-down::before {
  content: "\F103";
}
.fa-angle-double-down::before {
  content: "\F103";
}
.fa-angles-left::before {
  content: "\F100";
}
.fa-angle-double-left::before {
  content: "\F100";
}
.fa-angles-right::before {
  content: "\F101";
}
.fa-angle-double-right::before {
  content: "\F101";
}
.fa-angles-up::before {
  content: "\F102";
}
.fa-angle-double-up::before {
  content: "\F102";
}
.fa-ankh::before {
  content: "\F644";
}
.fa-apple-whole::before {
  content: "\F5D1";
}
.fa-apple-alt::before {
  content: "\F5D1";
}
.fa-archway::before {
  content: "\F557";
}
.fa-arrow-down::before {
  content: "\F063";
}
.fa-arrow-down-1-9::before {
  content: "\F162";
}
.fa-sort-numeric-asc::before {
  content: "\F162";
}
.fa-sort-numeric-down::before {
  content: "\F162";
}
.fa-arrow-down-9-1::before {
  content: "\F886";
}
.fa-sort-numeric-desc::before {
  content: "\F886";
}
.fa-sort-numeric-down-alt::before {
  content: "\F886";
}
.fa-arrow-down-a-z::before {
  content: "\F15D";
}
.fa-sort-alpha-asc::before {
  content: "\F15D";
}
.fa-sort-alpha-down::before {
  content: "\F15D";
}
.fa-arrow-down-long::before {
  content: "\F175";
}
.fa-long-arrow-down::before {
  content: "\F175";
}
.fa-arrow-down-short-wide::before {
  content: "\F884";
}
.fa-sort-amount-desc::before {
  content: "\F884";
}
.fa-sort-amount-down-alt::before {
  content: "\F884";
}
.fa-arrow-down-up-across-line::before {
  content: "\E4AF";
}
.fa-arrow-down-up-lock::before {
  content: "\E4B0";
}
.fa-arrow-down-wide-short::before {
  content: "\F160";
}
.fa-sort-amount-asc::before {
  content: "\F160";
}
.fa-sort-amount-down::before {
  content: "\F160";
}
.fa-arrow-down-z-a::before {
  content: "\F881";
}
.fa-sort-alpha-desc::before {
  content: "\F881";
}
.fa-sort-alpha-down-alt::before {
  content: "\F881";
}
.fa-arrow-left::before {
  content: "\F060";
}
.fa-arrow-left-long::before {
  content: "\F177";
}
.fa-long-arrow-left::before {
  content: "\F177";
}
.fa-arrow-pointer::before {
  content: "\F245";
}
.fa-mouse-pointer::before {
  content: "\F245";
}
.fa-arrow-right::before {
  content: "\F061";
}
.fa-arrow-right-arrow-left::before {
  content: "\F0EC";
}
.fa-exchange::before {
  content: "\F0EC";
}
.fa-arrow-right-from-bracket::before {
  content: "\F08B";
}
.fa-sign-out::before {
  content: "\F08B";
}
.fa-arrow-right-long::before {
  content: "\F178";
}
.fa-long-arrow-right::before {
  content: "\F178";
}
.fa-arrow-right-to-bracket::before {
  content: "\F090";
}
.fa-sign-in::before {
  content: "\F090";
}
.fa-arrow-right-to-city::before {
  content: "\E4B3";
}
.fa-arrow-rotate-left::before {
  content: "\F0E2";
}
.fa-arrow-left-rotate::before {
  content: "\F0E2";
}
.fa-arrow-rotate-back::before {
  content: "\F0E2";
}
.fa-arrow-rotate-backward::before {
  content: "\F0E2";
}
.fa-undo::before {
  content: "\F0E2";
}
.fa-arrow-rotate-right::before {
  content: "\F01E";
}
.fa-arrow-right-rotate::before {
  content: "\F01E";
}
.fa-arrow-rotate-forward::before {
  content: "\F01E";
}
.fa-redo::before {
  content: "\F01E";
}
.fa-arrow-trend-down::before {
  content: "\E097";
}
.fa-arrow-trend-up::before {
  content: "\E098";
}
.fa-arrow-turn-down::before {
  content: "\F149";
}
.fa-level-down::before {
  content: "\F149";
}
.fa-arrow-turn-up::before {
  content: "\F148";
}
.fa-level-up::before {
  content: "\F148";
}
.fa-arrow-up::before {
  content: "\F062";
}
.fa-arrow-up-1-9::before {
  content: "\F163";
}
.fa-sort-numeric-up::before {
  content: "\F163";
}
.fa-arrow-up-9-1::before {
  content: "\F887";
}
.fa-sort-numeric-up-alt::before {
  content: "\F887";
}
.fa-arrow-up-a-z::before {
  content: "\F15E";
}
.fa-sort-alpha-up::before {
  content: "\F15E";
}
.fa-arrow-up-from-bracket::before {
  content: "\E09A";
}
.fa-arrow-up-from-ground-water::before {
  content: "\E4B5";
}
.fa-arrow-up-from-water-pump::before {
  content: "\E4B6";
}
.fa-arrow-up-long::before {
  content: "\F176";
}
.fa-long-arrow-up::before {
  content: "\F176";
}
.fa-arrow-up-right-dots::before {
  content: "\E4B7";
}
.fa-arrow-up-right-from-square::before {
  content: "\F08E";
}
.fa-external-link::before {
  content: "\F08E";
}
.fa-arrow-up-short-wide::before {
  content: "\F885";
}
.fa-sort-amount-up-alt::before {
  content: "\F885";
}
.fa-arrow-up-wide-short::before {
  content: "\F161";
}
.fa-sort-amount-up::before {
  content: "\F161";
}
.fa-arrow-up-z-a::before {
  content: "\F882";
}
.fa-sort-alpha-up-alt::before {
  content: "\F882";
}
.fa-arrows-down-to-line::before {
  content: "\E4B8";
}
.fa-arrows-down-to-people::before {
  content: "\E4B9";
}
.fa-arrows-left-right::before {
  content: "\F07E";
}
.fa-arrows-h::before {
  content: "\F07E";
}
.fa-arrows-left-right-to-line::before {
  content: "\E4BA";
}
.fa-arrows-rotate::before {
  content: "\F021";
}
.fa-refresh::before {
  content: "\F021";
}
.fa-sync::before {
  content: "\F021";
}
.fa-arrows-spin::before {
  content: "\E4BB";
}
.fa-arrows-split-up-and-left::before {
  content: "\E4BC";
}
.fa-arrows-to-circle::before {
  content: "\E4BD";
}
.fa-arrows-to-dot::before {
  content: "\E4BE";
}
.fa-arrows-to-eye::before {
  content: "\E4BF";
}
.fa-arrows-turn-right::before {
  content: "\E4C0";
}
.fa-arrows-turn-to-dots::before {
  content: "\E4C1";
}
.fa-arrows-up-down::before {
  content: "\F07D";
}
.fa-arrows-v::before {
  content: "\F07D";
}
.fa-arrows-up-down-left-right::before {
  content: "\F047";
}
.fa-arrows::before {
  content: "\F047";
}
.fa-arrows-up-to-line::before {
  content: "\E4C2";
}
.fa-asterisk::before {
  content: "*";
}
.fa-at::before {
  content: "@";
}
.fa-atom::before {
  content: "\F5D2";
}
.fa-audio-description::before {
  content: "\F29E";
}
.fa-austral-sign::before {
  content: "\E0A9";
}
.fa-award::before {
  content: "\F559";
}
.fa-b::before {
  content: "B";
}
.fa-baby::before {
  content: "\F77C";
}
.fa-baby-carriage::before {
  content: "\F77D";
}
.fa-carriage-baby::before {
  content: "\F77D";
}
.fa-backward::before {
  content: "\F04A";
}
.fa-backward-fast::before {
  content: "\F049";
}
.fa-fast-backward::before {
  content: "\F049";
}
.fa-backward-step::before {
  content: "\F048";
}
.fa-step-backward::before {
  content: "\F048";
}
.fa-bacon::before {
  content: "\F7E5";
}
.fa-bacteria::before {
  content: "\E059";
}
.fa-bacterium::before {
  content: "\E05A";
}
.fa-bag-shopping::before {
  content: "\F290";
}
.fa-shopping-bag::before {
  content: "\F290";
}
.fa-bahai::before {
  content: "\F666";
}
.fa-baht-sign::before {
  content: "\E0AC";
}
.fa-ban::before {
  content: "\F05E";
}
.fa-cancel::before {
  content: "\F05E";
}
.fa-ban-smoking::before {
  content: "\F54D";
}
.fa-smoking-ban::before {
  content: "\F54D";
}
.fa-bandage::before {
  content: "\F462";
}
.fa-band-aid::before {
  content: "\F462";
}
.fa-barcode::before {
  content: "\F02A";
}
.fa-bars::before {
  content: "\F0C9";
}
.fa-navicon::before {
  content: "\F0C9";
}
.fa-bars-progress::before {
  content: "\F828";
}
.fa-tasks-alt::before {
  content: "\F828";
}
.fa-bars-staggered::before {
  content: "\F550";
}
.fa-reorder::before {
  content: "\F550";
}
.fa-stream::before {
  content: "\F550";
}
.fa-baseball::before {
  content: "\F433";
}
.fa-baseball-ball::before {
  content: "\F433";
}
.fa-baseball-bat-ball::before {
  content: "\F432";
}
.fa-basket-shopping::before {
  content: "\F291";
}
.fa-shopping-basket::before {
  content: "\F291";
}
.fa-basketball::before {
  content: "\F434";
}
.fa-basketball-ball::before {
  content: "\F434";
}
.fa-bath::before {
  content: "\F2CD";
}
.fa-bathtub::before {
  content: "\F2CD";
}
.fa-battery-empty::before {
  content: "\F244";
}
.fa-battery-0::before {
  content: "\F244";
}
.fa-battery-full::before {
  content: "\F240";
}
.fa-battery::before {
  content: "\F240";
}
.fa-battery-5::before {
  content: "\F240";
}
.fa-battery-half::before {
  content: "\F242";
}
.fa-battery-3::before {
  content: "\F242";
}
.fa-battery-quarter::before {
  content: "\F243";
}
.fa-battery-2::before {
  content: "\F243";
}
.fa-battery-three-quarters::before {
  content: "\F241";
}
.fa-battery-4::before {
  content: "\F241";
}
.fa-bed::before {
  content: "\F236";
}
.fa-bed-pulse::before {
  content: "\F487";
}
.fa-procedures::before {
  content: "\F487";
}
.fa-beer-mug-empty::before {
  content: "\F0FC";
}
.fa-beer::before {
  content: "\F0FC";
}
.fa-bell::before {
  content: "\F0F3";
}
.fa-bell-concierge::before {
  content: "\F562";
}
.fa-concierge-bell::before {
  content: "\F562";
}
.fa-bell-slash::before {
  content: "\F1F6";
}
.fa-bezier-curve::before {
  content: "\F55B";
}
.fa-bicycle::before {
  content: "\F206";
}
.fa-binoculars::before {
  content: "\F1E5";
}
.fa-biohazard::before {
  content: "\F780";
}
.fa-bitcoin-sign::before {
  content: "\E0B4";
}
.fa-blender::before {
  content: "\F517";
}
.fa-blender-phone::before {
  content: "\F6B6";
}
.fa-blog::before {
  content: "\F781";
}
.fa-bold::before {
  content: "\F032";
}
.fa-bolt::before {
  content: "\F0E7";
}
.fa-zap::before {
  content: "\F0E7";
}
.fa-bolt-lightning::before {
  content: "\E0B7";
}
.fa-bomb::before {
  content: "\F1E2";
}
.fa-bone::before {
  content: "\F5D7";
}
.fa-bong::before {
  content: "\F55C";
}
.fa-book::before {
  content: "\F02D";
}
.fa-book-atlas::before {
  content: "\F558";
}
.fa-atlas::before {
  content: "\F558";
}
.fa-book-bible::before {
  content: "\F647";
}
.fa-bible::before {
  content: "\F647";
}
.fa-book-bookmark::before {
  content: "\E0BB";
}
.fa-book-journal-whills::before {
  content: "\F66A";
}
.fa-journal-whills::before {
  content: "\F66A";
}
.fa-book-medical::before {
  content: "\F7E6";
}
.fa-book-open::before {
  content: "\F518";
}
.fa-book-open-reader::before {
  content: "\F5DA";
}
.fa-book-reader::before {
  content: "\F5DA";
}
.fa-book-quran::before {
  content: "\F687";
}
.fa-quran::before {
  content: "\F687";
}
.fa-book-skull::before {
  content: "\F6B7";
}
.fa-book-dead::before {
  content: "\F6B7";
}
.fa-bookmark::before {
  content: "\F02E";
}
.fa-border-all::before {
  content: "\F84C";
}
.fa-border-none::before {
  content: "\F850";
}
.fa-border-top-left::before {
  content: "\F853";
}
.fa-border-style::before {
  content: "\F853";
}
.fa-bore-hole::before {
  content: "\E4C3";
}
.fa-bottle-droplet::before {
  content: "\E4C4";
}
.fa-bottle-water::before {
  content: "\E4C5";
}
.fa-bowl-food::before {
  content: "\E4C6";
}
.fa-bowl-rice::before {
  content: "\E2EB";
}
.fa-bowling-ball::before {
  content: "\F436";
}
.fa-box::before {
  content: "\F466";
}
.fa-box-archive::before {
  content: "\F187";
}
.fa-archive::before {
  content: "\F187";
}
.fa-box-open::before {
  content: "\F49E";
}
.fa-box-tissue::before {
  content: "\E05B";
}
.fa-boxes-packing::before {
  content: "\E4C7";
}
.fa-boxes-stacked::before {
  content: "\F468";
}
.fa-boxes::before {
  content: "\F468";
}
.fa-boxes-alt::before {
  content: "\F468";
}
.fa-braille::before {
  content: "\F2A1";
}
.fa-brain::before {
  content: "\F5DC";
}
.fa-brazilian-real-sign::before {
  content: "\E46C";
}
.fa-bread-slice::before {
  content: "\F7EC";
}
.fa-bridge::before {
  content: "\E4C8";
}
.fa-bridge-circle-check::before {
  content: "\E4C9";
}
.fa-bridge-circle-exclamation::before {
  content: "\E4CA";
}
.fa-bridge-circle-xmark::before {
  content: "\E4CB";
}
.fa-bridge-lock::before {
  content: "\E4CC";
}
.fa-bridge-water::before {
  content: "\E4CE";
}
.fa-briefcase::before {
  content: "\F0B1";
}
.fa-briefcase-medical::before {
  content: "\F469";
}
.fa-broom::before {
  content: "\F51A";
}
.fa-broom-ball::before {
  content: "\F458";
}
.fa-quidditch::before {
  content: "\F458";
}
.fa-quidditch-broom-ball::before {
  content: "\F458";
}
.fa-brush::before {
  content: "\F55D";
}
.fa-bucket::before {
  content: "\E4CF";
}
.fa-bug::before {
  content: "\F188";
}
.fa-bug-slash::before {
  content: "\E490";
}
.fa-bugs::before {
  content: "\E4D0";
}
.fa-building::before {
  content: "\F1AD";
}
.fa-building-circle-arrow-right::before {
  content: "\E4D1";
}
.fa-building-circle-check::before {
  content: "\E4D2";
}
.fa-building-circle-exclamation::before {
  content: "\E4D3";
}
.fa-building-circle-xmark::before {
  content: "\E4D4";
}
.fa-building-columns::before {
  content: "\F19C";
}
.fa-bank::before {
  content: "\F19C";
}
.fa-institution::before {
  content: "\F19C";
}
.fa-museum::before {
  content: "\F19C";
}
.fa-university::before {
  content: "\F19C";
}
.fa-building-flag::before {
  content: "\E4D5";
}
.fa-building-lock::before {
  content: "\E4D6";
}
.fa-building-ngo::before {
  content: "\E4D7";
}
.fa-building-shield::before {
  content: "\E4D8";
}
.fa-building-un::before {
  content: "\E4D9";
}
.fa-building-user::before {
  content: "\E4DA";
}
.fa-building-wheat::before {
  content: "\E4DB";
}
.fa-bullhorn::before {
  content: "\F0A1";
}
.fa-bullseye::before {
  content: "\F140";
}
.fa-burger::before {
  content: "\F805";
}
.fa-hamburger::before {
  content: "\F805";
}
.fa-burst::before {
  content: "\E4DC";
}
.fa-bus::before {
  content: "\F207";
}
.fa-bus-simple::before {
  content: "\F55E";
}
.fa-bus-alt::before {
  content: "\F55E";
}
.fa-business-time::before {
  content: "\F64A";
}
.fa-briefcase-clock::before {
  content: "\F64A";
}
.fa-c::before {
  content: "C";
}
.fa-cake-candles::before {
  content: "\F1FD";
}
.fa-birthday-cake::before {
  content: "\F1FD";
}
.fa-cake::before {
  content: "\F1FD";
}
.fa-calculator::before {
  content: "\F1EC";
}
.fa-calendar::before {
  content: "\F133";
}
.fa-calendar-check::before {
  content: "\F274";
}
.fa-calendar-day::before {
  content: "\F783";
}
.fa-calendar-days::before {
  content: "\F073";
}
.fa-calendar-alt::before {
  content: "\F073";
}
.fa-calendar-minus::before {
  content: "\F272";
}
.fa-calendar-plus::before {
  content: "\F271";
}
.fa-calendar-week::before {
  content: "\F784";
}
.fa-calendar-xmark::before {
  content: "\F273";
}
.fa-calendar-times::before {
  content: "\F273";
}
.fa-camera::before {
  content: "\F030";
}
.fa-camera-alt::before {
  content: "\F030";
}
.fa-camera-retro::before {
  content: "\F083";
}
.fa-camera-rotate::before {
  content: "\E0D8";
}
.fa-campground::before {
  content: "\F6BB";
}
.fa-candy-cane::before {
  content: "\F786";
}
.fa-cannabis::before {
  content: "\F55F";
}
.fa-capsules::before {
  content: "\F46B";
}
.fa-car::before {
  content: "\F1B9";
}
.fa-automobile::before {
  content: "\F1B9";
}
.fa-car-battery::before {
  content: "\F5DF";
}
.fa-battery-car::before {
  content: "\F5DF";
}
.fa-car-burst::before {
  content: "\F5E1";
}
.fa-car-crash::before {
  content: "\F5E1";
}
.fa-car-on::before {
  content: "\E4DD";
}
.fa-car-rear::before {
  content: "\F5DE";
}
.fa-car-alt::before {
  content: "\F5DE";
}
.fa-car-side::before {
  content: "\F5E4";
}
.fa-car-tunnel::before {
  content: "\E4DE";
}
.fa-caravan::before {
  content: "\F8FF";
}
.fa-caret-down::before {
  content: "\F0D7";
}
.fa-caret-left::before {
  content: "\F0D9";
}
.fa-caret-right::before {
  content: "\F0DA";
}
.fa-caret-up::before {
  content: "\F0D8";
}
.fa-carrot::before {
  content: "\F787";
}
.fa-cart-arrow-down::before {
  content: "\F218";
}
.fa-cart-flatbed::before {
  content: "\F474";
}
.fa-dolly-flatbed::before {
  content: "\F474";
}
.fa-cart-flatbed-suitcase::before {
  content: "\F59D";
}
.fa-luggage-cart::before {
  content: "\F59D";
}
.fa-cart-plus::before {
  content: "\F217";
}
.fa-cart-shopping::before {
  content: "\F07A";
}
.fa-shopping-cart::before {
  content: "\F07A";
}
.fa-cash-register::before {
  content: "\F788";
}
.fa-cat::before {
  content: "\F6BE";
}
.fa-cedi-sign::before {
  content: "\E0DF";
}
.fa-cent-sign::before {
  content: "\E3F5";
}
.fa-certificate::before {
  content: "\F0A3";
}
.fa-chair::before {
  content: "\F6C0";
}
.fa-chalkboard::before {
  content: "\F51B";
}
.fa-blackboard::before {
  content: "\F51B";
}
.fa-chalkboard-user::before {
  content: "\F51C";
}
.fa-chalkboard-teacher::before {
  content: "\F51C";
}
.fa-champagne-glasses::before {
  content: "\F79F";
}
.fa-glass-cheers::before {
  content: "\F79F";
}
.fa-charging-station::before {
  content: "\F5E7";
}
.fa-chart-area::before {
  content: "\F1FE";
}
.fa-area-chart::before {
  content: "\F1FE";
}
.fa-chart-bar::before {
  content: "\F080";
}
.fa-bar-chart::before {
  content: "\F080";
}
.fa-chart-column::before {
  content: "\E0E3";
}
.fa-chart-gantt::before {
  content: "\E0E4";
}
.fa-chart-line::before {
  content: "\F201";
}
.fa-line-chart::before {
  content: "\F201";
}
.fa-chart-pie::before {
  content: "\F200";
}
.fa-pie-chart::before {
  content: "\F200";
}
.fa-chart-simple::before {
  content: "\E473";
}
.fa-check::before {
  content: "\F00C";
}
.fa-check-double::before {
  content: "\F560";
}
.fa-check-to-slot::before {
  content: "\F772";
}
.fa-vote-yea::before {
  content: "\F772";
}
.fa-cheese::before {
  content: "\F7EF";
}
.fa-chess::before {
  content: "\F439";
}
.fa-chess-bishop::before {
  content: "\F43A";
}
.fa-chess-board::before {
  content: "\F43C";
}
.fa-chess-king::before {
  content: "\F43F";
}
.fa-chess-knight::before {
  content: "\F441";
}
.fa-chess-pawn::before {
  content: "\F443";
}
.fa-chess-queen::before {
  content: "\F445";
}
.fa-chess-rook::before {
  content: "\F447";
}
.fa-chevron-down::before {
  content: "\F078";
}
.fa-chevron-left::before {
  content: "\F053";
}
.fa-chevron-right::before {
  content: "\F054";
}
.fa-chevron-up::before {
  content: "\F077";
}
.fa-child::before {
  content: "\F1AE";
}
.fa-child-dress::before {
  content: "\E59C";
}
.fa-child-reaching::before {
  content: "\E59D";
}
.fa-child-rifle::before {
  content: "\E4E0";
}
.fa-children::before {
  content: "\E4E1";
}
.fa-church::before {
  content: "\F51D";
}
.fa-circle::before {
  content: "\F111";
}
.fa-circle-arrow-down::before {
  content: "\F0AB";
}
.fa-arrow-circle-down::before {
  content: "\F0AB";
}
.fa-circle-arrow-left::before {
  content: "\F0A8";
}
.fa-arrow-circle-left::before {
  content: "\F0A8";
}
.fa-circle-arrow-right::before {
  content: "\F0A9";
}
.fa-arrow-circle-right::before {
  content: "\F0A9";
}
.fa-circle-arrow-up::before {
  content: "\F0AA";
}
.fa-arrow-circle-up::before {
  content: "\F0AA";
}
.fa-circle-check::before {
  content: "\F058";
}
.fa-check-circle::before {
  content: "\F058";
}
.fa-circle-chevron-down::before {
  content: "\F13A";
}
.fa-chevron-circle-down::before {
  content: "\F13A";
}
.fa-circle-chevron-left::before {
  content: "\F137";
}
.fa-chevron-circle-left::before {
  content: "\F137";
}
.fa-circle-chevron-right::before {
  content: "\F138";
}
.fa-chevron-circle-right::before {
  content: "\F138";
}
.fa-circle-chevron-up::before {
  content: "\F139";
}
.fa-chevron-circle-up::before {
  content: "\F139";
}
.fa-circle-dollar-to-slot::before {
  content: "\F4B9";
}
.fa-donate::before {
  content: "\F4B9";
}
.fa-circle-dot::before {
  content: "\F192";
}
.fa-dot-circle::before {
  content: "\F192";
}
.fa-circle-down::before {
  content: "\F358";
}
.fa-arrow-alt-circle-down::before {
  content: "\F358";
}
.fa-circle-exclamation::before {
  content: "\F06A";
}
.fa-exclamation-circle::before {
  content: "\F06A";
}
.fa-circle-h::before {
  content: "\F47E";
}
.fa-hospital-symbol::before {
  content: "\F47E";
}
.fa-circle-half-stroke::before {
  content: "\F042";
}
.fa-adjust::before {
  content: "\F042";
}
.fa-circle-info::before {
  content: "\F05A";
}
.fa-info-circle::before {
  content: "\F05A";
}
.fa-circle-left::before {
  content: "\F359";
}
.fa-arrow-alt-circle-left::before {
  content: "\F359";
}
.fa-circle-minus::before {
  content: "\F056";
}
.fa-minus-circle::before {
  content: "\F056";
}
.fa-circle-nodes::before {
  content: "\E4E2";
}
.fa-circle-notch::before {
  content: "\F1CE";
}
.fa-circle-pause::before {
  content: "\F28B";
}
.fa-pause-circle::before {
  content: "\F28B";
}
.fa-circle-play::before {
  content: "\F144";
}
.fa-play-circle::before {
  content: "\F144";
}
.fa-circle-plus::before {
  content: "\F055";
}
.fa-plus-circle::before {
  content: "\F055";
}
.fa-circle-question::before {
  content: "\F059";
}
.fa-question-circle::before {
  content: "\F059";
}
.fa-circle-radiation::before {
  content: "\F7BA";
}
.fa-radiation-alt::before {
  content: "\F7BA";
}
.fa-circle-right::before {
  content: "\F35A";
}
.fa-arrow-alt-circle-right::before {
  content: "\F35A";
}
.fa-circle-stop::before {
  content: "\F28D";
}
.fa-stop-circle::before {
  content: "\F28D";
}
.fa-circle-up::before {
  content: "\F35B";
}
.fa-arrow-alt-circle-up::before {
  content: "\F35B";
}
.fa-circle-user::before {
  content: "\F2BD";
}
.fa-user-circle::before {
  content: "\F2BD";
}
.fa-circle-xmark::before {
  content: "\F057";
}
.fa-times-circle::before {
  content: "\F057";
}
.fa-xmark-circle::before {
  content: "\F057";
}
.fa-city::before {
  content: "\F64F";
}
.fa-clapperboard::before {
  content: "\E131";
}
.fa-clipboard::before {
  content: "\F328";
}
.fa-clipboard-check::before {
  content: "\F46C";
}
.fa-clipboard-list::before {
  content: "\F46D";
}
.fa-clipboard-question::before {
  content: "\E4E3";
}
.fa-clipboard-user::before {
  content: "\F7F3";
}
.fa-clock::before {
  content: "\F017";
}
.fa-clock-four::before {
  content: "\F017";
}
.fa-clock-rotate-left::before {
  content: "\F1DA";
}
.fa-history::before {
  content: "\F1DA";
}
.fa-clone::before {
  content: "\F24D";
}
.fa-closed-captioning::before {
  content: "\F20A";
}
.fa-cloud::before {
  content: "\F0C2";
}
.fa-cloud-arrow-down::before {
  content: "\F0ED";
}
.fa-cloud-download::before {
  content: "\F0ED";
}
.fa-cloud-download-alt::before {
  content: "\F0ED";
}
.fa-cloud-arrow-up::before {
  content: "\F0EE";
}
.fa-cloud-upload::before {
  content: "\F0EE";
}
.fa-cloud-upload-alt::before {
  content: "\F0EE";
}
.fa-cloud-bolt::before {
  content: "\F76C";
}
.fa-thunderstorm::before {
  content: "\F76C";
}
.fa-cloud-meatball::before {
  content: "\F73B";
}
.fa-cloud-moon::before {
  content: "\F6C3";
}
.fa-cloud-moon-rain::before {
  content: "\F73C";
}
.fa-cloud-rain::before {
  content: "\F73D";
}
.fa-cloud-showers-heavy::before {
  content: "\F740";
}
.fa-cloud-showers-water::before {
  content: "\E4E4";
}
.fa-cloud-sun::before {
  content: "\F6C4";
}
.fa-cloud-sun-rain::before {
  content: "\F743";
}
.fa-clover::before {
  content: "\E139";
}
.fa-code::before {
  content: "\F121";
}
.fa-code-branch::before {
  content: "\F126";
}
.fa-code-commit::before {
  content: "\F386";
}
.fa-code-compare::before {
  content: "\E13A";
}
.fa-code-fork::before {
  content: "\E13B";
}
.fa-code-merge::before {
  content: "\F387";
}
.fa-code-pull-request::before {
  content: "\E13C";
}
.fa-coins::before {
  content: "\F51E";
}
.fa-colon-sign::before {
  content: "\E140";
}
.fa-comment::before {
  content: "\F075";
}
.fa-comment-dollar::before {
  content: "\F651";
}
.fa-comment-dots::before {
  content: "\F4AD";
}
.fa-commenting::before {
  content: "\F4AD";
}
.fa-comment-medical::before {
  content: "\F7F5";
}
.fa-comment-slash::before {
  content: "\F4B3";
}
.fa-comment-sms::before {
  content: "\F7CD";
}
.fa-sms::before {
  content: "\F7CD";
}
.fa-comments::before {
  content: "\F086";
}
.fa-comments-dollar::before {
  content: "\F653";
}
.fa-compact-disc::before {
  content: "\F51F";
}
.fa-compass::before {
  content: "\F14E";
}
.fa-compass-drafting::before {
  content: "\F568";
}
.fa-drafting-compass::before {
  content: "\F568";
}
.fa-compress::before {
  content: "\F066";
}
.fa-computer::before {
  content: "\E4E5";
}
.fa-computer-mouse::before {
  content: "\F8CC";
}
.fa-mouse::before {
  content: "\F8CC";
}
.fa-cookie::before {
  content: "\F563";
}
.fa-cookie-bite::before {
  content: "\F564";
}
.fa-copy::before {
  content: "\F0C5";
}
.fa-copyright::before {
  content: "\F1F9";
}
.fa-couch::before {
  content: "\F4B8";
}
.fa-cow::before {
  content: "\F6C8";
}
.fa-credit-card::before {
  content: "\F09D";
}
.fa-credit-card-alt::before {
  content: "\F09D";
}
.fa-crop::before {
  content: "\F125";
}
.fa-crop-simple::before {
  content: "\F565";
}
.fa-crop-alt::before {
  content: "\F565";
}
.fa-cross::before {
  content: "\F654";
}
.fa-crosshairs::before {
  content: "\F05B";
}
.fa-crow::before {
  content: "\F520";
}
.fa-crown::before {
  content: "\F521";
}
.fa-crutch::before {
  content: "\F7F7";
}
.fa-cruzeiro-sign::before {
  content: "\E152";
}
.fa-cube::before {
  content: "\F1B2";
}
.fa-cubes::before {
  content: "\F1B3";
}
.fa-cubes-stacked::before {
  content: "\E4E6";
}
.fa-d::before {
  content: "D";
}
.fa-database::before {
  content: "\F1C0";
}
.fa-delete-left::before {
  content: "\F55A";
}
.fa-backspace::before {
  content: "\F55A";
}
.fa-democrat::before {
  content: "\F747";
}
.fa-desktop::before {
  content: "\F390";
}
.fa-desktop-alt::before {
  content: "\F390";
}
.fa-dharmachakra::before {
  content: "\F655";
}
.fa-diagram-next::before {
  content: "\E476";
}
.fa-diagram-predecessor::before {
  content: "\E477";
}
.fa-diagram-project::before {
  content: "\F542";
}
.fa-project-diagram::before {
  content: "\F542";
}
.fa-diagram-successor::before {
  content: "\E47A";
}
.fa-diamond::before {
  content: "\F219";
}
.fa-diamond-turn-right::before {
  content: "\F5EB";
}
.fa-directions::before {
  content: "\F5EB";
}
.fa-dice::before {
  content: "\F522";
}
.fa-dice-d20::before {
  content: "\F6CF";
}
.fa-dice-d6::before {
  content: "\F6D1";
}
.fa-dice-five::before {
  content: "\F523";
}
.fa-dice-four::before {
  content: "\F524";
}
.fa-dice-one::before {
  content: "\F525";
}
.fa-dice-six::before {
  content: "\F526";
}
.fa-dice-three::before {
  content: "\F527";
}
.fa-dice-two::before {
  content: "\F528";
}
.fa-disease::before {
  content: "\F7FA";
}
.fa-display::before {
  content: "\E163";
}
.fa-divide::before {
  content: "\F529";
}
.fa-dna::before {
  content: "\F471";
}
.fa-dog::before {
  content: "\F6D3";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-dolly::before {
  content: "\F472";
}
.fa-dolly-box::before {
  content: "\F472";
}
.fa-dong-sign::before {
  content: "\E169";
}
.fa-door-closed::before {
  content: "\F52A";
}
.fa-door-open::before {
  content: "\F52B";
}
.fa-dove::before {
  content: "\F4BA";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\F422";
}
.fa-compress-alt::before {
  content: "\F422";
}
.fa-down-long::before {
  content: "\F309";
}
.fa-long-arrow-alt-down::before {
  content: "\F309";
}
.fa-download::before {
  content: "\F019";
}
.fa-dragon::before {
  content: "\F6D5";
}
.fa-draw-polygon::before {
  content: "\F5EE";
}
.fa-droplet::before {
  content: "\F043";
}
.fa-tint::before {
  content: "\F043";
}
.fa-droplet-slash::before {
  content: "\F5C7";
}
.fa-tint-slash::before {
  content: "\F5C7";
}
.fa-drum::before {
  content: "\F569";
}
.fa-drum-steelpan::before {
  content: "\F56A";
}
.fa-drumstick-bite::before {
  content: "\F6D7";
}
.fa-dumbbell::before {
  content: "\F44B";
}
.fa-dumpster::before {
  content: "\F793";
}
.fa-dumpster-fire::before {
  content: "\F794";
}
.fa-dungeon::before {
  content: "\F6D9";
}
.fa-e::before {
  content: "E";
}
.fa-ear-deaf::before {
  content: "\F2A4";
}
.fa-deaf::before {
  content: "\F2A4";
}
.fa-deafness::before {
  content: "\F2A4";
}
.fa-hard-of-hearing::before {
  content: "\F2A4";
}
.fa-ear-listen::before {
  content: "\F2A2";
}
.fa-assistive-listening-systems::before {
  content: "\F2A2";
}
.fa-earth-africa::before {
  content: "\F57C";
}
.fa-globe-africa::before {
  content: "\F57C";
}
.fa-earth-americas::before {
  content: "\F57D";
}
.fa-earth::before {
  content: "\F57D";
}
.fa-earth-america::before {
  content: "\F57D";
}
.fa-globe-americas::before {
  content: "\F57D";
}
.fa-earth-asia::before {
  content: "\F57E";
}
.fa-globe-asia::before {
  content: "\F57E";
}
.fa-earth-europe::before {
  content: "\F7A2";
}
.fa-globe-europe::before {
  content: "\F7A2";
}
.fa-earth-oceania::before {
  content: "\E47B";
}
.fa-globe-oceania::before {
  content: "\E47B";
}
.fa-egg::before {
  content: "\F7FB";
}
.fa-eject::before {
  content: "\F052";
}
.fa-elevator::before {
  content: "\E16D";
}
.fa-ellipsis::before {
  content: "\F141";
}
.fa-ellipsis-h::before {
  content: "\F141";
}
.fa-ellipsis-vertical::before {
  content: "\F142";
}
.fa-ellipsis-v::before {
  content: "\F142";
}
.fa-envelope::before {
  content: "\F0E0";
}
.fa-envelope-circle-check::before {
  content: "\E4E8";
}
.fa-envelope-open::before {
  content: "\F2B6";
}
.fa-envelope-open-text::before {
  content: "\F658";
}
.fa-envelopes-bulk::before {
  content: "\F674";
}
.fa-mail-bulk::before {
  content: "\F674";
}
.fa-equals::before {
  content: "=";
}
.fa-eraser::before {
  content: "\F12D";
}
.fa-ethernet::before {
  content: "\F796";
}
.fa-euro-sign::before {
  content: "\F153";
}
.fa-eur::before {
  content: "\F153";
}
.fa-euro::before {
  content: "\F153";
}
.fa-exclamation::before {
  content: "!";
}
.fa-expand::before {
  content: "\F065";
}
.fa-explosion::before {
  content: "\E4E9";
}
.fa-eye::before {
  content: "\F06E";
}
.fa-eye-dropper::before {
  content: "\F1FB";
}
.fa-eye-dropper-empty::before {
  content: "\F1FB";
}
.fa-eyedropper::before {
  content: "\F1FB";
}
.fa-eye-low-vision::before {
  content: "\F2A8";
}
.fa-low-vision::before {
  content: "\F2A8";
}
.fa-eye-slash::before {
  content: "\F070";
}
.fa-f::before {
  content: "F";
}
.fa-face-angry::before {
  content: "\F556";
}
.fa-angry::before {
  content: "\F556";
}
.fa-face-dizzy::before {
  content: "\F567";
}
.fa-dizzy::before {
  content: "\F567";
}
.fa-face-flushed::before {
  content: "\F579";
}
.fa-flushed::before {
  content: "\F579";
}
.fa-face-frown::before {
  content: "\F119";
}
.fa-frown::before {
  content: "\F119";
}
.fa-face-frown-open::before {
  content: "\F57A";
}
.fa-frown-open::before {
  content: "\F57A";
}
.fa-face-grimace::before {
  content: "\F57F";
}
.fa-grimace::before {
  content: "\F57F";
}
.fa-face-grin::before {
  content: "\F580";
}
.fa-grin::before {
  content: "\F580";
}
.fa-face-grin-beam::before {
  content: "\F582";
}
.fa-grin-beam::before {
  content: "\F582";
}
.fa-face-grin-beam-sweat::before {
  content: "\F583";
}
.fa-grin-beam-sweat::before {
  content: "\F583";
}
.fa-face-grin-hearts::before {
  content: "\F584";
}
.fa-grin-hearts::before {
  content: "\F584";
}
.fa-face-grin-squint::before {
  content: "\F585";
}
.fa-grin-squint::before {
  content: "\F585";
}
.fa-face-grin-squint-tears::before {
  content: "\F586";
}
.fa-grin-squint-tears::before {
  content: "\F586";
}
.fa-face-grin-stars::before {
  content: "\F587";
}
.fa-grin-stars::before {
  content: "\F587";
}
.fa-face-grin-tears::before {
  content: "\F588";
}
.fa-grin-tears::before {
  content: "\F588";
}
.fa-face-grin-tongue::before {
  content: "\F589";
}
.fa-grin-tongue::before {
  content: "\F589";
}
.fa-face-grin-tongue-squint::before {
  content: "\F58A";
}
.fa-grin-tongue-squint::before {
  content: "\F58A";
}
.fa-face-grin-tongue-wink::before {
  content: "\F58B";
}
.fa-grin-tongue-wink::before {
  content: "\F58B";
}
.fa-face-grin-wide::before {
  content: "\F581";
}
.fa-grin-alt::before {
  content: "\F581";
}
.fa-face-grin-wink::before {
  content: "\F58C";
}
.fa-grin-wink::before {
  content: "\F58C";
}
.fa-face-kiss::before {
  content: "\F596";
}
.fa-kiss::before {
  content: "\F596";
}
.fa-face-kiss-beam::before {
  content: "\F597";
}
.fa-kiss-beam::before {
  content: "\F597";
}
.fa-face-kiss-wink-heart::before {
  content: "\F598";
}
.fa-kiss-wink-heart::before {
  content: "\F598";
}
.fa-face-laugh::before {
  content: "\F599";
}
.fa-laugh::before {
  content: "\F599";
}
.fa-face-laugh-beam::before {
  content: "\F59A";
}
.fa-laugh-beam::before {
  content: "\F59A";
}
.fa-face-laugh-squint::before {
  content: "\F59B";
}
.fa-laugh-squint::before {
  content: "\F59B";
}
.fa-face-laugh-wink::before {
  content: "\F59C";
}
.fa-laugh-wink::before {
  content: "\F59C";
}
.fa-face-meh::before {
  content: "\F11A";
}
.fa-meh::before {
  content: "\F11A";
}
.fa-face-meh-blank::before {
  content: "\F5A4";
}
.fa-meh-blank::before {
  content: "\F5A4";
}
.fa-face-rolling-eyes::before {
  content: "\F5A5";
}
.fa-meh-rolling-eyes::before {
  content: "\F5A5";
}
.fa-face-sad-cry::before {
  content: "\F5B3";
}
.fa-sad-cry::before {
  content: "\F5B3";
}
.fa-face-sad-tear::before {
  content: "\F5B4";
}
.fa-sad-tear::before {
  content: "\F5B4";
}
.fa-face-smile::before {
  content: "\F118";
}
.fa-smile::before {
  content: "\F118";
}
.fa-face-smile-beam::before {
  content: "\F5B8";
}
.fa-smile-beam::before {
  content: "\F5B8";
}
.fa-face-smile-wink::before {
  content: "\F4DA";
}
.fa-smile-wink::before {
  content: "\F4DA";
}
.fa-face-surprise::before {
  content: "\F5C2";
}
.fa-surprise::before {
  content: "\F5C2";
}
.fa-face-tired::before {
  content: "\F5C8";
}
.fa-tired::before {
  content: "\F5C8";
}
.fa-fan::before {
  content: "\F863";
}
.fa-faucet::before {
  content: "\E005";
}
.fa-faucet-drip::before {
  content: "\E006";
}
.fa-fax::before {
  content: "\F1AC";
}
.fa-feather::before {
  content: "\F52D";
}
.fa-feather-pointed::before {
  content: "\F56B";
}
.fa-feather-alt::before {
  content: "\F56B";
}
.fa-ferry::before {
  content: "\E4EA";
}
.fa-file::before {
  content: "\F15B";
}
.fa-file-arrow-down::before {
  content: "\F56D";
}
.fa-file-download::before {
  content: "\F56D";
}
.fa-file-arrow-up::before {
  content: "\F574";
}
.fa-file-upload::before {
  content: "\F574";
}
.fa-file-audio::before {
  content: "\F1C7";
}
.fa-file-circle-check::before {
  content: "\E493";
}
.fa-file-circle-exclamation::before {
  content: "\E4EB";
}
.fa-file-circle-minus::before {
  content: "\E4ED";
}
.fa-file-circle-plus::before {
  content: "\E4EE";
}
.fa-file-circle-question::before {
  content: "\E4EF";
}
.fa-file-circle-xmark::before {
  content: "\E494";
}
.fa-file-code::before {
  content: "\F1C9";
}
.fa-file-contract::before {
  content: "\F56C";
}
.fa-file-csv::before {
  content: "\F6DD";
}
.fa-file-excel::before {
  content: "\F1C3";
}
.fa-file-export::before {
  content: "\F56E";
}
.fa-arrow-right-from-file::before {
  content: "\F56E";
}
.fa-file-image::before {
  content: "\F1C5";
}
.fa-file-import::before {
  content: "\F56F";
}
.fa-arrow-right-to-file::before {
  content: "\F56F";
}
.fa-file-invoice::before {
  content: "\F570";
}
.fa-file-invoice-dollar::before {
  content: "\F571";
}
.fa-file-lines::before {
  content: "\F15C";
}
.fa-file-alt::before {
  content: "\F15C";
}
.fa-file-text::before {
  content: "\F15C";
}
.fa-file-medical::before {
  content: "\F477";
}
.fa-file-pdf::before {
  content: "\F1C1";
}
.fa-file-pen::before {
  content: "\F31C";
}
.fa-file-edit::before {
  content: "\F31C";
}
.fa-file-powerpoint::before {
  content: "\F1C4";
}
.fa-file-prescription::before {
  content: "\F572";
}
.fa-file-shield::before {
  content: "\E4F0";
}
.fa-file-signature::before {
  content: "\F573";
}
.fa-file-video::before {
  content: "\F1C8";
}
.fa-file-waveform::before {
  content: "\F478";
}
.fa-file-medical-alt::before {
  content: "\F478";
}
.fa-file-word::before {
  content: "\F1C2";
}
.fa-file-zipper::before {
  content: "\F1C6";
}
.fa-file-archive::before {
  content: "\F1C6";
}
.fa-fill::before {
  content: "\F575";
}
.fa-fill-drip::before {
  content: "\F576";
}
.fa-film::before {
  content: "\F008";
}
.fa-filter::before {
  content: "\F0B0";
}
.fa-filter-circle-dollar::before {
  content: "\F662";
}
.fa-funnel-dollar::before {
  content: "\F662";
}
.fa-filter-circle-xmark::before {
  content: "\E17B";
}
.fa-fingerprint::before {
  content: "\F577";
}
.fa-fire::before {
  content: "\F06D";
}
.fa-fire-burner::before {
  content: "\E4F1";
}
.fa-fire-extinguisher::before {
  content: "\F134";
}
.fa-fire-flame-curved::before {
  content: "\F7E4";
}
.fa-fire-alt::before {
  content: "\F7E4";
}
.fa-fire-flame-simple::before {
  content: "\F46A";
}
.fa-burn::before {
  content: "\F46A";
}
.fa-fish::before {
  content: "\F578";
}
.fa-fish-fins::before {
  content: "\E4F2";
}
.fa-flag::before {
  content: "\F024";
}
.fa-flag-checkered::before {
  content: "\F11E";
}
.fa-flag-usa::before {
  content: "\F74D";
}
.fa-flask::before {
  content: "\F0C3";
}
.fa-flask-vial::before {
  content: "\E4F3";
}
.fa-floppy-disk::before {
  content: "\F0C7";
}
.fa-save::before {
  content: "\F0C7";
}
.fa-florin-sign::before {
  content: "\E184";
}
.fa-folder::before {
  content: "\F07B";
}
.fa-folder-blank::before {
  content: "\F07B";
}
.fa-folder-closed::before {
  content: "\E185";
}
.fa-folder-minus::before {
  content: "\F65D";
}
.fa-folder-open::before {
  content: "\F07C";
}
.fa-folder-plus::before {
  content: "\F65E";
}
.fa-folder-tree::before {
  content: "\F802";
}
.fa-font::before {
  content: "\F031";
}
.fa-football::before {
  content: "\F44E";
}
.fa-football-ball::before {
  content: "\F44E";
}
.fa-forward::before {
  content: "\F04E";
}
.fa-forward-fast::before {
  content: "\F050";
}
.fa-fast-forward::before {
  content: "\F050";
}
.fa-forward-step::before {
  content: "\F051";
}
.fa-step-forward::before {
  content: "\F051";
}
.fa-franc-sign::before {
  content: "\E18F";
}
.fa-frog::before {
  content: "\F52E";
}
.fa-futbol::before {
  content: "\F1E3";
}
.fa-futbol-ball::before {
  content: "\F1E3";
}
.fa-soccer-ball::before {
  content: "\F1E3";
}
.fa-g::before {
  content: "G";
}
.fa-gamepad::before {
  content: "\F11B";
}
.fa-gas-pump::before {
  content: "\F52F";
}
.fa-gauge::before {
  content: "\F624";
}
.fa-dashboard::before {
  content: "\F624";
}
.fa-gauge-med::before {
  content: "\F624";
}
.fa-tachometer-alt-average::before {
  content: "\F624";
}
.fa-gauge-high::before {
  content: "\F625";
}
.fa-tachometer-alt::before {
  content: "\F625";
}
.fa-tachometer-alt-fast::before {
  content: "\F625";
}
.fa-gauge-simple::before {
  content: "\F629";
}
.fa-gauge-simple-med::before {
  content: "\F629";
}
.fa-tachometer-average::before {
  content: "\F629";
}
.fa-gauge-simple-high::before {
  content: "\F62A";
}
.fa-tachometer::before {
  content: "\F62A";
}
.fa-tachometer-fast::before {
  content: "\F62A";
}
.fa-gavel::before {
  content: "\F0E3";
}
.fa-legal::before {
  content: "\F0E3";
}
.fa-gear::before {
  content: "\F013";
}
.fa-cog::before {
  content: "\F013";
}
.fa-gears::before {
  content: "\F085";
}
.fa-cogs::before {
  content: "\F085";
}
.fa-gem::before {
  content: "\F3A5";
}
.fa-genderless::before {
  content: "\F22D";
}
.fa-ghost::before {
  content: "\F6E2";
}
.fa-gift::before {
  content: "\F06B";
}
.fa-gifts::before {
  content: "\F79C";
}
.fa-glass-water::before {
  content: "\E4F4";
}
.fa-glass-water-droplet::before {
  content: "\E4F5";
}
.fa-glasses::before {
  content: "\F530";
}
.fa-globe::before {
  content: "\F0AC";
}
.fa-golf-ball-tee::before {
  content: "\F450";
}
.fa-golf-ball::before {
  content: "\F450";
}
.fa-gopuram::before {
  content: "\F664";
}
.fa-graduation-cap::before {
  content: "\F19D";
}
.fa-mortar-board::before {
  content: "\F19D";
}
.fa-greater-than::before {
  content: ">";
}
.fa-greater-than-equal::before {
  content: "\F532";
}
.fa-grip::before {
  content: "\F58D";
}
.fa-grip-horizontal::before {
  content: "\F58D";
}
.fa-grip-lines::before {
  content: "\F7A4";
}
.fa-grip-lines-vertical::before {
  content: "\F7A5";
}
.fa-grip-vertical::before {
  content: "\F58E";
}
.fa-group-arrows-rotate::before {
  content: "\E4F6";
}
.fa-guarani-sign::before {
  content: "\E19A";
}
.fa-guitar::before {
  content: "\F7A6";
}
.fa-gun::before {
  content: "\E19B";
}
.fa-h::before {
  content: "H";
}
.fa-hammer::before {
  content: "\F6E3";
}
.fa-hamsa::before {
  content: "\F665";
}
.fa-hand::before {
  content: "\F256";
}
.fa-hand-paper::before {
  content: "\F256";
}
.fa-hand-back-fist::before {
  content: "\F255";
}
.fa-hand-rock::before {
  content: "\F255";
}
.fa-hand-dots::before {
  content: "\F461";
}
.fa-allergies::before {
  content: "\F461";
}
.fa-hand-fist::before {
  content: "\F6DE";
}
.fa-fist-raised::before {
  content: "\F6DE";
}
.fa-hand-holding::before {
  content: "\F4BD";
}
.fa-hand-holding-dollar::before {
  content: "\F4C0";
}
.fa-hand-holding-usd::before {
  content: "\F4C0";
}
.fa-hand-holding-droplet::before {
  content: "\F4C1";
}
.fa-hand-holding-water::before {
  content: "\F4C1";
}
.fa-hand-holding-hand::before {
  content: "\E4F7";
}
.fa-hand-holding-heart::before {
  content: "\F4BE";
}
.fa-hand-holding-medical::before {
  content: "\E05C";
}
.fa-hand-lizard::before {
  content: "\F258";
}
.fa-hand-middle-finger::before {
  content: "\F806";
}
.fa-hand-peace::before {
  content: "\F25B";
}
.fa-hand-point-down::before {
  content: "\F0A7";
}
.fa-hand-point-left::before {
  content: "\F0A5";
}
.fa-hand-point-right::before {
  content: "\F0A4";
}
.fa-hand-point-up::before {
  content: "\F0A6";
}
.fa-hand-pointer::before {
  content: "\F25A";
}
.fa-hand-scissors::before {
  content: "\F257";
}
.fa-hand-sparkles::before {
  content: "\E05D";
}
.fa-hand-spock::before {
  content: "\F259";
}
.fa-handcuffs::before {
  content: "\E4F8";
}
.fa-hands::before {
  content: "\F2A7";
}
.fa-sign-language::before {
  content: "\F2A7";
}
.fa-signing::before {
  content: "\F2A7";
}
.fa-hands-asl-interpreting::before {
  content: "\F2A3";
}
.fa-american-sign-language-interpreting::before {
  content: "\F2A3";
}
.fa-asl-interpreting::before {
  content: "\F2A3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\F2A3";
}
.fa-hands-bound::before {
  content: "\E4F9";
}
.fa-hands-bubbles::before {
  content: "\E05E";
}
.fa-hands-wash::before {
  content: "\E05E";
}
.fa-hands-clapping::before {
  content: "\E1A8";
}
.fa-hands-holding::before {
  content: "\F4C2";
}
.fa-hands-holding-child::before {
  content: "\E4FA";
}
.fa-hands-holding-circle::before {
  content: "\E4FB";
}
.fa-hands-praying::before {
  content: "\F684";
}
.fa-praying-hands::before {
  content: "\F684";
}
.fa-handshake::before {
  content: "\F2B5";
}
.fa-handshake-angle::before {
  content: "\F4C4";
}
.fa-hands-helping::before {
  content: "\F4C4";
}
.fa-handshake-simple::before {
  content: "\F4C6";
}
.fa-handshake-alt::before {
  content: "\F4C6";
}
.fa-handshake-simple-slash::before {
  content: "\E05F";
}
.fa-handshake-alt-slash::before {
  content: "\E05F";
}
.fa-handshake-slash::before {
  content: "\E060";
}
.fa-hanukiah::before {
  content: "\F6E6";
}
.fa-hard-drive::before {
  content: "\F0A0";
}
.fa-hdd::before {
  content: "\F0A0";
}
.fa-hashtag::before {
  content: "#";
}
.fa-hat-cowboy::before {
  content: "\F8C0";
}
.fa-hat-cowboy-side::before {
  content: "\F8C1";
}
.fa-hat-wizard::before {
  content: "\F6E8";
}
.fa-head-side-cough::before {
  content: "\E061";
}
.fa-head-side-cough-slash::before {
  content: "\E062";
}
.fa-head-side-mask::before {
  content: "\E063";
}
.fa-head-side-virus::before {
  content: "\E064";
}
.fa-heading::before {
  content: "\F1DC";
}
.fa-header::before {
  content: "\F1DC";
}
.fa-headphones::before {
  content: "\F025";
}
.fa-headphones-simple::before {
  content: "\F58F";
}
.fa-headphones-alt::before {
  content: "\F58F";
}
.fa-headset::before {
  content: "\F590";
}
.fa-heart::before {
  content: "\F004";
}
.fa-heart-circle-bolt::before {
  content: "\E4FC";
}
.fa-heart-circle-check::before {
  content: "\E4FD";
}
.fa-heart-circle-exclamation::before {
  content: "\E4FE";
}
.fa-heart-circle-minus::before {
  content: "\E4FF";
}
.fa-heart-circle-plus::before {
  content: "\E500";
}
.fa-heart-circle-xmark::before {
  content: "\E501";
}
.fa-heart-crack::before {
  content: "\F7A9";
}
.fa-heart-broken::before {
  content: "\F7A9";
}
.fa-heart-pulse::before {
  content: "\F21E";
}
.fa-heartbeat::before {
  content: "\F21E";
}
.fa-helicopter::before {
  content: "\F533";
}
.fa-helicopter-symbol::before {
  content: "\E502";
}
.fa-helmet-safety::before {
  content: "\F807";
}
.fa-hard-hat::before {
  content: "\F807";
}
.fa-hat-hard::before {
  content: "\F807";
}
.fa-helmet-un::before {
  content: "\E503";
}
.fa-highlighter::before {
  content: "\F591";
}
.fa-hill-avalanche::before {
  content: "\E507";
}
.fa-hill-rockslide::before {
  content: "\E508";
}
.fa-hippo::before {
  content: "\F6ED";
}
.fa-hockey-puck::before {
  content: "\F453";
}
.fa-holly-berry::before {
  content: "\F7AA";
}
.fa-horse::before {
  content: "\F6F0";
}
.fa-horse-head::before {
  content: "\F7AB";
}
.fa-hospital::before {
  content: "\F0F8";
}
.fa-hospital-alt::before {
  content: "\F0F8";
}
.fa-hospital-wide::before {
  content: "\F0F8";
}
.fa-hospital-user::before {
  content: "\F80D";
}
.fa-hot-tub-person::before {
  content: "\F593";
}
.fa-hot-tub::before {
  content: "\F593";
}
.fa-hotdog::before {
  content: "\F80F";
}
.fa-hotel::before {
  content: "\F594";
}
.fa-hourglass::before {
  content: "\F254";
}
.fa-hourglass-2::before {
  content: "\F254";
}
.fa-hourglass-half::before {
  content: "\F254";
}
.fa-hourglass-empty::before {
  content: "\F252";
}
.fa-hourglass-end::before {
  content: "\F253";
}
.fa-hourglass-3::before {
  content: "\F253";
}
.fa-hourglass-start::before {
  content: "\F251";
}
.fa-hourglass-1::before {
  content: "\F251";
}
.fa-house::before {
  content: "\F015";
}
.fa-home::before {
  content: "\F015";
}
.fa-home-alt::before {
  content: "\F015";
}
.fa-home-lg-alt::before {
  content: "\F015";
}
.fa-house-chimney::before {
  content: "\E3AF";
}
.fa-home-lg::before {
  content: "\E3AF";
}
.fa-house-chimney-crack::before {
  content: "\F6F1";
}
.fa-house-damage::before {
  content: "\F6F1";
}
.fa-house-chimney-medical::before {
  content: "\F7F2";
}
.fa-clinic-medical::before {
  content: "\F7F2";
}
.fa-house-chimney-user::before {
  content: "\E065";
}
.fa-house-chimney-window::before {
  content: "\E00D";
}
.fa-house-circle-check::before {
  content: "\E509";
}
.fa-house-circle-exclamation::before {
  content: "\E50A";
}
.fa-house-circle-xmark::before {
  content: "\E50B";
}
.fa-house-crack::before {
  content: "\E3B1";
}
.fa-house-fire::before {
  content: "\E50C";
}
.fa-house-flag::before {
  content: "\E50D";
}
.fa-house-flood-water::before {
  content: "\E50E";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\E50F";
}
.fa-house-laptop::before {
  content: "\E066";
}
.fa-laptop-house::before {
  content: "\E066";
}
.fa-house-lock::before {
  content: "\E510";
}
.fa-house-medical::before {
  content: "\E3B2";
}
.fa-house-medical-circle-check::before {
  content: "\E511";
}
.fa-house-medical-circle-exclamation::before {
  content: "\E512";
}
.fa-house-medical-circle-xmark::before {
  content: "\E513";
}
.fa-house-medical-flag::before {
  content: "\E514";
}
.fa-house-signal::before {
  content: "\E012";
}
.fa-house-tsunami::before {
  content: "\E515";
}
.fa-house-user::before {
  content: "\E1B0";
}
.fa-home-user::before {
  content: "\E1B0";
}
.fa-hryvnia-sign::before {
  content: "\F6F2";
}
.fa-hryvnia::before {
  content: "\F6F2";
}
.fa-hurricane::before {
  content: "\F751";
}
.fa-i::before {
  content: "I";
}
.fa-i-cursor::before {
  content: "\F246";
}
.fa-ice-cream::before {
  content: "\F810";
}
.fa-icicles::before {
  content: "\F7AD";
}
.fa-icons::before {
  content: "\F86D";
}
.fa-heart-music-camera-bolt::before {
  content: "\F86D";
}
.fa-id-badge::before {
  content: "\F2C1";
}
.fa-id-card::before {
  content: "\F2C2";
}
.fa-drivers-license::before {
  content: "\F2C2";
}
.fa-id-card-clip::before {
  content: "\F47F";
}
.fa-id-card-alt::before {
  content: "\F47F";
}
.fa-igloo::before {
  content: "\F7AE";
}
.fa-image::before {
  content: "\F03E";
}
.fa-image-portrait::before {
  content: "\F3E0";
}
.fa-portrait::before {
  content: "\F3E0";
}
.fa-images::before {
  content: "\F302";
}
.fa-inbox::before {
  content: "\F01C";
}
.fa-indent::before {
  content: "\F03C";
}
.fa-indian-rupee-sign::before {
  content: "\E1BC";
}
.fa-indian-rupee::before {
  content: "\E1BC";
}
.fa-inr::before {
  content: "\E1BC";
}
.fa-industry::before {
  content: "\F275";
}
.fa-infinity::before {
  content: "\F534";
}
.fa-info::before {
  content: "\F129";
}
.fa-italic::before {
  content: "\F033";
}
.fa-j::before {
  content: "J";
}
.fa-jar::before {
  content: "\E516";
}
.fa-jar-wheat::before {
  content: "\E517";
}
.fa-jedi::before {
  content: "\F669";
}
.fa-jet-fighter::before {
  content: "\F0FB";
}
.fa-fighter-jet::before {
  content: "\F0FB";
}
.fa-jet-fighter-up::before {
  content: "\E518";
}
.fa-joint::before {
  content: "\F595";
}
.fa-jug-detergent::before {
  content: "\E519";
}
.fa-k::before {
  content: "K";
}
.fa-kaaba::before {
  content: "\F66B";
}
.fa-key::before {
  content: "\F084";
}
.fa-keyboard::before {
  content: "\F11C";
}
.fa-khanda::before {
  content: "\F66D";
}
.fa-kip-sign::before {
  content: "\E1C4";
}
.fa-kit-medical::before {
  content: "\F479";
}
.fa-first-aid::before {
  content: "\F479";
}
.fa-kitchen-set::before {
  content: "\E51A";
}
.fa-kiwi-bird::before {
  content: "\F535";
}
.fa-l::before {
  content: "L";
}
.fa-land-mine-on::before {
  content: "\E51B";
}
.fa-landmark::before {
  content: "\F66F";
}
.fa-landmark-dome::before {
  content: "\F752";
}
.fa-landmark-alt::before {
  content: "\F752";
}
.fa-landmark-flag::before {
  content: "\E51C";
}
.fa-language::before {
  content: "\F1AB";
}
.fa-laptop::before {
  content: "\F109";
}
.fa-laptop-code::before {
  content: "\F5FC";
}
.fa-laptop-file::before {
  content: "\E51D";
}
.fa-laptop-medical::before {
  content: "\F812";
}
.fa-lari-sign::before {
  content: "\E1C8";
}
.fa-layer-group::before {
  content: "\F5FD";
}
.fa-leaf::before {
  content: "\F06C";
}
.fa-left-long::before {
  content: "\F30A";
}
.fa-long-arrow-alt-left::before {
  content: "\F30A";
}
.fa-left-right::before {
  content: "\F337";
}
.fa-arrows-alt-h::before {
  content: "\F337";
}
.fa-lemon::before {
  content: "\F094";
}
.fa-less-than::before {
  content: "<";
}
.fa-less-than-equal::before {
  content: "\F537";
}
.fa-life-ring::before {
  content: "\F1CD";
}
.fa-lightbulb::before {
  content: "\F0EB";
}
.fa-lines-leaning::before {
  content: "\E51E";
}
.fa-link::before {
  content: "\F0C1";
}
.fa-chain::before {
  content: "\F0C1";
}
.fa-link-slash::before {
  content: "\F127";
}
.fa-chain-broken::before {
  content: "\F127";
}
.fa-chain-slash::before {
  content: "\F127";
}
.fa-unlink::before {
  content: "\F127";
}
.fa-lira-sign::before {
  content: "\F195";
}
.fa-list::before {
  content: "\F03A";
}
.fa-list-squares::before {
  content: "\F03A";
}
.fa-list-check::before {
  content: "\F0AE";
}
.fa-tasks::before {
  content: "\F0AE";
}
.fa-list-ol::before {
  content: "\F0CB";
}
.fa-list-1-2::before {
  content: "\F0CB";
}
.fa-list-numeric::before {
  content: "\F0CB";
}
.fa-list-ul::before {
  content: "\F0CA";
}
.fa-list-dots::before {
  content: "\F0CA";
}
.fa-litecoin-sign::before {
  content: "\E1D3";
}
.fa-location-arrow::before {
  content: "\F124";
}
.fa-location-crosshairs::before {
  content: "\F601";
}
.fa-location::before {
  content: "\F601";
}
.fa-location-dot::before {
  content: "\F3C5";
}
.fa-map-marker-alt::before {
  content: "\F3C5";
}
.fa-location-pin::before {
  content: "\F041";
}
.fa-map-marker::before {
  content: "\F041";
}
.fa-location-pin-lock::before {
  content: "\E51F";
}
.fa-lock::before {
  content: "\F023";
}
.fa-lock-open::before {
  content: "\F3C1";
}
.fa-locust::before {
  content: "\E520";
}
.fa-lungs::before {
  content: "\F604";
}
.fa-lungs-virus::before {
  content: "\E067";
}
.fa-m::before {
  content: "M";
}
.fa-magnet::before {
  content: "\F076";
}
.fa-magnifying-glass::before {
  content: "\F002";
}
.fa-search::before {
  content: "\F002";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\E521";
}
.fa-magnifying-glass-chart::before {
  content: "\E522";
}
.fa-magnifying-glass-dollar::before {
  content: "\F688";
}
.fa-search-dollar::before {
  content: "\F688";
}
.fa-magnifying-glass-location::before {
  content: "\F689";
}
.fa-search-location::before {
  content: "\F689";
}
.fa-magnifying-glass-minus::before {
  content: "\F010";
}
.fa-search-minus::before {
  content: "\F010";
}
.fa-magnifying-glass-plus::before {
  content: "\F00E";
}
.fa-search-plus::before {
  content: "\F00E";
}
.fa-manat-sign::before {
  content: "\E1D5";
}
.fa-map::before {
  content: "\F279";
}
.fa-map-location::before {
  content: "\F59F";
}
.fa-map-marked::before {
  content: "\F59F";
}
.fa-map-location-dot::before {
  content: "\F5A0";
}
.fa-map-marked-alt::before {
  content: "\F5A0";
}
.fa-map-pin::before {
  content: "\F276";
}
.fa-marker::before {
  content: "\F5A1";
}
.fa-mars::before {
  content: "\F222";
}
.fa-mars-and-venus::before {
  content: "\F224";
}
.fa-mars-and-venus-burst::before {
  content: "\E523";
}
.fa-mars-double::before {
  content: "\F227";
}
.fa-mars-stroke::before {
  content: "\F229";
}
.fa-mars-stroke-right::before {
  content: "\F22B";
}
.fa-mars-stroke-h::before {
  content: "\F22B";
}
.fa-mars-stroke-up::before {
  content: "\F22A";
}
.fa-mars-stroke-v::before {
  content: "\F22A";
}
.fa-martini-glass::before {
  content: "\F57B";
}
.fa-glass-martini-alt::before {
  content: "\F57B";
}
.fa-martini-glass-citrus::before {
  content: "\F561";
}
.fa-cocktail::before {
  content: "\F561";
}
.fa-martini-glass-empty::before {
  content: "\F000";
}
.fa-glass-martini::before {
  content: "\F000";
}
.fa-mask::before {
  content: "\F6FA";
}
.fa-mask-face::before {
  content: "\E1D7";
}
.fa-mask-ventilator::before {
  content: "\E524";
}
.fa-masks-theater::before {
  content: "\F630";
}
.fa-theater-masks::before {
  content: "\F630";
}
.fa-mattress-pillow::before {
  content: "\E525";
}
.fa-maximize::before {
  content: "\F31E";
}
.fa-expand-arrows-alt::before {
  content: "\F31E";
}
.fa-medal::before {
  content: "\F5A2";
}
.fa-memory::before {
  content: "\F538";
}
.fa-menorah::before {
  content: "\F676";
}
.fa-mercury::before {
  content: "\F223";
}
.fa-message::before {
  content: "\F27A";
}
.fa-comment-alt::before {
  content: "\F27A";
}
.fa-meteor::before {
  content: "\F753";
}
.fa-microchip::before {
  content: "\F2DB";
}
.fa-microphone::before {
  content: "\F130";
}
.fa-microphone-lines::before {
  content: "\F3C9";
}
.fa-microphone-alt::before {
  content: "\F3C9";
}
.fa-microphone-lines-slash::before {
  content: "\F539";
}
.fa-microphone-alt-slash::before {
  content: "\F539";
}
.fa-microphone-slash::before {
  content: "\F131";
}
.fa-microscope::before {
  content: "\F610";
}
.fa-mill-sign::before {
  content: "\E1ED";
}
.fa-minimize::before {
  content: "\F78C";
}
.fa-compress-arrows-alt::before {
  content: "\F78C";
}
.fa-minus::before {
  content: "\F068";
}
.fa-subtract::before {
  content: "\F068";
}
.fa-mitten::before {
  content: "\F7B5";
}
.fa-mobile::before {
  content: "\F3CE";
}
.fa-mobile-android::before {
  content: "\F3CE";
}
.fa-mobile-phone::before {
  content: "\F3CE";
}
.fa-mobile-button::before {
  content: "\F10B";
}
.fa-mobile-retro::before {
  content: "\E527";
}
.fa-mobile-screen::before {
  content: "\F3CF";
}
.fa-mobile-android-alt::before {
  content: "\F3CF";
}
.fa-mobile-screen-button::before {
  content: "\F3CD";
}
.fa-mobile-alt::before {
  content: "\F3CD";
}
.fa-money-bill::before {
  content: "\F0D6";
}
.fa-money-bill-1::before {
  content: "\F3D1";
}
.fa-money-bill-alt::before {
  content: "\F3D1";
}
.fa-money-bill-1-wave::before {
  content: "\F53B";
}
.fa-money-bill-wave-alt::before {
  content: "\F53B";
}
.fa-money-bill-transfer::before {
  content: "\E528";
}
.fa-money-bill-trend-up::before {
  content: "\E529";
}
.fa-money-bill-wave::before {
  content: "\F53A";
}
.fa-money-bill-wheat::before {
  content: "\E52A";
}
.fa-money-bills::before {
  content: "\E1F3";
}
.fa-money-check::before {
  content: "\F53C";
}
.fa-money-check-dollar::before {
  content: "\F53D";
}
.fa-money-check-alt::before {
  content: "\F53D";
}
.fa-monument::before {
  content: "\F5A6";
}
.fa-moon::before {
  content: "\F186";
}
.fa-mortar-pestle::before {
  content: "\F5A7";
}
.fa-mosque::before {
  content: "\F678";
}
.fa-mosquito::before {
  content: "\E52B";
}
.fa-mosquito-net::before {
  content: "\E52C";
}
.fa-motorcycle::before {
  content: "\F21C";
}
.fa-mound::before {
  content: "\E52D";
}
.fa-mountain::before {
  content: "\F6FC";
}
.fa-mountain-city::before {
  content: "\E52E";
}
.fa-mountain-sun::before {
  content: "\E52F";
}
.fa-mug-hot::before {
  content: "\F7B6";
}
.fa-mug-saucer::before {
  content: "\F0F4";
}
.fa-coffee::before {
  content: "\F0F4";
}
.fa-music::before {
  content: "\F001";
}
.fa-n::before {
  content: "N";
}
.fa-naira-sign::before {
  content: "\E1F6";
}
.fa-network-wired::before {
  content: "\F6FF";
}
.fa-neuter::before {
  content: "\F22C";
}
.fa-newspaper::before {
  content: "\F1EA";
}
.fa-not-equal::before {
  content: "\F53E";
}
.fa-note-sticky::before {
  content: "\F249";
}
.fa-sticky-note::before {
  content: "\F249";
}
.fa-notes-medical::before {
  content: "\F481";
}
.fa-o::before {
  content: "O";
}
.fa-object-group::before {
  content: "\F247";
}
.fa-object-ungroup::before {
  content: "\F248";
}
.fa-oil-can::before {
  content: "\F613";
}
.fa-oil-well::before {
  content: "\E532";
}
.fa-om::before {
  content: "\F679";
}
.fa-otter::before {
  content: "\F700";
}
.fa-outdent::before {
  content: "\F03B";
}
.fa-dedent::before {
  content: "\F03B";
}
.fa-p::before {
  content: "P";
}
.fa-pager::before {
  content: "\F815";
}
.fa-paint-roller::before {
  content: "\F5AA";
}
.fa-paintbrush::before {
  content: "\F1FC";
}
.fa-paint-brush::before {
  content: "\F1FC";
}
.fa-palette::before {
  content: "\F53F";
}
.fa-pallet::before {
  content: "\F482";
}
.fa-panorama::before {
  content: "\E209";
}
.fa-paper-plane::before {
  content: "\F1D8";
}
.fa-paperclip::before {
  content: "\F0C6";
}
.fa-parachute-box::before {
  content: "\F4CD";
}
.fa-paragraph::before {
  content: "\F1DD";
}
.fa-passport::before {
  content: "\F5AB";
}
.fa-paste::before {
  content: "\F0EA";
}
.fa-file-clipboard::before {
  content: "\F0EA";
}
.fa-pause::before {
  content: "\F04C";
}
.fa-paw::before {
  content: "\F1B0";
}
.fa-peace::before {
  content: "\F67C";
}
.fa-pen::before {
  content: "\F304";
}
.fa-pen-clip::before {
  content: "\F305";
}
.fa-pen-alt::before {
  content: "\F305";
}
.fa-pen-fancy::before {
  content: "\F5AC";
}
.fa-pen-nib::before {
  content: "\F5AD";
}
.fa-pen-ruler::before {
  content: "\F5AE";
}
.fa-pencil-ruler::before {
  content: "\F5AE";
}
.fa-pen-to-square::before {
  content: "\F044";
}
.fa-edit::before {
  content: "\F044";
}
.fa-pencil::before {
  content: "\F303";
}
.fa-pencil-alt::before {
  content: "\F303";
}
.fa-people-arrows-left-right::before {
  content: "\E068";
}
.fa-people-arrows::before {
  content: "\E068";
}
.fa-people-carry-box::before {
  content: "\F4CE";
}
.fa-people-carry::before {
  content: "\F4CE";
}
.fa-people-group::before {
  content: "\E533";
}
.fa-people-line::before {
  content: "\E534";
}
.fa-people-pulling::before {
  content: "\E535";
}
.fa-people-robbery::before {
  content: "\E536";
}
.fa-people-roof::before {
  content: "\E537";
}
.fa-pepper-hot::before {
  content: "\F816";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-person::before {
  content: "\F183";
}
.fa-male::before {
  content: "\F183";
}
.fa-person-arrow-down-to-line::before {
  content: "\E538";
}
.fa-person-arrow-up-from-line::before {
  content: "\E539";
}
.fa-person-biking::before {
  content: "\F84A";
}
.fa-biking::before {
  content: "\F84A";
}
.fa-person-booth::before {
  content: "\F756";
}
.fa-person-breastfeeding::before {
  content: "\E53A";
}
.fa-person-burst::before {
  content: "\E53B";
}
.fa-person-cane::before {
  content: "\E53C";
}
.fa-person-chalkboard::before {
  content: "\E53D";
}
.fa-person-circle-check::before {
  content: "\E53E";
}
.fa-person-circle-exclamation::before {
  content: "\E53F";
}
.fa-person-circle-minus::before {
  content: "\E540";
}
.fa-person-circle-plus::before {
  content: "\E541";
}
.fa-person-circle-question::before {
  content: "\E542";
}
.fa-person-circle-xmark::before {
  content: "\E543";
}
.fa-person-digging::before {
  content: "\F85E";
}
.fa-digging::before {
  content: "\F85E";
}
.fa-person-dots-from-line::before {
  content: "\F470";
}
.fa-diagnoses::before {
  content: "\F470";
}
.fa-person-dress::before {
  content: "\F182";
}
.fa-female::before {
  content: "\F182";
}
.fa-person-dress-burst::before {
  content: "\E544";
}
.fa-person-drowning::before {
  content: "\E545";
}
.fa-person-falling::before {
  content: "\E546";
}
.fa-person-falling-burst::before {
  content: "\E547";
}
.fa-person-half-dress::before {
  content: "\E548";
}
.fa-person-harassing::before {
  content: "\E549";
}
.fa-person-hiking::before {
  content: "\F6EC";
}
.fa-hiking::before {
  content: "\F6EC";
}
.fa-person-military-pointing::before {
  content: "\E54A";
}
.fa-person-military-rifle::before {
  content: "\E54B";
}
.fa-person-military-to-person::before {
  content: "\E54C";
}
.fa-person-praying::before {
  content: "\F683";
}
.fa-pray::before {
  content: "\F683";
}
.fa-person-pregnant::before {
  content: "\E31E";
}
.fa-person-rays::before {
  content: "\E54D";
}
.fa-person-rifle::before {
  content: "\E54E";
}
.fa-person-running::before {
  content: "\F70C";
}
.fa-running::before {
  content: "\F70C";
}
.fa-person-shelter::before {
  content: "\E54F";
}
.fa-person-skating::before {
  content: "\F7C5";
}
.fa-skating::before {
  content: "\F7C5";
}
.fa-person-skiing::before {
  content: "\F7C9";
}
.fa-skiing::before {
  content: "\F7C9";
}
.fa-person-skiing-nordic::before {
  content: "\F7CA";
}
.fa-skiing-nordic::before {
  content: "\F7CA";
}
.fa-person-snowboarding::before {
  content: "\F7CE";
}
.fa-snowboarding::before {
  content: "\F7CE";
}
.fa-person-swimming::before {
  content: "\F5C4";
}
.fa-swimmer::before {
  content: "\F5C4";
}
.fa-person-through-window::before {
  content: "\E433";
}
.fa-person-walking::before {
  content: "\F554";
}
.fa-walking::before {
  content: "\F554";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\E551";
}
.fa-person-walking-arrow-right::before {
  content: "\E552";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\E553";
}
.fa-person-walking-luggage::before {
  content: "\E554";
}
.fa-person-walking-with-cane::before {
  content: "\F29D";
}
.fa-blind::before {
  content: "\F29D";
}
.fa-peseta-sign::before {
  content: "\E221";
}
.fa-peso-sign::before {
  content: "\E222";
}
.fa-phone::before {
  content: "\F095";
}
.fa-phone-flip::before {
  content: "\F879";
}
.fa-phone-alt::before {
  content: "\F879";
}
.fa-phone-slash::before {
  content: "\F3DD";
}
.fa-phone-volume::before {
  content: "\F2A0";
}
.fa-volume-control-phone::before {
  content: "\F2A0";
}
.fa-photo-film::before {
  content: "\F87C";
}
.fa-photo-video::before {
  content: "\F87C";
}
.fa-piggy-bank::before {
  content: "\F4D3";
}
.fa-pills::before {
  content: "\F484";
}
.fa-pizza-slice::before {
  content: "\F818";
}
.fa-place-of-worship::before {
  content: "\F67F";
}
.fa-plane::before {
  content: "\F072";
}
.fa-plane-arrival::before {
  content: "\F5AF";
}
.fa-plane-circle-check::before {
  content: "\E555";
}
.fa-plane-circle-exclamation::before {
  content: "\E556";
}
.fa-plane-circle-xmark::before {
  content: "\E557";
}
.fa-plane-departure::before {
  content: "\F5B0";
}
.fa-plane-lock::before {
  content: "\E558";
}
.fa-plane-slash::before {
  content: "\E069";
}
.fa-plane-up::before {
  content: "\E22D";
}
.fa-plant-wilt::before {
  content: "\E43B";
}
.fa-plate-wheat::before {
  content: "\E55A";
}
.fa-play::before {
  content: "\F04B";
}
.fa-plug::before {
  content: "\F1E6";
}
.fa-plug-circle-bolt::before {
  content: "\E55B";
}
.fa-plug-circle-check::before {
  content: "\E55C";
}
.fa-plug-circle-exclamation::before {
  content: "\E55D";
}
.fa-plug-circle-minus::before {
  content: "\E55E";
}
.fa-plug-circle-plus::before {
  content: "\E55F";
}
.fa-plug-circle-xmark::before {
  content: "\E560";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-plus-minus::before {
  content: "\E43C";
}
.fa-podcast::before {
  content: "\F2CE";
}
.fa-poo::before {
  content: "\F2FE";
}
.fa-poo-storm::before {
  content: "\F75A";
}
.fa-poo-bolt::before {
  content: "\F75A";
}
.fa-poop::before {
  content: "\F619";
}
.fa-power-off::before {
  content: "\F011";
}
.fa-prescription::before {
  content: "\F5B1";
}
.fa-prescription-bottle::before {
  content: "\F485";
}
.fa-prescription-bottle-medical::before {
  content: "\F486";
}
.fa-prescription-bottle-alt::before {
  content: "\F486";
}
.fa-print::before {
  content: "\F02F";
}
.fa-pump-medical::before {
  content: "\E06A";
}
.fa-pump-soap::before {
  content: "\E06B";
}
.fa-puzzle-piece::before {
  content: "\F12E";
}
.fa-q::before {
  content: "Q";
}
.fa-qrcode::before {
  content: "\F029";
}
.fa-question::before {
  content: "?";
}
.fa-quote-left::before {
  content: "\F10D";
}
.fa-quote-left-alt::before {
  content: "\F10D";
}
.fa-quote-right::before {
  content: "\F10E";
}
.fa-quote-right-alt::before {
  content: "\F10E";
}
.fa-r::before {
  content: "R";
}
.fa-radiation::before {
  content: "\F7B9";
}
.fa-radio::before {
  content: "\F8D7";
}
.fa-rainbow::before {
  content: "\F75B";
}
.fa-ranking-star::before {
  content: "\E561";
}
.fa-receipt::before {
  content: "\F543";
}
.fa-record-vinyl::before {
  content: "\F8D9";
}
.fa-rectangle-ad::before {
  content: "\F641";
}
.fa-ad::before {
  content: "\F641";
}
.fa-rectangle-list::before {
  content: "\F022";
}
.fa-list-alt::before {
  content: "\F022";
}
.fa-rectangle-xmark::before {
  content: "\F410";
}
.fa-rectangle-times::before {
  content: "\F410";
}
.fa-times-rectangle::before {
  content: "\F410";
}
.fa-window-close::before {
  content: "\F410";
}
.fa-recycle::before {
  content: "\F1B8";
}
.fa-registered::before {
  content: "\F25D";
}
.fa-repeat::before {
  content: "\F363";
}
.fa-reply::before {
  content: "\F3E5";
}
.fa-mail-reply::before {
  content: "\F3E5";
}
.fa-reply-all::before {
  content: "\F122";
}
.fa-mail-reply-all::before {
  content: "\F122";
}
.fa-republican::before {
  content: "\F75E";
}
.fa-restroom::before {
  content: "\F7BD";
}
.fa-retweet::before {
  content: "\F079";
}
.fa-ribbon::before {
  content: "\F4D6";
}
.fa-right-from-bracket::before {
  content: "\F2F5";
}
.fa-sign-out-alt::before {
  content: "\F2F5";
}
.fa-right-left::before {
  content: "\F362";
}
.fa-exchange-alt::before {
  content: "\F362";
}
.fa-right-long::before {
  content: "\F30B";
}
.fa-long-arrow-alt-right::before {
  content: "\F30B";
}
.fa-right-to-bracket::before {
  content: "\F2F6";
}
.fa-sign-in-alt::before {
  content: "\F2F6";
}
.fa-ring::before {
  content: "\F70B";
}
.fa-road::before {
  content: "\F018";
}
.fa-road-barrier::before {
  content: "\E562";
}
.fa-road-bridge::before {
  content: "\E563";
}
.fa-road-circle-check::before {
  content: "\E564";
}
.fa-road-circle-exclamation::before {
  content: "\E565";
}
.fa-road-circle-xmark::before {
  content: "\E566";
}
.fa-road-lock::before {
  content: "\E567";
}
.fa-road-spikes::before {
  content: "\E568";
}
.fa-robot::before {
  content: "\F544";
}
.fa-rocket::before {
  content: "\F135";
}
.fa-rotate::before {
  content: "\F2F1";
}
.fa-sync-alt::before {
  content: "\F2F1";
}
.fa-rotate-left::before {
  content: "\F2EA";
}
.fa-rotate-back::before {
  content: "\F2EA";
}
.fa-rotate-backward::before {
  content: "\F2EA";
}
.fa-undo-alt::before {
  content: "\F2EA";
}
.fa-rotate-right::before {
  content: "\F2F9";
}
.fa-redo-alt::before {
  content: "\F2F9";
}
.fa-rotate-forward::before {
  content: "\F2F9";
}
.fa-route::before {
  content: "\F4D7";
}
.fa-rss::before {
  content: "\F09E";
}
.fa-feed::before {
  content: "\F09E";
}
.fa-ruble-sign::before {
  content: "\F158";
}
.fa-rouble::before {
  content: "\F158";
}
.fa-rub::before {
  content: "\F158";
}
.fa-ruble::before {
  content: "\F158";
}
.fa-rug::before {
  content: "\E569";
}
.fa-ruler::before {
  content: "\F545";
}
.fa-ruler-combined::before {
  content: "\F546";
}
.fa-ruler-horizontal::before {
  content: "\F547";
}
.fa-ruler-vertical::before {
  content: "\F548";
}
.fa-rupee-sign::before {
  content: "\F156";
}
.fa-rupee::before {
  content: "\F156";
}
.fa-rupiah-sign::before {
  content: "\E23D";
}
.fa-s::before {
  content: "S";
}
.fa-sack-dollar::before {
  content: "\F81D";
}
.fa-sack-xmark::before {
  content: "\E56A";
}
.fa-sailboat::before {
  content: "\E445";
}
.fa-satellite::before {
  content: "\F7BF";
}
.fa-satellite-dish::before {
  content: "\F7C0";
}
.fa-scale-balanced::before {
  content: "\F24E";
}
.fa-balance-scale::before {
  content: "\F24E";
}
.fa-scale-unbalanced::before {
  content: "\F515";
}
.fa-balance-scale-left::before {
  content: "\F515";
}
.fa-scale-unbalanced-flip::before {
  content: "\F516";
}
.fa-balance-scale-right::before {
  content: "\F516";
}
.fa-school::before {
  content: "\F549";
}
.fa-school-circle-check::before {
  content: "\E56B";
}
.fa-school-circle-exclamation::before {
  content: "\E56C";
}
.fa-school-circle-xmark::before {
  content: "\E56D";
}
.fa-school-flag::before {
  content: "\E56E";
}
.fa-school-lock::before {
  content: "\E56F";
}
.fa-scissors::before {
  content: "\F0C4";
}
.fa-cut::before {
  content: "\F0C4";
}
.fa-screwdriver::before {
  content: "\F54A";
}
.fa-screwdriver-wrench::before {
  content: "\F7D9";
}
.fa-tools::before {
  content: "\F7D9";
}
.fa-scroll::before {
  content: "\F70E";
}
.fa-scroll-torah::before {
  content: "\F6A0";
}
.fa-torah::before {
  content: "\F6A0";
}
.fa-sd-card::before {
  content: "\F7C2";
}
.fa-section::before {
  content: "\E447";
}
.fa-seedling::before {
  content: "\F4D8";
}
.fa-sprout::before {
  content: "\F4D8";
}
.fa-server::before {
  content: "\F233";
}
.fa-shapes::before {
  content: "\F61F";
}
.fa-triangle-circle-square::before {
  content: "\F61F";
}
.fa-share::before {
  content: "\F064";
}
.fa-arrow-turn-right::before {
  content: "\F064";
}
.fa-mail-forward::before {
  content: "\F064";
}
.fa-share-from-square::before {
  content: "\F14D";
}
.fa-share-square::before {
  content: "\F14D";
}
.fa-share-nodes::before {
  content: "\F1E0";
}
.fa-share-alt::before {
  content: "\F1E0";
}
.fa-sheet-plastic::before {
  content: "\E571";
}
.fa-shekel-sign::before {
  content: "\F20B";
}
.fa-ils::before {
  content: "\F20B";
}
.fa-shekel::before {
  content: "\F20B";
}
.fa-sheqel::before {
  content: "\F20B";
}
.fa-sheqel-sign::before {
  content: "\F20B";
}
.fa-shield::before {
  content: "\F132";
}
.fa-shield-blank::before {
  content: "\F132";
}
.fa-shield-cat::before {
  content: "\E572";
}
.fa-shield-dog::before {
  content: "\E573";
}
.fa-shield-halved::before {
  content: "\F3ED";
}
.fa-shield-alt::before {
  content: "\F3ED";
}
.fa-shield-heart::before {
  content: "\E574";
}
.fa-shield-virus::before {
  content: "\E06C";
}
.fa-ship::before {
  content: "\F21A";
}
.fa-shirt::before {
  content: "\F553";
}
.fa-t-shirt::before {
  content: "\F553";
}
.fa-tshirt::before {
  content: "\F553";
}
.fa-shoe-prints::before {
  content: "\F54B";
}
.fa-shop::before {
  content: "\F54F";
}
.fa-store-alt::before {
  content: "\F54F";
}
.fa-shop-lock::before {
  content: "\E4A5";
}
.fa-shop-slash::before {
  content: "\E070";
}
.fa-store-alt-slash::before {
  content: "\E070";
}
.fa-shower::before {
  content: "\F2CC";
}
.fa-shrimp::before {
  content: "\E448";
}
.fa-shuffle::before {
  content: "\F074";
}
.fa-random::before {
  content: "\F074";
}
.fa-shuttle-space::before {
  content: "\F197";
}
.fa-space-shuttle::before {
  content: "\F197";
}
.fa-sign-hanging::before {
  content: "\F4D9";
}
.fa-sign::before {
  content: "\F4D9";
}
.fa-signal::before {
  content: "\F012";
}
.fa-signal-5::before {
  content: "\F012";
}
.fa-signal-perfect::before {
  content: "\F012";
}
.fa-signature::before {
  content: "\F5B7";
}
.fa-signs-post::before {
  content: "\F277";
}
.fa-map-signs::before {
  content: "\F277";
}
.fa-sim-card::before {
  content: "\F7C4";
}
.fa-sink::before {
  content: "\E06D";
}
.fa-sitemap::before {
  content: "\F0E8";
}
.fa-skull::before {
  content: "\F54C";
}
.fa-skull-crossbones::before {
  content: "\F714";
}
.fa-slash::before {
  content: "\F715";
}
.fa-sleigh::before {
  content: "\F7CC";
}
.fa-sliders::before {
  content: "\F1DE";
}
.fa-sliders-h::before {
  content: "\F1DE";
}
.fa-smog::before {
  content: "\F75F";
}
.fa-smoking::before {
  content: "\F48D";
}
.fa-snowflake::before {
  content: "\F2DC";
}
.fa-snowman::before {
  content: "\F7D0";
}
.fa-snowplow::before {
  content: "\F7D2";
}
.fa-soap::before {
  content: "\E06E";
}
.fa-socks::before {
  content: "\F696";
}
.fa-solar-panel::before {
  content: "\F5BA";
}
.fa-sort::before {
  content: "\F0DC";
}
.fa-unsorted::before {
  content: "\F0DC";
}
.fa-sort-down::before {
  content: "\F0DD";
}
.fa-sort-desc::before {
  content: "\F0DD";
}
.fa-sort-up::before {
  content: "\F0DE";
}
.fa-sort-asc::before {
  content: "\F0DE";
}
.fa-spa::before {
  content: "\F5BB";
}
.fa-spaghetti-monster-flying::before {
  content: "\F67B";
}
.fa-pastafarianism::before {
  content: "\F67B";
}
.fa-spell-check::before {
  content: "\F891";
}
.fa-spider::before {
  content: "\F717";
}
.fa-spinner::before {
  content: "\F110";
}
.fa-splotch::before {
  content: "\F5BC";
}
.fa-spoon::before {
  content: "\F2E5";
}
.fa-utensil-spoon::before {
  content: "\F2E5";
}
.fa-spray-can::before {
  content: "\F5BD";
}
.fa-spray-can-sparkles::before {
  content: "\F5D0";
}
.fa-air-freshener::before {
  content: "\F5D0";
}
.fa-square::before {
  content: "\F0C8";
}
.fa-square-arrow-up-right::before {
  content: "\F14C";
}
.fa-external-link-square::before {
  content: "\F14C";
}
.fa-square-caret-down::before {
  content: "\F150";
}
.fa-caret-square-down::before {
  content: "\F150";
}
.fa-square-caret-left::before {
  content: "\F191";
}
.fa-caret-square-left::before {
  content: "\F191";
}
.fa-square-caret-right::before {
  content: "\F152";
}
.fa-caret-square-right::before {
  content: "\F152";
}
.fa-square-caret-up::before {
  content: "\F151";
}
.fa-caret-square-up::before {
  content: "\F151";
}
.fa-square-check::before {
  content: "\F14A";
}
.fa-check-square::before {
  content: "\F14A";
}
.fa-square-envelope::before {
  content: "\F199";
}
.fa-envelope-square::before {
  content: "\F199";
}
.fa-square-full::before {
  content: "\F45C";
}
.fa-square-h::before {
  content: "\F0FD";
}
.fa-h-square::before {
  content: "\F0FD";
}
.fa-square-minus::before {
  content: "\F146";
}
.fa-minus-square::before {
  content: "\F146";
}
.fa-square-nfi::before {
  content: "\E576";
}
.fa-square-parking::before {
  content: "\F540";
}
.fa-parking::before {
  content: "\F540";
}
.fa-square-pen::before {
  content: "\F14B";
}
.fa-pen-square::before {
  content: "\F14B";
}
.fa-pencil-square::before {
  content: "\F14B";
}
.fa-square-person-confined::before {
  content: "\E577";
}
.fa-square-phone::before {
  content: "\F098";
}
.fa-phone-square::before {
  content: "\F098";
}
.fa-square-phone-flip::before {
  content: "\F87B";
}
.fa-phone-square-alt::before {
  content: "\F87B";
}
.fa-square-plus::before {
  content: "\F0FE";
}
.fa-plus-square::before {
  content: "\F0FE";
}
.fa-square-poll-horizontal::before {
  content: "\F682";
}
.fa-poll-h::before {
  content: "\F682";
}
.fa-square-poll-vertical::before {
  content: "\F681";
}
.fa-poll::before {
  content: "\F681";
}
.fa-square-root-variable::before {
  content: "\F698";
}
.fa-square-root-alt::before {
  content: "\F698";
}
.fa-square-rss::before {
  content: "\F143";
}
.fa-rss-square::before {
  content: "\F143";
}
.fa-square-share-nodes::before {
  content: "\F1E1";
}
.fa-share-alt-square::before {
  content: "\F1E1";
}
.fa-square-up-right::before {
  content: "\F360";
}
.fa-external-link-square-alt::before {
  content: "\F360";
}
.fa-square-virus::before {
  content: "\E578";
}
.fa-square-xmark::before {
  content: "\F2D3";
}
.fa-times-square::before {
  content: "\F2D3";
}
.fa-xmark-square::before {
  content: "\F2D3";
}
.fa-staff-aesculapius::before {
  content: "\E579";
}
.fa-rod-asclepius::before {
  content: "\E579";
}
.fa-rod-snake::before {
  content: "\E579";
}
.fa-staff-snake::before {
  content: "\E579";
}
.fa-stairs::before {
  content: "\E289";
}
.fa-stamp::before {
  content: "\F5BF";
}
.fa-star::before {
  content: "\F005";
}
.fa-star-and-crescent::before {
  content: "\F699";
}
.fa-star-half::before {
  content: "\F089";
}
.fa-star-half-stroke::before {
  content: "\F5C0";
}
.fa-star-half-alt::before {
  content: "\F5C0";
}
.fa-star-of-david::before {
  content: "\F69A";
}
.fa-star-of-life::before {
  content: "\F621";
}
.fa-sterling-sign::before {
  content: "\F154";
}
.fa-gbp::before {
  content: "\F154";
}
.fa-pound-sign::before {
  content: "\F154";
}
.fa-stethoscope::before {
  content: "\F0F1";
}
.fa-stop::before {
  content: "\F04D";
}
.fa-stopwatch::before {
  content: "\F2F2";
}
.fa-stopwatch-20::before {
  content: "\E06F";
}
.fa-store::before {
  content: "\F54E";
}
.fa-store-slash::before {
  content: "\E071";
}
.fa-street-view::before {
  content: "\F21D";
}
.fa-strikethrough::before {
  content: "\F0CC";
}
.fa-stroopwafel::before {
  content: "\F551";
}
.fa-subscript::before {
  content: "\F12C";
}
.fa-suitcase::before {
  content: "\F0F2";
}
.fa-suitcase-medical::before {
  content: "\F0FA";
}
.fa-medkit::before {
  content: "\F0FA";
}
.fa-suitcase-rolling::before {
  content: "\F5C1";
}
.fa-sun::before {
  content: "\F185";
}
.fa-sun-plant-wilt::before {
  content: "\E57A";
}
.fa-superscript::before {
  content: "\F12B";
}
.fa-swatchbook::before {
  content: "\F5C3";
}
.fa-synagogue::before {
  content: "\F69B";
}
.fa-syringe::before {
  content: "\F48E";
}
.fa-t::before {
  content: "T";
}
.fa-table::before {
  content: "\F0CE";
}
.fa-table-cells::before {
  content: "\F00A";
}
.fa-th::before {
  content: "\F00A";
}
.fa-table-cells-large::before {
  content: "\F009";
}
.fa-th-large::before {
  content: "\F009";
}
.fa-table-columns::before {
  content: "\F0DB";
}
.fa-columns::before {
  content: "\F0DB";
}
.fa-table-list::before {
  content: "\F00B";
}
.fa-th-list::before {
  content: "\F00B";
}
.fa-table-tennis-paddle-ball::before {
  content: "\F45D";
}
.fa-ping-pong-paddle-ball::before {
  content: "\F45D";
}
.fa-table-tennis::before {
  content: "\F45D";
}
.fa-tablet::before {
  content: "\F3FB";
}
.fa-tablet-android::before {
  content: "\F3FB";
}
.fa-tablet-button::before {
  content: "\F10A";
}
.fa-tablet-screen-button::before {
  content: "\F3FA";
}
.fa-tablet-alt::before {
  content: "\F3FA";
}
.fa-tablets::before {
  content: "\F490";
}
.fa-tachograph-digital::before {
  content: "\F566";
}
.fa-digital-tachograph::before {
  content: "\F566";
}
.fa-tag::before {
  content: "\F02B";
}
.fa-tags::before {
  content: "\F02C";
}
.fa-tape::before {
  content: "\F4DB";
}
.fa-tarp::before {
  content: "\E57B";
}
.fa-tarp-droplet::before {
  content: "\E57C";
}
.fa-taxi::before {
  content: "\F1BA";
}
.fa-cab::before {
  content: "\F1BA";
}
.fa-teeth::before {
  content: "\F62E";
}
.fa-teeth-open::before {
  content: "\F62F";
}
.fa-temperature-arrow-down::before {
  content: "\E03F";
}
.fa-temperature-down::before {
  content: "\E03F";
}
.fa-temperature-arrow-up::before {
  content: "\E040";
}
.fa-temperature-up::before {
  content: "\E040";
}
.fa-temperature-empty::before {
  content: "\F2CB";
}
.fa-temperature-0::before {
  content: "\F2CB";
}
.fa-thermometer-0::before {
  content: "\F2CB";
}
.fa-thermometer-empty::before {
  content: "\F2CB";
}
.fa-temperature-full::before {
  content: "\F2C7";
}
.fa-temperature-4::before {
  content: "\F2C7";
}
.fa-thermometer-4::before {
  content: "\F2C7";
}
.fa-thermometer-full::before {
  content: "\F2C7";
}
.fa-temperature-half::before {
  content: "\F2C9";
}
.fa-temperature-2::before {
  content: "\F2C9";
}
.fa-thermometer-2::before {
  content: "\F2C9";
}
.fa-thermometer-half::before {
  content: "\F2C9";
}
.fa-temperature-high::before {
  content: "\F769";
}
.fa-temperature-low::before {
  content: "\F76B";
}
.fa-temperature-quarter::before {
  content: "\F2CA";
}
.fa-temperature-1::before {
  content: "\F2CA";
}
.fa-thermometer-1::before {
  content: "\F2CA";
}
.fa-thermometer-quarter::before {
  content: "\F2CA";
}
.fa-temperature-three-quarters::before {
  content: "\F2C8";
}
.fa-temperature-3::before {
  content: "\F2C8";
}
.fa-thermometer-3::before {
  content: "\F2C8";
}
.fa-thermometer-three-quarters::before {
  content: "\F2C8";
}
.fa-tenge-sign::before {
  content: "\F7D7";
}
.fa-tenge::before {
  content: "\F7D7";
}
.fa-tent::before {
  content: "\E57D";
}
.fa-tent-arrow-down-to-line::before {
  content: "\E57E";
}
.fa-tent-arrow-left-right::before {
  content: "\E57F";
}
.fa-tent-arrow-turn-left::before {
  content: "\E580";
}
.fa-tent-arrows-down::before {
  content: "\E581";
}
.fa-tents::before {
  content: "\E582";
}
.fa-terminal::before {
  content: "\F120";
}
.fa-text-height::before {
  content: "\F034";
}
.fa-text-slash::before {
  content: "\F87D";
}
.fa-remove-format::before {
  content: "\F87D";
}
.fa-text-width::before {
  content: "\F035";
}
.fa-thermometer::before {
  content: "\F491";
}
.fa-thumbs-down::before {
  content: "\F165";
}
.fa-thumbs-up::before {
  content: "\F164";
}
.fa-thumbtack::before {
  content: "\F08D";
}
.fa-thumb-tack::before {
  content: "\F08D";
}
.fa-ticket::before {
  content: "\F145";
}
.fa-ticket-simple::before {
  content: "\F3FF";
}
.fa-ticket-alt::before {
  content: "\F3FF";
}
.fa-timeline::before {
  content: "\E29C";
}
.fa-toggle-off::before {
  content: "\F204";
}
.fa-toggle-on::before {
  content: "\F205";
}
.fa-toilet::before {
  content: "\F7D8";
}
.fa-toilet-paper::before {
  content: "\F71E";
}
.fa-toilet-paper-slash::before {
  content: "\E072";
}
.fa-toilet-portable::before {
  content: "\E583";
}
.fa-toilets-portable::before {
  content: "\E584";
}
.fa-toolbox::before {
  content: "\F552";
}
.fa-tooth::before {
  content: "\F5C9";
}
.fa-torii-gate::before {
  content: "\F6A1";
}
.fa-tornado::before {
  content: "\F76F";
}
.fa-tower-broadcast::before {
  content: "\F519";
}
.fa-broadcast-tower::before {
  content: "\F519";
}
.fa-tower-cell::before {
  content: "\E585";
}
.fa-tower-observation::before {
  content: "\E586";
}
.fa-tractor::before {
  content: "\F722";
}
.fa-trademark::before {
  content: "\F25C";
}
.fa-traffic-light::before {
  content: "\F637";
}
.fa-trailer::before {
  content: "\E041";
}
.fa-train::before {
  content: "\F238";
}
.fa-train-subway::before {
  content: "\F239";
}
.fa-subway::before {
  content: "\F239";
}
.fa-train-tram::before {
  content: "\F7DA";
}
.fa-tram::before {
  content: "\F7DA";
}
.fa-transgender::before {
  content: "\F225";
}
.fa-transgender-alt::before {
  content: "\F225";
}
.fa-trash::before {
  content: "\F1F8";
}
.fa-trash-arrow-up::before {
  content: "\F829";
}
.fa-trash-restore::before {
  content: "\F829";
}
.fa-trash-can::before {
  content: "\F2ED";
}
.fa-trash-alt::before {
  content: "\F2ED";
}
.fa-trash-can-arrow-up::before {
  content: "\F82A";
}
.fa-trash-restore-alt::before {
  content: "\F82A";
}
.fa-tree::before {
  content: "\F1BB";
}
.fa-tree-city::before {
  content: "\E587";
}
.fa-triangle-exclamation::before {
  content: "\F071";
}
.fa-exclamation-triangle::before {
  content: "\F071";
}
.fa-warning::before {
  content: "\F071";
}
.fa-trophy::before {
  content: "\F091";
}
.fa-trowel::before {
  content: "\E589";
}
.fa-trowel-bricks::before {
  content: "\E58A";
}
.fa-truck::before {
  content: "\F0D1";
}
.fa-truck-arrow-right::before {
  content: "\E58B";
}
.fa-truck-droplet::before {
  content: "\E58C";
}
.fa-truck-fast::before {
  content: "\F48B";
}
.fa-shipping-fast::before {
  content: "\F48B";
}
.fa-truck-field::before {
  content: "\E58D";
}
.fa-truck-field-un::before {
  content: "\E58E";
}
.fa-truck-front::before {
  content: "\E2B7";
}
.fa-truck-medical::before {
  content: "\F0F9";
}
.fa-ambulance::before {
  content: "\F0F9";
}
.fa-truck-monster::before {
  content: "\F63B";
}
.fa-truck-moving::before {
  content: "\F4DF";
}
.fa-truck-pickup::before {
  content: "\F63C";
}
.fa-truck-plane::before {
  content: "\E58F";
}
.fa-truck-ramp-box::before {
  content: "\F4DE";
}
.fa-truck-loading::before {
  content: "\F4DE";
}
.fa-tty::before {
  content: "\F1E4";
}
.fa-teletype::before {
  content: "\F1E4";
}
.fa-turkish-lira-sign::before {
  content: "\E2BB";
}
.fa-try::before {
  content: "\E2BB";
}
.fa-turkish-lira::before {
  content: "\E2BB";
}
.fa-turn-down::before {
  content: "\F3BE";
}
.fa-level-down-alt::before {
  content: "\F3BE";
}
.fa-turn-up::before {
  content: "\F3BF";
}
.fa-level-up-alt::before {
  content: "\F3BF";
}
.fa-tv::before {
  content: "\F26C";
}
.fa-television::before {
  content: "\F26C";
}
.fa-tv-alt::before {
  content: "\F26C";
}
.fa-u::before {
  content: "U";
}
.fa-umbrella::before {
  content: "\F0E9";
}
.fa-umbrella-beach::before {
  content: "\F5CA";
}
.fa-underline::before {
  content: "\F0CD";
}
.fa-universal-access::before {
  content: "\F29A";
}
.fa-unlock::before {
  content: "\F09C";
}
.fa-unlock-keyhole::before {
  content: "\F13E";
}
.fa-unlock-alt::before {
  content: "\F13E";
}
.fa-up-down::before {
  content: "\F338";
}
.fa-arrows-alt-v::before {
  content: "\F338";
}
.fa-up-down-left-right::before {
  content: "\F0B2";
}
.fa-arrows-alt::before {
  content: "\F0B2";
}
.fa-up-long::before {
  content: "\F30C";
}
.fa-long-arrow-alt-up::before {
  content: "\F30C";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\F424";
}
.fa-expand-alt::before {
  content: "\F424";
}
.fa-up-right-from-square::before {
  content: "\F35D";
}
.fa-external-link-alt::before {
  content: "\F35D";
}
.fa-upload::before {
  content: "\F093";
}
.fa-user::before {
  content: "\F007";
}
.fa-user-astronaut::before {
  content: "\F4FB";
}
.fa-user-check::before {
  content: "\F4FC";
}
.fa-user-clock::before {
  content: "\F4FD";
}
.fa-user-doctor::before {
  content: "\F0F0";
}
.fa-user-md::before {
  content: "\F0F0";
}
.fa-user-gear::before {
  content: "\F4FE";
}
.fa-user-cog::before {
  content: "\F4FE";
}
.fa-user-graduate::before {
  content: "\F501";
}
.fa-user-group::before {
  content: "\F500";
}
.fa-user-friends::before {
  content: "\F500";
}
.fa-user-injured::before {
  content: "\F728";
}
.fa-user-large::before {
  content: "\F406";
}
.fa-user-alt::before {
  content: "\F406";
}
.fa-user-large-slash::before {
  content: "\F4FA";
}
.fa-user-alt-slash::before {
  content: "\F4FA";
}
.fa-user-lock::before {
  content: "\F502";
}
.fa-user-minus::before {
  content: "\F503";
}
.fa-user-ninja::before {
  content: "\F504";
}
.fa-user-nurse::before {
  content: "\F82F";
}
.fa-user-pen::before {
  content: "\F4FF";
}
.fa-user-edit::before {
  content: "\F4FF";
}
.fa-user-plus::before {
  content: "\F234";
}
.fa-user-secret::before {
  content: "\F21B";
}
.fa-user-shield::before {
  content: "\F505";
}
.fa-user-slash::before {
  content: "\F506";
}
.fa-user-tag::before {
  content: "\F507";
}
.fa-user-tie::before {
  content: "\F508";
}
.fa-user-xmark::before {
  content: "\F235";
}
.fa-user-times::before {
  content: "\F235";
}
.fa-users::before {
  content: "\F0C0";
}
.fa-users-between-lines::before {
  content: "\E591";
}
.fa-users-gear::before {
  content: "\F509";
}
.fa-users-cog::before {
  content: "\F509";
}
.fa-users-line::before {
  content: "\E592";
}
.fa-users-rays::before {
  content: "\E593";
}
.fa-users-rectangle::before {
  content: "\E594";
}
.fa-users-slash::before {
  content: "\E073";
}
.fa-users-viewfinder::before {
  content: "\E595";
}
.fa-utensils::before {
  content: "\F2E7";
}
.fa-cutlery::before {
  content: "\F2E7";
}
.fa-v::before {
  content: "V";
}
.fa-van-shuttle::before {
  content: "\F5B6";
}
.fa-shuttle-van::before {
  content: "\F5B6";
}
.fa-vault::before {
  content: "\E2C5";
}
.fa-vector-square::before {
  content: "\F5CB";
}
.fa-venus::before {
  content: "\F221";
}
.fa-venus-double::before {
  content: "\F226";
}
.fa-venus-mars::before {
  content: "\F228";
}
.fa-vest::before {
  content: "\E085";
}
.fa-vest-patches::before {
  content: "\E086";
}
.fa-vial::before {
  content: "\F492";
}
.fa-vial-circle-check::before {
  content: "\E596";
}
.fa-vial-virus::before {
  content: "\E597";
}
.fa-vials::before {
  content: "\F493";
}
.fa-video::before {
  content: "\F03D";
}
.fa-video-camera::before {
  content: "\F03D";
}
.fa-video-slash::before {
  content: "\F4E2";
}
.fa-vihara::before {
  content: "\F6A7";
}
.fa-virus::before {
  content: "\E074";
}
.fa-virus-covid::before {
  content: "\E4A8";
}
.fa-virus-covid-slash::before {
  content: "\E4A9";
}
.fa-virus-slash::before {
  content: "\E075";
}
.fa-viruses::before {
  content: "\E076";
}
.fa-voicemail::before {
  content: "\F897";
}
.fa-volcano::before {
  content: "\F770";
}
.fa-volleyball::before {
  content: "\F45F";
}
.fa-volleyball-ball::before {
  content: "\F45F";
}
.fa-volume-high::before {
  content: "\F028";
}
.fa-volume-up::before {
  content: "\F028";
}
.fa-volume-low::before {
  content: "\F027";
}
.fa-volume-down::before {
  content: "\F027";
}
.fa-volume-off::before {
  content: "\F026";
}
.fa-volume-xmark::before {
  content: "\F6A9";
}
.fa-volume-mute::before {
  content: "\F6A9";
}
.fa-volume-times::before {
  content: "\F6A9";
}
.fa-vr-cardboard::before {
  content: "\F729";
}
.fa-w::before {
  content: "W";
}
.fa-walkie-talkie::before {
  content: "\F8EF";
}
.fa-wallet::before {
  content: "\F555";
}
.fa-wand-magic::before {
  content: "\F0D0";
}
.fa-magic::before {
  content: "\F0D0";
}
.fa-wand-magic-sparkles::before {
  content: "\E2CA";
}
.fa-magic-wand-sparkles::before {
  content: "\E2CA";
}
.fa-wand-sparkles::before {
  content: "\F72B";
}
.fa-warehouse::before {
  content: "\F494";
}
.fa-water::before {
  content: "\F773";
}
.fa-water-ladder::before {
  content: "\F5C5";
}
.fa-ladder-water::before {
  content: "\F5C5";
}
.fa-swimming-pool::before {
  content: "\F5C5";
}
.fa-wave-square::before {
  content: "\F83E";
}
.fa-weight-hanging::before {
  content: "\F5CD";
}
.fa-weight-scale::before {
  content: "\F496";
}
.fa-weight::before {
  content: "\F496";
}
.fa-wheat-awn::before {
  content: "\E2CD";
}
.fa-wheat-alt::before {
  content: "\E2CD";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\E598";
}
.fa-wheelchair::before {
  content: "\F193";
}
.fa-wheelchair-move::before {
  content: "\E2CE";
}
.fa-wheelchair-alt::before {
  content: "\E2CE";
}
.fa-whiskey-glass::before {
  content: "\F7A0";
}
.fa-glass-whiskey::before {
  content: "\F7A0";
}
.fa-wifi::before {
  content: "\F1EB";
}
.fa-wifi-3::before {
  content: "\F1EB";
}
.fa-wifi-strong::before {
  content: "\F1EB";
}
.fa-wind::before {
  content: "\F72E";
}
.fa-window-maximize::before {
  content: "\F2D0";
}
.fa-window-minimize::before {
  content: "\F2D1";
}
.fa-window-restore::before {
  content: "\F2D2";
}
.fa-wine-bottle::before {
  content: "\F72F";
}
.fa-wine-glass::before {
  content: "\F4E3";
}
.fa-wine-glass-empty::before {
  content: "\F5CE";
}
.fa-wine-glass-alt::before {
  content: "\F5CE";
}
.fa-won-sign::before {
  content: "\F159";
}
.fa-krw::before {
  content: "\F159";
}
.fa-won::before {
  content: "\F159";
}
.fa-worm::before {
  content: "\E599";
}
.fa-wrench::before {
  content: "\F0AD";
}
.fa-x::before {
  content: "X";
}
.fa-x-ray::before {
  content: "\F497";
}
.fa-xmark::before {
  content: "\F00D";
}
.fa-close::before {
  content: "\F00D";
}
.fa-multiply::before {
  content: "\F00D";
}
.fa-remove::before {
  content: "\F00D";
}
.fa-times::before {
  content: "\F00D";
}
.fa-xmarks-lines::before {
  content: "\E59A";
}
.fa-y::before {
  content: "Y";
}
.fa-yen-sign::before {
  content: "\F157";
}
.fa-cny::before {
  content: "\F157";
}
.fa-jpy::before {
  content: "\F157";
}
.fa-rmb::before {
  content: "\F157";
}
.fa-yen::before {
  content: "\F157";
}
.fa-yin-yang::before {
  content: "\F6AD";
}
.fa-z::before {
  content: "Z";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-regular-400.woff2) format('woff2'), url(fonts/fa-regular-400.ttf) format('truetype');
}
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900.woff2) format('woff2'), url(fonts/fa-solid-900.ttf) format('truetype');
}
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-brands-400.woff2) format('woff2'), url(fonts/fa-brands-400.ttf) format('truetype');
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa-42-group:before {
  content: "\E080";
}
.fa-innosoft:before {
  content: "\E080";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-accessible-icon:before {
  content: "\F368";
}
.fa-accusoft:before {
  content: "\F369";
}
.fa-adn:before {
  content: "\F170";
}
.fa-adversal:before {
  content: "\F36A";
}
.fa-affiliatetheme:before {
  content: "\F36B";
}
.fa-airbnb:before {
  content: "\F834";
}
.fa-algolia:before {
  content: "\F36C";
}
.fa-alipay:before {
  content: "\F642";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-amazon-pay:before {
  content: "\F42C";
}
.fa-amilia:before {
  content: "\F36D";
}
.fa-android:before {
  content: "\F17B";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-angrycreative:before {
  content: "\F36E";
}
.fa-angular:before {
  content: "\F420";
}
.fa-app-store:before {
  content: "\F36F";
}
.fa-app-store-ios:before {
  content: "\F370";
}
.fa-apper:before {
  content: "\F371";
}
.fa-apple:before {
  content: "\F179";
}
.fa-apple-pay:before {
  content: "\F415";
}
.fa-artstation:before {
  content: "\F77A";
}
.fa-asymmetrik:before {
  content: "\F372";
}
.fa-atlassian:before {
  content: "\F77B";
}
.fa-audible:before {
  content: "\F373";
}
.fa-autoprefixer:before {
  content: "\F41C";
}
.fa-avianex:before {
  content: "\F374";
}
.fa-aviato:before {
  content: "\F421";
}
.fa-aws:before {
  content: "\F375";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-battle-net:before {
  content: "\F835";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-bilibili:before {
  content: "\E3D9";
}
.fa-bimobject:before {
  content: "\F378";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitcoin:before {
  content: "\F379";
}
.fa-bity:before {
  content: "\F37A";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-blackberry:before {
  content: "\F37B";
}
.fa-blogger:before {
  content: "\F37C";
}
.fa-blogger-b:before {
  content: "\F37D";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-bootstrap:before {
  content: "\F836";
}
.fa-bots:before {
  content: "\E340";
}
.fa-btc:before {
  content: "\F15A";
}
.fa-buffer:before {
  content: "\F837";
}
.fa-buromobelexperte:before {
  content: "\F37F";
}
.fa-buy-n-large:before {
  content: "\F8A6";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-canadian-maple-leaf:before {
  content: "\F785";
}
.fa-cc-amazon-pay:before {
  content: "\F42D";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-apple-pay:before {
  content: "\F416";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-centercode:before {
  content: "\F380";
}
.fa-centos:before {
  content: "\F789";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-chromecast:before {
  content: "\F838";
}
.fa-cloudflare:before {
  content: "\E07D";
}
.fa-cloudscale:before {
  content: "\F383";
}
.fa-cloudsmith:before {
  content: "\F384";
}
.fa-cloudversify:before {
  content: "\F385";
}
.fa-cmplid:before {
  content: "\E360";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-confluence:before {
  content: "\F78D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-cotton-bureau:before {
  content: "\F89E";
}
.fa-cpanel:before {
  content: "\F388";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-creative-commons-by:before {
  content: "\F4E7";
}
.fa-creative-commons-nc:before {
  content: "\F4E8";
}
.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}
.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}
.fa-creative-commons-nd:before {
  content: "\F4EB";
}
.fa-creative-commons-pd:before {
  content: "\F4EC";
}
.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}
.fa-creative-commons-remix:before {
  content: "\F4EE";
}
.fa-creative-commons-sa:before {
  content: "\F4EF";
}
.fa-creative-commons-sampling:before {
  content: "\F4F0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}
.fa-creative-commons-share:before {
  content: "\F4F2";
}
.fa-creative-commons-zero:before {
  content: "\F4F3";
}
.fa-critical-role:before {
  content: "\F6C9";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-css3-alt:before {
  content: "\F38B";
}
.fa-cuttlefish:before {
  content: "\F38C";
}
.fa-d-and-d:before {
  content: "\F38D";
}
.fa-d-and-d-beyond:before {
  content: "\F6CA";
}
.fa-dailymotion:before {
  content: "\E052";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-deezer:before {
  content: "\E077";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-deploydog:before {
  content: "\F38E";
}
.fa-deskpro:before {
  content: "\F38F";
}
.fa-dev:before {
  content: "\F6CC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-dhl:before {
  content: "\F790";
}
.fa-diaspora:before {
  content: "\F791";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-digital-ocean:before {
  content: "\F391";
}
.fa-discord:before {
  content: "\F392";
}
.fa-discourse:before {
  content: "\F393";
}
.fa-dochub:before {
  content: "\F394";
}
.fa-docker:before {
  content: "\F395";
}
.fa-draft2digital:before {
  content: "\F396";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-dribbble-square:before {
  content: "\F397";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-dyalog:before {
  content: "\F399";
}
.fa-earlybirds:before {
  content: "\F39A";
}
.fa-ebay:before {
  content: "\F4F4";
}
.fa-edge:before {
  content: "\F282";
}
.fa-edge-legacy:before {
  content: "\E078";
}
.fa-elementor:before {
  content: "\F430";
}
.fa-ello:before {
  content: "\F5F1";
}
.fa-ember:before {
  content: "\F423";
}
.fa-empire:before {
  content: "\F1D1";
}
.fa-envira:before {
  content: "\F299";
}
.fa-erlang:before {
  content: "\F39D";
}
.fa-ethereum:before {
  content: "\F42E";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-evernote:before {
  content: "\F839";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-facebook-f:before {
  content: "\F39E";
}
.fa-facebook-messenger:before {
  content: "\F39F";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-fantasy-flight-games:before {
  content: "\F6DC";
}
.fa-fedex:before {
  content: "\F797";
}
.fa-fedora:before {
  content: "\F798";
}
.fa-figma:before {
  content: "\F799";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-firefox-browser:before {
  content: "\E007";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-first-order-alt:before {
  content: "\F50A";
}
.fa-firstdraft:before {
  content: "\F3A1";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-flipboard:before {
  content: "\F44D";
}
.fa-fly:before {
  content: "\F417";
}
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-font-awesome-flag:before {
  content: "\F2B4";
}
.fa-font-awesome-logo-full:before {
  content: "\F2B4";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-fonticons-fi:before {
  content: "\F3A2";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-fort-awesome-alt:before {
  content: "\F3A3";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-freebsd:before {
  content: "\F3A4";
}
.fa-fulcrum:before {
  content: "\F50B";
}
.fa-galactic-republic:before {
  content: "\F50C";
}
.fa-galactic-senate:before {
  content: "\F50D";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-git-alt:before {
  content: "\F841";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-github:before {
  content: "\F09B";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-gitkraken:before {
  content: "\F3A6";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-gitter:before {
  content: "\F426";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-gofore:before {
  content: "\F3A7";
}
.fa-golang:before {
  content: "\E40F";
}
.fa-goodreads:before {
  content: "\F3A8";
}
.fa-goodreads-g:before {
  content: "\F3A9";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-google-drive:before {
  content: "\F3AA";
}
.fa-google-pay:before {
  content: "\E079";
}
.fa-google-play:before {
  content: "\F3AB";
}
.fa-google-plus:before {
  content: "\F2B3";
}
.fa-google-plus-g:before {
  content: "\F0D5";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-gratipay:before {
  content: "\F184";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-gripfire:before {
  content: "\F3AC";
}
.fa-grunt:before {
  content: "\F3AD";
}
.fa-guilded:before {
  content: "\E07E";
}
.fa-gulp:before {
  content: "\F3AE";
}
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-hacker-news-square:before {
  content: "\F3AF";
}
.fa-hackerrank:before {
  content: "\F5F7";
}
.fa-hashnode:before {
  content: "\E499";
}
.fa-hips:before {
  content: "\F452";
}
.fa-hire-a-helper:before {
  content: "\F3B0";
}
.fa-hive:before {
  content: "\E07F";
}
.fa-hooli:before {
  content: "\F427";
}
.fa-hornbill:before {
  content: "\F592";
}
.fa-hotjar:before {
  content: "\F3B1";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-hubspot:before {
  content: "\F3B2";
}
.fa-ideal:before {
  content: "\E013";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-instagram-square:before {
  content: "\E055";
}
.fa-instalod:before {
  content: "\E081";
}
.fa-intercom:before {
  content: "\F7AF";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-invision:before {
  content: "\F7B0";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-itch-io:before {
  content: "\F83A";
}
.fa-itunes:before {
  content: "\F3B4";
}
.fa-itunes-note:before {
  content: "\F3B5";
}
.fa-java:before {
  content: "\F4E4";
}
.fa-jedi-order:before {
  content: "\F50E";
}
.fa-jenkins:before {
  content: "\F3B6";
}
.fa-jira:before {
  content: "\F7B1";
}
.fa-joget:before {
  content: "\F3B7";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-js:before {
  content: "\F3B8";
}
.fa-js-square:before {
  content: "\F3B9";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-kaggle:before {
  content: "\F5FA";
}
.fa-keybase:before {
  content: "\F4F5";
}
.fa-keycdn:before {
  content: "\F3BA";
}
.fa-kickstarter:before {
  content: "\F3BB";
}
.fa-kickstarter-k:before {
  content: "\F3BC";
}
.fa-korvue:before {
  content: "\F42F";
}
.fa-laravel:before {
  content: "\F3BD";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-less:before {
  content: "\F41D";
}
.fa-line:before {
  content: "\F3C0";
}
.fa-linkedin:before {
  content: "\F08C";
}
.fa-linkedin-in:before {
  content: "\F0E1";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-lyft:before {
  content: "\F3C3";
}
.fa-magento:before {
  content: "\F3C4";
}
.fa-mailchimp:before {
  content: "\F59E";
}
.fa-mandalorian:before {
  content: "\F50F";
}
.fa-markdown:before {
  content: "\F60F";
}
.fa-mastodon:before {
  content: "\F4F6";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-mdb:before {
  content: "\F8CA";
}
.fa-medapps:before {
  content: "\F3C6";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-medium-m:before {
  content: "\F23A";
}
.fa-medrt:before {
  content: "\F3C8";
}
.fa-meetup:before {
  content: "\F2E0";
}
.fa-megaport:before {
  content: "\F5A3";
}
.fa-mendeley:before {
  content: "\F7B3";
}
.fa-microblog:before {
  content: "\E01A";
}
.fa-microsoft:before {
  content: "\F3CA";
}
.fa-mix:before {
  content: "\F3CB";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-mixer:before {
  content: "\E056";
}
.fa-mizuni:before {
  content: "\F3CC";
}
.fa-modx:before {
  content: "\F285";
}
.fa-monero:before {
  content: "\F3D0";
}
.fa-napster:before {
  content: "\F3D2";
}
.fa-neos:before {
  content: "\F612";
}
.fa-nfc-directional:before {
  content: "\E530";
}
.fa-nfc-symbol:before {
  content: "\E531";
}
.fa-nimblr:before {
  content: "\F5A8";
}
.fa-node:before {
  content: "\F419";
}
.fa-node-js:before {
  content: "\F3D3";
}
.fa-npm:before {
  content: "\F3D4";
}
.fa-ns8:before {
  content: "\F3D5";
}
.fa-nutritionix:before {
  content: "\F3D6";
}
.fa-octopus-deploy:before {
  content: "\E082";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-old-republic:before {
  content: "\F510";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-orcid:before {
  content: "\F8D2";
}
.fa-osi:before {
  content: "\F41A";
}
.fa-padlet:before {
  content: "\E4A0";
}
.fa-page4:before {
  content: "\F3D7";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-palfed:before {
  content: "\F3D8";
}
.fa-patreon:before {
  content: "\F3D9";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-perbyte:before {
  content: "\E083";
}
.fa-periscope:before {
  content: "\F3DA";
}
.fa-phabricator:before {
  content: "\F3DB";
}
.fa-phoenix-framework:before {
  content: "\F3DC";
}
.fa-phoenix-squadron:before {
  content: "\F511";
}
.fa-php:before {
  content: "\F457";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-pied-piper-hat:before {
  content: "\F4E5";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-square:before {
  content: "\E01E";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-pix:before {
  content: "\E43A";
}
.fa-playstation:before {
  content: "\F3DF";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-pushed:before {
  content: "\F3E1";
}
.fa-python:before {
  content: "\F3E2";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-quinscape:before {
  content: "\F459";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-r-project:before {
  content: "\F4F7";
}
.fa-raspberry-pi:before {
  content: "\F7BB";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-react:before {
  content: "\F41B";
}
.fa-reacteurope:before {
  content: "\F75D";
}
.fa-readme:before {
  content: "\F4D5";
}
.fa-rebel:before {
  content: "\F1D0";
}
.fa-red-river:before {
  content: "\F3E3";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-redhat:before {
  content: "\F7BC";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-replyd:before {
  content: "\F3E6";
}
.fa-researchgate:before {
  content: "\F4F8";
}
.fa-resolving:before {
  content: "\F3E7";
}
.fa-rev:before {
  content: "\F5B2";
}
.fa-rocketchat:before {
  content: "\F3E8";
}
.fa-rockrms:before {
  content: "\F3E9";
}
.fa-rust:before {
  content: "\E07A";
}
.fa-safari:before {
  content: "\F267";
}
.fa-salesforce:before {
  content: "\F83B";
}
.fa-sass:before {
  content: "\F41E";
}
.fa-schlix:before {
  content: "\F3EA";
}
.fa-screenpal:before {
  content: "\E570";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-searchengin:before {
  content: "\F3EB";
}
.fa-sellcast:before {
  content: "\F2DA";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-servicestack:before {
  content: "\F3EC";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-shopify:before {
  content: "\E057";
}
.fa-shopware:before {
  content: "\F5B5";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-sistrix:before {
  content: "\F3EE";
}
.fa-sith:before {
  content: "\F512";
}
.fa-sitrox:before {
  content: "\E44A";
}
.fa-sketch:before {
  content: "\F7C6";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-slack:before {
  content: "\F198";
}
.fa-slack-hash:before {
  content: "\F198";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AB";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-sourcetree:before {
  content: "\F7D3";
}
.fa-speakap:before {
  content: "\F3F3";
}
.fa-speaker-deck:before {
  content: "\F83C";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-square-font-awesome:before {
  content: "\F425";
}
.fa-square-font-awesome-stroke:before {
  content: "\F35C";
}
.fa-font-awesome-alt:before {
  content: "\F35C";
}
.fa-squarespace:before {
  content: "\F5BE";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-stackpath:before {
  content: "\F842";
}
.fa-staylinked:before {
  content: "\F3F5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-steam-symbol:before {
  content: "\F3F6";
}
.fa-sticker-mule:before {
  content: "\F3F7";
}
.fa-strava:before {
  content: "\F428";
}
.fa-stripe:before {
  content: "\F429";
}
.fa-stripe-s:before {
  content: "\F42A";
}
.fa-studiovinari:before {
  content: "\F3F8";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-supple:before {
  content: "\F3F9";
}
.fa-suse:before {
  content: "\F7D6";
}
.fa-swift:before {
  content: "\F8E1";
}
.fa-symfony:before {
  content: "\F83D";
}
.fa-teamspeak:before {
  content: "\F4F9";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-telegram-plane:before {
  content: "\F2C6";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-the-red-yeti:before {
  content: "\F69D";
}
.fa-themeco:before {
  content: "\F5C6";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-think-peaks:before {
  content: "\F731";
}
.fa-tiktok:before {
  content: "\E07B";
}
.fa-trade-federation:before {
  content: "\F513";
}
.fa-trello:before {
  content: "\F181";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-typo3:before {
  content: "\F42B";
}
.fa-uber:before {
  content: "\F402";
}
.fa-ubuntu:before {
  content: "\F7DF";
}
.fa-uikit:before {
  content: "\F403";
}
.fa-umbraco:before {
  content: "\F8E8";
}
.fa-uncharted:before {
  content: "\E084";
}
.fa-uniregistry:before {
  content: "\F404";
}
.fa-unity:before {
  content: "\E049";
}
.fa-unsplash:before {
  content: "\E07C";
}
.fa-untappd:before {
  content: "\F405";
}
.fa-ups:before {
  content: "\F7E0";
}
.fa-usb:before {
  content: "\F287";
}
.fa-usps:before {
  content: "\F7E1";
}
.fa-ussunnah:before {
  content: "\F407";
}
.fa-vaadin:before {
  content: "\F408";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-viber:before {
  content: "\F409";
}
.fa-vimeo:before {
  content: "\F40A";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-vimeo-v:before {
  content: "\F27D";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-vk:before {
  content: "\F189";
}
.fa-vnv:before {
  content: "\F40B";
}
.fa-vuejs:before {
  content: "\F41F";
}
.fa-watchman-monitoring:before {
  content: "\E087";
}
.fa-waze:before {
  content: "\F83F";
}
.fa-weebly:before {
  content: "\F5CC";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-weixin:before {
  content: "\F1D7";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-whatsapp-square:before {
  content: "\F40C";
}
.fa-whmcs:before {
  content: "\F40D";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-wirsindhandwerk:before {
  content: "\E2D0";
}
.fa-wsh:before {
  content: "\E2D0";
}
.fa-wix:before {
  content: "\F5CF";
}
.fa-wizards-of-the-coast:before {
  content: "\F730";
}
.fa-wodu:before {
  content: "\E088";
}
.fa-wolf-pack-battalion:before {
  content: "\F514";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-wordpress-simple:before {
  content: "\F411";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-wpressr:before {
  content: "\F3E4";
}
.fa-xbox:before {
  content: "\F412";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-yammer:before {
  content: "\F840";
}
.fa-yandex:before {
  content: "\F413";
}
.fa-yandex-international:before {
  content: "\F414";
}
.fa-yarn:before {
  content: "\F7E3";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-youtube-square:before {
  content: "\F431";
}
.fa-zhihu:before {
  content: "\F63F";
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Light.eot);
  src: url(fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Light.ttf) format("truetype"), url(fonts/ProximaNova-Light.woff) format("woff"), url(fonts/ProximaNova-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: 300;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Regular.eot);
  src: url(fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Regular.ttf) format("truetype"), url(fonts/ProximaNova-Regular.woff) format("woff"), url(fonts/ProximaNova-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Bold.eot);
  src: url(fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Bold.ttf) format("truetype"), url(fonts/ProximaNova-Bold.woff) format("woff"), url(fonts/ProximaNova-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: 700;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Extrabld.eot);
  src: url(fonts/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Extrabld.ttf) format("truetype"), url(fonts/ProximaNova-Extrabld.woff) format("woff"), url(fonts/ProximaNova-Extrabld.woff2) format("woff2");
  font-weight: 800;
  font-style: 800;
}
@font-face {
  font-family: "ProximaNova";
  src: url(fonts/ProximaNova-Black.eot);
  src: url(fonts/ProximaNova-Black.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-Black.ttf) format("truetype"), url(fonts/ProximaNova-Black.woff) format("woff"), url(fonts/ProximaNova-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: 900;
}
.pull-none {
  overflow: hidden;
  clear: none;
  float: none;
  width: auto;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
input[type="radio"] {
  box-shadow: none !important;
}
body.wireframe.backend_login {
  display: flex;
}
body.wireframe.backend_login #login_splash {
  background-image: url(images/forest.jpg);
  background-size: cover;
  background-position: center;
  order: 2;
  display: flex;
  width: 100%;
}
body.wireframe.backend_login #login_splash .overlay-layer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(32, 51, 84, 0.85), rgba(66, 95, 122, 0.5));
}
body.wireframe.backend_login #login_splash .overlay-layer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(25, 41, 60, 0.85), rgba(66, 95, 122, 0.5));
}
body.wireframe.backend_login #login_splash img {
  max-width: 250px;
  margin: auto;
}
body.wireframe.backend_login #content {
  padding: 60px;
  background-color: #f4f5f6;
  width: 60%;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wireframe.backend_login #content .login_form {
  margin: 20px;
}
body.wireframe.backend_login #content .login_form .welcome-message {
  padding: 0 0 40px 0;
}
body.wireframe.backend_login #content .login_form .welcome-message h3 {
  font-family: "ProximaNova";
  font-size: 42px;
  font-weight: 600;
  color: #2C3E50;
}
body.wireframe.backend_login #content .login_form .welcome-message span {
  font-family: "ProximaNova";
  font-size: 22px;
  font-weight: 400;
  color: #304568;
}
body.wireframe.backend_login #content .login_form #auth_dialog form {
  background: transparent;
  background-color: transparent;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder {
  padding: 0px;
  margin: 10px 0;
  width: 100%;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder label {
  font-size: 16px;
  font-weight: 300;
  color: rgba(48, 69, 104, 0.5);
  margin-bottom: 10px;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder input {
  height: 50px;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder {
  display: flex;
  border: none;
  background: transparent;
  padding: 20px 0;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  width: 100%;
  margin: 0;
  height: 50px;
  text-transform: uppercase;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red {
  background-color: #bf2b48;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(191, 43, 72, 0.5);
  background-color: rgba(191, 43, 72, 0.95);
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:focus {
  outline: none;
}
body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
  background-color: #304568;
}
body.wireframe.backend_login #content .login_form #auth_dialog .invalid-credentials {
  font-size: 16px;
  font-weight: 400;
  color: #ed3c5f;
}
body.wireframe.expanded_menu #wireframe_menu {
  max-width: 215px;
}
body.wireframe.expanded_menu #wireframe_menu .logo a .watermark-img {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 1s;
}
body.wireframe.expanded_menu #wireframe_menu .main_menu_item.expand_menu_icon a span.icon i {
  transform: rotate(-180deg);
}
body.wireframe.expanded_menu #wireframe_menu .main_menu_item a span.icon {
  margin: 0 0 0 23px;
}
body.wireframe.expanded_menu #wireframe_menu .main_menu_item a span.label {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transition: opacity 1s;
}
body.wireframe.expanded_menu #wireframe_menu .plus_menu_item a span.icon i {
  transform: rotate(-180deg);
}
body.wireframe.expanded_menu #wireframe_menu a span.icon {
  margin: 0 0 0 23px;
}
body.wireframe.expanded_menu #wireframe_menu a span.label {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transition: opacity 1s;
}
body.wireframe.expanded_menu .main-content-wrapper {
  left: 215px;
}
body.wireframe.expanded_menu #menu .main_menu_item a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.wireframe.expanded_menu #menu .main_menu_item a span.label {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs {
  top: 0;
  left: 0;
  border-bottom: none;
  height: 45px;
  background-color: #304568;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title {
  margin-left: 0;
  padding: 0;
  background: none;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body.wireframe #wireframe_menu .logo a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  padding: 10px 12px;
}
body.wireframe #wireframe_menu .logo a:hover {
  cursor: pointer;
}
body.wireframe #wireframe_menu .logo a .logo-img {
  display: flex;
  padding: 7.5px;
  border-radius: 3px;
}
body.wireframe #wireframe_menu .logo a .logo-img:hover {
  background-color: #304568;
}
body.wireframe #wireframe_menu .logo a .watermark-img {
  opacity: 0;
  visibility: hidden;
  margin-left: -2px;
}
body.wireframe #wireframe_menu #menu .main_menu_item a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
body.wireframe #wireframe_menu #menu .main_menu_item a span.label {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.wireframe #wireframe_menu #menu .plus_menu_item a {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  z-index: 5000;
}
body.wireframe #wireframe_menu #menu .plus_menu_item a span.icon {
  margin: 15px 0 15px 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: none;
  background: linear-gradient(227deg, #8cc2a9 0%, #92ba00 100%) !important;
}
body.wireframe #wireframe_menu #menu .plus_menu_item a span.icon i {
  color: #243454;
  font-size: 16px;
}
body.wireframe #wireframe_menu #menu .plus_menu_item a span.label {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.wireframe #wireframe_menu #menu .plus_menu_item:hover .icon {
  background: linear-gradient(227deg, #84dab2 0%, #86ac00 100%) !important;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs {
  top: 0;
  left: 0;
  border-bottom: none;
  height: 45px;
  background-color: #304568;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title {
  margin-left: 0;
  padding: 0;
  background: none;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button {
  font-size: 14px;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button::before {
  content: "\F060";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button:hover {
  background-color: #385179;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .back-button::before {
  margin-right: 0;
  font-size: 14px;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title .page_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #wireframe_page_title h1#page_title {
  margin: 0;
  font-weight: 400;
  font-size: 18px !important;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 1;
  order: 3;
  list-style-type: none;
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button:hover {
  background-color: #385179;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  height: 100%;
  padding: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-icon {
  order: 1;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-icon i {
  width: initial;
  height: initial;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .sign-out-icon {
  order: 3;
  text-align: center;
  margin-left: 15px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .sign-out-icon i {
  width: 50%;
  height: 100%;
  font-size: 16px;
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details {
  order: 2;
  padding: 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details .label {
  font-size: 16px;
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details .label.user-first-name {
  display: inline;
  font-weight: 300;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button a .user-details .label.user-last-name {
  display: inline;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .user-icon {
  float: left;
  background-color: rgba(255, 255, 255, 0.15);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .user-icon i {
  font-size: 16px;
  color: white;
  height: 100%;
  width: 50%;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button .user-details {
  float: right;
  margin-left: 15px;
  padding: 4px;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button .user-details .label {
  font-size: 16px;
  font-weight: 500;
  color: white;
  display: block;
  padding: 0;
  margin: 0 0 3px 0;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account .top_toolbar_button .user-details .role {
  font-size: 16px;
  font-weight: 300;
  color: white;
  display: block;
  text-transform: lowercase;
}
body.wireframe .main-content-wrapper #wireframe_page_tabs #account #add_task {
  z-index: 200000;
}
body.wireframe .main-content-wrapper #wireframe_main_container {
  left: 0;
  bottom: 0;
  top: 45px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content {
  top: 0 !important;
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage {
  top: 0 !important;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage > div {
  margin-left: 15px;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage > div:first-child {
  margin-left: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .title-icon {
  order: 1;
  display: flex;
  align-items: center;
  color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .title-icon i {
  font-size: 22px;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .title-icon span {
  font-size: 22px;
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button {
  order: 2;
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  font-family: "ProximaNova";
  text-transform: uppercase;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button:hover {
  box-shadow: 1px 1px 4px #e9ebed;
  background-color: #e9ebed;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .widget-title .dismiss-all-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .body.has-sidebar {
  padding: 0;
  border-radius: 0;
  background-color: #f4f5f6;
  padding: 30px;
  margin-right: 0;
  height: 100%;
  flex-grow: 10;
  flex-shrink: 7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .sidebar-right {
  margin-right: 0 !important;
  background-color: #f4f5f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content.homepage .sidebar-wrapper .sidebar-right .widget-title {
  padding: 30px 30px 5px 30px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper {
  position: relative;
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#insurance_companies .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon {
  background-color: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#insurance_companies .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon::after {
  content: "\F1AD";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#partners .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon {
  background-color: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#partners .object_list_group_head[grouping_property="company_id"] .object_list_group_name .icon::after {
  content: "\F0F9";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F56C";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:before {
  bottom: 145%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:after {
  bottom: 105%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\F15B";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .objects_list_title {
  text-transform: unset !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group {
  border-radius: 0;
  background-color: #EBEEF1;
  padding: 20px;
  border: none;
  box-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button i {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions {
  background: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label input {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: none;
  border-top: none;
  border-radius: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red {
  background-color: #ed3c5f;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(237, 60, 95, 0.5);
  background-color: rgba(237, 60, 95, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F56C";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #7F8C8D;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:before {
  bottom: 145%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .created_on_date:after {
  bottom: 105%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_head .object_list_group_name .icon {
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_head .object_list_group_name .icon:after {
  content: "\F502";
  color: #ea9200;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_body .objects_list_item .avatar.icon {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.admin_files .object_list_group_body .objects_list_item .avatar.icon:after {
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list .objects_list_body .object_list_group.other_files .object_list_group_head .object_list_group_name .icon:after {
  content: "\F171";
  font-family: "Font Awesome 6 Brands";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper.admin_bucket_file .vcard_top .user-icon {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper.admin_bucket_file .vcard_top .user-icon:after {
  color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon {
  background-color: #9EA7B1;
  border-color: #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\F15B";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .objects_list_title {
  text-transform: unset !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group {
  border-radius: 0;
  background-color: #EBEEF1;
  padding: 20px;
  border: none;
  box-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button i {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .group .objects_list_multi_actions_form .separate_action button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions {
  background: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper form table.objects_list_multi_actions label input {
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: none;
  border-top: none;
  border-radius: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red {
  background-color: #ed3c5f;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(237, 60, 95, 0.5);
  background-color: rgba(237, 60, 95, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details .objects_list_details_multi_wrapper .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F073";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options {
  margin: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="failed"] {
  background-color: #bf2b48 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="failed"]:before {
  content: "\F12A";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="delivered"] {
  background-color: #48bf2b !important;
  text-transform: capitalize;
  color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="delivered"]:before {
  content: "\F00C";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="incompatible"] {
  background-color: #8a1ea1 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="incompatible"]:before {
  content: "\F12A";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="received"] {
  background-color: #48bf2b !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .item_labels_tags_options span.label_label[status="received"]:before {
  content: "\F560";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#faxes .objects_list_details {
  left: 35%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F46D";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .icon::after {
  content: "\F0AE";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .title {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status="Completed"] .task-status .item_labels_tags_options span.label:before {
  content: "\F00C";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #48bf2b;
  margin-right: 5px;
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status="Archived"] .task-status .item_labels_tags_options span.label:before {
  content: "\F01C";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Low"] .icon {
  background-color: #48bf2b !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Normal"] .icon {
  background-color: #1F51E7 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="High"] .icon {
  background-color: #dd8500 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Urgent"] .icon {
  background-color: #bf2b48 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[confidential="true"] .icon {
  border-color: #bf2b48 !important;
  border-width: 3px;
  border-style: solid;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-info {
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-status {
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-status .item_labels_tags_options {
  margin: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .task .task-status .item_labels_tags_options span.label {
  background-color: white;
  color: #2C3E50;
  padding: 3px 6px;
  margin: 3px;
  border-radius: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="Urgent"] .user-icon {
  background-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="High"] .user-icon {
  background-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="Normal"] .user-icon {
  background-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task[priority="Low"] .user-icon {
  background-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
  background-color: #243454;
  border-color: transparent;
  justify-content: center;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: transparent;
  border: 2px solid transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .task .user-icon .icon::after {
  content: "\F0AE";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 24px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#tasks .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F1AD";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #7F8C8D;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .avatar.icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .avatar.icon::after {
  content: "\F0E3";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 18px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item .title {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status=closed] .avatar.icon {
  background-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[status=archived] .avatar.icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Low"] .icon {
  background-color: #48bf2b !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Normal"] .icon {
  background-color: #1F51E7 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="High"] .icon {
  background-color: #dd8500 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list .objects_list_body .object_list_group .object_list_group_body .objects_list_item[priority="Urgent"] .icon {
  background-color: #bf2b48 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="Urgent"] .user-icon {
  background-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="High"] .user-icon {
  background-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="Normal"] .user-icon {
  background-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute[priority="Low"] .user-icon {
  background-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
  background-color: #243454;
  border-color: transparent;
  justify-content: center;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: transparent;
  border: 2px solid transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .dispute .user-icon .icon::after {
  content: "\F0AE";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 24px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#disputes .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container {
  height: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#users .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#users .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F508";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#document-files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#document-files .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F46C";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top {
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\F15C" !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper {
  margin-top: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit {
  height: initial;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sorting-parameters {
  order: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sorting-parameters .sorting-parameter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sorting-parameters .sorting-parameter label {
  margin-right: 10px;
  width: 100px;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button {
  order: 2;
  margin-top: 5px;
  margin-left: 35px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button::before {
  content: "\F0DC";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled {
  background-color: #ECF0F1;
  border-radius: 2px;
  color: white;
  border: 1px solid #BDC3C7;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled::before {
  content: "\F0DC";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled:hover {
  box-shadow: 1px 1px 4px rgba(236, 240, 241, 0.5);
  background-color: rgba(236, 240, 241, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .objects_list_details_single_wrapper .vcard_data_wrapper #bucket_file_edit .sorting-parameters-wrapper .sort-button button.disabled:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#bucket_files .file-preview {
  margin-top: 20px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon {
  background-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list .objects_list_body .object_list_group .object_list_group_head .object_list_group_name .icon::after {
  content: "\F46C";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top {
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-icon:after {
  content: "\F15B";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .vcard_top .user-title a {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper#trash-items .objects_list_details .objects_list_details_single_wrapper .action-buttons .action-button {
  border-color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: none;
  border-right: 1px solid rgba(178, 190, 195, 0.75);
  background-color: #EBEEF1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head {
  background: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  flex-grow: 10;
  padding: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .objects_list_top_row {
  display: flex;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search {
  flex-grow: 1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search::before {
  content: "\F002";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #7F8C8D;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search input {
  height: 45px;
  background-color: white;
  border-radius: 0;
  border: none;
  box-shadow: 0px 1px 1px #d6d6d6;
  padding-left: 55px;
  padding-right: 45px;
  color: #2C3E50;
  font-size: 16px;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search input:hover {
  box-shadow: 0px 2px 4px #d6d6d6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_search i.clear-search {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #7F8C8D;
  font-size: 16px;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .tap-select {
  padding: 8px 15px;
  border-radius: 22px;
  margin-left: 10px;
  background-color: #304568;
  color: white;
  font-size: 20px;
  opacity: 0.5;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options {
  position: relative;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul:empty {
  margin-top: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option {
  width: 100%;
  height: 100%;
  border: none;
  margin-right: 15px;
  position: initial;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option.object_list_filtering .object_list_option_dropdown {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option:hover {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option:last-child {
  margin-right: 0 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option.opened .object_list_option_dropdown {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button {
  height: 40px;
  background-color: white;
  border-radius: 0;
  box-shadow: 0px 1px 1px #d6d6d6;
  color: #7F8C8D;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  text-indent: 0;
  background-image: none !important;
  padding: 10px;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button.opened:hover {
  box-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button:hover {
  color: #243454;
  box-shadow: 0px 2px 4px #d6d6d6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button:hover:after {
  color: #243454;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option .object_list_option_button:after {
  content: "\F0D7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #7F8C8D;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload {
  width: 50%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 7px 15px 6px 15px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button::before {
  content: "\F2F1";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:before {
  font-size: 11px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload .object_list_option_button:after {
  content: "";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all {
  width: 43%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 7px 15px 6px 15px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button::before {
  content: "\F2F1";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:before {
  font-size: 11px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_options > ul .object_list_option#reload_all .object_list_option_button:after {
  content: "";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar {
  max-height: 30px;
  padding: 7px 15px !important;
  outline: none !important;
  width: 100%;
  margin: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar:not(:last-child) {
  margin-right: 15px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"] {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"] a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"]::before {
  content: "\F3BE";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"]:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="inbound"]:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"] {
  background-color: white;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"] a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"]::before {
  content: "\F3BF";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"]:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar[value="outbound"]:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar.selected {
  background-color: rgba(48, 69, 104, 0.2);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_head .object_list_button_bar#filter-direction .button-bar.selected:hover {
  background-color: rgba(48, 69, 104, 0.2);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body {
  position: relative;
  display: flex;
  flex-basis: 100%;
  border-right: none;
  top: 0 !important;
  bottom: 0 !important;
  flex-shrink: 10;
  flex-grow: 20;
  background-color: #EBEEF1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 5px !important;
  text-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .tap-select-group-selector {
  font-size: 20px;
  padding: 10px;
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle {
  align-self: center;
  display: flex;
  align-items: center;
  width: 35px;
  height: 59px;
  color: #7F8C8D;
  font-size: 14px;
  padding: 0px;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle i {
  transition: 0.4s ease;
  font-size: 14px;
  margin: auto;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle.expanded i {
  transform: rotateZ(90deg);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .expandable-toggle:hover {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 2;
  flex-shrink: 20;
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  text-shadow: none;
  padding: 0;
  width: 100%;
  min-height: 60px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name:hover {
  cursor: default;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name .icon {
  order: 1;
  width: 35px;
  height: 35px;
  background-color: white;
  border: 1px solid #9EA7B1;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head .object_list_group_name .text {
  order: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head:hover {
  background-color: #f4f5f6 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head.selected {
  background-color: #D9DFE5 !important;
  border-top: none !important;
  border-bottom: 1px solid white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head span.object_list_group_count {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: #7F8C8D;
  cursor: default;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head.clickable .object_list_group_name:hover {
  cursor: pointer !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head.clickable:hover {
  cursor: pointer !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head[grouping_property="insurance_company_id"] .object_list_group_name .icon::after {
  content: "\F1AD";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head[grouping_property="status"] .object_list_group_name .icon::after {
  content: "\F192";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group .object_list_group_head[grouping_property="casemanager_id"] .object_list_group_name .icon::after {
  content: "\F508";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #9EA7B1;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more .object_list_group_head .object_list_group_name {
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more .object_list_group_head .object_list_group_name a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #34495e;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more.refreshing .object_list_group_head {
  background-image: url(images/indicator-loading-big.gif);
  background-position: center 23px;
  background-repeat: no-repeat;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body > div .object_list_group.load_more.refreshing .object_list_group_head .object_list_group_name {
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 0 5px 40px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item:hover {
  background-color: #f4f5f6 !important;
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] {
  padding-left: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] div.flagged {
  width: 30px;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] div.flagged span.flagged {
  font-size: 16px;
  color: #ed3c5f;
  margin: 3px 8px 3px 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[flagged="1"] div.avatar {
  background-color: #ed3c5f;
  border-color: #ed3c5f;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div {
  text-shadow: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.avatar {
  width: 35px;
  height: 35px;
  position: relative;
  background-color: #BDC3C7;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.patient-info {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #243454;
  display: flex;
  flex-direction: column;
  flex-grow: 20;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.patient-info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.patient-info .status {
  display: block;
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options {
  margin: 0px 5px;
  border: none;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-shrink: 20;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_label {
  width: auto !important;
  min-height: 25px;
  background-color: #d8dde1 !important;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #243454 !important;
  padding: 3px 6px;
  margin: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_tag {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_tag:before {
  content: "\F02B";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_triage_initials {
  background-color: lightgrey !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_info {
  font-size: 16px;
  color: #243454;
  margin: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_enclosure {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_enclosure::before {
  content: "\F0C6";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_sent {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_sent::before {
  content: "\F14D";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_more_info {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item div.item_labels_tags_options span.label_more_info:before {
  content: "\F06A";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 10px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item .name {
  flex-grow: 20;
  flex-shrink: 10;
  flex: 1;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item .tap-select-item-selector {
  font-size: 20px;
  padding: 10px;
  display: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected {
  background-color: #D9DFE5;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_label {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_enclosure {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_sent {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_more_info {
  font-size: 16px;
  background-color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item.selected .item_labels_tags_options span.label_triage_initials {
  font-size: 16px;
  background-color: lightgrey !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] {
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper {
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="0"] .avatar-wrapper .avatar {
  background-color: #E9D316;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="0"] .avatar-wrapper .avatar::before {
  background-color: #EBEB44;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="1"] .avatar-wrapper .avatar {
  background-color: #48bf2b;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="1"] .avatar-wrapper .avatar::before {
  background-color: #4fd02f;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="2"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="2"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="3"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="3"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="4"] .avatar-wrapper .avatar {
  background-color: #bf2b48;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="4"] .avatar-wrapper .avatar::before {
  background-color: #ed3c5f;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="5"] .avatar-wrapper .avatar {
  background-color: #1F51E7;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="5"] .avatar-wrapper .avatar::before {
  background-color: #4a72ec;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="9"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="9"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="6"] .avatar-wrapper .avatar {
  background-color: #dd8500;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"][status="6"] .avatar-wrapper .avatar::before {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border: 1px solid #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper .avatar::after {
  content: "\F007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patients"] .avatar-wrapper .avatar::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patient_files"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="patient_files"] .avatar::after {
  content: "\F15B";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="partners"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="partners"] .avatar::after {
  content: "\F007";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="insurances"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="insurances"] .avatar::after {
  content: "\F3ED";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="documents"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="documents"] .avatar::after {
  content: "\F15B";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="bucket_file"] .avatar {
  background-color: #9EA7B1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="bucket_file"] .avatar::after {
  content: "\F15C";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="letters"]:not(:last-child) {
  border-bottom: 1px solid white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="letters"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="letters"] .avatar::after {
  content: "\F0E0";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="faxes"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="faxes"] .avatar::after {
  content: "\F1AC";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[fax_belongs_to_current_user="true"] .avatar {
  background-color: #dd8500 !important;
  border: 2px solid #dd8500 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="user"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="user"] .avatar::after {
  content: "\F007";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="trash"] .avatar {
  background-color: #9EA7B1;
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .objects_list_body div.was-table div.objects_list_item[type="trash"] .avatar::after {
  content: "\F15B";
  font-family: "Font Awesome 6 Free";
  color: white;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list:hover .add-button {
  opacity: 1;
  animation: fadeinFrom05 0.2s ease-in;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0.5;
  animation: fadeoutTo05 0.2s ease-in;
  z-index: 50000000;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-family: "ProximaNova";
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.active {
  opacity: 1;
  animation: fadeinFrom05 0.2s ease-in;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.touch-screen {
  opacity: 1 !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button i.icon::before {
  content: "\F067";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.amb-tooltip-top::after {
  border-top: 5px solid #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list .add-button.amb-tooltip-top::before {
  background-color: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details {
  background-color: white;
  top: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_title {
  text-transform: none;
  font-size: 28px;
  color: #304568;
  padding: 32px 0;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_icon .icon-wrapper {
  width: 125px;
  height: 125px;
  background-color: rgba(48, 69, 104, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_icon .icon-wrapper i {
  font-size: 50px;
  color: rgba(48, 69, 104, 0.7);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_lists_tips {
  padding: 20px 0 10px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_lists_tips .tip {
  color: rgba(44, 62, 80, 0.8);
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_lists_tips .tip span {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions {
  padding: 20px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li {
  padding: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a::before {
  content: "\F067";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details.empty .objects_list_details_empty_wrapper .empty_content .objects_list_details_actions ul li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper {
  padding: 30px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper {
  padding: 0;
  margin: 0 !important;
  max-width: 100% !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard {
  margin: 0 0 10px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top {
  order: 1;
  background: none;
  margin: 0 0 15px 0;
  padding: 0;
  float: none;
  line-height: normal;
  min-height: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 50%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-icon {
  position: relative;
  margin-right: 15px;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-title {
  font-size: 28px;
  font-weight: 500;
  color: #243454;
  margin-top: -2px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status {
  font-size: 16px;
  margin-left: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status.clickable {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
  background-color: transparent;
  border-radius: 2px;
  color: #7F8C8D;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status a {
  color: #7F8C8D;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status:hover {
  box-shadow: 1px 1px 4px transparent;
  background-color: transparent;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status i {
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper .user-status .change-status:hover {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user .user-icon {
  border: 2px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient .user-icon::after,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user .user-icon::after {
  content: "\F007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user .user-icon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  left: 33px;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="0"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="0"] .user-icon {
  background-color: #E9D316;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="0"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="0"] .user-icon::before {
  background-color: #EBEB44;
  border-color: #E9D316;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="1"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="1"] .user-icon {
  background-color: #48bf2b;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="1"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="1"] .user-icon::before {
  background-color: #4fd02f;
  border-color: #48bf2b;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="2"] .avatar-wrapper .avatar,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="2"] .avatar-wrapper .avatar {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="2"] .avatar-wrapper .avatar::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="2"] .avatar-wrapper .avatar::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="3"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="3"] .user-icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="3"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="3"] .user-icon::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="4"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="4"] .user-icon {
  background-color: #bf2b48;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="4"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="4"] .user-icon::before {
  background-color: #ed3c5f;
  border-color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="5"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="5"] .user-icon {
  background-color: #1F51E7;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="5"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="5"] .user-icon::before {
  background-color: #4a72ec;
  border-color: #1F51E7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="9"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="9"] .user-icon {
  background-color: #BDC3C7;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="9"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="9"] .user-icon::before {
  background-color: #ECF0F1;
  border-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="6"] .user-icon,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="6"] .user-icon {
  background-color: #dd8500;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.patient[status="6"] .user-icon::before,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user[status="6"] .user-icon::before {
  background-color: #ea9200;
  border-color: #dd8500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user_without_status .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.user_without_status .user-icon::after {
  content: "\F007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.company .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.company .user-icon::after {
  content: "\F3ED";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.insurance_company .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.insurance_company .user-icon::after {
  content: "\F1AD";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.provider_company .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.provider_company .user-icon::after {
  content: "\F0F9";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.edit_invoice .user-icon {
  background-color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_top .user-wrapper.edit_invoice .user-icon::after {
  content: "\F155";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 45px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 22px;
  width: 47px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags {
  order: 2;
  padding-top: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags-header {
  margin-top: 7.5px;
  margin-right: 15px;
  color: #2C3E50;
  font-size: 16px;
  min-width: 60px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags-header i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags-header span {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  background-color: #eceff2;
  border-radius: 2px;
  color: #304568;
  border: 1px solid #eceff2;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag::before {
  content: "\F02B";
  font-family: 'Font Awesome 6 Free';
  color: #304568;
  font-weight: 600;
  font-size: 9px;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag:hover {
  box-shadow: 1px 1px 4px rgba(236, 239, 242, 0.5);
  background-color: rgba(236, 239, 242, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag:before {
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .tags .tag i.remove-tag {
  margin-left: 5px;
  color: #7F8C8D;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 7.5px;
  margin-left: 5px;
  min-width: 100px;
  background-color: transparent;
  border-radius: 2px;
  color: #7F8C8D;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags a {
  color: #7F8C8D;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags:hover {
  box-shadow: 1px 1px 4px transparent;
  background-color: transparent;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags i {
  font-size: 12px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .edit-tags:hover {
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .bootstrap-tagsinput {
  display: flex;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_tags .bootstrap-tagsinput .tag {
  padding: 3px 8px;
  background: #304568;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links {
  order: 3;
  padding-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links-header {
  margin-right: 15px;
  color: #2C3E50;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links-header i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links-header span {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link {
  background-color: transparent;
  border-radius: 2px;
  color: #304568;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link span {
  font-weight: 400;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_links .links .link:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content {
  order: 4;
  background: none;
  /*padding-top: 10px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px -10px -10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper {
  flex-grow: 5;
  flex-shrink: 5;
  min-width: 300px;
  flex-basis: auto;
  box-sizing: border-box;
  margin: 10px;
  padding: 15px 20px 20px 15px;
  background-color: rgba(235, 238, 241, 0.6);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_title {
  color: #2C3E50;
  display: flex;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_title i {
  font-size: 14px;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_title span {
  font-size: 18px;
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button {
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button:hover {
  box-shadow: 1px 1px 4px #D9DFE5;
  background-color: #D9DFE5;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data_header .vcard_data_action_buttons .action-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data {
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  position: relative;
  left: 0;
  border: none;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties {
  padding: 0 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property .vcard-label {
  color: #304568;
  text-align: left;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property .content {
  color: #243454;
  font-size: 16px;
  font-weight: 400;
  border-bottom-color: rgba(48, 69, 104, 0.1);
  padding: 3px 10px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_content .vcard_data_wrapper .vcard_data .properties .property.red .content {
  background-color: rgba(131, 200, 185, 0.1);
  color: #2C3E50;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom {
  order: 5;
  background: none;
  display: flex;
  flex-direction: row;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items {
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items .total-items-label,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items .total-items-value {
  font-size: 16px;
  color: #243454;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .total-items .total-items-value {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons.content-centered {
  justify-content: center !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button {
  list-style: outside none none;
  text-transform: capitalize;
  padding: 10px 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a {
  display: inline-block;
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .vcard_bottom .action-buttons .action-button a:hover {
  border-color: #e6e8eb;
  box-shadow: 1px 1px 4px #e6e8eb;
  background-color: #e6e8eb;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container {
  order: 5;
  width: 100%;
  margin: 20px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container section {
  position: relative;
  display: none;
  padding: 20px;
  background-color: rgba(235, 238, 241, 0.6);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container input.tab {
  display: none;
  background-color: white;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container input.tab:checked + label {
  border-top: 3px solid #4fd02f;
  background-color: rgba(235, 238, 241, 0.6);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label {
  display: inline-block;
  margin: 0px -4px 0px 0px;
  padding: 15px 20px;
  font-weight: 400;
  text-align: center;
  color: #304568;
  border-top: 1px solid transparent;
  border: 1px solid #f4f5f6;
  font-size: 16px;
  position: relative;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label[for="tab1"]::before {
  content: "\F29A";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label[for="tab2"]::before {
  content: "\F249";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label[for="tab3"]::before {
  content: "\F249";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label[for="tab4"]::before {
  content: "\F249";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label[for="tab5"]::before {
  content: "\F56C";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label[for="tab6"]::before {
  content: "\F14B";
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label:hover {
  cursor: pointer;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container label span.badge {
  right: 4px;
  top: 5px;
  margin: 0;
  padding: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  color: white;
  background-color: #48bf2b;
  border: 1px solid #48bf2b;
  border-radius: 100%;
  position: absolute;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab1:checked ~ #content1,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab2:checked ~ #content2,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab3:checked ~ #content3,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab4:checked ~ #content4,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab5:checked ~ #content5,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .object_inspector .vcard .tabs-container #tab6:checked ~ #content6 {
  display: block;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button i.right-icon {
  margin-right: 0;
  margin-left: 5px;
  color: #BDC3C7;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button.active {
  background-color: #f4f5f6;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a a,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a:hover,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a:hover,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a:hover,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#financial_notes_list_inspector_object_action_add_note a:disabled,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#legal_notes_list_inspector_object_action_add_note a:disabled,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#notes_list_inspector_object_action_add_note a:disabled,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons .action-button#inspector_object_action_add_encounter a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons #page_action_unflag_item {
  color: #ed3c5f;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .action-buttons #page_action_unflag_item a {
  color: #ed3c5f;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper .fax_vcard {
  margin-bottom: 25px !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon {
  order: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-icon .icon::after {
  content: "\F1AC";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-icon-wrapper .amb-item-content {
  order: 2;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content {
  display: flex;
  flex-direction: column;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from span,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to span {
  font-size: 16px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from span.amb-item-label,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to span.amb-item-label {
  margin-right: 5px;
  font-weight: 300;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from span.amb-item-value,
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to span.amb-item-value {
  font-weight: 500;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-from {
  order: 1;
  padding: 3px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to {
  order: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 3px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to .amb-item-recepient {
  order: 1;
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-to .amb-item-fax {
  order: 2;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info {
  order: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status {
  text-transform: capitalize;
  margin-right: 20px;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 3px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status i.fas:before {
  font-size: 16px;
  display: flex;
  line-height: 1.4;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="failed"] {
  background-color: #bf2b48 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="failed"] i:before {
  content: "\F12A";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="delivered"] {
  background-color: #48bf2b !important;
  text-transform: capitalize;
  color: white !important;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="delivered"] i:before {
  content: "\F00C";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="incompatible"] {
  background-color: #8a1ea1 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="incompatible"] i:before {
  content: "\F12A";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="received"] {
  background-color: #48bf2b !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="received"] i:before {
  content: "\F560";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="updating"] {
  background-color: #BDC3C7 !important;
  color: white !important;
  text-transform: capitalize;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-status[status="updating"] i:before {
  content: "\F251";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: white !important;
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-retries {
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 20px;
  color: #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-date {
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 20px;
  color: #9EA7B1;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #fax_details_wrapper .amb-item-top .amb-item-content .amb-item-additional-info .amb-item-date i {
  margin-right: 5px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons {
  margin-top: 30px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons .action-button:not(:last-child) {
  margin-right: 15px;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons .action-button#inspector_object_action_delete a {
  color: #bf2b48;
}
body.wireframe .main-content-wrapper #wireframe_main_container #wireframe_content .objects_list_wrapper .objects_list_details .objects_list_details_single_wrapper .wireframe_content_wrapper #user_details_inspector .vcard_bottom .action-buttons .action-button#inspector_object_action_delete a:hover {
  background-color: rgba(237, 60, 95, 0.1);
  border-color: rgba(191, 43, 72, 0.1);
}
body.wireframe .widget.most-recent-encounters {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
body.wireframe .widget.most-recent-encounters .recent-encounters {
  margin: 15px 0 10px 0;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #243454;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.encounter:before,
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.action:before {
  content: '\F29A';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.note:before {
  content: '\F249';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.patient_file:before {
  content: '\F56C';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.website:before {
  content: '\F57D';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.email:before {
  content: '\F0E0';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.letter:before {
  content: '\F2B6';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.tag:before {
  content: '\F02C';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.category:before {
  content: '\F5DA';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.credential:before {
  content: '\F0A3';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.sufix:before,
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.prefix:before {
  content: '\F305';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.specialty:before {
  content: '\F005';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.status:before {
  content: '\F1E7';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.patient:before {
  content: '\F0C0';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.user:before {
  content: '\F007';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.change:before {
  content: '\F0CA';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.referral:before {
  content: '\F0A4';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.fax:before {
  content: '\F1AC';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.phone:before {
  content: '\F095';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.address:before {
  content: '\F2B9';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.interim:before {
  content: '\F279';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-icon i.list:before {
  content: '\F0CA';
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-information {
  display: flex;
  flex-direction: column;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-empty-state .empty-state-information span.empty-state-description {
  font-size: 16px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user {
  padding: 30px !important;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #EBEEF1;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .date {
  display: block;
  font-weight: 400;
  font-size: 11px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .date i {
  margin-right: 5px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.blue {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.blue:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.red {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user.red:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user:hover {
  background-color: #EBEEF1;
  cursor: pointer;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user div {
  text-shadow: none;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-icon .icon::after {
  content: '\F007';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 14px;
  flex-direction: row;
  justify-content: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-info {
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #243454;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-info .name {
  font-size: 14px;
  margin-bottom: 3px;
  display: flex;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-info .status {
  display: block;
  font-weight: 400;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .amb-user-details-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .go-to-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .widget.most-recent-encounters .recent-encounters .amb-user .go-to-icon i {
  color: #2C3E50;
  font-size: 18px;
}
body.wireframe .notifications-widget {
  margin-top: 0;
}
body.wireframe .notifications-widget .amb-notifications {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.encounter:before,
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.action:before {
  content: '\F29A';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.note:before {
  content: '\F249';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.patient_file:before {
  content: '\F56C';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.website:before {
  content: '\F57D';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.email:before {
  content: '\F0E0';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.letter:before {
  content: '\F2B6';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.tag:before {
  content: '\F02C';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.category:before {
  content: '\F5DA';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.credential:before {
  content: '\F0A3';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.sufix:before,
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.prefix:before {
  content: '\F305';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.specialty:before {
  content: '\F005';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.status:before {
  content: '\F1E7';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.patient:before {
  content: '\F0C0';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.user:before {
  content: '\F007';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.change:before {
  content: '\F0CA';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.referral:before {
  content: '\F0A4';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.fax:before {
  content: '\F1AC';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.phone:before {
  content: '\F095';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.address:before {
  content: '\F2B9';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.interim:before {
  content: '\F279';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-icon i.list:before {
  content: '\F0CA';
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-information {
  display: flex;
  flex-direction: column;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-information span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2C3E50;
}
body.wireframe .notifications-widget .amb-notifications .amb-empty-state .empty-state-information span.empty-state-description {
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category {
  margin: 15px 0 10px 0;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-header {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #BDC3C7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-header i {
  color: #BDC3C7;
  margin: 0 5px 0 5px;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-header span {
  text-transform: uppercase;
  color: #BDC3C7;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications.categorized-layout .amb-notification-category .category-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(31, 81, 231, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-header .notification-icon i::before {
  content: "\F1AC";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #1F51E7;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button a {
  color: #1F51E7;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(31, 81, 231, 0.1);
  background-color: rgba(31, 81, 231, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-success .notification-badge i::before {
  content: '\F00C';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-error .notification-badge i::before {
  content: '\F12A';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-fax.notification-info .notification-badge i::before {
  content: '\F129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #8a1ea1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #8a1ea1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(138, 30, 161, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-header .notification-icon i::before {
  content: "\F56C";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #8a1ea1;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button a {
  color: #8a1ea1;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(138, 30, 161, 0.1);
  background-color: rgba(138, 30, 161, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-success .notification-badge i::before {
  content: '\F00C';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-error .notification-badge i::before {
  content: '\F12A';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-patient-file.notification-info .notification-badge i::before {
  content: '\F129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #E9D316;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #E9D316;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(233, 211, 22, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-header .notification-icon i::before {
  content: "\F274";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #E9D316;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button a {
  color: #E9D316;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(233, 211, 22, 0.1);
  background-color: rgba(233, 211, 22, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-success .notification-badge i::before {
  content: '\F00C';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-error .notification-badge i::before {
  content: '\F12A';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-appointment.notification-info .notification-badge i::before {
  content: '\F129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(31, 81, 231, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-header .notification-icon i::before {
  content: "\F0AE";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #1F51E7;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button a {
  color: #1F51E7;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(31, 81, 231, 0.1);
  background-color: rgba(31, 81, 231, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-success .notification-badge i::before {
  content: '\F00C';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-error .notification-badge i::before {
  content: '\F12A';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-task.notification-info .notification-badge i::before {
  content: '\F129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  padding: 15px 25px;
  border-color: #60B8A5;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #60B8A5;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(96, 184, 165, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-header .notification-icon i::before {
  content: "\F073";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #60B8A5;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button a {
  color: #60B8A5;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(96, 184, 165, 0.1);
  background-color: rgba(96, 184, 165, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-success .notification-badge i::before {
  content: '\F00C';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-error .notification-badge i::before {
  content: '\F12A';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-event.notification-info .notification-badge i::before {
  content: '\F129';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-badge {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  visibility: hidden;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type {
  order: 1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type span {
  font-family: "ProximaNova";
  font-size: 16px;
  font-weight: 500;
  color: #1F51E7;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type .notification-date i {
  font-size: 14px;
  color: #243454;
  margin-right: 4px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-type .notification-date span {
  font-size: 14px;
  color: #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-icon {
  order: 2;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-icon i {
  font-size: 24px;
  color: rgba(31, 81, 231, 0.2);
  margin-right: 15px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-header .notification-icon i::before {
  content: "";
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-body {
  position: relative;
  display: flex;
  height: 90px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-body .notification-text {
  height: 90px;
  position: absolute;
  color: #304568;
  font-size: 16px;
  display: inline-flex;
  width: 100%;
  white-space: pre-line;
  overflow-y: scroll;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button {
  background-color: transparent;
  border-radius: 2px;
  color: #1F51E7;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button a {
  color: #1F51E7;
  text-decoration: none !important;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button:hover {
  box-shadow: 1px 1px 4px rgba(31, 81, 231, 0.1);
  background-color: rgba(31, 81, 231, 0.1);
}
body.wireframe .notifications-widget .amb-notifications .amb-notification .notification-actions a.dismiss-button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-success .notification-badge {
  visibility: visible;
  background-color: #4fd02f;
  border: 1px solid #48bf2b;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-success .notification-badge i::before {
  content: '\F00C';
  font-weight: 900;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge {
  visibility: visible;
  background-color: #ed3c5f;
  border: 1px solid #bf2b48;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge .badge-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge .badge-pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ed3c5f;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-error .notification-badge i::before {
  content: '\F12A';
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-info .notification-badge {
  visibility: visible;
  background-color: #304568;
  border: 1px solid #243454;
}
body.wireframe .notifications-widget .amb-notifications .amb-notification.notification-info .notification-badge i::before {
  content: '\F129';
}
body.wireframe .object_list_option_dropdown {
  left: 0;
  top: 0px;
  box-shadow: 0px 1px 1px #d6d6d6;
  background-color: white;
  padding: 0;
  z-index: 100;
  position: relative;
  width: 100%;
}
body.wireframe .object_list_option_dropdown.appended-to-body {
  position: absolute !important;
  width: initial !important;
}
body.wireframe .object_list_option_dropdown.appended-to-body .object_list_filters ul {
  padding: 0;
}
body.wireframe .object_list_option_dropdown.appended-to-body .object_list_filters ul li {
  max-width: none;
}
body.wireframe .object_list_option_dropdown.appended-to-body.opened {
  display: block;
}
body.wireframe .object_list_option_dropdown .object_list_filters {
  display: flex;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li {
  display: inline-block;
  width: 100%;
  min-width: 140px;
  margin: 0;
  padding: 15px;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li:hover {
  background-color: #f4f5f6;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li input {
  margin: 0 12px 0 0;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li input:focus {
  outline: none;
  outline-offset: inherit;
}
body.wireframe .object_list_option_dropdown .object_list_filters ul li label {
  margin: 3px 0;
  color: #7F8C8D;
  font-size: 16px;
}
body.wireframe .object_list_option_dropdown .option-button {
  padding: 15px;
}
body.wireframe .object_list_option_dropdown .option-button:last-child {
  padding-top: 0;
}
body.wireframe .object_list_option_dropdown .option-button button {
  width: 100%;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .object_list_option_dropdown .option-button button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .object_list_option_dropdown .option-button button::before {
  content: "\F05E";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .object_list_option_dropdown .option-button button:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
body.wireframe .object_list_option_dropdown .option-button button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .edit_screen {
  position: relative;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 20px;
  border-top: none;
}
body.wireframe .edit_screen .edit_screen_row {
  border: none;
  background-color: transparent;
  padding: 20px 10px 10px 10px;
  border-bottom-color: rgba(48, 69, 104, 0.1) !important;
}
body.wireframe .edit_screen .edit_screen_row:first-child {
  padding-top: 0;
}
body.wireframe .edit_screen .edit_screen_row:last-child {
  border-bottom: none !important;
}
body.wireframe .edit_screen .edit_screen_row h3 {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 20px 0 !important;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border-radius: 2px;
  color: #304568;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span {
  text-decoration: none !important;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.icon i {
  margin-right: 0;
  font-size: 28px;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.badge {
  right: -16px;
  top: -7px;
  margin: 0;
  padding: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  color: white;
  background-color: #48bf2b;
  border: 1px solid #48bf2b;
  border-radius: 100%;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a span.item-text {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .edit_screen .edit_screen_row ul.tools li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .contact_entity_notes {
  position: relative;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 20px;
  margin: 0 0 10px 0;
  border-top: none;
}
body.wireframe .contact_entity_notes h3 {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0 !important;
  padding-left: 10px;
}
body.wireframe .contact_entity_notes .contact_entity_notes_row {
  border: none;
  background-color: transparent;
  padding: 20px 10px 10px 10px;
  border-bottom: solid thin;
  border-bottom-color: rgba(48, 69, 104, 0.1) !important;
}
body.wireframe .contact_entity_notes .contact_entity_notes_row:first-child {
  padding-top: 0;
}
body.wireframe .contact_entity_notes .contact_entity_notes_row:last-child {
  border-bottom: none !important;
}
body.wireframe .reports_panel {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 20px;
  border-top: none;
}
body.wireframe .edit_screen_row,
body.wireframe .reports_panel_row {
  border: none;
  background-color: transparent !important;
  padding: 20px 10px 10px 10px;
  border-bottom-color: rgba(48, 69, 104, 0.1) !important;
}
body.wireframe .edit_screen_row:first-child,
body.wireframe .reports_panel_row:first-child {
  padding-top: 0;
}
body.wireframe .edit_screen_row:last-child,
body.wireframe .reports_panel_row:last-child {
  border-bottom: none !important;
}
body.wireframe .edit_screen_row h3,
body.wireframe .reports_panel_row h3 {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 20px 0 !important;
}
body.wireframe .edit_screen_row ul.tools,
body.wireframe .reports_panel_row ul.tools {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: unset;
}
body.wireframe .edit_screen_row ul.tools li a,
body.wireframe .reports_panel_row ul.tools li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px;
  background-color: transparent;
  border-radius: 2px;
  color: #304568;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .edit_screen_row ul.tools li a span,
body.wireframe .reports_panel_row ul.tools li a span {
  text-decoration: none !important;
}
body.wireframe .edit_screen_row ul.tools li a span.icon,
body.wireframe .reports_panel_row ul.tools li a span.icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wireframe .edit_screen_row ul.tools li a span.icon i,
body.wireframe .reports_panel_row ul.tools li a span.icon i {
  margin-right: 0;
  font-size: 28px;
}
body.wireframe .edit_screen_row ul.tools li a span.badge,
body.wireframe .reports_panel_row ul.tools li a span.badge {
  right: 7px;
  top: -7px;
  margin: 0;
  padding: 3px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  color: white;
  background-color: #48bf2b;
  border: 1px solid #48bf2b;
  border-radius: 100%;
}
body.wireframe .edit_screen_row ul.tools li a span.item-text,
body.wireframe .reports_panel_row ul.tools li a span.item-text {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
body.wireframe .edit_screen_row ul.tools li a a,
body.wireframe .reports_panel_row ul.tools li a a {
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .edit_screen_row ul.tools li a i,
body.wireframe .reports_panel_row ul.tools li a i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .edit_screen_row ul.tools li a:hover,
body.wireframe .reports_panel_row ul.tools li a:hover {
  box-shadow: 1px 1px 4px #e9ebed;
  background-color: #e9ebed;
}
body.wireframe .edit_screen_row ul.tools li a:disabled,
body.wireframe .reports_panel_row ul.tools li a:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper {
  border-radius: 0;
  background-color: #f4f5f6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper {
  border-radius: 0;
  height: 70px;
  background-color: white;
  background: white;
  border-bottom: none;
  padding: 20px 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon {
  order: 1;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  float: left;
  background-color: #BDC3C7;
  border: 2px solid #BDC3C7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9EA7B1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon i {
  font-size: 13px;
  color: white;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_icon:hover {
  background-color: #304568;
  border-color: #243454;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_title {
  order: 2;
  color: #243454;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  background-color: white;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_tooltip {
  top: 40px;
  left: 0;
  width: auto;
  min-width: 300px;
  border-radius: 0;
  text-align: left;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 1px 6px #d6d6d6;
  font-family: "ProximaNova";
  color: #304568;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title_wrapper .flyout_dialog_tooltip b {
  font-weight: 500;
  color: #243454;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons {
  order: 1;
  float: none;
  height: initial;
  height: auto;
  position: relative;
  right: 0;
  top: 0;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button {
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button i {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button:hover {
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template a,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template:hover,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_encounter:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_address:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_phone:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_fax:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_email:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_website:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_note:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_prefix:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_sufix:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_specialty:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_type:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_credential:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_action:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_category:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_tag:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_status body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_template:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_letter_template:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_document_template:disabled,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_buttons .flyout_dialog_button#flyout_dialog_button_new_partner:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button {
  order: 2;
  margin-left: 20px;
  background-color: white;
  border-radius: 2px;
  color: #243454;
  border: 1px solid white;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
  content: "\F00D";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:hover {
  border-color: #f4f5f6;
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
  margin-right: 0;
  font-size: 14px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content {
  border: 5px solid transparent;
  padding: 20px 35px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  background: transparent;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_info {
  order: 1;
  flex-basis: 225px;
  float: none;
  padding: 10px 0;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_info h3 {
  color: #304568;
  font-weight: 400 !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_info label {
  font-size: 16px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body {
  order: 2;
  width: 100%;
  padding: 10px 0;
  background: transparent;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder {
  padding: 3px 5px 3px 3px;
  margin: 0;
  width: 100%;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input {
  border: none;
  box-shadow: 0px 1px 3px #d6d6d6;
  outline: none;
  padding: 5px 10px;
  margin: 3px;
  color: #2C3E50;
  font-size: 16px;
  height: 35px;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input:hover {
  box-shadow: 0px 2px 4px #d6d6d6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_decimal_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_decimal_travel_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_unit_time,
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input#encounter_standalone_unit_travel_time {
  width: 150px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder select:after {
  border-radius: 0;
  border: none;
  box-shadow: 0px 1px 3px #d6d6d6;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder.textrt_widget {
  flex-direction: row;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder > div:not(.mce-container) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder label {
  margin: 3px;
  font-size: 16px;
  color: #2C3E50;
  width: initial;
  float: none;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton {
  margin-right: 0;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content #flyout_form_wrapper form .control_holder button.plusbutton:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .warning {
  font-size: 18px;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder {
  border-radius: 0;
  padding: 20px 0px 10px 0;
  background: transparent;
  text-align: right;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button {
  margin-right: 0;
  margin-left: 10px;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red {
  background-color: #ed3c5f;
  border-radius: 2px;
  color: white;
  border: 1px solid #bf2b48;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red:hover {
  box-shadow: 1px 1px 4px rgba(237, 60, 95, 0.5);
  background-color: rgba(237, 60, 95, 0.95);
}
body.wireframe .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_content .button_holder button.red:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout_dialog .toggle-switch-wrapper {
  flex-direction: row !important;
  align-items: center !important;
}
body.wireframe .flyout_dialog .toggle-switch-wrapper .toggle-container {
  margin-right: 15px;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper {
  background-color: #ea9200 !important;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_title {
  background-color: #ea9200 !important;
  color: white !important;
  text-shadow: none;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button {
  background-color: transparent;
  border-color: #ea9200;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:before {
  color: white;
  font-size: 20px;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button:hover {
  background-color: #b77200;
  box-shadow: 1px 1px 4px rgba(234, 146, 0, 0.5);
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_content {
  border-color: #ea9200;
  border-radius: 0;
}
body.wireframe .flyout_dialog.admin_upload .flyout_dialog_wrapper .flyout_dialog_content button[type="submit"] {
  background-color: #ea9200 !important;
  border-color: #ea9200 !important;
}
body.wireframe .flyout-item-preview {
  background-color: white;
  border: 1px solid #BDC3C7;
  box-shadow: 0px 1px 6px #BDC3C7;
  border-radius: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: hidden;
}
body.wireframe .flyout-item-preview.no-flex {
  display: block !important;
}
body.wireframe .flyout-item-preview.keep-open {
  border-color: #7F8C8D;
  box-shadow: 0px 1px 6px #7F8C8D;
}
body.wireframe .flyout-item-preview .item-preview-response {
  order: 1;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview {
  order: 2;
  display: inline-block;
  text-align: right;
  margin-left: 10px;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button {
  background-color: white;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid white;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button::before {
  content: "\F00D";
  font-family: 'Font Awesome 6 Free';
  color: #2C3E50;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button:hover {
  border-color: rgba(244, 245, 246, 0.7);
  box-shadow: 1px 1px 4px rgba(244, 245, 246, 0.7);
  background-color: rgba(244, 245, 246, 0.7);
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button:hover {
  box-shadow: none;
}
body.wireframe .flyout-item-preview .close-flyout-item-preview button::before {
  margin-right: 0;
}
body.wireframe .flyout-item-preview p {
  font-family: "ProximaNova";
  color: #2C3E50;
}
body.wireframe .paged_objects_list {
  position: relative;
}
body.wireframe .paged_objects_list table {
  width: 100% !important;
  background-color: white;
}
body.wireframe .paged_objects_list table thead tr th {
  font-family: "ProximaNova";
  text-align: left;
  background: none !important;
  text-transform: uppercase;
  color: #BDC3C7;
  font-size: 12px;
  cursor: not-allowed;
}
body.wireframe .paged_objects_list table thead tr th:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  padding-left: 3px;
}
body.wireframe .paged_objects_list table thead tr th.sort-asc:after {
  content: "\F0DE";
}
body.wireframe .paged_objects_list table thead tr th.sort-desc:after {
  content: "\F0DD";
}
body.wireframe .paged_objects_list table tbody tr {
  border-top: 1px solid rgba(48, 69, 104, 0.1);
  border-left: 3px solid transparent;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.decimal_time,
body.wireframe .paged_objects_list table tbody tr.list_item td.unit_time {
  text-align: center;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.decimal_time div.red_square_wrapper,
body.wireframe .paged_objects_list table tbody tr.list_item td.unit_time div.red_square_wrapper {
  background-color: #bf2b48;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 3px;
  color: white;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.decimal_travel_time,
body.wireframe .paged_objects_list table tbody tr.list_item td.unit_travel_time {
  text-align: center;
}
body.wireframe .paged_objects_list table tbody tr.list_item.blue {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
body.wireframe .paged_objects_list table tbody tr.list_item.blue td.options a:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
body.wireframe .paged_objects_list table tbody tr.list_item.red {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe .paged_objects_list table tbody tr.list_item.red td.options a:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe .paged_objects_list table tbody tr.list_item td.options a.delete_item:before {
  background-color: #bf2b48;
}
body.wireframe .paged_objects_list table tbody tr.list_item td.options a.delete_item:after {
  border-top-color: #bf2b48;
}
body.wireframe .paged_objects_list table tbody tr td {
  font-family: "ProximaNova";
  background: none !important;
  text-align: left;
  height: 40px;
  color: #2C3E50;
  font-size: 16px;
}
body.wireframe .paged_objects_list table tbody tr td.options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}
body.wireframe .paged_objects_list table tbody tr td.options a {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304568;
  text-decoration: none !important;
}
body.wireframe .paged_objects_list table tbody tr td.options a:hover {
  background-color: rgba(244, 245, 246, 0.5);
}
body.wireframe .paged_objects_list table tbody tr td.options a:hover.delete_item {
  color: #bf2b48;
}
body.wireframe #page_loading_indicator {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  z-index: 200000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 140px;
  margin: auto;
  padding: 11px 20px;
  background-color: #516e89;
}
body.wireframe #page_loading_indicator span {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}
body.wireframe #page_loading_indicator.spinning .load-spinner-wrapper {
  display: flex;
  align-items: center;
}
body.wireframe #page_loading_indicator.spinning .load-spinner-wrapper .load-spinner {
  animation: spin 1s infinite linear;
}
body.wireframe .load-spinner {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
}
body.wireframe .loader-spinning {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
body.wireframe .loader-spinning-dark {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #34495e;
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
body.wireframe #ui-datepicker-div {
  width: 100%;
  max-width: 500px;
}
body.wireframe #flash_messages {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  z-index: 200000;
  list-style: outside none none;
}
body.wireframe #flash_messages .flash_message_wrapper {
  position: relative;
  margin: 0 0 5px;
  padding: 15px 10px;
  max-width: 350px;
  min-width: 250px;
  overflow: hidden;
  background: none;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 5px solid;
  border-color: #243454;
  border-radius: 0;
  box-shadow: 0px 1px 1px #d6d6d6;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_icon {
  order: 1;
  margin-top: 1px;
  margin-right: 15px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_icon i {
  color: #243454;
  font-size: 15px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message {
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 5;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message .flash_message_title span.message {
  font-size: 14px;
  font-weight: 500;
  color: #2C3E50;
  cursor: default;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message .flash_message_description {
  margin-top: 5px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message .flash_message_description span {
  font-size: 16px;
  font-weight: 400;
  color: #9EA7B1;
  cursor: default;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link {
  order: 3;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink a {
  color: #243454;
  text-decoration: none !important;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink::before {
  content: "\F105";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 9px;
  margin-right: 5px;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink:hover {
  border-color: #f4f5f6;
  box-shadow: 1px 1px 4px #f4f5f6;
  background-color: #f4f5f6;
}
body.wireframe #flash_messages .flash_message_wrapper .flash_message_link a.flash_permalink:before {
  font-size: 16px;
  margin-right: 0;
}
body.wireframe #flash_messages .flash_message_wrapper.success {
  border-color: #48bf2b;
}
body.wireframe #flash_messages .flash_message_wrapper.success i {
  color: #48bf2b;
}
body.wireframe #flash_messages .flash_message_wrapper.success a.flash_permalink:before {
  color: #48bf2b;
}
body.wireframe #flash_messages .flash_message_wrapper.error {
  border-color: #bf2b48;
}
body.wireframe #flash_messages .flash_message_wrapper.error i {
  color: #bf2b48;
}
body.wireframe #flash_messages .flash_message_wrapper.error a.flash_permalink:before {
  color: #bf2b48;
}
body.wireframe .filter_criteria {
  padding: 30px;
}
body.wireframe .filter_criteria form .select-styled {
  top: -3px;
}
body.wireframe .filter_criteria form.expanded .filter_criteria_head .filter_criteria_head_inner .collapse-expand-toggle i {
  transform: rotateZ(90deg);
}
body.wireframe .filter_criteria form .filter_criteria_head {
  display: flex;
  background-color: #D9DFE5;
}
body.wireframe .filter_criteria form .filter_criteria_head:hover {
  background-color: #cad2db;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-basis: 100%;
  padding: 10px 30px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .collapse-expand-toggle {
  margin-right: 20px;
  font-size: 18px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .collapse-expand-toggle i {
  color: #304568;
  transition: 0.4s ease;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .filter-picker {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .filter-picker span {
  font-size: 18px;
  font-weight: 500;
  color: #2C3E50;
  margin-right: 15px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_picker .filter-picker select {
  min-width: 170px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul li input {
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_options ul li label {
  font-weight: 500;
  cursor: default;
  border-bottom: none;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run {
  order: 10;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button::before {
  content: "\F0A9";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
body.wireframe .filter_criteria form .filter_criteria_head .filter_criteria_head_inner .filter_criteria_run button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body {
  background-color: #f4f5f6;
  padding: 10px 0;
}
body.wireframe .filter_criteria form .filter_criteria_body td {
  padding: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table .select {
  overflow: hidden;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr {
  padding: 10px 0;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_label {
  padding-top: 20px;
  font-size: 16px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button {
  outline: none;
  margin-left: 5px;
  background-color: transparent;
  border-radius: 2px;
  color: #2C3E50;
  border: 1px solid transparent;
  font-size: 10px;
  text-decoration: none;
  padding: 0px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button i {
  margin-right: 5px;
  font-size: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button a {
  color: #2C3E50;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button span {
  font-weight: 400;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button:hover {
  box-shadow: 1px 1px 4px transparent;
  background-color: transparent;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date button i {
  font-size: 22px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date input {
  border: none;
  box-shadow: 0px 1px 3px #d6d6d6;
  outline: none;
  height: 35px;
  padding: 5px 10px;
  color: #2C3E50;
  font-size: 16px;
  width: 230px;
  position: relative;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tbody tr td.report_select_data .select_date input:hover {
  cursor: pointer;
  box-shadow: 0px 2px 4px #d6d6d6;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button:not(:last-child) {
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default::before {
  content: "\F0A9";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default:hover {
  border-color: #243454;
  box-shadow: 1px 1px 4px #243454;
  background-color: #243454;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.default:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button {
  background-color: #4fd02f;
  border-radius: 2px;
  color: white;
  border: 1px solid #48bf2b;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button::before {
  content: "\F0C7";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button:hover {
  border-color: #48bf2b;
  box-shadow: 1px 1px 4px #48bf2b;
  background-color: #48bf2b;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_save_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button {
  background-color: rgba(237, 60, 95, 0.2);
  border-radius: 2px;
  color: #bf2b48;
  border: 1px solid rgba(237, 60, 95, 0.2);
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button a {
  color: #bf2b48;
  text-decoration: none !important;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button::before {
  content: "\F1F8";
  font-family: 'Font Awesome 6 Free';
  color: #bf2b48;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:hover {
  border-color: #ed3c5f;
  box-shadow: 1px 1px 4px #ed3c5f;
  background-color: #ed3c5f;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:disabled {
  background-color: #ECF0F1;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:hover {
  color: white;
}
body.wireframe .filter_criteria form .filter_criteria_body table tfoot td.filter_buttons button.filter_delete_button:hover:before {
  color: white;
}
body.wireframe .filter_criteria .report_action_command_panel {
  display: flex;
  justify-content: right;
}
body.wireframe .filter_criteria .report_action_command_panel div {
  margin-left: 15px;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper,
body.wireframe .filter_criteria .report_result_group_wrapper {
  margin: 40px 0;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper h2,
body.wireframe .filter_criteria .report_result_group_wrapper h2 {
  margin: 10px auto !important;
  max-width: 1500px;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  background-color: transparent !important;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper table.records_list,
body.wireframe .filter_criteria .report_result_group_wrapper table.records_list {
  background-color: white !important;
}
body.wireframe .filter_criteria .tracking_report_result_group_wrapper table.records_list tfoot tr.footer_row td,
body.wireframe .filter_criteria .report_result_group_wrapper table.records_list tfoot tr.footer_row td {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  font-weight: 500;
}
body.wireframe .filter_criteria .filter_results {
  margin-top: 15px;
  background-color: #f4f5f6;
  padding: 20px;
}
body.wireframe .filter_criteria .filter_results:empty {
  background-color: transparent;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul a:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  font-size: 10px;
  text-decoration: none;
  padding: 5px 7.5px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button:not(:last-child) {
  margin-right: 5px;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button a {
  color: white;
  text-decoration: none !important;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button::before {
  content: "\F019";
  font-family: 'Font Awesome 6 Free';
  color: white;
  font-weight: 600;
  font-size: 9px;
  margin-right: 5px;
}
body.wireframe .filter_criteria .filter_results .filter_result_links ul .download-button:hover {
  border-color: #304568;
  box-shadow: 1px 1px 4px #304568;
  background-color: #304568;
}
body.wireframe .filter_criteria .action_results {
  margin-top: 15px;
  background-color: #f4f5f6;
  padding: 20px;
  font-size: 18px;
}
body.wireframe .filter_criteria .action_results:empty {
  background-color: transparent;
}
body.wireframe .filter_criteria .action_results.success {
  border-color: #4fd02f;
  border-width: 2px;
  border-style: solid;
}
body.wireframe .filter_criteria .action_results.error {
  border-color: #ed3c5f;
  border-width: 2px;
  border-style: solid;
}
body.wireframe #flyout_form_wrapper table {
  width: 100% !important;
  background-color: #f4f5f6;
}
body.wireframe #flyout_form_wrapper table.multiupload_table {
  background-color: white !important;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder {
  width: initial;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon {
  width: 15px;
  margin-left: -15px;
  margin-right: 10px;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.success {
  color: #48bf2b;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.success:before {
  content: "\F00C";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.error {
  color: #bf2b48;
}
body.wireframe #flyout_form_wrapper table.multiupload_table .file_input_container .placeholder .placeholder-icon.error:before {
  content: "\F06A";
}
body.wireframe #flyout_form_wrapper table td.select_all_col,
body.wireframe #flyout_form_wrapper table td.action_col {
  padding: 5px 20px !important;
}
body.wireframe #flyout_form_wrapper table thead tr th {
  font-family: "ProximaNova";
  text-align: left;
  background: none !important;
  text-transform: uppercase;
  color: #BDC3C7;
  font-size: 12px;
}
body.wireframe #flyout_form_wrapper table tbody tr {
  border-top: 1px solid rgba(48, 69, 104, 0.1);
  border-left: 3px solid transparent;
}
body.wireframe #flyout_form_wrapper table tbody tr.record.blue {
  border-left: 3px solid #4a72ec;
  background-color: rgba(74, 114, 236, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr.record.blue td.options a:hover {
  background-color: rgba(74, 114, 236, 0.1);
}
body.wireframe #flyout_form_wrapper table tbody tr.record.red {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr.record.red td.options a:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe #flyout_form_wrapper table tbody tr.record td.options a.delete_item:before {
  background-color: #bf2b48;
}
body.wireframe #flyout_form_wrapper table tbody tr.record td.options a.delete_item:after {
  border-top-color: #bf2b48;
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement {
  border-left: 3px solid #4fd02f;
  background-color: rgba(79, 208, 47, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement td {
  height: initial;
  font-size: 10px;
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement td.options a:hover {
  background-color: rgba(237, 60, 95, 0.1);
}
body.wireframe #flyout_form_wrapper table tbody tr.record_supplement.error {
  border-left: 3px solid #ed3c5f;
  background-color: rgba(237, 60, 95, 0.07);
}
body.wireframe #flyout_form_wrapper table tbody tr td {
  font-family: "ProximaNova";
  background: none !important;
  text-align: left;
  height: 40px;
  color: #2C3E50;
  font-size: 16px;
}
body.wireframe #flyout_form_wrapper table tbody tr td:last-child {
  padding-right: 10px !important;
}
body.wireframe #flyout_form_wrapper table tbody tr td.options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0;
}
body.wireframe #flyout_form_wrapper table tbody tr td.options a {
  width: 40px;
  height: 40px;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304568;
  text-decoration: none !important;
}
body.wireframe #flyout_form_wrapper table tbody tr td.options a:hover {
  background-color: rgba(244, 245, 246, 0.5);
}
body.wireframe #flyout_form_wrapper table tbody tr td.options a:hover.delete_item {
  color: #bf2b48;
}
body.wireframe .filert_widget {
  box-shadow: none !important;
}
body.wireframe .mce-tinymce {
  border-width: 0 !important;
}
body.wireframe .datepicker_widget {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
}
body.wireframe .datepicker_widget button.ui-datepicker-trigger {
  font-size: 18px;
  outline: none;
}
body.wireframe .datepicker_widget button.ui-datepicker-trigger:hover {
  cursor: pointer;
}
.billable_hours_chart {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: space-evenly;
  margin-bottom: 20px;
  padding: 20px;
}
.billable_hours_chart .billable_hours_username {
  background-color: #f4f5f6;
  color: #2C3E50;
  font-size: 18px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
}
.billable_hours_chart .billable_hours_username:hover {
  cursor: none;
}
.billable_hours_chart .billable_hours_dials {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: space-evenly;
}
.billable_hours_chart .billable_hours_dials:hover {
  cursor: pointer;
}
.billable_hours_chart .billable_hours_dials .chart-container {
  margin: 5px 0;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-header {
  padding: 5px 10px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-header h3 {
  color: #9EA7B1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body {
  position: relative;
  min-width: 215px;
  min-height: 220px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .outer-chart-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .inner-chart-wrapper {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .completed-info {
  background-color: rgba(36, 52, 84, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .completed-info .chart-line {
  border-left-color: #243454;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .target-info {
  background-color: rgba(158, 167, 177, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind + .chart-info .target-info .chart-line {
  border-left-color: #9EA7B1;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind {
  color: #243454;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-behind .ct-fill-donut-label .fill-donut-text .ahead-behind .value {
  color: #243454;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text:before,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text:before,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text:before {
  content: "\F164";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead.target-hit .ct-fill-donut-label .fill-donut-text .info-values {
  display: none;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .completed-info {
  background-color: rgba(72, 191, 43, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .completed-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .completed-info .chart-line {
  border-left-color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .target-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .target-info {
  background-color: rgba(158, 167, 177, 0.2);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead + .chart-info .target-info .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead + .chart-info .target-info .chart-line {
  border-left-color: #9EA7B1;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind {
  color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .info-values .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind .value,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly.billable-hours-ahead .ct-fill-donut-label .fill-donut-text .ahead-behind .value {
  color: #48bf2b;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  visibility: hidden;
  background-color: white;
  border-radius: 3px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: initial !important;
  border: none;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.info-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.weekly .completed-info .info-label .chart-line {
  border-left-width: 5px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.weekly .target-info .info-label .chart-line {
  border-left-width: 3px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.monthly .completed-info .info-label .chart-line {
  border-left-width: 5px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.monthly .target-info .info-label .chart-line {
  border-left-width: 3px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.quarterly .completed-info .info-label .chart-line {
  border-left-width: 5px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info.quarterly .target-info .info-label .chart-line {
  border-left-width: 3px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info {
  width: 100%;
  height: 50%;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info .info-label,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info .info-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5px;
  font-weight: 500;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info .info-label .chart-line,
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info .info-label .chart-line {
  width: 3px;
  border-radius: 5px;
  border-left-width: 3px;
  border-style: solid;
  border-left-color: #BDC3C7;
  margin-right: 10px;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .completed-info {
  margin-bottom: 10px;
  background-color: rgba(189, 195, 199, 0.3);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .chart-info .target-info {
  background-color: rgba(189, 195, 199, 0.3);
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .info-values {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .info-values .value {
  font-size: 38px;
  color: #2C3E50;
  font-weight: 500;
  line-height: 1.4;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .info-values .unit {
  color: #9EA7B1;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 3px;
  line-height: 1.4;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .inner-chart {
  z-index: 20;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .outer-chart {
  z-index: 10;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-weekly {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-monthly {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-chart-quarterly {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-slice-donut {
  stroke-linecap: round;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-fill-donut-label {
  left: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-fill-donut-label .fill-donut-text {
  display: flex;
  flex-direction: column;
}
.billable_hours_chart .billable_hours_dials .chart-container .chart-body .ct-fill-donut-label .fill-donut-text .ahead-behind {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.picker .picker__table {
  background-color: white;
}
.notifications-badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
}
.notifications-badge.activated {
  background-color: red;
}
@media screen and (max-width: 1024px) {
  body.wireframe.backend_login {
    min-height: 550px;
  }
  body.wireframe.backend_login #login_splash .overlay-layer {
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
  }
  body.wireframe.backend_login #login_splash .overlay-layer img {
    width: 150px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.wireframe.backend_login #content {
    background-color: transparent;
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90%;
    padding: 30px;
  }
  body.wireframe.backend_login #content .login_form {
    padding-bottom: 60px;
  }
  body.wireframe.backend_login #content .login_form .welcome-message h3 {
    color: rgba(255, 255, 255, 0.87);
  }
  body.wireframe.backend_login #content .login_form .welcome-message span {
    color: rgba(255, 255, 255, 0.7);
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder label {
    color: white;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .control_holder input {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 3px #243454;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button {
    background-color: transparent;
    border-radius: 2px;
    color: white;
    border: 1px solid white;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "ProximaNova";
    line-height: 1;
    transition: box-shadow 0.1s ease-in-out;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button a {
    color: white;
    text-decoration: none !important;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.95);
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:disabled {
    background-color: #ECF0F1;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red {
    background-color: transparent;
    border-radius: 2px;
    color: white;
    border: 1px solid #bf2b48;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "ProximaNova";
    line-height: 1;
    transition: box-shadow 0.1s ease-in-out;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red a {
    color: white;
    text-decoration: none !important;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.95);
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button.red:disabled {
    background-color: #ECF0F1;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog form .login_action .button_holder button:hover {
    background-color: transparent;
  }
  body.wireframe.backend_login #content .login_form #auth_dialog .invalid-credentials {
    color: #EBEB44;
  }
}
@media screen and (max-width: 320px) {
  body.wireframe.backend_login #content {
    padding: 15px;
  }
}
.main-content-wrapper.mobile {
  position: static;
}
.main-content-wrapper.mobile.fullscreen-form .page_header {
  justify-content: center !important;
}
.main-content-wrapper.mobile.fullscreen-form .save button {
  background-color: white;
  border-radius: 2px;
  color: #243454;
  border: 1px solid #243454;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
.main-content-wrapper.mobile.fullscreen-form .save button a {
  color: #243454;
  text-decoration: none !important;
}
.main-content-wrapper.mobile.fullscreen-form .save button::before {
  content: '\F0C7';
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
.main-content-wrapper.mobile.fullscreen-form .save button:hover {
  box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
}
.main-content-wrapper.mobile.fullscreen-form .save button:disabled {
  background-color: #ECF0F1;
}
.main-content-wrapper.mobile.fullscreen-form #wireframe_main_container {
  overflow-y: scroll;
}
.main-content-wrapper.mobile .homepage {
  padding: 10px !important;
}
.main-content-wrapper.mobile #wireframe_page_tabs {
  box-shadow: 0 1px 3px #D6D6D6;
  height: 60px !important;
  padding: 0 20px !important;
}
.main-content-wrapper.mobile #wireframe_page_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-content-wrapper.mobile #wireframe_page_title .switch-to-sugar-button {
  color: white;
  font-size: 16px;
}
.main-content-wrapper.mobile #wireframe_page_title .mobile_logout {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.main-content-wrapper.mobile #wireframe_page_title .mobile_logout .mobile-logout-button {
  color: white;
  display: flex;
  align-items: center;
}
.main-content-wrapper.mobile #wireframe_page_title .mobile_logout .mobile-logout-button i {
  font-size: 16px;
  margin-right: 10px;
}
.main-content-wrapper.mobile #wireframe_page_title .mobile_logout .mobile-logout-button span {
  font-size: 16px;
  font-weight: 400;
}
.main-content-wrapper.mobile .mobile-widget-wrapper {
  margin: 0 15px;
}
.main-content-wrapper.mobile .mobile-widget-wrapper .widget .amb-notification {
  max-width: initial;
}
.main-content-wrapper.mobile #wireframe_main_container {
  top: 60px !important;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content {
  padding: 0 !important;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content.homepage > div {
  margin: 0 !important;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-header-background {
  background-position: center;
  background-size: cover;
  background-color: #243454;
  width: 100%;
  max-height: 325px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .gradient-color {
  background-image: linear-gradient(rgba(32, 51, 84, 0.85), rgba(66, 95, 122, 0.5));
  width: 100%;
  height: 100%;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-greeting-message {
  position: relative;
  padding: 35px 20px;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-greeting-message span {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .mobile-greeting-message span.thin-text {
  font-weight: 300;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body {
  margin: 0 !important;
  padding: 0 0 100px 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 400;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart {
  padding: 0;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart .billable_hours_dials {
  justify-content: center;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart .billable_hours_dials .chart-container {
  background-color: #f4f5f6;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 1px 3px #D6D6D6;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .billable_hours_chart .billable_hours_dials .chart-container .chart-header {
  color: #243454;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .notifications-widget {
  display: none;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .notifications-widget .accordion-card-body {
  padding: 0 20px;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .most-recent-encounters {
  display: none;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion {
  margin-bottom: 100px;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion .accordion-card {
  background-color: #f4f5f6;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 1px 3px #D6D6D6;
  margin: 10px 0;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion .accordion-card-header {
  display: flex;
  align-items: center;
  height: 85px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  padding: 0 20px;
}
.main-content-wrapper.mobile #wireframe_main_container #wireframe_content .body .accordion .accordion-card-body {
  min-height: 300px;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter {
  position: fixed;
  bottom: 85px;
  left: 15px;
  right: 15px;
  z-index: 500;
  display: flex;
  justify-content: center;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-content: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 1px 1px 4px #BDC3C7;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a a {
  color: white;
  text-decoration: none !important;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a:hover {
  box-shadow: 1px 1px 4px rgba(48, 69, 104, 0.5);
  background-color: rgba(48, 69, 104, 0.95);
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a:disabled {
  background-color: #ECF0F1;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-new-encounter a i {
  margin-right: 6px;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  box-shadow: 1px 0px 3px #D6D6D6;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar .bottom-navbar-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #243454;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar .bottom-navbar-menu-item.active {
  color: #1F51E7;
  background-color: rgba(48, 69, 104, 0.1);
  padding: 0 10px;
}
.main-content-wrapper.mobile #wireframe_main_container .mobile-bottom-navbar .bottom-navbar-menu-item i {
  margin-bottom: 5px;
  font-size: 22px;
}
.main-content-wrapper.mobile #flyout_form_wrapper {
  padding-bottom: 350px;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper {
  max-height: none!important;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element {
  padding: 10px 0;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_info {
  float: none;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_info h3 {
  margin-bottom: 5px;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_info label {
  color: #304568;
  font-size: 16px;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body {
  background: none;
  padding: 0px 20px 4px 20px;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder {
  width: 100%;
}
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder select,
.main-content-wrapper.mobile #flyout_form_wrapper .content_stack_wrapper .content_stack_element .content_stack_element_body .control_holder input {
  max-width: initial !important;
  width: 100%;
  margin: 0;
  height: 50px;
}
@media screen and (max-width: 600px) {
  div.example {
    display: none;
  }
}
.calendar-wrapper {
  display: flex;
  height: 100%;
}
.calendar-wrapper .left-side {
  display: flex;
  flex-direction: column;
  width: 25vw;
  padding: 20px;
  background-color: #ECF0F1;
}
.calendar-wrapper .left-side .label {
  font-size: 18px;
  font-weight: 500;
  color: #243454;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.calendar-wrapper .left-side .flex-spacer {
  flex-grow: 1;
}
.calendar-wrapper .left-side .checkbox-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.calendar-wrapper .left-side .checkbox-filter:after {
  content: '';
  display: block;
  height: 16px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ECF0F1 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ECF0F1 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ECF0F1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.calendar-wrapper .left-side .checkbox-filter .filter-options {
  display: flex;
  flex-direction: column;
  max-height: 40vh;
  overflow-y: scroll;
}
.calendar-wrapper .left-side .checkbox-filter .filter-options .filter-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.calendar-wrapper .left-side .checkbox-filter .filter-options .filter-option .filter-option-label {
  color: #243454;
  font-size: 16px;
  margin-left: 10px;
}
.calendar-wrapper .left-side .dropdown-filter {
  margin-top: 3px;
  margin-bottom: 15px;
}
.calendar-wrapper .left-side .dropdown-filter .custom-combobox {
  margin: 15px 0;
}
.calendar-wrapper .left-side .dropdown-filter .custom-combobox input {
  width: 100%;
}
.calendar-wrapper .left-side .archive-events-toggle {
  margin-bottom: 0;
}
.calendar-wrapper .left-side .archive-events-toggle input[type="checkbox"]:checked {
  background: #bf2b48;
}
.calendar-wrapper .right-side {
  display: flex;
  width: 75vw;
  padding: 20px;
}
.calendar-wrapper .right-side .full-calendar .fc-toolbar .fc-button {
  text-transform: uppercase;
}
.fc-event {
  border-width: 4px;
}
.fc-event.event-cancelled {
  background: repeating-linear-gradient(45deg, #a7a7a7, #a7a7a7 10px, #bfbfbf 10px, #bfbfbf 20px) !important;
  color: white;
}
.fc-event.event-type-corporate_event {
  background: repeating-linear-gradient(0deg, #8fe57d, #8fe57d 10px, #79bc69 10px, #79bc69 20px) !important;
}
.fc-event.event-type-corporate_event.event-cancelled {
  background: repeating-linear-gradient(45deg, #a7a7a7, #a7a7a7 10px, #bfbfbf 10px, #bfbfbf 20px) !important;
  color: white;
}
.fc-event.event-type-event {
  background: repeating-linear-gradient(0deg, #96e0e5, #96e0e5 10px, #86c8cd 10px, #86c8cd 20px) !important;
}
.fc-event.event-type-event.event-cancelled {
  background: repeating-linear-gradient(45deg, #a7a7a7, #a7a7a7 10px, #bfbfbf 10px, #bfbfbf 20px) !important;
  color: white;
}
.fc-event.event-type-holiday {
  background: repeating-radial-gradient(circle, #e5df1c, #e5df1c 10px, #ffe688 10px, #ffe688 20px) !important;
}
.fc-event.event-type-holiday.event-cancelled {
  background: repeating-linear-gradient(45deg, #a7a7a7, #a7a7a7 10px, #bfbfbf 10px, #bfbfbf 20px) !important;
  color: white;
}
.fc-event.event-type-vacation.event-cancelled {
  background: repeating-linear-gradient(45deg, #a7a7a7, #a7a7a7 10px, #bfbfbf 10px, #bfbfbf 20px) !important;
  color: white;
}
.fc-event .fc-content .fc-title .needs-records-flag {
  color: red;
  margin-right: 3px;
}
.event-not-editable {
  cursor: default;
}
.event-editable {
  cursor: pointer;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data_header .vcard_data_title {
  padding-left: 15px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-owner-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 20px 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-owner-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-owner-wrapper .task-owner {
  margin-left: 20px;
  padding-top: 5px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-owner-wrapper .task-owner span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-owner-wrapper .task-owner span.name {
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-description-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 20px 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-description-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-description-wrapper .task-description {
  margin-left: 20px;
  padding-top: 5px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-patient-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 20px 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-patient-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-patient-wrapper .task-related-patient {
  margin-left: 20px;
  padding-top: 5px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-file-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 20px 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-file-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-file-wrapper .task-related-file {
  margin-left: 20px;
  padding-top: 5px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-file-wrapper .task-related-file span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-related-file-wrapper .task-related-file a {
  text-decoration: none;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-duedate-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-duedate-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-duedate-wrapper .task-duedate {
  margin-left: 20px;
  padding-top: 5px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-duedate-wrapper .task-duedate span.label {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-duedate-wrapper .task-duedate span.date {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-confidential-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-confidential-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-confidential-wrapper .task-confidential {
  margin-left: 20px;
  padding-top: 5px;
}
#wireframe_content #tasks .vcard_data_wrapper .vcard_data .task-confidential-wrapper .task-confidential span.label {
  font-size: 16px;
  color: #bf2b48;
}
#wireframe_content #tasks .tabs-container {
  margin-bottom: 0 !important;
}
#wireframe_content #tasks .tabs-container .comments_section_title {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
}
#wireframe_content #tasks .tabs-container .comments-container {
  flex-grow: 5;
  flex-shrink: 5;
  min-width: 300px;
  flex-basis: auto;
  box-sizing: border-box;
  height: 100%;
  padding: 35px;
  background-color: rgba(235, 238, 241, 0.6);
}
#wireframe_content #tasks .tabs-container .amb-chat {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper {
  display: flex;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper:first-child {
  margin-top: auto !important;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: #243454;
  border: 2px solid #243454;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .user-icon .icon::after {
  content: '\F007';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  padding: 18px;
  box-shadow: 0px 2px 4px #D6D6D6;
  margin-bottom: 20px;
  width: 100%;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .user-name {
  font-size: 18px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon::before {
  content: '\F044';
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message-header .edit-message-icon:before {
  margin-right: 0;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .message-wrapper .message {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .created-at {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .chat-feed .user-message-wrapper .created-at span {
  font-size: 14px;
  color: #304568;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module {
  margin: 35px 100px 35px 45px;
  background-color: white;
  border-radius: 8px;
  min-height: 55px;
  box-shadow: 0px 2px 4px #D6D6D6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module input {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  height: 54px;
  border: none;
  box-shadow: none;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module input::placeholder {
  color: #BDC3C7;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  border-radius: 8px;
  margin: 10px;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button a {
  color: white;
  text-decoration: none !important;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper .answering-module .submit-message-button:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #tasks .tabs-container .amb-chat .chat-wrapper {
  padding-top: 25px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data_header .vcard_data_title {
  padding-left: 15px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper .dispute-owner {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper .dispute-owner span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-owner-wrapper .dispute-owner span.name {
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-description-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-description-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-description-wrapper .dispute-description {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-patient-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-patient-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-patient-wrapper .dispute-related-patient {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0 40px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper .dispute-related-file {
  margin-left: 20px;
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper .dispute-related-file span.label {
  font-size: 16px;
  color: #243454;
  margin-right: 10px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-related-file-wrapper .dispute-related-file a {
  text-decoration: none;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper i {
  font-size: 22px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper .dispute-duedate {
  margin-left: 20px;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper .dispute-duedate span.label {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .vcard_data_wrapper .vcard_data .dispute-duedate-wrapper .dispute-duedate span.date {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #disputes .tabs-container {
  margin-bottom: 0 !important;
}
#wireframe_content #disputes .tabs-container .events_section_title {
  color: #243454;
  font-size: 18px;
  font-weight: 500;
}
#wireframe_content #disputes .tabs-container .events-container {
  flex-grow: 5;
  flex-shrink: 5;
  min-width: 300px;
  flex-basis: auto;
  box-sizing: border-box;
  /*height: 100%;*/
  min-height: 300px;
  padding: 35px;
  background-color: rgba(235, 238, 241, 0.6);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper {
  display: flex;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper:first-child {
  margin-top: auto !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: #243454;
  border: 2px solid #243454;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon .icon::after {
  content: "\F007";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 15px;
  margin-left: 15px;
  margin-right: 0!important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right .icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background-color: #243454;
  border: 2px solid #243454;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right .icon.with-status::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 19px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ECF0F1;
  border: 1px solid #9EA7B1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .user-icon-right .icon::after {
  content: "\F1AD";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: white;
  height: 27px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  padding: 18px;
  box-shadow: 0px 2px 4px #D6D6D6;
  margin-bottom: 20px;
  width: 100%;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .info-text {
  display: flex;
  flex-direction: column;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .info-text .info-title {
  font-size: 18px;
  font-weight: 800;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .info-text .info-event-description {
  font-size: 18px;
  font-weight: 500;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper {
  min-width: 120px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon::before {
  content: "\F249";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .add-event-note-icon:before {
  margin-right: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon::before {
  content: "\F044";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .edit-event-icon:before {
  margin-right: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 5px 10px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon::before {
  content: "\F1F8";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-header .actions-wrapper .remove-event-icon:before {
  margin-right: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-description {
  font-size: 16px;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .info-description .alert-icon::before {
  content: "\F017";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .attachments {
  margin-top: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .attachments .attachment-info a.attachment-preview-link {
  text-decoration: none;
  color: #243454;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .attachments .attachment-info a.attachment-preview-link .attachment-icon::before {
  content: "\F1C1";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes {
  margin-top: 15px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: rgba(235, 238, 241, 0.6);
  padding: 12px 8px 12px 12px;
  box-shadow: 0 2px 4px #D6D6D6;
  margin-bottom: 10px;
  width: 100%;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info:last-child {
  margin-bottom: 0;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-user {
  font-size: 12px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-user:before {
  content: "\F007";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  margin-right: 10px;
  font-size: 14px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper {
  min-width: 56px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 3px 5px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon::before {
  content: "\F044";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .edit-event-note-icon:before {
  margin-right: 0;
  font-size: 14px!important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon {
  background-color: transparent;
  border-radius: 2px;
  color: #243454;
  border: 1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  padding: 3px 5px;
  outline: none;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon a {
  color: #243454;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon::before {
  content: "\F1F8";
  font-family: 'Font Awesome 6 Free';
  color: #243454;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon:hover {
  border-color: #ECF0F1;
  box-shadow: 1px 1px 4px #ECF0F1;
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .info-wrapper .notes .note-info .note-header .note-actions-wrapper .remove-event-note-icon:before {
  margin-right: 0;
  font-size: 14px!important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .created-at {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper .created-at span {
  font-size: 14px;
  color: #304568;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper[event-status=processed] .info-wrapper {
  background-color: rgba(46, 204, 112, 0.4);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-events-feed .event-wrapper[event-status=responded] .info-wrapper {
  background-color: rgba(65, 92, 119, 0.4);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions {
  display: flex;
  justify-content: flex-end;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button {
  background-color: #243454;
  border-radius: 2px;
  color: white;
  border: 1px solid #304568;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  border-radius: 8px;
  margin: 10px;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button a {
  color: white;
  text-decoration: none !important;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button:hover {
  box-shadow: 1px 1px 4px rgba(36, 52, 84, 0.5);
  background-color: rgba(36, 52, 84, 0.95);
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper .dispute-event-actions .add-event-button:disabled {
  background-color: #ECF0F1;
}
#wireframe_content #disputes .tabs-container .amb-dispute-events .dispute-events-wrapper {
  padding-top: 25px;
}
div.document-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 8px 8px;
  background: repeat scroll center center #304568 !important;
  flex-direction: column;
}
div.document-sign *,
div.document-sign *::before,
div.document-sign *::after {
  box-sizing: border-box;
}
div.document-sign .signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}
div.document-sign .signature-pad::before,
div.document-sign .signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
div.document-sign .signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}
div.document-sign .signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}
div.document-sign .signature-pad .signature-pad--header {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
div.document-sign .signature-pad .signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500px;
}
div.document-sign .signature-pad .signature-pad--body.signing {
  background: none;
}
div.document-sign .signature-pad .signature-pad--body.signing canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
div.document-sign .signature-pad .signature-pad--body.document-preview {
  background: none;
  overflow-y: scroll;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul {
  list-style: none;
  padding: 0;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul li.preview-link:nth-child(even) {
  background: #f4f5f6;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul li.preview-link a {
  padding: 10px;
  font-size: 1.5rem;
  color: #304568;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
div.document-sign .signature-pad .signature-pad--body.document-preview ul li.preview-link a i {
  margin-right: 5px;
}
div.document-sign .signature-pad .signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8px;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 8px;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions button.sign {
  background-color: #48bf2b;
}
div.document-sign .signature-pad .signature-pad--footer .signature-pad--actions.signing {
  justify-content: space-between;
}
div.document-sign .signature-pad .signature-pad--pin-form {
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.document-sign .signature-pad .signature-pad--pin-form input {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 10px;
  font-size: 5rem;
  text-align: center;
  width: 170px;
  height: unset;
  line-height: 1.3;
  border: thin solid black;
  font-weight: 600;
}
div.document-sign .signature-pad .signature-pad--pin-form button {
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 2rem;
}
div.document-sign .signature-pad .signature-pad--pin-form .signature-pad--mobilephone-form--input input {
  width: 440px;
  font-size: 4rem;
}
div.document-sign .signature-pad .signature-pad--pin-form .signature-pad--mobilephone-default-number {
  font-size: 4rem;
  margin-bottom: 20px;
}
div.document-sign .signature-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.3rem;
  width: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
  margin-top: 20px;
}
div.document-sign .signature-instructions .signature-instruction.signature-instruction--desktop {
  display: block;
}
div.document-sign .signature-instructions .signature-instruction.signature-instruction--desktop button {
  display: block;
  margin: 0 auto;
  background-color: #304568;
  border-radius: 2px;
  color: white;
  border: 1px solid #243454;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "ProximaNova";
  line-height: 1;
  transition: box-shadow 0.1s ease-in-out;
}
div.document-sign .signature-instructions .signature-instruction.signature-instruction--mobile-portrait {
  display: none;
}
div.global-spinner {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
div.global-spinner .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -46px;
  width: 92px;
  height: 140px;
  text-align: center;
  font-size: 10px;
}
div.global-spinner .spinner > div {
  z-index: 999;
  background-color: white;
  height: 100%;
  width: 16px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
div.global-spinner .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
div.global-spinner .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
div.global-spinner .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
div.global-spinner .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S3 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S6, S7 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Galaxy S8 ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel XL ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel 2 ----------- */
/* Portrait */
@media screen and (device-width: 411px) and (device-height: 731px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 411px) and (device-height: 731px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
/* ----------- Google Pixel 2 XL ----------- */
/* Portrait */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: portrait) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
  }
  div.document-sign .signature-pad {
    max-width: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    max-width: unset;
    font-size: 3rem;
  }
  div.document-sign .signature-instructions .signature-instruction--desktop {
    display: none !important;
  }
  div.document-sign .signature-instructions .signature-instruction--mobile-portrait {
    display: block !important;
    height: 50%;
  }
}
/* Landscape */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-min-device-pixel-ratio: 3.5) and (orientation: landscape) {
  body.docusign .flyout_dialog .flyout_dialog_wrapper .flyout_dialog_header_wrapper .flyout_dialog_side_actions_wrapper .flyout_dialog_close_button::before {
    font-size: 38px;
  }
  div.document-sign {
    font-size: 3rem;
    overflow-y: auto;
  }
  div.document-sign .signature-pad {
    max-width: 90%;
    max-height: unset;
  }
  div.document-sign .signature-pad .signature-pad--header {
    font-size: 2.4rem;
  }
  div.document-sign .signature-pad .signature-pad--footer {
    font-size: 2.4rem;
  }
  div.document-sign .signature-instructions {
    display: none !important;
  }
}
div.system-settings-columns {
  display: flex;
}
div.system-settings-columns .system-settings-widget {
  margin-right: 20px;
}
div.system-settings-columns .system-settings-widget.system-settings-style-column span.label {
  margin-left: 0;
}
div.system-settings-actions {
  margin-top: 10px;
}

