.bootstrapiso {
  /*!
 * 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)
 */
}
.bootstrapiso :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;
}
.bootstrapiso *,
.bootstrapiso *::before,
.bootstrapiso *::after {
  box-sizing: border-box;
}
.bootstrapiso {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrapiso article,
.bootstrapiso aside,
.bootstrapiso figcaption,
.bootstrapiso figure,
.bootstrapiso footer,
.bootstrapiso header,
.bootstrapiso hgroup,
.bootstrapiso main,
.bootstrapiso nav,
.bootstrapiso section {
  display: block;
}
.bootstrapiso {
  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;
}
.bootstrapiso [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.bootstrapiso hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrapiso h1,
.bootstrapiso h2,
.bootstrapiso h3,
.bootstrapiso h4,
.bootstrapiso h5,
.bootstrapiso h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.bootstrapiso p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrapiso abbr[title],
.bootstrapiso 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;
}
.bootstrapiso address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrapiso ol,
.bootstrapiso ul,
.bootstrapiso dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrapiso ol ol,
.bootstrapiso ul ul,
.bootstrapiso ol ul,
.bootstrapiso ul ol {
  margin-bottom: 0;
}
.bootstrapiso dt {
  font-weight: 700;
}
.bootstrapiso dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.bootstrapiso blockquote {
  margin: 0 0 1rem;
}
.bootstrapiso b,
.bootstrapiso strong {
  font-weight: bolder;
}
.bootstrapiso small {
  font-size: 80%;
}
.bootstrapiso sub,
.bootstrapiso sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrapiso sub {
  bottom: -0.25em;
}
.bootstrapiso sup {
  top: -0.5em;
}
.bootstrapiso a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.bootstrapiso a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bootstrapiso a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.bootstrapiso a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrapiso pre,
.bootstrapiso code,
.bootstrapiso kbd,
.bootstrapiso samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrapiso pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.bootstrapiso figure {
  margin: 0 0 1rem;
}
.bootstrapiso img {
  vertical-align: middle;
  border-style: none;
}
.bootstrapiso svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrapiso table {
  border-collapse: collapse;
}
.bootstrapiso caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrapiso th {
  text-align: inherit;
}
.bootstrapiso label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrapiso button {
  border-radius: 0;
}
.bootstrapiso button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bootstrapiso input,
.bootstrapiso button,
.bootstrapiso select,
.bootstrapiso optgroup,
.bootstrapiso textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrapiso button,
.bootstrapiso input {
  overflow: visible;
}
.bootstrapiso button,
.bootstrapiso select {
  text-transform: none;
}
.bootstrapiso select {
  word-wrap: normal;
}
.bootstrapiso button,
.bootstrapiso [type="button"],
.bootstrapiso [type="reset"],
.bootstrapiso [type="submit"] {
  -webkit-appearance: button;
}
.bootstrapiso button:not(:disabled),
.bootstrapiso [type="button"]:not(:disabled),
.bootstrapiso [type="reset"]:not(:disabled),
.bootstrapiso [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.bootstrapiso button::-moz-focus-inner,
.bootstrapiso [type="button"]::-moz-focus-inner,
.bootstrapiso [type="reset"]::-moz-focus-inner,
.bootstrapiso [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrapiso input[type="radio"],
.bootstrapiso input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrapiso input[type="date"],
.bootstrapiso input[type="time"],
.bootstrapiso input[type="datetime-local"],
.bootstrapiso input[type="month"] {
  -webkit-appearance: listbox;
}
.bootstrapiso textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrapiso fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrapiso 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;
}
.bootstrapiso progress {
  vertical-align: baseline;
}
.bootstrapiso [type="number"]::-webkit-inner-spin-button,
.bootstrapiso [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrapiso [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrapiso [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrapiso ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrapiso output {
  display: inline-block;
}
.bootstrapiso summary {
  display: list-item;
  cursor: pointer;
}
.bootstrapiso template {
  display: none;
}
.bootstrapiso [hidden] {
  display: none !important;
}
.bootstrapiso h1,
.bootstrapiso h2,
.bootstrapiso h3,
.bootstrapiso h4,
.bootstrapiso h5,
.bootstrapiso h6,
.bootstrapiso .h1,
.bootstrapiso .h2,
.bootstrapiso .h3,
.bootstrapiso .h4,
.bootstrapiso .h5,
.bootstrapiso .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrapiso h1,
.bootstrapiso .h1 {
  font-size: 2.5rem;
}
.bootstrapiso h2,
.bootstrapiso .h2 {
  font-size: 2rem;
}
.bootstrapiso h3,
.bootstrapiso .h3 {
  font-size: 1.75rem;
}
.bootstrapiso h4,
.bootstrapiso .h4 {
  font-size: 1.5rem;
}
.bootstrapiso h5,
.bootstrapiso .h5 {
  font-size: 1.25rem;
}
.bootstrapiso h6,
.bootstrapiso .h6 {
  font-size: 1rem;
}
.bootstrapiso .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrapiso .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrapiso .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrapiso .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrapiso .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrapiso hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrapiso small,
.bootstrapiso .small {
  font-size: 80%;
  font-weight: 400;
}
.bootstrapiso mark,
.bootstrapiso .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.bootstrapiso .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrapiso .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrapiso .list-inline-item {
  display: inline-block;
}
.bootstrapiso .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrapiso .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrapiso .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrapiso .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.bootstrapiso .blockquote-footer::before {
  content: "\2014\00A0";
}
.bootstrapiso .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrapiso .img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.bootstrapiso .figure {
  display: inline-block;
}
.bootstrapiso .figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.bootstrapiso .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrapiso code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
.bootstrapiso a > code {
  color: inherit;
}
.bootstrapiso kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrapiso kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrapiso pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.bootstrapiso pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrapiso .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrapiso .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrapiso .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .container {
    max-width: 1140px;
  }
}
.bootstrapiso .container-fluid,
.bootstrapiso .container-sm,
.bootstrapiso .container-md,
.bootstrapiso .container-lg,
.bootstrapiso .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrapiso .container,
  .bootstrapiso .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .container,
  .bootstrapiso .container-sm,
  .bootstrapiso .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .container,
  .bootstrapiso .container-sm,
  .bootstrapiso .container-md,
  .bootstrapiso .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .container,
  .bootstrapiso .container-sm,
  .bootstrapiso .container-md,
  .bootstrapiso .container-lg,
  .bootstrapiso .container-xl {
    max-width: 1140px;
  }
}
.bootstrapiso .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrapiso .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrapiso .no-gutters > .col,
.bootstrapiso .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrapiso .col-1,
.bootstrapiso .col-2,
.bootstrapiso .col-3,
.bootstrapiso .col-4,
.bootstrapiso .col-5,
.bootstrapiso .col-6,
.bootstrapiso .col-7,
.bootstrapiso .col-8,
.bootstrapiso .col-9,
.bootstrapiso .col-10,
.bootstrapiso .col-11,
.bootstrapiso .col-12,
.bootstrapiso .col,
.bootstrapiso .col-auto,
.bootstrapiso .col-sm-1,
.bootstrapiso .col-sm-2,
.bootstrapiso .col-sm-3,
.bootstrapiso .col-sm-4,
.bootstrapiso .col-sm-5,
.bootstrapiso .col-sm-6,
.bootstrapiso .col-sm-7,
.bootstrapiso .col-sm-8,
.bootstrapiso .col-sm-9,
.bootstrapiso .col-sm-10,
.bootstrapiso .col-sm-11,
.bootstrapiso .col-sm-12,
.bootstrapiso .col-sm,
.bootstrapiso .col-sm-auto,
.bootstrapiso .col-md-1,
.bootstrapiso .col-md-2,
.bootstrapiso .col-md-3,
.bootstrapiso .col-md-4,
.bootstrapiso .col-md-5,
.bootstrapiso .col-md-6,
.bootstrapiso .col-md-7,
.bootstrapiso .col-md-8,
.bootstrapiso .col-md-9,
.bootstrapiso .col-md-10,
.bootstrapiso .col-md-11,
.bootstrapiso .col-md-12,
.bootstrapiso .col-md,
.bootstrapiso .col-md-auto,
.bootstrapiso .col-lg-1,
.bootstrapiso .col-lg-2,
.bootstrapiso .col-lg-3,
.bootstrapiso .col-lg-4,
.bootstrapiso .col-lg-5,
.bootstrapiso .col-lg-6,
.bootstrapiso .col-lg-7,
.bootstrapiso .col-lg-8,
.bootstrapiso .col-lg-9,
.bootstrapiso .col-lg-10,
.bootstrapiso .col-lg-11,
.bootstrapiso .col-lg-12,
.bootstrapiso .col-lg,
.bootstrapiso .col-lg-auto,
.bootstrapiso .col-xl-1,
.bootstrapiso .col-xl-2,
.bootstrapiso .col-xl-3,
.bootstrapiso .col-xl-4,
.bootstrapiso .col-xl-5,
.bootstrapiso .col-xl-6,
.bootstrapiso .col-xl-7,
.bootstrapiso .col-xl-8,
.bootstrapiso .col-xl-9,
.bootstrapiso .col-xl-10,
.bootstrapiso .col-xl-11,
.bootstrapiso .col-xl-12,
.bootstrapiso .col-xl,
.bootstrapiso .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrapiso .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrapiso .row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrapiso .row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrapiso .row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bootstrapiso .row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrapiso .row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.bootstrapiso .row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bootstrapiso .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrapiso .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.bootstrapiso .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bootstrapiso .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrapiso .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bootstrapiso .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.bootstrapiso .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrapiso .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.bootstrapiso .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bootstrapiso .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrapiso .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.bootstrapiso .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.bootstrapiso .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrapiso .order-first {
  -ms-flex-order: -1;
  order: -1;
}
.bootstrapiso .order-last {
  -ms-flex-order: 13;
  order: 13;
}
.bootstrapiso .order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.bootstrapiso .order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.bootstrapiso .order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.bootstrapiso .order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.bootstrapiso .order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.bootstrapiso .order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.bootstrapiso .order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.bootstrapiso .order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.bootstrapiso .order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.bootstrapiso .order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.bootstrapiso .order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.bootstrapiso .order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.bootstrapiso .order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.bootstrapiso .offset-1 {
  margin-left: 8.333333%;
}
.bootstrapiso .offset-2 {
  margin-left: 16.666667%;
}
.bootstrapiso .offset-3 {
  margin-left: 25%;
}
.bootstrapiso .offset-4 {
  margin-left: 33.333333%;
}
.bootstrapiso .offset-5 {
  margin-left: 41.666667%;
}
.bootstrapiso .offset-6 {
  margin-left: 50%;
}
.bootstrapiso .offset-7 {
  margin-left: 58.333333%;
}
.bootstrapiso .offset-8 {
  margin-left: 66.666667%;
}
.bootstrapiso .offset-9 {
  margin-left: 75%;
}
.bootstrapiso .offset-10 {
  margin-left: 83.333333%;
}
.bootstrapiso .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .bootstrapiso .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrapiso .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrapiso .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrapiso .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrapiso .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrapiso .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrapiso .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrapiso .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrapiso .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrapiso .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrapiso .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrapiso .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrapiso .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrapiso .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrapiso .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrapiso .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrapiso .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrapiso .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrapiso .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrapiso .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrapiso .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrapiso .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrapiso .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrapiso .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrapiso .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrapiso .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .bootstrapiso .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .bootstrapiso .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrapiso .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .bootstrapiso .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .bootstrapiso .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrapiso .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .bootstrapiso .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .bootstrapiso .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrapiso .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .bootstrapiso .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrapiso .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrapiso .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrapiso .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrapiso .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrapiso .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrapiso .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrapiso .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrapiso .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrapiso .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrapiso .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrapiso .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrapiso .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrapiso .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrapiso .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrapiso .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrapiso .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrapiso .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrapiso .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrapiso .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrapiso .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrapiso .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrapiso .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrapiso .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrapiso .offset-md-0 {
    margin-left: 0;
  }
  .bootstrapiso .offset-md-1 {
    margin-left: 8.333333%;
  }
  .bootstrapiso .offset-md-2 {
    margin-left: 16.666667%;
  }
  .bootstrapiso .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrapiso .offset-md-4 {
    margin-left: 33.333333%;
  }
  .bootstrapiso .offset-md-5 {
    margin-left: 41.666667%;
  }
  .bootstrapiso .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrapiso .offset-md-7 {
    margin-left: 58.333333%;
  }
  .bootstrapiso .offset-md-8 {
    margin-left: 66.666667%;
  }
  .bootstrapiso .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrapiso .offset-md-10 {
    margin-left: 83.333333%;
  }
  .bootstrapiso .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrapiso .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrapiso .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrapiso .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrapiso .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrapiso .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrapiso .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrapiso .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrapiso .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrapiso .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrapiso .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrapiso .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrapiso .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrapiso .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrapiso .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrapiso .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrapiso .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrapiso .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrapiso .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrapiso .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrapiso .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrapiso .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrapiso .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrapiso .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrapiso .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrapiso .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .bootstrapiso .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .bootstrapiso .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrapiso .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .bootstrapiso .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .bootstrapiso .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrapiso .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .bootstrapiso .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .bootstrapiso .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrapiso .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .bootstrapiso .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrapiso .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrapiso .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrapiso .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrapiso .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrapiso .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrapiso .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrapiso .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrapiso .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrapiso .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrapiso .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrapiso .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrapiso .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrapiso .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrapiso .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrapiso .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrapiso .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrapiso .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrapiso .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrapiso .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrapiso .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrapiso .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrapiso .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrapiso .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrapiso .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrapiso .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrapiso .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrapiso .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrapiso .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrapiso .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrapiso .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .bootstrapiso .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .bootstrapiso .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrapiso .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .bootstrapiso .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .bootstrapiso .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrapiso .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .bootstrapiso .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .bootstrapiso .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrapiso .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .bootstrapiso .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bootstrapiso .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.bootstrapiso .table th,
.bootstrapiso .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrapiso .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrapiso .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrapiso .table-sm th,
.bootstrapiso .table-sm td {
  padding: 0.3rem;
}
.bootstrapiso .table-bordered {
  border: 1px solid #dee2e6;
}
.bootstrapiso .table-bordered th,
.bootstrapiso .table-bordered td {
  border: 1px solid #dee2e6;
}
.bootstrapiso .table-bordered thead th,
.bootstrapiso .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrapiso .table-borderless th,
.bootstrapiso .table-borderless td,
.bootstrapiso .table-borderless thead th,
.bootstrapiso .table-borderless tbody + tbody {
  border: 0;
}
.bootstrapiso .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrapiso .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrapiso .table-primary,
.bootstrapiso .table-primary > th,
.bootstrapiso .table-primary > td {
  background-color: #b8daff;
}
.bootstrapiso .table-primary th,
.bootstrapiso .table-primary td,
.bootstrapiso .table-primary thead th,
.bootstrapiso .table-primary tbody + tbody {
  border-color: #7abaff;
}
.bootstrapiso .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.bootstrapiso .table-hover .table-primary:hover > td,
.bootstrapiso .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.bootstrapiso .table-secondary,
.bootstrapiso .table-secondary > th,
.bootstrapiso .table-secondary > td {
  background-color: #d6d8db;
}
.bootstrapiso .table-secondary th,
.bootstrapiso .table-secondary td,
.bootstrapiso .table-secondary thead th,
.bootstrapiso .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.bootstrapiso .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.bootstrapiso .table-hover .table-secondary:hover > td,
.bootstrapiso .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.bootstrapiso .table-success,
.bootstrapiso .table-success > th,
.bootstrapiso .table-success > td {
  background-color: #c3e6cb;
}
.bootstrapiso .table-success th,
.bootstrapiso .table-success td,
.bootstrapiso .table-success thead th,
.bootstrapiso .table-success tbody + tbody {
  border-color: #8fd19e;
}
.bootstrapiso .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.bootstrapiso .table-hover .table-success:hover > td,
.bootstrapiso .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.bootstrapiso .table-info,
.bootstrapiso .table-info > th,
.bootstrapiso .table-info > td {
  background-color: #bee5eb;
}
.bootstrapiso .table-info th,
.bootstrapiso .table-info td,
.bootstrapiso .table-info thead th,
.bootstrapiso .table-info tbody + tbody {
  border-color: #86cfda;
}
.bootstrapiso .table-hover .table-info:hover {
  background-color: #abdde5;
}
.bootstrapiso .table-hover .table-info:hover > td,
.bootstrapiso .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.bootstrapiso .table-warning,
.bootstrapiso .table-warning > th,
.bootstrapiso .table-warning > td {
  background-color: #ffeeba;
}
.bootstrapiso .table-warning th,
.bootstrapiso .table-warning td,
.bootstrapiso .table-warning thead th,
.bootstrapiso .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.bootstrapiso .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.bootstrapiso .table-hover .table-warning:hover > td,
.bootstrapiso .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.bootstrapiso .table-danger,
.bootstrapiso .table-danger > th,
.bootstrapiso .table-danger > td {
  background-color: #f5c6cb;
}
.bootstrapiso .table-danger th,
.bootstrapiso .table-danger td,
.bootstrapiso .table-danger thead th,
.bootstrapiso .table-danger tbody + tbody {
  border-color: #ed969e;
}
.bootstrapiso .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.bootstrapiso .table-hover .table-danger:hover > td,
.bootstrapiso .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.bootstrapiso .table-light,
.bootstrapiso .table-light > th,
.bootstrapiso .table-light > td {
  background-color: #fdfdfe;
}
.bootstrapiso .table-light th,
.bootstrapiso .table-light td,
.bootstrapiso .table-light thead th,
.bootstrapiso .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.bootstrapiso .table-hover .table-light:hover {
  background-color: #ececf6;
}
.bootstrapiso .table-hover .table-light:hover > td,
.bootstrapiso .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.bootstrapiso .table-dark,
.bootstrapiso .table-dark > th,
.bootstrapiso .table-dark > td {
  background-color: #c6c8ca;
}
.bootstrapiso .table-dark th,
.bootstrapiso .table-dark td,
.bootstrapiso .table-dark thead th,
.bootstrapiso .table-dark tbody + tbody {
  border-color: #95999c;
}
.bootstrapiso .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.bootstrapiso .table-hover .table-dark:hover > td,
.bootstrapiso .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.bootstrapiso .table-active,
.bootstrapiso .table-active > th,
.bootstrapiso .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrapiso .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrapiso .table-hover .table-active:hover > td,
.bootstrapiso .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrapiso .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.bootstrapiso .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrapiso .table-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrapiso .table-dark th,
.bootstrapiso .table-dark td,
.bootstrapiso .table-dark thead th {
  border-color: #454d55;
}
.bootstrapiso .table-dark.table-bordered {
  border: 0;
}
.bootstrapiso .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrapiso .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrapiso .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrapiso .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrapiso .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrapiso .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrapiso .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrapiso .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrapiso .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrapiso .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrapiso .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrapiso .table-responsive > .table-bordered {
  border: 0;
}
.bootstrapiso .form-control {
  display: block;
  width: 100%;
  height: calc(4.25em);
  padding: .375rem .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: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrapiso .form-control {
    transition: none;
  }
}
.bootstrapiso .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrapiso .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrapiso .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);
}
.bootstrapiso .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrapiso .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrapiso .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrapiso .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrapiso .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrapiso .form-control:disabled,
.bootstrapiso .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrapiso select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrapiso .form-control-file,
.bootstrapiso .form-control-range {
  display: block;
  width: 100%;
}
.bootstrapiso .col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrapiso .col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrapiso .col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: .875rem;
  line-height: 1.5;
}
.bootstrapiso .form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrapiso .form-control-plaintext.form-control-sm,
.bootstrapiso .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrapiso .form-control-sm {
  height: calc(4em);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrapiso .form-control-lg {
  height: calc(4.5em);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrapiso select.form-control[size],
.bootstrapiso select.form-control[multiple] {
  height: auto;
}
.bootstrapiso textarea.form-control {
  height: auto;
}
.bootstrapiso .form-group {
  margin-bottom: 1rem;
}
.bootstrapiso .form-text {
  display: block;
  margin-top: 0.25rem;
}
.bootstrapiso .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrapiso .form-row > .col,
.bootstrapiso .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrapiso .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.bootstrapiso .form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.bootstrapiso .form-check-input[disabled] ~ .form-check-label,
.bootstrapiso .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.bootstrapiso .form-check-label {
  margin-bottom: 0;
}
.bootstrapiso .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrapiso .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.bootstrapiso .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.bootstrapiso .was-validated :valid ~ .valid-feedback,
.bootstrapiso .was-validated :valid ~ .valid-tooltip,
.bootstrapiso .is-valid ~ .valid-feedback,
.bootstrapiso .is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrapiso .was-validated .form-control:valid,
.bootstrapiso .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2328a745'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.bootstrapiso .was-validated .form-control:valid:focus,
.bootstrapiso .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrapiso .was-validated textarea.form-control:valid,
.bootstrapiso textarea.form-control.is-valid {
  padding-right: calc(2.25em);
  background-position: top calc(0.5625em) right calc(0.5625em);
}
.bootstrapiso .was-validated .custom-select:valid,
.bootstrapiso .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(3.0625em);
}
.bootstrapiso .was-validated .custom-select:valid:focus,
.bootstrapiso .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrapiso .was-validated .form-check-input:valid ~ .form-check-label,
.bootstrapiso .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.bootstrapiso .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .form-check-input:valid ~ .valid-tooltip,
.bootstrapiso .form-check-input.is-valid ~ .valid-feedback,
.bootstrapiso .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrapiso .was-validated .custom-control-input:valid ~ .custom-control-label,
.bootstrapiso .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.bootstrapiso .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.bootstrapiso .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.bootstrapiso .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrapiso .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.bootstrapiso .was-validated .custom-file-input:valid ~ .custom-file-label,
.bootstrapiso .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.bootstrapiso .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrapiso .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);
}
.bootstrapiso .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.bootstrapiso .was-validated :invalid ~ .invalid-feedback,
.bootstrapiso .was-validated :invalid ~ .invalid-tooltip,
.bootstrapiso .is-invalid ~ .invalid-feedback,
.bootstrapiso .is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrapiso .was-validated .form-control:invalid,
.bootstrapiso .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23dc3545'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23dc3545'stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.bootstrapiso .was-validated .form-control:invalid:focus,
.bootstrapiso .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrapiso .was-validated textarea.form-control:invalid,
.bootstrapiso textarea.form-control.is-invalid {
  padding-right: calc(2.25em);
  background-position: top calc(0.5625em) right calc(0.5625em);
}
.bootstrapiso .was-validated .custom-select:invalid,
.bootstrapiso .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(3.0625em);
}
.bootstrapiso .was-validated .custom-select:invalid:focus,
.bootstrapiso .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrapiso .was-validated .form-check-input:invalid ~ .form-check-label,
.bootstrapiso .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.bootstrapiso .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.bootstrapiso .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrapiso .was-validated .custom-control-input:invalid ~ .custom-control-label,
.bootstrapiso .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.bootstrapiso .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.bootstrapiso .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.bootstrapiso .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrapiso .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrapiso .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.bootstrapiso .was-validated .custom-file-input:invalid ~ .custom-file-label,
.bootstrapiso .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.bootstrapiso .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrapiso .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);
}
.bootstrapiso .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.bootstrapiso .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrapiso .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;
  }
  .bootstrapiso .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;
  }
  .bootstrapiso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrapiso .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrapiso .form-inline .input-group,
  .bootstrapiso .form-inline .custom-select {
    width: auto;
  }
  .bootstrapiso .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;
  }
  .bootstrapiso .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .bootstrapiso .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bootstrapiso .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrapiso .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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .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) {
  .bootstrapiso .btn {
    transition: none;
  }
}
.bootstrapiso .btn:hover {
  color: #212529;
  text-decoration: none;
}
.bootstrapiso .btn:focus,
.bootstrapiso .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .btn.disabled,
.bootstrapiso .btn:disabled {
  opacity: 0.65;
}
.bootstrapiso a.btn.disabled,
.bootstrapiso fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrapiso .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.bootstrapiso .btn-primary:focus,
.bootstrapiso .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.bootstrapiso .btn-primary.disabled,
.bootstrapiso .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .btn-primary:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-primary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.bootstrapiso .btn-primary:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-primary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.bootstrapiso .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrapiso .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.bootstrapiso .btn-secondary:focus,
.bootstrapiso .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.bootstrapiso .btn-secondary.disabled,
.bootstrapiso .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.bootstrapiso .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrapiso .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.bootstrapiso .btn-success:focus,
.bootstrapiso .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bootstrapiso .btn-success.disabled,
.bootstrapiso .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrapiso .btn-success:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-success:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.bootstrapiso .btn-success:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-success:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bootstrapiso .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrapiso .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.bootstrapiso .btn-info:focus,
.bootstrapiso .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrapiso .btn-info.disabled,
.bootstrapiso .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrapiso .btn-info:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-info:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.bootstrapiso .btn-info:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrapiso .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrapiso .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.bootstrapiso .btn-warning:focus,
.bootstrapiso .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrapiso .btn-warning.disabled,
.bootstrapiso .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrapiso .btn-warning:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-warning:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.bootstrapiso .btn-warning:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-warning:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrapiso .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrapiso .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.bootstrapiso .btn-danger:focus,
.bootstrapiso .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrapiso .btn-danger.disabled,
.bootstrapiso .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrapiso .btn-danger:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-danger:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.bootstrapiso .btn-danger:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-danger:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrapiso .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrapiso .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.bootstrapiso .btn-light:focus,
.bootstrapiso .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bootstrapiso .btn-light.disabled,
.bootstrapiso .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrapiso .btn-light:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-light:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.bootstrapiso .btn-light:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bootstrapiso .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrapiso .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.bootstrapiso .btn-dark:focus,
.bootstrapiso .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrapiso .btn-dark.disabled,
.bootstrapiso .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrapiso .btn-dark:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-dark:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.bootstrapiso .btn-dark:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-dark:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrapiso .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .btn-outline-primary:focus,
.bootstrapiso .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrapiso .btn-outline-primary.disabled,
.bootstrapiso .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrapiso .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrapiso .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrapiso .btn-outline-secondary:focus,
.bootstrapiso .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrapiso .btn-outline-secondary.disabled,
.bootstrapiso .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrapiso .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.bootstrapiso .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrapiso .btn-outline-success:focus,
.bootstrapiso .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrapiso .btn-outline-success.disabled,
.bootstrapiso .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrapiso .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrapiso .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrapiso .btn-outline-info:focus,
.bootstrapiso .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrapiso .btn-outline-info.disabled,
.bootstrapiso .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrapiso .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrapiso .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrapiso .btn-outline-warning:focus,
.bootstrapiso .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrapiso .btn-outline-warning.disabled,
.bootstrapiso .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrapiso .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrapiso .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrapiso .btn-outline-danger:focus,
.bootstrapiso .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrapiso .btn-outline-danger.disabled,
.bootstrapiso .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrapiso .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrapiso .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrapiso .btn-outline-light:focus,
.bootstrapiso .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrapiso .btn-outline-light.disabled,
.bootstrapiso .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrapiso .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrapiso .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrapiso .btn-outline-dark:focus,
.bootstrapiso .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrapiso .btn-outline-dark.disabled,
.bootstrapiso .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active,
.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrapiso .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.bootstrapiso .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bootstrapiso .btn-link:focus,
.bootstrapiso .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.bootstrapiso .btn-link:disabled,
.bootstrapiso .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrapiso .btn-lg,
.bootstrapiso .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrapiso .btn-sm,
.bootstrapiso .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrapiso .btn-block {
  display: block;
  width: 100%;
}
.bootstrapiso .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.bootstrapiso input[type="submit"].btn-block,
.bootstrapiso input[type="reset"].btn-block,
.bootstrapiso input[type="button"].btn-block {
  width: 100%;
}
.bootstrapiso .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrapiso .fade {
    transition: none;
  }
}
.bootstrapiso .fade:not(.show) {
  opacity: 0;
}
.bootstrapiso .collapse:not(.show) {
  display: none;
}
.bootstrapiso .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrapiso .collapsing {
    transition: none;
  }
}
.bootstrapiso .dropup,
.bootstrapiso .dropright,
.bootstrapiso .dropdown,
.bootstrapiso .dropleft {
  position: relative;
}
.bootstrapiso .dropdown-toggle {
  white-space: nowrap;
}
.bootstrapiso .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrapiso .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrapiso .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .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;
}
.bootstrapiso .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrapiso .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrapiso .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrapiso .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrapiso .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrapiso .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrapiso .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrapiso .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrapiso .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrapiso .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrapiso .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrapiso .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrapiso .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrapiso .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrapiso .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrapiso .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.bootstrapiso .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrapiso .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrapiso .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrapiso .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrapiso .dropdown-menu[x-placement^="top"],
.bootstrapiso .dropdown-menu[x-placement^="right"],
.bootstrapiso .dropdown-menu[x-placement^="bottom"],
.bootstrapiso .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.bootstrapiso .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrapiso .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrapiso .dropdown-item:hover,
.bootstrapiso .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrapiso .dropdown-item.active,
.bootstrapiso .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bootstrapiso .dropdown-item.disabled,
.bootstrapiso .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.bootstrapiso .dropdown-menu.show {
  display: block;
}
.bootstrapiso .dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrapiso .dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.bootstrapiso .btn-group,
.bootstrapiso .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrapiso .btn-group > .btn,
.bootstrapiso .btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bootstrapiso .btn-group > .btn:hover,
.bootstrapiso .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrapiso .btn-group > .btn:focus,
.bootstrapiso .btn-group > .btn:active,
.bootstrapiso .btn-group > .btn.active,
.bootstrapiso .btn-group-vertical > .btn:focus,
.bootstrapiso .btn-group-vertical > .btn:active,
.bootstrapiso .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrapiso .btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bootstrapiso .btn-toolbar .input-group {
  width: auto;
}
.bootstrapiso .btn-group > .btn:not(:first-child),
.bootstrapiso .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrapiso .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrapiso .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapiso .btn-group > .btn:not(:first-child),
.bootstrapiso .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapiso .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: 0.5625rem;
}
.bootstrapiso .dropdown-toggle-split::after,
.bootstrapiso .dropup .dropdown-toggle-split::after,
.bootstrapiso .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.bootstrapiso .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrapiso .btn-sm + .dropdown-toggle-split,
.bootstrapiso .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: 0.375rem;
}
.bootstrapiso .btn-lg + .dropdown-toggle-split,
.bootstrapiso .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: 0.75rem;
}
.bootstrapiso .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;
}
.bootstrapiso .btn-group-vertical > .btn,
.bootstrapiso .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrapiso .btn-group-vertical > .btn:not(:first-child),
.bootstrapiso .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrapiso .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrapiso .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapiso .btn-group-vertical > .btn:not(:first-child),
.bootstrapiso .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapiso .btn-group-toggle > .btn,
.bootstrapiso .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrapiso .btn-group-toggle > .btn input[type="radio"],
.bootstrapiso .btn-group-toggle > .btn input[type="checkbox"],
.bootstrapiso .btn-group-toggle > .btn-group > .btn input[type="radio"],
.bootstrapiso .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrapiso .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%;
}
.bootstrapiso .input-group > .form-control,
.bootstrapiso .input-group > .form-control-plaintext,
.bootstrapiso .input-group > .custom-select,
.bootstrapiso .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrapiso .input-group > .form-control + .form-control,
.bootstrapiso .input-group > .form-control + .custom-select,
.bootstrapiso .input-group > .form-control + .custom-file,
.bootstrapiso .input-group > .form-control-plaintext + .form-control,
.bootstrapiso .input-group > .form-control-plaintext + .custom-select,
.bootstrapiso .input-group > .form-control-plaintext + .custom-file,
.bootstrapiso .input-group > .custom-select + .form-control,
.bootstrapiso .input-group > .custom-select + .custom-select,
.bootstrapiso .input-group > .custom-select + .custom-file,
.bootstrapiso .input-group > .custom-file + .form-control,
.bootstrapiso .input-group > .custom-file + .custom-select,
.bootstrapiso .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrapiso .input-group > .form-control:focus,
.bootstrapiso .input-group > .custom-select:focus,
.bootstrapiso .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrapiso .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrapiso .input-group > .form-control:not(:last-child),
.bootstrapiso .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapiso .input-group > .form-control:not(:first-child),
.bootstrapiso .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapiso .input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.bootstrapiso .input-group > .custom-file:not(:last-child) .custom-file-label,
.bootstrapiso .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapiso .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapiso .input-group-prepend,
.bootstrapiso .input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.bootstrapiso .input-group-prepend .btn,
.bootstrapiso .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrapiso .input-group-prepend .btn:focus,
.bootstrapiso .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrapiso .input-group-prepend .btn + .btn,
.bootstrapiso .input-group-prepend .btn + .input-group-text,
.bootstrapiso .input-group-prepend .input-group-text + .input-group-text,
.bootstrapiso .input-group-prepend .input-group-text + .btn,
.bootstrapiso .input-group-append .btn + .btn,
.bootstrapiso .input-group-append .btn + .input-group-text,
.bootstrapiso .input-group-append .input-group-text + .input-group-text,
.bootstrapiso .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrapiso .input-group-prepend {
  margin-right: -1px;
}
.bootstrapiso .input-group-append {
  margin-left: -1px;
}
.bootstrapiso .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .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;
}
.bootstrapiso .input-group-text input[type="radio"],
.bootstrapiso .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.bootstrapiso .input-group-lg > .form-control:not(textarea),
.bootstrapiso .input-group-lg > .custom-select {
  height: calc(4.5em);
}
.bootstrapiso .input-group-lg > .form-control,
.bootstrapiso .input-group-lg > .custom-select,
.bootstrapiso .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrapiso .input-group-lg > .input-group-append > .input-group-text,
.bootstrapiso .input-group-lg > .input-group-prepend > .btn,
.bootstrapiso .input-group-lg > .input-group-append > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrapiso .input-group-sm > .form-control:not(textarea),
.bootstrapiso .input-group-sm > .custom-select {
  height: calc(4em);
}
.bootstrapiso .input-group-sm > .form-control,
.bootstrapiso .input-group-sm > .custom-select,
.bootstrapiso .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrapiso .input-group-sm > .input-group-append > .input-group-text,
.bootstrapiso .input-group-sm > .input-group-prepend > .btn,
.bootstrapiso .input-group-sm > .input-group-append > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrapiso .input-group-lg > .custom-select,
.bootstrapiso .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.bootstrapiso .input-group > .input-group-prepend > .btn,
.bootstrapiso .input-group > .input-group-prepend > .input-group-text,
.bootstrapiso .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrapiso .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrapiso .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrapiso .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapiso .input-group > .input-group-append > .btn,
.bootstrapiso .input-group > .input-group-append > .input-group-text,
.bootstrapiso .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrapiso .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrapiso .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrapiso .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapiso .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.bootstrapiso .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.bootstrapiso .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.bootstrapiso .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.bootstrapiso .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.bootstrapiso .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.bootstrapiso .custom-control-input[disabled] ~ .custom-control-label,
.bootstrapiso .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrapiso .custom-control-input[disabled] ~ .custom-control-label::before,
.bootstrapiso .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.bootstrapiso .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrapiso .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.bootstrapiso .custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 1% 50%;
}
.bootstrapiso .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.bootstrapiso .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.26l2.9742.99L82.193z'/%3e%3c/svg%3e");
}
.bootstrapiso .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.bootstrapiso .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='4'viewBox='0044'%3e%3cpathstroke='%23fff'd='M02h4'/%3e%3c/svg%3e");
}
.bootstrapiso .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrapiso .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrapiso .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrapiso .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'viewBox='-4-488'%3e%3ccircler='3'fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrapiso .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrapiso .custom-switch {
  padding-left: 2.25rem;
}
.bootstrapiso .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrapiso .custom-switch .custom-control-label::after {
  top: calc(2.25rem);
  left: calc(-0.25rem);
  width: calc(-3rem);
  height: calc(-3rem);
  background-color: #adb5bd;
  border-radius: .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) {
  .bootstrapiso .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.bootstrapiso .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.bootstrapiso .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrapiso .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.25em);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrapiso .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrapiso .custom-select[multiple],
.bootstrapiso .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.bootstrapiso .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrapiso .custom-select::-ms-expand {
  display: none;
}
.bootstrapiso .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrapiso .custom-select-sm {
  height: calc(4em);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 0.875rem;
}
.bootstrapiso .custom-select-lg {
  height: calc(4.5em);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrapiso .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.25em);
  margin-bottom: 0;
}
.bootstrapiso .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.25em);
  margin: 0;
  opacity: 0;
}
.bootstrapiso .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .custom-file-input[disabled] ~ .custom-file-label,
.bootstrapiso .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrapiso .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrapiso .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrapiso .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.25em);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrapiso .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25em);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.bootstrapiso .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrapiso .custom-range:focus {
  outline: 0;
}
.bootstrapiso .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrapiso .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) {
  .bootstrapiso .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrapiso .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.bootstrapiso .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrapiso .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) {
  .bootstrapiso .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.bootstrapiso .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.bootstrapiso .custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrapiso .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .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) {
  .bootstrapiso .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.bootstrapiso .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.bootstrapiso .custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrapiso .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrapiso .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrapiso .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrapiso .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrapiso .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrapiso .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrapiso .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.bootstrapiso .custom-control-label::before,
.bootstrapiso .custom-file-label,
.bootstrapiso .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) {
  .bootstrapiso .custom-control-label::before,
  .bootstrapiso .custom-file-label,
  .bootstrapiso .custom-select {
    transition: none;
  }
}
.bootstrapiso .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrapiso .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrapiso .nav-link:hover,
.bootstrapiso .nav-link:focus {
  text-decoration: none;
}
.bootstrapiso .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrapiso .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrapiso .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.bootstrapiso .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrapiso .nav-tabs .nav-link:hover,
.bootstrapiso .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrapiso .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrapiso .nav-tabs .nav-link.active,
.bootstrapiso .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrapiso .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapiso .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.bootstrapiso .nav-pills .nav-link.active,
.bootstrapiso .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.bootstrapiso .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.bootstrapiso .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.bootstrapiso .tab-content > .tab-pane {
  display: none;
}
.bootstrapiso .tab-content > .active {
  display: block;
}
.bootstrapiso .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;
}
.bootstrapiso .navbar .container,
.bootstrapiso .navbar .container-fluid,
.bootstrapiso .navbar .container-sm,
.bootstrapiso .navbar .container-md,
.bootstrapiso .navbar .container-lg,
.bootstrapiso .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;
}
.bootstrapiso .navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrapiso .navbar-brand:hover,
.bootstrapiso .navbar-brand:focus {
  text-decoration: none;
}
.bootstrapiso .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrapiso .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrapiso .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrapiso .navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: 0.5rem;
}
.bootstrapiso .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.bootstrapiso .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrapiso .navbar-toggler:hover,
.bootstrapiso .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrapiso .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) {
  .bootstrapiso .navbar-expand-sm > .container,
  .bootstrapiso .navbar-expand-sm > .container-fluid,
  .bootstrapiso .navbar-expand-sm > .container-sm,
  .bootstrapiso .navbar-expand-sm > .container-md,
  .bootstrapiso .navbar-expand-sm > .container-lg,
  .bootstrapiso .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrapiso .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrapiso .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrapiso .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrapiso .navbar-expand-sm > .container,
  .bootstrapiso .navbar-expand-sm > .container-fluid,
  .bootstrapiso .navbar-expand-sm > .container-sm,
  .bootstrapiso .navbar-expand-sm > .container-md,
  .bootstrapiso .navbar-expand-sm > .container-lg,
  .bootstrapiso .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrapiso .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrapiso .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrapiso .navbar-expand-md > .container,
  .bootstrapiso .navbar-expand-md > .container-fluid,
  .bootstrapiso .navbar-expand-md > .container-sm,
  .bootstrapiso .navbar-expand-md > .container-md,
  .bootstrapiso .navbar-expand-md > .container-lg,
  .bootstrapiso .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrapiso .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrapiso .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrapiso .navbar-expand-md > .container,
  .bootstrapiso .navbar-expand-md > .container-fluid,
  .bootstrapiso .navbar-expand-md > .container-sm,
  .bootstrapiso .navbar-expand-md > .container-md,
  .bootstrapiso .navbar-expand-md > .container-lg,
  .bootstrapiso .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrapiso .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrapiso .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrapiso .navbar-expand-lg > .container,
  .bootstrapiso .navbar-expand-lg > .container-fluid,
  .bootstrapiso .navbar-expand-lg > .container-sm,
  .bootstrapiso .navbar-expand-lg > .container-md,
  .bootstrapiso .navbar-expand-lg > .container-lg,
  .bootstrapiso .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrapiso .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrapiso .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrapiso .navbar-expand-lg > .container,
  .bootstrapiso .navbar-expand-lg > .container-fluid,
  .bootstrapiso .navbar-expand-lg > .container-sm,
  .bootstrapiso .navbar-expand-lg > .container-md,
  .bootstrapiso .navbar-expand-lg > .container-lg,
  .bootstrapiso .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrapiso .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrapiso .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrapiso .navbar-expand-xl > .container,
  .bootstrapiso .navbar-expand-xl > .container-fluid,
  .bootstrapiso .navbar-expand-xl > .container-sm,
  .bootstrapiso .navbar-expand-xl > .container-md,
  .bootstrapiso .navbar-expand-xl > .container-lg,
  .bootstrapiso .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrapiso .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrapiso .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrapiso .navbar-expand-xl > .container,
  .bootstrapiso .navbar-expand-xl > .container-fluid,
  .bootstrapiso .navbar-expand-xl > .container-sm,
  .bootstrapiso .navbar-expand-xl > .container-md,
  .bootstrapiso .navbar-expand-xl > .container-lg,
  .bootstrapiso .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrapiso .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrapiso .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrapiso .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bootstrapiso .navbar-expand > .container,
.bootstrapiso .navbar-expand > .container-fluid,
.bootstrapiso .navbar-expand > .container-sm,
.bootstrapiso .navbar-expand > .container-md,
.bootstrapiso .navbar-expand > .container-lg,
.bootstrapiso .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.bootstrapiso .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.bootstrapiso .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrapiso .navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: 0.5rem;
}
.bootstrapiso .navbar-expand > .container,
.bootstrapiso .navbar-expand > .container-fluid,
.bootstrapiso .navbar-expand > .container-sm,
.bootstrapiso .navbar-expand > .container-md,
.bootstrapiso .navbar-expand > .container-lg,
.bootstrapiso .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bootstrapiso .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.bootstrapiso .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrapiso .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrapiso .navbar-light .navbar-brand:hover,
.bootstrapiso .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrapiso .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrapiso .navbar-light .navbar-nav .nav-link:hover,
.bootstrapiso .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrapiso .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrapiso .navbar-light .navbar-nav .show > .nav-link,
.bootstrapiso .navbar-light .navbar-nav .active > .nav-link,
.bootstrapiso .navbar-light .navbar-nav .nav-link.show,
.bootstrapiso .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrapiso .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrapiso .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba(0,0,0,0.5)'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e");
}
.bootstrapiso .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrapiso .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrapiso .navbar-light .navbar-text a:hover,
.bootstrapiso .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrapiso .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrapiso .navbar-dark .navbar-brand:hover,
.bootstrapiso .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrapiso .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrapiso .navbar-dark .navbar-nav .nav-link:hover,
.bootstrapiso .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrapiso .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrapiso .navbar-dark .navbar-nav .show > .nav-link,
.bootstrapiso .navbar-dark .navbar-nav .active > .nav-link,
.bootstrapiso .navbar-dark .navbar-nav .nav-link.show,
.bootstrapiso .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrapiso .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrapiso .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba(255,255,255,0.5)'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e");
}
.bootstrapiso .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrapiso .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrapiso .navbar-dark .navbar-text a:hover,
.bootstrapiso .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrapiso .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;
}
.bootstrapiso .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrapiso .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrapiso .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrapiso .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.bootstrapiso .card-title {
  margin-bottom: 0.75rem;
}
.bootstrapiso .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bootstrapiso .card-text:last-child {
  margin-bottom: 0;
}
.bootstrapiso .card-link:hover {
  text-decoration: none;
}
.bootstrapiso .card-link + .card-link {
  margin-left: 1.25rem;
}
.bootstrapiso .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrapiso .card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.bootstrapiso .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.bootstrapiso .card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrapiso .card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.bootstrapiso .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bootstrapiso .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bootstrapiso .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.bootstrapiso .card-img,
.bootstrapiso .card-img-top,
.bootstrapiso .card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.bootstrapiso .card-img,
.bootstrapiso .card-img-top {
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.bootstrapiso .card-img,
.bootstrapiso .card-img-bottom {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.bootstrapiso .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrapiso .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrapiso .card-deck .card {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrapiso .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrapiso .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .bootstrapiso .card-group > .card {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .bootstrapiso .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrapiso .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrapiso .card-group > .card:not(:last-child) .card-img-top,
  .bootstrapiso .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrapiso .card-group > .card:not(:last-child) .card-img-bottom,
  .bootstrapiso .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrapiso .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrapiso .card-group > .card:not(:first-child) .card-img-top,
  .bootstrapiso .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrapiso .card-group > .card:not(:first-child) .card-img-bottom,
  .bootstrapiso .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrapiso .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrapiso .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;
  }
  .bootstrapiso .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrapiso .accordion > .card {
  overflow: hidden;
}
.bootstrapiso .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapiso .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapiso .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.bootstrapiso .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrapiso .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrapiso .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.bootstrapiso .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrapiso .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrapiso .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrapiso .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.bootstrapiso .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.bootstrapiso .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrapiso .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrapiso .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrapiso .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0.25rem;
}
.bootstrapiso .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrapiso .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrapiso .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrapiso .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: 0.3rem;
}
.bootstrapiso .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.bootstrapiso .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrapiso .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrapiso .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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) {
  .bootstrapiso .badge {
    transition: none;
  }
}
.bootstrapiso a.badge:hover,
.bootstrapiso a.badge:focus {
  text-decoration: none;
}
.bootstrapiso .badge:empty {
  display: none;
}
.bootstrapiso .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrapiso .badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.bootstrapiso .badge-primary {
  color: #fff;
  background-color: #007bff;
}
.bootstrapiso a.badge-primary:hover,
.bootstrapiso a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
.bootstrapiso a.badge-primary:focus,
.bootstrapiso a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrapiso .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.bootstrapiso a.badge-secondary:hover,
.bootstrapiso a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
.bootstrapiso a.badge-secondary:focus,
.bootstrapiso a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrapiso .badge-success {
  color: #fff;
  background-color: #28a745;
}
.bootstrapiso a.badge-success:hover,
.bootstrapiso a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
.bootstrapiso a.badge-success:focus,
.bootstrapiso a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrapiso .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.bootstrapiso a.badge-info:hover,
.bootstrapiso a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
.bootstrapiso a.badge-info:focus,
.bootstrapiso a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrapiso .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.bootstrapiso a.badge-warning:hover,
.bootstrapiso a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
.bootstrapiso a.badge-warning:focus,
.bootstrapiso a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrapiso .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.bootstrapiso a.badge-danger:hover,
.bootstrapiso a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
.bootstrapiso a.badge-danger:focus,
.bootstrapiso a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrapiso .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.bootstrapiso a.badge-light:hover,
.bootstrapiso a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
.bootstrapiso a.badge-light:focus,
.bootstrapiso a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrapiso .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrapiso a.badge-dark:hover,
.bootstrapiso a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
.bootstrapiso a.badge-dark:focus,
.bootstrapiso a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrapiso .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .bootstrapiso .jumbotron {
    padding: 4rem 2rem;
  }
}
.bootstrapiso .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrapiso .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrapiso .alert-heading {
  color: inherit;
}
.bootstrapiso .alert-link {
  font-weight: 700;
}
.bootstrapiso .alert-dismissible {
  padding-right: 4rem;
}
.bootstrapiso .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.bootstrapiso .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.bootstrapiso .alert-primary hr {
  border-top-color: #9fcdff;
}
.bootstrapiso .alert-primary .alert-link {
  color: #002752;
}
.bootstrapiso .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.bootstrapiso .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.bootstrapiso .alert-secondary .alert-link {
  color: #202326;
}
.bootstrapiso .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.bootstrapiso .alert-success hr {
  border-top-color: #b1dfbb;
}
.bootstrapiso .alert-success .alert-link {
  color: #0b2e13;
}
.bootstrapiso .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bootstrapiso .alert-info hr {
  border-top-color: #abdde5;
}
.bootstrapiso .alert-info .alert-link {
  color: #062c33;
}
.bootstrapiso .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bootstrapiso .alert-warning hr {
  border-top-color: #ffe8a1;
}
.bootstrapiso .alert-warning .alert-link {
  color: #533f03;
}
.bootstrapiso .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bootstrapiso .alert-danger hr {
  border-top-color: #f1b0b7;
}
.bootstrapiso .alert-danger .alert-link {
  color: #491217;
}
.bootstrapiso .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrapiso .alert-light hr {
  border-top-color: #ececf6;
}
.bootstrapiso .alert-light .alert-link {
  color: #686868;
}
.bootstrapiso .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bootstrapiso .alert-dark hr {
  border-top-color: #b9bbbe;
}
.bootstrapiso .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;
  }
}
.bootstrapiso .progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrapiso .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) {
  .bootstrapiso .progress-bar {
    transition: none;
  }
}
.bootstrapiso .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;
}
.bootstrapiso .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrapiso .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.bootstrapiso .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bootstrapiso .media-body {
  -ms-flex: 1;
  flex: 1;
}
.bootstrapiso .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.bootstrapiso .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrapiso .list-group-item-action:hover,
.bootstrapiso .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrapiso .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrapiso .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrapiso .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrapiso .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrapiso .list-group-item.disabled,
.bootstrapiso .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrapiso .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrapiso .list-group-item + .list-group-item {
  border-top-width: 0;
}
.bootstrapiso .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrapiso .list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.bootstrapiso .list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.bootstrapiso .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.bootstrapiso .list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.bootstrapiso .list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrapiso .list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrapiso .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .bootstrapiso .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrapiso .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .bootstrapiso .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrapiso .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .bootstrapiso .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrapiso .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrapiso .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrapiso .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .bootstrapiso .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrapiso .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrapiso .list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.bootstrapiso .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrapiso .list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrapiso .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.bootstrapiso .list-group-item-primary.list-group-item-action:hover,
.bootstrapiso .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.bootstrapiso .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.bootstrapiso .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.bootstrapiso .list-group-item-secondary.list-group-item-action:hover,
.bootstrapiso .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.bootstrapiso .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.bootstrapiso .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.bootstrapiso .list-group-item-success.list-group-item-action:hover,
.bootstrapiso .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.bootstrapiso .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.bootstrapiso .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.bootstrapiso .list-group-item-info.list-group-item-action:hover,
.bootstrapiso .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.bootstrapiso .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.bootstrapiso .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.bootstrapiso .list-group-item-warning.list-group-item-action:hover,
.bootstrapiso .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.bootstrapiso .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.bootstrapiso .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.bootstrapiso .list-group-item-danger.list-group-item-action:hover,
.bootstrapiso .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.bootstrapiso .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.bootstrapiso .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.bootstrapiso .list-group-item-light.list-group-item-action:hover,
.bootstrapiso .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.bootstrapiso .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.bootstrapiso .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.bootstrapiso .list-group-item-dark.list-group-item-action:hover,
.bootstrapiso .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.bootstrapiso .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.bootstrapiso .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrapiso .close:hover {
  color: #000;
  text-decoration: none;
}
.bootstrapiso .close:not(:disabled):not(.disabled):hover,
.bootstrapiso .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.bootstrapiso button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bootstrapiso a.close.disabled {
  pointer-events: none;
}
.bootstrapiso .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .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;
}
.bootstrapiso .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrapiso .toast.showing {
  opacity: 1;
}
.bootstrapiso .toast.show {
  display: block;
  opacity: 1;
}
.bootstrapiso .toast.hide {
  display: none;
}
.bootstrapiso .toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .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);
}
.bootstrapiso .toast-body {
  padding: 0.75rem;
}
.bootstrapiso .modal-open {
  overflow: hidden;
}
.bootstrapiso .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrapiso .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrapiso .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.bootstrapiso .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) {
  .bootstrapiso .modal.fade .modal-dialog {
    transition: none;
  }
}
.bootstrapiso .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.bootstrapiso .modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.bootstrapiso .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(99%);
}
.bootstrapiso .modal-dialog-scrollable .modal-content {
  max-height: calc(99vh);
  overflow: hidden;
}
.bootstrapiso .modal-dialog-scrollable .modal-header,
.bootstrapiso .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bootstrapiso .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrapiso .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(99%);
}
.bootstrapiso .modal-dialog-centered::before {
  display: block;
  height: calc(99vh);
  content: "";
}
.bootstrapiso .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.bootstrapiso .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrapiso .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrapiso .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: .3rem;
  outline: 0;
}
.bootstrapiso .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrapiso .modal-backdrop.fade {
  opacity: 0;
}
.bootstrapiso .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrapiso .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.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.bootstrapiso .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.bootstrapiso .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrapiso .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrapiso .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: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(-0.7rem);
  border-bottom-left-radius: calc(-0.7rem);
}
.bootstrapiso .modal-footer > * {
  margin: 0.25rem;
}
.bootstrapiso .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrapiso .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrapiso .modal-dialog-scrollable {
    max-height: calc(96.5%);
  }
  .bootstrapiso .modal-dialog-scrollable .modal-content {
    max-height: calc(96.5vh);
  }
  .bootstrapiso .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .bootstrapiso .modal-dialog-centered::before {
    height: calc(96.5vh);
  }
  .bootstrapiso .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .modal-lg,
  .bootstrapiso .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 5px 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: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrapiso .bs-tooltip-top,
.bootstrapiso .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bootstrapiso .bs-tooltip-top .arrow,
.bootstrapiso .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bootstrapiso .bs-tooltip-top .arrow::before,
.bootstrapiso .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bootstrapiso .bs-tooltip-right,
.bootstrapiso .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bootstrapiso .bs-tooltip-right .arrow,
.bootstrapiso .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: 0.8rem;
}
.bootstrapiso .bs-tooltip-right .arrow::before,
.bootstrapiso .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bootstrapiso .bs-tooltip-bottom,
.bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bootstrapiso .bs-tooltip-bottom .arrow,
.bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bootstrapiso .bs-tooltip-bottom .arrow::before,
.bootstrapiso .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bootstrapiso .bs-tooltip-left,
.bootstrapiso .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bootstrapiso .bs-tooltip-left .arrow,
.bootstrapiso .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: 0.8rem;
}
.bootstrapiso .bs-tooltip-left .arrow::before,
.bootstrapiso .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.bootstrapiso .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: .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;
}
.bootstrapiso .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 0.3rem;
}
.bootstrapiso .popover .arrow::before,
.bootstrapiso .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrapiso .bs-popover-top,
.bootstrapiso .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bootstrapiso .bs-popover-top > .arrow,
.bootstrapiso .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-1.5rem);
}
.bootstrapiso .bs-popover-top > .arrow::before,
.bootstrapiso .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrapiso .bs-popover-top > .arrow::after,
.bootstrapiso .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bootstrapiso .bs-popover-right,
.bootstrapiso .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bootstrapiso .bs-popover-right > .arrow,
.bootstrapiso .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-1.5rem);
  width: .5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrapiso .bs-popover-right > .arrow::before,
.bootstrapiso .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrapiso .bs-popover-right > .arrow::after,
.bootstrapiso .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bootstrapiso .bs-popover-bottom,
.bootstrapiso .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bootstrapiso .bs-popover-bottom > .arrow,
.bootstrapiso .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-1.5rem);
}
.bootstrapiso .bs-popover-bottom > .arrow::before,
.bootstrapiso .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrapiso .bs-popover-bottom > .arrow::after,
.bootstrapiso .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bootstrapiso .bs-popover-bottom .popover-header::before,
.bootstrapiso .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;
}
.bootstrapiso .bs-popover-left,
.bootstrapiso .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bootstrapiso .bs-popover-left > .arrow,
.bootstrapiso .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-1.5rem);
  width: .5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrapiso .bs-popover-left > .arrow::before,
.bootstrapiso .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrapiso .bs-popover-left > .arrow::after,
.bootstrapiso .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.bootstrapiso .popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.bootstrapiso .popover-header:empty {
  display: none;
}
.bootstrapiso .popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.bootstrapiso .carousel {
  position: relative;
}
.bootstrapiso .carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bootstrapiso .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrapiso .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrapiso .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) {
  .bootstrapiso .carousel-item {
    transition: none;
  }
}
.bootstrapiso .carousel-item.active,
.bootstrapiso .carousel-item-next,
.bootstrapiso .carousel-item-prev {
  display: block;
}
.bootstrapiso .carousel-item-next:not(.carousel-item-left),
.bootstrapiso .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.bootstrapiso .carousel-item-prev:not(.carousel-item-right),
.bootstrapiso .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bootstrapiso .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.bootstrapiso .carousel-fade .carousel-item.active,
.bootstrapiso .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrapiso .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrapiso .carousel-fade .active.carousel-item-left,
.bootstrapiso .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrapiso .carousel-fade .active.carousel-item-left,
  .bootstrapiso .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.bootstrapiso .carousel-control-prev,
.bootstrapiso .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: .5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrapiso .carousel-control-prev,
  .bootstrapiso .carousel-control-next {
    transition: none;
  }
}
.bootstrapiso .carousel-control-prev:hover,
.bootstrapiso .carousel-control-prev:focus,
.bootstrapiso .carousel-control-next:hover,
.bootstrapiso .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrapiso .carousel-control-prev {
  left: 0;
}
.bootstrapiso .carousel-control-next {
  right: 0;
}
.bootstrapiso .carousel-control-prev-icon,
.bootstrapiso .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 0.5% 100%;
}
.bootstrapiso .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M5.250l-44441.5-1.5L4.254l2.5-2.5L5.250z'/%3e%3c/svg%3e");
}
.bootstrapiso .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M2.750l-1.51.5L3.754l-2.52.5L2.758l4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrapiso .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;
}
.bootstrapiso .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) {
  .bootstrapiso .carousel-indicators li {
    transition: none;
  }
}
.bootstrapiso .carousel-indicators .active {
  opacity: 1;
}
.bootstrapiso .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);
  }
}
.bootstrapiso .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.bootstrapiso .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;
  }
}
.bootstrapiso .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 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.bootstrapiso .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.bootstrapiso .align-baseline {
  vertical-align: baseline !important;
}
.bootstrapiso .align-top {
  vertical-align: top !important;
}
.bootstrapiso .align-middle {
  vertical-align: middle !important;
}
.bootstrapiso .align-bottom {
  vertical-align: bottom !important;
}
.bootstrapiso .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrapiso .align-text-top {
  vertical-align: text-top !important;
}
.bootstrapiso .bg-primary {
  background-color: #007bff !important;
}
.bootstrapiso a.bg-primary:hover,
.bootstrapiso a.bg-primary:focus,
.bootstrapiso button.bg-primary:hover,
.bootstrapiso button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bootstrapiso .bg-secondary {
  background-color: #6c757d !important;
}
.bootstrapiso a.bg-secondary:hover,
.bootstrapiso a.bg-secondary:focus,
.bootstrapiso button.bg-secondary:hover,
.bootstrapiso button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bootstrapiso .bg-success {
  background-color: #28a745 !important;
}
.bootstrapiso a.bg-success:hover,
.bootstrapiso a.bg-success:focus,
.bootstrapiso button.bg-success:hover,
.bootstrapiso button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bootstrapiso .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrapiso a.bg-info:hover,
.bootstrapiso a.bg-info:focus,
.bootstrapiso button.bg-info:hover,
.bootstrapiso button.bg-info:focus {
  background-color: #117a8b !important;
}
.bootstrapiso .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrapiso a.bg-warning:hover,
.bootstrapiso a.bg-warning:focus,
.bootstrapiso button.bg-warning:hover,
.bootstrapiso button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bootstrapiso .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrapiso a.bg-danger:hover,
.bootstrapiso a.bg-danger:focus,
.bootstrapiso button.bg-danger:hover,
.bootstrapiso button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bootstrapiso .bg-light {
  background-color: #f8f9fa !important;
}
.bootstrapiso a.bg-light:hover,
.bootstrapiso a.bg-light:focus,
.bootstrapiso button.bg-light:hover,
.bootstrapiso button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bootstrapiso .bg-dark {
  background-color: #343a40 !important;
}
.bootstrapiso a.bg-dark:hover,
.bootstrapiso a.bg-dark:focus,
.bootstrapiso button.bg-dark:hover,
.bootstrapiso button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bootstrapiso .bg-white {
  background-color: #fff !important;
}
.bootstrapiso .bg-transparent {
  background-color: transparent !important;
}
.bootstrapiso .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrapiso .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrapiso .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrapiso .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrapiso .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrapiso .border-0 {
  border: 0 !important;
}
.bootstrapiso .border-top-0 {
  border-top: 0 !important;
}
.bootstrapiso .border-right-0 {
  border-right: 0 !important;
}
.bootstrapiso .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrapiso .border-left-0 {
  border-left: 0 !important;
}
.bootstrapiso .border-primary {
  border-color: #007bff !important;
}
.bootstrapiso .border-secondary {
  border-color: #6c757d !important;
}
.bootstrapiso .border-success {
  border-color: #28a745 !important;
}
.bootstrapiso .border-info {
  border-color: #17a2b8 !important;
}
.bootstrapiso .border-warning {
  border-color: #ffc107 !important;
}
.bootstrapiso .border-danger {
  border-color: #dc3545 !important;
}
.bootstrapiso .border-light {
  border-color: #f8f9fa !important;
}
.bootstrapiso .border-dark {
  border-color: #343a40 !important;
}
.bootstrapiso .border-white {
  border-color: #fff !important;
}
.bootstrapiso .rounded-sm {
  border-radius: 0.2rem !important;
}
.bootstrapiso .rounded {
  border-radius: 0.25rem !important;
}
.bootstrapiso .rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bootstrapiso .rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bootstrapiso .rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrapiso .rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrapiso .rounded-lg {
  border-radius: 0.3rem !important;
}
.bootstrapiso .rounded-circle {
  border-radius: 50% !important;
}
.bootstrapiso .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrapiso .rounded-0 {
  border-radius: 0 !important;
}
.bootstrapiso .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrapiso .d-none {
  display: none !important;
}
.bootstrapiso .d-inline {
  display: inline !important;
}
.bootstrapiso .d-inline-block {
  display: inline-block !important;
}
.bootstrapiso .d-block {
  display: block !important;
}
.bootstrapiso .d-table {
  display: table !important;
}
.bootstrapiso .d-table-row {
  display: table-row !important;
}
.bootstrapiso .d-table-cell {
  display: table-cell !important;
}
.bootstrapiso .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.bootstrapiso .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrapiso .d-sm-none {
    display: none !important;
  }
  .bootstrapiso .d-sm-inline {
    display: inline !important;
  }
  .bootstrapiso .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrapiso .d-sm-block {
    display: block !important;
  }
  .bootstrapiso .d-sm-table {
    display: table !important;
  }
  .bootstrapiso .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrapiso .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrapiso .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrapiso .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .d-md-none {
    display: none !important;
  }
  .bootstrapiso .d-md-inline {
    display: inline !important;
  }
  .bootstrapiso .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrapiso .d-md-block {
    display: block !important;
  }
  .bootstrapiso .d-md-table {
    display: table !important;
  }
  .bootstrapiso .d-md-table-row {
    display: table-row !important;
  }
  .bootstrapiso .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrapiso .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrapiso .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .d-lg-none {
    display: none !important;
  }
  .bootstrapiso .d-lg-inline {
    display: inline !important;
  }
  .bootstrapiso .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrapiso .d-lg-block {
    display: block !important;
  }
  .bootstrapiso .d-lg-table {
    display: table !important;
  }
  .bootstrapiso .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrapiso .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrapiso .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrapiso .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .d-xl-none {
    display: none !important;
  }
  .bootstrapiso .d-xl-inline {
    display: inline !important;
  }
  .bootstrapiso .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrapiso .d-xl-block {
    display: block !important;
  }
  .bootstrapiso .d-xl-table {
    display: table !important;
  }
  .bootstrapiso .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrapiso .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrapiso .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrapiso .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .bootstrapiso .d-print-none {
    display: none !important;
  }
  .bootstrapiso .d-print-inline {
    display: inline !important;
  }
  .bootstrapiso .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrapiso .d-print-block {
    display: block !important;
  }
  .bootstrapiso .d-print-table {
    display: table !important;
  }
  .bootstrapiso .d-print-table-row {
    display: table-row !important;
  }
  .bootstrapiso .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrapiso .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrapiso .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.bootstrapiso .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrapiso .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrapiso .embed-responsive .embed-responsive-item,
.bootstrapiso .embed-responsive iframe,
.bootstrapiso .embed-responsive embed,
.bootstrapiso .embed-responsive object,
.bootstrapiso .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrapiso .embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.bootstrapiso .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrapiso .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrapiso .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrapiso .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.bootstrapiso .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.bootstrapiso .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.bootstrapiso .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.bootstrapiso .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.bootstrapiso .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.bootstrapiso .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.bootstrapiso .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.bootstrapiso .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.bootstrapiso .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.bootstrapiso .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.bootstrapiso .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.bootstrapiso .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.bootstrapiso .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.bootstrapiso .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.bootstrapiso .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.bootstrapiso .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.bootstrapiso .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.bootstrapiso .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.bootstrapiso .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.bootstrapiso .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.bootstrapiso .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.bootstrapiso .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.bootstrapiso .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.bootstrapiso .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.bootstrapiso .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.bootstrapiso .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.bootstrapiso .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.bootstrapiso .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.bootstrapiso .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.bootstrapiso .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.bootstrapiso .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.bootstrapiso .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.bootstrapiso .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrapiso .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bootstrapiso .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bootstrapiso .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bootstrapiso .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bootstrapiso .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bootstrapiso .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bootstrapiso .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bootstrapiso .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bootstrapiso .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bootstrapiso .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bootstrapiso .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bootstrapiso .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bootstrapiso .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bootstrapiso .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bootstrapiso .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bootstrapiso .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bootstrapiso .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bootstrapiso .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bootstrapiso .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bootstrapiso .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bootstrapiso .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bootstrapiso .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bootstrapiso .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bootstrapiso .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bootstrapiso .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bootstrapiso .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bootstrapiso .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bootstrapiso .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bootstrapiso .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bootstrapiso .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bootstrapiso .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bootstrapiso .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bootstrapiso .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bootstrapiso .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bootstrapiso .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bootstrapiso .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bootstrapiso .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bootstrapiso .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bootstrapiso .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bootstrapiso .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bootstrapiso .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bootstrapiso .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bootstrapiso .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bootstrapiso .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bootstrapiso .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bootstrapiso .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bootstrapiso .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bootstrapiso .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bootstrapiso .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bootstrapiso .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bootstrapiso .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bootstrapiso .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bootstrapiso .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bootstrapiso .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bootstrapiso .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bootstrapiso .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bootstrapiso .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bootstrapiso .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bootstrapiso .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bootstrapiso .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bootstrapiso .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bootstrapiso .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bootstrapiso .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bootstrapiso .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bootstrapiso .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bootstrapiso .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bootstrapiso .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bootstrapiso .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bootstrapiso .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bootstrapiso .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bootstrapiso .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bootstrapiso .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bootstrapiso .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bootstrapiso .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bootstrapiso .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bootstrapiso .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bootstrapiso .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bootstrapiso .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bootstrapiso .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bootstrapiso .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bootstrapiso .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bootstrapiso .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bootstrapiso .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bootstrapiso .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bootstrapiso .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bootstrapiso .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bootstrapiso .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bootstrapiso .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bootstrapiso .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bootstrapiso .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bootstrapiso .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bootstrapiso .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bootstrapiso .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bootstrapiso .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bootstrapiso .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bootstrapiso .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bootstrapiso .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bootstrapiso .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bootstrapiso .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bootstrapiso .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bootstrapiso .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .bootstrapiso .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .bootstrapiso .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .bootstrapiso .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .bootstrapiso .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .bootstrapiso .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .bootstrapiso .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bootstrapiso .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .bootstrapiso .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .bootstrapiso .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .bootstrapiso .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .bootstrapiso .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .bootstrapiso .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .bootstrapiso .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .bootstrapiso .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .bootstrapiso .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .bootstrapiso .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .bootstrapiso .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .bootstrapiso .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bootstrapiso .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .bootstrapiso .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .bootstrapiso .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .bootstrapiso .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .bootstrapiso .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .bootstrapiso .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .bootstrapiso .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .bootstrapiso .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .bootstrapiso .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .bootstrapiso .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .bootstrapiso .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .bootstrapiso .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .bootstrapiso .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .bootstrapiso .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.bootstrapiso .float-left {
  float: left !important;
}
.bootstrapiso .float-right {
  float: right !important;
}
.bootstrapiso .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrapiso .float-sm-left {
    float: left !important;
  }
  .bootstrapiso .float-sm-right {
    float: right !important;
  }
  .bootstrapiso .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .float-md-left {
    float: left !important;
  }
  .bootstrapiso .float-md-right {
    float: right !important;
  }
  .bootstrapiso .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .float-lg-left {
    float: left !important;
  }
  .bootstrapiso .float-lg-right {
    float: right !important;
  }
  .bootstrapiso .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .float-xl-left {
    float: left !important;
  }
  .bootstrapiso .float-xl-right {
    float: right !important;
  }
  .bootstrapiso .float-xl-none {
    float: none !important;
  }
}
.bootstrapiso .overflow-auto {
  overflow: auto !important;
}
.bootstrapiso .overflow-hidden {
  overflow: hidden !important;
}
.bootstrapiso .position-static {
  position: static !important;
}
.bootstrapiso .position-relative {
  position: relative !important;
}
.bootstrapiso .position-absolute {
  position: absolute !important;
}
.bootstrapiso .position-fixed {
  position: fixed !important;
}
.bootstrapiso .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bootstrapiso .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrapiso .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or(position:sticky)) {
  .bootstrapiso .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrapiso .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;
}
.bootstrapiso .sr-only-focusable:active,
.bootstrapiso .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrapiso .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrapiso .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrapiso .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrapiso .shadow-none {
  box-shadow: none !important;
}
.bootstrapiso .w-25 {
  width: 25% !important;
}
.bootstrapiso .w-50 {
  width: 50% !important;
}
.bootstrapiso .w-75 {
  width: 75% !important;
}
.bootstrapiso .w-100 {
  width: 100% !important;
}
.bootstrapiso .w-auto {
  width: auto !important;
}
.bootstrapiso .h-25 {
  height: 25% !important;
}
.bootstrapiso .h-50 {
  height: 50% !important;
}
.bootstrapiso .h-75 {
  height: 75% !important;
}
.bootstrapiso .h-100 {
  height: 100% !important;
}
.bootstrapiso .h-auto {
  height: auto !important;
}
.bootstrapiso .mw-100 {
  max-width: 100% !important;
}
.bootstrapiso .mh-100 {
  max-height: 100% !important;
}
.bootstrapiso .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrapiso .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrapiso .vw-100 {
  width: 100vw !important;
}
.bootstrapiso .vh-100 {
  height: 100vh !important;
}
.bootstrapiso .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);
}
.bootstrapiso .m-0 {
  margin: 0 !important;
}
.bootstrapiso .mt-0,
.bootstrapiso .my-0 {
  margin-top: 0 !important;
}
.bootstrapiso .mr-0,
.bootstrapiso .mx-0 {
  margin-right: 0 !important;
}
.bootstrapiso .mb-0,
.bootstrapiso .my-0 {
  margin-bottom: 0 !important;
}
.bootstrapiso .ml-0,
.bootstrapiso .mx-0 {
  margin-left: 0 !important;
}
.bootstrapiso .m-1 {
  margin: 0.25rem !important;
}
.bootstrapiso .mt-1,
.bootstrapiso .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrapiso .mr-1,
.bootstrapiso .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrapiso .mb-1,
.bootstrapiso .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrapiso .ml-1,
.bootstrapiso .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrapiso .m-2 {
  margin: 0.5rem !important;
}
.bootstrapiso .mt-2,
.bootstrapiso .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrapiso .mr-2,
.bootstrapiso .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrapiso .mb-2,
.bootstrapiso .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrapiso .ml-2,
.bootstrapiso .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrapiso .m-3 {
  margin: 1rem !important;
}
.bootstrapiso .mt-3,
.bootstrapiso .my-3 {
  margin-top: 1rem !important;
}
.bootstrapiso .mr-3,
.bootstrapiso .mx-3 {
  margin-right: 1rem !important;
}
.bootstrapiso .mb-3,
.bootstrapiso .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrapiso .ml-3,
.bootstrapiso .mx-3 {
  margin-left: 1rem !important;
}
.bootstrapiso .m-4 {
  margin: 1.5rem !important;
}
.bootstrapiso .mt-4,
.bootstrapiso .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrapiso .mr-4,
.bootstrapiso .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrapiso .mb-4,
.bootstrapiso .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrapiso .ml-4,
.bootstrapiso .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrapiso .m-5 {
  margin: 3rem !important;
}
.bootstrapiso .mt-5,
.bootstrapiso .my-5 {
  margin-top: 3rem !important;
}
.bootstrapiso .mr-5,
.bootstrapiso .mx-5 {
  margin-right: 3rem !important;
}
.bootstrapiso .mb-5,
.bootstrapiso .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrapiso .ml-5,
.bootstrapiso .mx-5 {
  margin-left: 3rem !important;
}
.bootstrapiso .p-0 {
  padding: 0 !important;
}
.bootstrapiso .pt-0,
.bootstrapiso .py-0 {
  padding-top: 0 !important;
}
.bootstrapiso .pr-0,
.bootstrapiso .px-0 {
  padding-right: 0 !important;
}
.bootstrapiso .pb-0,
.bootstrapiso .py-0 {
  padding-bottom: 0 !important;
}
.bootstrapiso .pl-0,
.bootstrapiso .px-0 {
  padding-left: 0 !important;
}
.bootstrapiso .p-1 {
  padding: 0.25rem !important;
}
.bootstrapiso .pt-1,
.bootstrapiso .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrapiso .pr-1,
.bootstrapiso .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrapiso .pb-1,
.bootstrapiso .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrapiso .pl-1,
.bootstrapiso .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrapiso .p-2 {
  padding: 0.5rem !important;
}
.bootstrapiso .pt-2,
.bootstrapiso .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrapiso .pr-2,
.bootstrapiso .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrapiso .pb-2,
.bootstrapiso .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrapiso .pl-2,
.bootstrapiso .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrapiso .p-3 {
  padding: 1rem !important;
}
.bootstrapiso .pt-3,
.bootstrapiso .py-3 {
  padding-top: 1rem !important;
}
.bootstrapiso .pr-3,
.bootstrapiso .px-3 {
  padding-right: 1rem !important;
}
.bootstrapiso .pb-3,
.bootstrapiso .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrapiso .pl-3,
.bootstrapiso .px-3 {
  padding-left: 1rem !important;
}
.bootstrapiso .p-4 {
  padding: 1.5rem !important;
}
.bootstrapiso .pt-4,
.bootstrapiso .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrapiso .pr-4,
.bootstrapiso .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrapiso .pb-4,
.bootstrapiso .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrapiso .pl-4,
.bootstrapiso .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrapiso .p-5 {
  padding: 3rem !important;
}
.bootstrapiso .pt-5,
.bootstrapiso .py-5 {
  padding-top: 3rem !important;
}
.bootstrapiso .pr-5,
.bootstrapiso .px-5 {
  padding-right: 3rem !important;
}
.bootstrapiso .pb-5,
.bootstrapiso .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrapiso .pl-5,
.bootstrapiso .px-5 {
  padding-left: 3rem !important;
}
.bootstrapiso .m-n1 {
  margin: -0.25rem !important;
}
.bootstrapiso .mt-n1,
.bootstrapiso .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrapiso .mr-n1,
.bootstrapiso .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrapiso .mb-n1,
.bootstrapiso .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrapiso .ml-n1,
.bootstrapiso .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrapiso .m-n2 {
  margin: -0.5rem !important;
}
.bootstrapiso .mt-n2,
.bootstrapiso .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrapiso .mr-n2,
.bootstrapiso .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrapiso .mb-n2,
.bootstrapiso .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrapiso .ml-n2,
.bootstrapiso .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrapiso .m-n3 {
  margin: -1rem !important;
}
.bootstrapiso .mt-n3,
.bootstrapiso .my-n3 {
  margin-top: -1rem !important;
}
.bootstrapiso .mr-n3,
.bootstrapiso .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrapiso .mb-n3,
.bootstrapiso .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrapiso .ml-n3,
.bootstrapiso .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrapiso .m-n4 {
  margin: -1.5rem !important;
}
.bootstrapiso .mt-n4,
.bootstrapiso .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrapiso .mr-n4,
.bootstrapiso .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrapiso .mb-n4,
.bootstrapiso .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrapiso .ml-n4,
.bootstrapiso .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrapiso .m-n5 {
  margin: -3rem !important;
}
.bootstrapiso .mt-n5,
.bootstrapiso .my-n5 {
  margin-top: -3rem !important;
}
.bootstrapiso .mr-n5,
.bootstrapiso .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrapiso .mb-n5,
.bootstrapiso .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrapiso .ml-n5,
.bootstrapiso .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrapiso .m-auto {
  margin: auto !important;
}
.bootstrapiso .mt-auto,
.bootstrapiso .my-auto {
  margin-top: auto !important;
}
.bootstrapiso .mr-auto,
.bootstrapiso .mx-auto {
  margin-right: auto !important;
}
.bootstrapiso .mb-auto,
.bootstrapiso .my-auto {
  margin-bottom: auto !important;
}
.bootstrapiso .ml-auto,
.bootstrapiso .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrapiso .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrapiso .mt-sm-0,
  .bootstrapiso .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrapiso .mr-sm-0,
  .bootstrapiso .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrapiso .mb-sm-0,
  .bootstrapiso .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrapiso .ml-sm-0,
  .bootstrapiso .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrapiso .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrapiso .mt-sm-1,
  .bootstrapiso .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrapiso .mr-sm-1,
  .bootstrapiso .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrapiso .mb-sm-1,
  .bootstrapiso .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrapiso .ml-sm-1,
  .bootstrapiso .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrapiso .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrapiso .mt-sm-2,
  .bootstrapiso .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrapiso .mr-sm-2,
  .bootstrapiso .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrapiso .mb-sm-2,
  .bootstrapiso .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrapiso .ml-sm-2,
  .bootstrapiso .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrapiso .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrapiso .mt-sm-3,
  .bootstrapiso .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrapiso .mr-sm-3,
  .bootstrapiso .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrapiso .mb-sm-3,
  .bootstrapiso .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrapiso .ml-sm-3,
  .bootstrapiso .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrapiso .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrapiso .mt-sm-4,
  .bootstrapiso .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrapiso .mr-sm-4,
  .bootstrapiso .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrapiso .mb-sm-4,
  .bootstrapiso .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrapiso .ml-sm-4,
  .bootstrapiso .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrapiso .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrapiso .mt-sm-5,
  .bootstrapiso .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrapiso .mr-sm-5,
  .bootstrapiso .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrapiso .mb-sm-5,
  .bootstrapiso .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrapiso .ml-sm-5,
  .bootstrapiso .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrapiso .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrapiso .pt-sm-0,
  .bootstrapiso .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrapiso .pr-sm-0,
  .bootstrapiso .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrapiso .pb-sm-0,
  .bootstrapiso .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrapiso .pl-sm-0,
  .bootstrapiso .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrapiso .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrapiso .pt-sm-1,
  .bootstrapiso .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrapiso .pr-sm-1,
  .bootstrapiso .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrapiso .pb-sm-1,
  .bootstrapiso .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrapiso .pl-sm-1,
  .bootstrapiso .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrapiso .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrapiso .pt-sm-2,
  .bootstrapiso .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrapiso .pr-sm-2,
  .bootstrapiso .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrapiso .pb-sm-2,
  .bootstrapiso .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrapiso .pl-sm-2,
  .bootstrapiso .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrapiso .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrapiso .pt-sm-3,
  .bootstrapiso .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrapiso .pr-sm-3,
  .bootstrapiso .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrapiso .pb-sm-3,
  .bootstrapiso .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrapiso .pl-sm-3,
  .bootstrapiso .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrapiso .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrapiso .pt-sm-4,
  .bootstrapiso .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrapiso .pr-sm-4,
  .bootstrapiso .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrapiso .pb-sm-4,
  .bootstrapiso .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrapiso .pl-sm-4,
  .bootstrapiso .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrapiso .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrapiso .pt-sm-5,
  .bootstrapiso .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrapiso .pr-sm-5,
  .bootstrapiso .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrapiso .pb-sm-5,
  .bootstrapiso .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrapiso .pl-sm-5,
  .bootstrapiso .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrapiso .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrapiso .mt-sm-n1,
  .bootstrapiso .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrapiso .mr-sm-n1,
  .bootstrapiso .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrapiso .mb-sm-n1,
  .bootstrapiso .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrapiso .ml-sm-n1,
  .bootstrapiso .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrapiso .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrapiso .mt-sm-n2,
  .bootstrapiso .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrapiso .mr-sm-n2,
  .bootstrapiso .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrapiso .mb-sm-n2,
  .bootstrapiso .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrapiso .ml-sm-n2,
  .bootstrapiso .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrapiso .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrapiso .mt-sm-n3,
  .bootstrapiso .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrapiso .mr-sm-n3,
  .bootstrapiso .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrapiso .mb-sm-n3,
  .bootstrapiso .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrapiso .ml-sm-n3,
  .bootstrapiso .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrapiso .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrapiso .mt-sm-n4,
  .bootstrapiso .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrapiso .mr-sm-n4,
  .bootstrapiso .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrapiso .mb-sm-n4,
  .bootstrapiso .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrapiso .ml-sm-n4,
  .bootstrapiso .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrapiso .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrapiso .mt-sm-n5,
  .bootstrapiso .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrapiso .mr-sm-n5,
  .bootstrapiso .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrapiso .mb-sm-n5,
  .bootstrapiso .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrapiso .ml-sm-n5,
  .bootstrapiso .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrapiso .m-sm-auto {
    margin: auto !important;
  }
  .bootstrapiso .mt-sm-auto,
  .bootstrapiso .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrapiso .mr-sm-auto,
  .bootstrapiso .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrapiso .mb-sm-auto,
  .bootstrapiso .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrapiso .ml-sm-auto,
  .bootstrapiso .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .m-md-0 {
    margin: 0 !important;
  }
  .bootstrapiso .mt-md-0,
  .bootstrapiso .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrapiso .mr-md-0,
  .bootstrapiso .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrapiso .mb-md-0,
  .bootstrapiso .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrapiso .ml-md-0,
  .bootstrapiso .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrapiso .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrapiso .mt-md-1,
  .bootstrapiso .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrapiso .mr-md-1,
  .bootstrapiso .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrapiso .mb-md-1,
  .bootstrapiso .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrapiso .ml-md-1,
  .bootstrapiso .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrapiso .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrapiso .mt-md-2,
  .bootstrapiso .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrapiso .mr-md-2,
  .bootstrapiso .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrapiso .mb-md-2,
  .bootstrapiso .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrapiso .ml-md-2,
  .bootstrapiso .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrapiso .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrapiso .mt-md-3,
  .bootstrapiso .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrapiso .mr-md-3,
  .bootstrapiso .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrapiso .mb-md-3,
  .bootstrapiso .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrapiso .ml-md-3,
  .bootstrapiso .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrapiso .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrapiso .mt-md-4,
  .bootstrapiso .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrapiso .mr-md-4,
  .bootstrapiso .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrapiso .mb-md-4,
  .bootstrapiso .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrapiso .ml-md-4,
  .bootstrapiso .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrapiso .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrapiso .mt-md-5,
  .bootstrapiso .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrapiso .mr-md-5,
  .bootstrapiso .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrapiso .mb-md-5,
  .bootstrapiso .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrapiso .ml-md-5,
  .bootstrapiso .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrapiso .p-md-0 {
    padding: 0 !important;
  }
  .bootstrapiso .pt-md-0,
  .bootstrapiso .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrapiso .pr-md-0,
  .bootstrapiso .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrapiso .pb-md-0,
  .bootstrapiso .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrapiso .pl-md-0,
  .bootstrapiso .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrapiso .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrapiso .pt-md-1,
  .bootstrapiso .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrapiso .pr-md-1,
  .bootstrapiso .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrapiso .pb-md-1,
  .bootstrapiso .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrapiso .pl-md-1,
  .bootstrapiso .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrapiso .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrapiso .pt-md-2,
  .bootstrapiso .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrapiso .pr-md-2,
  .bootstrapiso .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrapiso .pb-md-2,
  .bootstrapiso .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrapiso .pl-md-2,
  .bootstrapiso .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrapiso .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrapiso .pt-md-3,
  .bootstrapiso .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrapiso .pr-md-3,
  .bootstrapiso .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrapiso .pb-md-3,
  .bootstrapiso .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrapiso .pl-md-3,
  .bootstrapiso .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrapiso .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrapiso .pt-md-4,
  .bootstrapiso .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrapiso .pr-md-4,
  .bootstrapiso .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrapiso .pb-md-4,
  .bootstrapiso .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrapiso .pl-md-4,
  .bootstrapiso .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrapiso .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrapiso .pt-md-5,
  .bootstrapiso .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrapiso .pr-md-5,
  .bootstrapiso .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrapiso .pb-md-5,
  .bootstrapiso .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrapiso .pl-md-5,
  .bootstrapiso .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrapiso .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrapiso .mt-md-n1,
  .bootstrapiso .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrapiso .mr-md-n1,
  .bootstrapiso .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrapiso .mb-md-n1,
  .bootstrapiso .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrapiso .ml-md-n1,
  .bootstrapiso .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrapiso .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrapiso .mt-md-n2,
  .bootstrapiso .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrapiso .mr-md-n2,
  .bootstrapiso .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrapiso .mb-md-n2,
  .bootstrapiso .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrapiso .ml-md-n2,
  .bootstrapiso .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrapiso .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrapiso .mt-md-n3,
  .bootstrapiso .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrapiso .mr-md-n3,
  .bootstrapiso .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrapiso .mb-md-n3,
  .bootstrapiso .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrapiso .ml-md-n3,
  .bootstrapiso .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrapiso .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrapiso .mt-md-n4,
  .bootstrapiso .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrapiso .mr-md-n4,
  .bootstrapiso .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrapiso .mb-md-n4,
  .bootstrapiso .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrapiso .ml-md-n4,
  .bootstrapiso .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrapiso .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrapiso .mt-md-n5,
  .bootstrapiso .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrapiso .mr-md-n5,
  .bootstrapiso .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrapiso .mb-md-n5,
  .bootstrapiso .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrapiso .ml-md-n5,
  .bootstrapiso .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrapiso .m-md-auto {
    margin: auto !important;
  }
  .bootstrapiso .mt-md-auto,
  .bootstrapiso .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrapiso .mr-md-auto,
  .bootstrapiso .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrapiso .mb-md-auto,
  .bootstrapiso .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrapiso .ml-md-auto,
  .bootstrapiso .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrapiso .mt-lg-0,
  .bootstrapiso .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrapiso .mr-lg-0,
  .bootstrapiso .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrapiso .mb-lg-0,
  .bootstrapiso .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrapiso .ml-lg-0,
  .bootstrapiso .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrapiso .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrapiso .mt-lg-1,
  .bootstrapiso .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrapiso .mr-lg-1,
  .bootstrapiso .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrapiso .mb-lg-1,
  .bootstrapiso .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrapiso .ml-lg-1,
  .bootstrapiso .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrapiso .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrapiso .mt-lg-2,
  .bootstrapiso .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrapiso .mr-lg-2,
  .bootstrapiso .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrapiso .mb-lg-2,
  .bootstrapiso .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrapiso .ml-lg-2,
  .bootstrapiso .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrapiso .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrapiso .mt-lg-3,
  .bootstrapiso .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrapiso .mr-lg-3,
  .bootstrapiso .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrapiso .mb-lg-3,
  .bootstrapiso .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrapiso .ml-lg-3,
  .bootstrapiso .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrapiso .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrapiso .mt-lg-4,
  .bootstrapiso .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrapiso .mr-lg-4,
  .bootstrapiso .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrapiso .mb-lg-4,
  .bootstrapiso .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrapiso .ml-lg-4,
  .bootstrapiso .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrapiso .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrapiso .mt-lg-5,
  .bootstrapiso .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrapiso .mr-lg-5,
  .bootstrapiso .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrapiso .mb-lg-5,
  .bootstrapiso .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrapiso .ml-lg-5,
  .bootstrapiso .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrapiso .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrapiso .pt-lg-0,
  .bootstrapiso .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrapiso .pr-lg-0,
  .bootstrapiso .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrapiso .pb-lg-0,
  .bootstrapiso .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrapiso .pl-lg-0,
  .bootstrapiso .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrapiso .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrapiso .pt-lg-1,
  .bootstrapiso .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrapiso .pr-lg-1,
  .bootstrapiso .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrapiso .pb-lg-1,
  .bootstrapiso .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrapiso .pl-lg-1,
  .bootstrapiso .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrapiso .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrapiso .pt-lg-2,
  .bootstrapiso .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrapiso .pr-lg-2,
  .bootstrapiso .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrapiso .pb-lg-2,
  .bootstrapiso .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrapiso .pl-lg-2,
  .bootstrapiso .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrapiso .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrapiso .pt-lg-3,
  .bootstrapiso .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrapiso .pr-lg-3,
  .bootstrapiso .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrapiso .pb-lg-3,
  .bootstrapiso .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrapiso .pl-lg-3,
  .bootstrapiso .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrapiso .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrapiso .pt-lg-4,
  .bootstrapiso .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrapiso .pr-lg-4,
  .bootstrapiso .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrapiso .pb-lg-4,
  .bootstrapiso .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrapiso .pl-lg-4,
  .bootstrapiso .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrapiso .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrapiso .pt-lg-5,
  .bootstrapiso .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrapiso .pr-lg-5,
  .bootstrapiso .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrapiso .pb-lg-5,
  .bootstrapiso .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrapiso .pl-lg-5,
  .bootstrapiso .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrapiso .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrapiso .mt-lg-n1,
  .bootstrapiso .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrapiso .mr-lg-n1,
  .bootstrapiso .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrapiso .mb-lg-n1,
  .bootstrapiso .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrapiso .ml-lg-n1,
  .bootstrapiso .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrapiso .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrapiso .mt-lg-n2,
  .bootstrapiso .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrapiso .mr-lg-n2,
  .bootstrapiso .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrapiso .mb-lg-n2,
  .bootstrapiso .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrapiso .ml-lg-n2,
  .bootstrapiso .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrapiso .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrapiso .mt-lg-n3,
  .bootstrapiso .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrapiso .mr-lg-n3,
  .bootstrapiso .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrapiso .mb-lg-n3,
  .bootstrapiso .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrapiso .ml-lg-n3,
  .bootstrapiso .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrapiso .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrapiso .mt-lg-n4,
  .bootstrapiso .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrapiso .mr-lg-n4,
  .bootstrapiso .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrapiso .mb-lg-n4,
  .bootstrapiso .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrapiso .ml-lg-n4,
  .bootstrapiso .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrapiso .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrapiso .mt-lg-n5,
  .bootstrapiso .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrapiso .mr-lg-n5,
  .bootstrapiso .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrapiso .mb-lg-n5,
  .bootstrapiso .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrapiso .ml-lg-n5,
  .bootstrapiso .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrapiso .m-lg-auto {
    margin: auto !important;
  }
  .bootstrapiso .mt-lg-auto,
  .bootstrapiso .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrapiso .mr-lg-auto,
  .bootstrapiso .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrapiso .mb-lg-auto,
  .bootstrapiso .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrapiso .ml-lg-auto,
  .bootstrapiso .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrapiso .mt-xl-0,
  .bootstrapiso .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrapiso .mr-xl-0,
  .bootstrapiso .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrapiso .mb-xl-0,
  .bootstrapiso .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrapiso .ml-xl-0,
  .bootstrapiso .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrapiso .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrapiso .mt-xl-1,
  .bootstrapiso .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrapiso .mr-xl-1,
  .bootstrapiso .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrapiso .mb-xl-1,
  .bootstrapiso .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrapiso .ml-xl-1,
  .bootstrapiso .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrapiso .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrapiso .mt-xl-2,
  .bootstrapiso .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrapiso .mr-xl-2,
  .bootstrapiso .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrapiso .mb-xl-2,
  .bootstrapiso .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrapiso .ml-xl-2,
  .bootstrapiso .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrapiso .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrapiso .mt-xl-3,
  .bootstrapiso .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrapiso .mr-xl-3,
  .bootstrapiso .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrapiso .mb-xl-3,
  .bootstrapiso .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrapiso .ml-xl-3,
  .bootstrapiso .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrapiso .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrapiso .mt-xl-4,
  .bootstrapiso .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrapiso .mr-xl-4,
  .bootstrapiso .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrapiso .mb-xl-4,
  .bootstrapiso .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrapiso .ml-xl-4,
  .bootstrapiso .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrapiso .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrapiso .mt-xl-5,
  .bootstrapiso .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrapiso .mr-xl-5,
  .bootstrapiso .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrapiso .mb-xl-5,
  .bootstrapiso .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrapiso .ml-xl-5,
  .bootstrapiso .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrapiso .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrapiso .pt-xl-0,
  .bootstrapiso .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrapiso .pr-xl-0,
  .bootstrapiso .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrapiso .pb-xl-0,
  .bootstrapiso .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrapiso .pl-xl-0,
  .bootstrapiso .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrapiso .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrapiso .pt-xl-1,
  .bootstrapiso .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrapiso .pr-xl-1,
  .bootstrapiso .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrapiso .pb-xl-1,
  .bootstrapiso .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrapiso .pl-xl-1,
  .bootstrapiso .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrapiso .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrapiso .pt-xl-2,
  .bootstrapiso .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrapiso .pr-xl-2,
  .bootstrapiso .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrapiso .pb-xl-2,
  .bootstrapiso .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrapiso .pl-xl-2,
  .bootstrapiso .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrapiso .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrapiso .pt-xl-3,
  .bootstrapiso .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrapiso .pr-xl-3,
  .bootstrapiso .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrapiso .pb-xl-3,
  .bootstrapiso .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrapiso .pl-xl-3,
  .bootstrapiso .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrapiso .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrapiso .pt-xl-4,
  .bootstrapiso .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrapiso .pr-xl-4,
  .bootstrapiso .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrapiso .pb-xl-4,
  .bootstrapiso .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrapiso .pl-xl-4,
  .bootstrapiso .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrapiso .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrapiso .pt-xl-5,
  .bootstrapiso .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrapiso .pr-xl-5,
  .bootstrapiso .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrapiso .pb-xl-5,
  .bootstrapiso .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrapiso .pl-xl-5,
  .bootstrapiso .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrapiso .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrapiso .mt-xl-n1,
  .bootstrapiso .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrapiso .mr-xl-n1,
  .bootstrapiso .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrapiso .mb-xl-n1,
  .bootstrapiso .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrapiso .ml-xl-n1,
  .bootstrapiso .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrapiso .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrapiso .mt-xl-n2,
  .bootstrapiso .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrapiso .mr-xl-n2,
  .bootstrapiso .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrapiso .mb-xl-n2,
  .bootstrapiso .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrapiso .ml-xl-n2,
  .bootstrapiso .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrapiso .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrapiso .mt-xl-n3,
  .bootstrapiso .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrapiso .mr-xl-n3,
  .bootstrapiso .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrapiso .mb-xl-n3,
  .bootstrapiso .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrapiso .ml-xl-n3,
  .bootstrapiso .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrapiso .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrapiso .mt-xl-n4,
  .bootstrapiso .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrapiso .mr-xl-n4,
  .bootstrapiso .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrapiso .mb-xl-n4,
  .bootstrapiso .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrapiso .ml-xl-n4,
  .bootstrapiso .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrapiso .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrapiso .mt-xl-n5,
  .bootstrapiso .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrapiso .mr-xl-n5,
  .bootstrapiso .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrapiso .mb-xl-n5,
  .bootstrapiso .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrapiso .ml-xl-n5,
  .bootstrapiso .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrapiso .m-xl-auto {
    margin: auto !important;
  }
  .bootstrapiso .mt-xl-auto,
  .bootstrapiso .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrapiso .mr-xl-auto,
  .bootstrapiso .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrapiso .mb-xl-auto,
  .bootstrapiso .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrapiso .ml-xl-auto,
  .bootstrapiso .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrapiso .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrapiso .text-justify {
  text-align: justify !important;
}
.bootstrapiso .text-wrap {
  white-space: normal !important;
}
.bootstrapiso .text-nowrap {
  white-space: nowrap !important;
}
.bootstrapiso .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrapiso .text-left {
  text-align: left !important;
}
.bootstrapiso .text-right {
  text-align: right !important;
}
.bootstrapiso .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrapiso .text-sm-left {
    text-align: left !important;
  }
  .bootstrapiso .text-sm-right {
    text-align: right !important;
  }
  .bootstrapiso .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrapiso .text-md-left {
    text-align: left !important;
  }
  .bootstrapiso .text-md-right {
    text-align: right !important;
  }
  .bootstrapiso .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrapiso .text-lg-left {
    text-align: left !important;
  }
  .bootstrapiso .text-lg-right {
    text-align: right !important;
  }
  .bootstrapiso .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapiso .text-xl-left {
    text-align: left !important;
  }
  .bootstrapiso .text-xl-right {
    text-align: right !important;
  }
  .bootstrapiso .text-xl-center {
    text-align: center !important;
  }
}
.bootstrapiso .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrapiso .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrapiso .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrapiso .font-weight-light {
  font-weight: 300 !important;
}
.bootstrapiso .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrapiso .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrapiso .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrapiso .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrapiso .font-italic {
  font-style: italic !important;
}
.bootstrapiso .text-white {
  color: #fff !important;
}
.bootstrapiso .text-primary {
  color: #007bff !important;
}
.bootstrapiso a.text-primary:hover,
.bootstrapiso a.text-primary:focus {
  color: #0056b3 !important;
}
.bootstrapiso .text-secondary {
  color: #6c757d !important;
}
.bootstrapiso a.text-secondary:hover,
.bootstrapiso a.text-secondary:focus {
  color: #494f54 !important;
}
.bootstrapiso .text-success {
  color: #28a745 !important;
}
.bootstrapiso a.text-success:hover,
.bootstrapiso a.text-success:focus {
  color: #19692c !important;
}
.bootstrapiso .text-info {
  color: #17a2b8 !important;
}
.bootstrapiso a.text-info:hover,
.bootstrapiso a.text-info:focus {
  color: #0f6674 !important;
}
.bootstrapiso .text-warning {
  color: #ffc107 !important;
}
.bootstrapiso a.text-warning:hover,
.bootstrapiso a.text-warning:focus {
  color: #ba8b00 !important;
}
.bootstrapiso .text-danger {
  color: #dc3545 !important;
}
.bootstrapiso a.text-danger:hover,
.bootstrapiso a.text-danger:focus {
  color: #a71d2a !important;
}
.bootstrapiso .text-light {
  color: #f8f9fa !important;
}
.bootstrapiso a.text-light:hover,
.bootstrapiso a.text-light:focus {
  color: #cbd3da !important;
}
.bootstrapiso .text-dark {
  color: #343a40 !important;
}
.bootstrapiso a.text-dark:hover,
.bootstrapiso a.text-dark:focus {
  color: #121416 !important;
}
.bootstrapiso .text-body {
  color: #212529 !important;
}
.bootstrapiso .text-muted {
  color: #6c757d !important;
}
.bootstrapiso .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrapiso .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrapiso .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrapiso .text-decoration-none {
  text-decoration: none !important;
}
.bootstrapiso .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.bootstrapiso .text-reset {
  color: inherit !important;
}
.bootstrapiso .visible {
  visibility: visible !important;
}
.bootstrapiso .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrapiso *,
  .bootstrapiso *::before,
  .bootstrapiso *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrapiso a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrapiso abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrapiso pre {
    white-space: pre-wrap !important;
  }
  .bootstrapiso pre,
  .bootstrapiso blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrapiso thead {
    display: table-header-group;
  }
  .bootstrapiso tr,
  .bootstrapiso img {
    page-break-inside: avoid;
  }
  .bootstrapiso p,
  .bootstrapiso h2,
  .bootstrapiso h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrapiso h2,
  .bootstrapiso h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .bootstrapiso {
    min-width: 992px !important;
  }
  .bootstrapiso .container {
    min-width: 992px !important;
  }
  .bootstrapiso .navbar {
    display: none;
  }
  .bootstrapiso .badge {
    border: 1px solid #000;
  }
  .bootstrapiso .table {
    border-collapse: collapse !important;
  }
  .bootstrapiso .table td,
  .bootstrapiso .table th {
    background-color: #fff !important;
  }
  .bootstrapiso .table-bordered th,
  .bootstrapiso .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrapiso .table-dark {
    color: inherit;
  }
  .bootstrapiso .table-dark th,
  .bootstrapiso .table-dark td,
  .bootstrapiso .table-dark thead th,
  .bootstrapiso .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrapiso .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: 'OpenSans';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-style: italic, oblique;
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-style: italic, oblique;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-Italic.ttf') format('truetype');
  font-style: italic, oblique;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-style: italic, oblique;
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-SemiBoldItalic';
  src: local('OpenSans'), url('../assets/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-style: italic, oblique;
}
/*** Basic elements */
.debug i,
.debug span {
  outline: 1px solid rgba(0, 161, 224, 0.45);
  color: #666;
}
html {
  font-size: 16px !important;
}
html,
body {
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "MuseoSans500", Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #15325F;
}
h4,
h5,
h6 {
  font-family: "MuseoSans500";
}
h1,
h2,
h3 {
  font-family: "MuseoSans300" !important;
}
h1 [class$="-24"],
h2 [class$="-24"],
h3 [class$="-24"],
h1 [class$=" -24 "],
h2 [class$=" -24 "],
h3 [class$=" -24 "] {
  font-size: 30px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #939aa5;
}
hr {
  border-color: #F5F5F6 !important;
}
.strong,
strong {
  font-weight: normal;
  font-family: MuseoSans700 !important;
}
.highlighted-text {
  background: yellow;
}
a:hover {
  text-decoration: none !important;
}
iframe {
  outline: none;
  border: none;
}
[class*="mi-"] {
  display: inline-block;
}
.mi-16 {
  font-size: 16px;
}
.mi-18 {
  font-size: 18px;
}
.mi-20 {
  font-size: 20px;
}
.mi-22 {
  font-size: 22px;
  line-height: 10px;
  margin-top: 7px;
}
.mi-23 {
  font-size: 23px;
}
.mi-24 {
  font-size: 24px;
}
/*** Panels */
.panel {
  border-radius: 2px;
  border-color: #DFE2E8;
  box-shadow: none;
}
.panel-default .panel-heading {
  background-color: #F5F5F6;
  border-color: #DFE2E8;
  color: #989898;
}
/*** Misc bootstrap elements */
dt {
  font-family: MuseoSans700;
}
.well,
.jumbotron,
pre {
  background: #F5F5F6;
  box-shadow: none;
  border: none;
}
.notice {
  background: #00A1E0;
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}
.alert {
  margin-bottom: 0;
  min-height: 33px;
  font-family: MuseoSans500;
  font-size: 12px;
  padding: 8px 12px;
}
.alert i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.alert.alert-warning div {
  text-shadow: 1px 1px 0 #FFF;
}
.tooltip {
  font-family: MuseoSans300;
}
/* Badges */
.badge {
  background-color: #00A1E0;
  color: #FFF;
  border-radius: 4px;
  font-family: MuseoSans700;
}
.badge-grey {
  background: #F5F5F6;
  color: #7c868f;
}
.badge-green {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #85DD5F;
}
.badge-blue {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #00A1E0;
}
.badge-yellow {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: rgba(248, 202, 0, 0.7);
}
.badge-orange {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #F87C00;
}
.badge-red {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #ed1c24;
}
.badge-circle-red {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #ed1c24;
  border-radius: 100px;
  min-width: 20px;
  height: 20px;
  padding: 4px;
}
.badge-lock-add-note {
  position: relative;
  color: white;
  top: 20px;
  left: 40px;
  background: red;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 12px !important;
}
.badge-remove-warning {
  position: relative;
  color: white;
  top: 5px;
  left: -7px;
  background: red;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  padding-top: 1px;
  padding-left: 0px;
  font-size: 12px !important;
}
.badge-remove-tag {
  position: relative;
  color: white;
  top: 5px;
  left: -7px;
  background: red;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  padding-top: 1px;
  padding-left: 1px;
  font-size: 12px !important;
}
.badge-lock-button {
  position: absolute;
  color: white;
  top: 18px;
  left: 18px;
  background: red;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  padding-top: 3px;
  font-size: 12px !important;
}
/*** Tables */
td > h1,
td > h2,
td > h3,
td > h4,
td > h5 {
  margin: 0;
}
tr {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
tbody > tr.active td i {
  color: #00A1E0;
}
td {
  font-size: 14px;
  border-color: #E6EBF2 !important;
}
.table > thead > tr > th {
  border-color: #00A1E0;
  font-weight: normal;
  font-family: MuseoSans700;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #EAF7FE;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #F5F5F6;
}
/*** Layout panels and popout nav */
.container-fluid {
  height: 100%;
}
.row-offcanvas-left {
  padding-top: 56px;
  height: 100%;
}
.row-offcanvas-left-with-warning {
  padding-top: 88px;
}
@media (max-width: 767px) {
  .row-offcanvas-left {
    height: 100%;
    padding-bottom: 150px;
  }
}
.list-group {
  /* prevent conversation action tool tips from showing scrollbars on the list-group */
  overflow: hidden;
}
.list-group-item-text {
  color: #7C868F;
}
/*** Helpers */
.light {
  color: #7C868F;
}
.superlight {
  color: #C1C1C1;
}
.zero-margin {
  margin: 0 !important;
}
.zero-padding {
  padding: 0 !important;
}
.height-100-percent {
  /*height: 100%;*/
}
.blue-small-title {
  margin-top: 0;
  border: none;
  color: #00A1E0;
  font-family: MuseoSans700;
}
.black-small-title {
  margin-top: 20px;
  border: none;
  color: black;
  font-family: MuseoSans700;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-left-15 {
  margin: 15px;
}
.height-auto {
  height: auto !important;
}
.outline-red {
  outline: 1px solid red;
}
.overflow-auto {
  overflow: auto;
}
.overflow-visible {
  overflow: visible !important;
}
.position-inherit {
  position: inherit !important;
}
.text-trim {
  max-width: 130px;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 15px;
  position: relative;
}
.notice {
  background: #F2F2F5;
  color: #838383;
}
.convert-to-reply-template {
  position: relative;
  color: white;
  top: 5px;
  left: -15px;
  background: #00A1E0;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  padding-top: 1px;
  padding-left: 0px;
  font-size: 12px !important;
}
.mdg-dropdown {
  padding: 7px 42px 7px 11px;
  border: 1px solid #F5F5F6;
  box-shadow: none !important;
  border-radius: 4px !important;
  height: 32px;
  display: inline-block;
  background: #F5F5F6;
  font-size: 13px;
  color: #808184;
  position: relative;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 100%;
}
.mdg-dropdown .fa {
  color: #FFF;
}
.mdg-dropdown .btn {
  padding: 8px 9px;
  line-height: 10px;
  top: -1px;
  right: -1px;
  position: absolute;
  border-radius: 3px;
  font-size: 14px;
}
.mdg-dropdown:hover {
  cursor: pointer;
}
.mdg-dropdown + .dropdown-menu {
  margin-top: 9px;
  left: 0;
  max-height: 260px;
  overflow: auto;
}
.open .mdg-dropdown {
  border: 1px #D1D3D4 solid !important;
}
.dropdown-menu {
  border-radius: 4px;
  border: 1px solid #D1D3D4;
  border-bottom-width: 3px;
  box-shadow: none;
  padding: 0;
  font-family: MuseoSans500;
  min-width: 120px;
}
.dropdown-menu li a {
  font-size: 13px;
  padding: 7px 10px;
  color: #808184;
  padding-right: 24px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropdown-menu li a:hover {
  background: #e9e9e9;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}
.dropdown-menu .divider {
  margin: 0;
  height: 1px;
  background: #D1D3D4;
}
.hover-contact-button:hover .transfer-type-dropdown-menu {
  visibility: visible;
}
.transfer-type-dropdown-menu {
  border-radius: 4px;
  border: 1px solid #D1D3D4;
  border-bottom-width: 3px;
  box-shadow: none;
  padding: 0;
  font-family: MuseoSans500;
  min-width: 120px;
  z-index: 1050;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #F5F5F6;
  position: absolute;
  display: block;
  margin-top: 0px;
  visibility: hidden;
  float: none;
  left: auto;
  right: 20px;
  top: 0;
}
.transfer-type-dropdown-menu li a {
  font-size: 13px;
  padding: 7px 10px;
  color: #808184 !important;
  padding-right: 24px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.transfer-type-dropdown-menu li a:hover {
  background: #e9e9e9;
}
.transfer-type-dropdown-menu li:last-child a {
  border-bottom: none;
}
.transfer-type-dropdown-menu .divider {
  margin: 0;
  height: 1px;
  background: #D1D3D4;
}
.test-dropdown-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.emailAutoFill ul.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-selected-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mdg-dropdown-menu {
  max-width: 100%;
}
label {
  font-family: "MuseoSans500";
  font-weight: normal !important;
  color: #838383;
  font-size: 13px;
  line-height: 22px;
}
.radio,
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-control {
  font-size: 13px;
}
.help-block {
  color: #C5C5C5;
  line-height: 16px;
}
select {
  box-shadow: none !important;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
textarea,
select {
  box-shadow: none !important;
}
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="email"]::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  display: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="casesubject"]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  background: #fff;
}
.input-search {
  position: relative;
}
.input-search input[type="search"] {
  border-radius: 100px !important;
  padding-left: 40px;
}
.input-search input[type="search"] ~ .pin-button {
  border-left: none;
  position: absolute !important;
  right: 2px;
  top: 2px;
  padding: 6px 10px;
  border-radius: 0 100px 100px 0;
  z-index: 5;
  cursor: pointer;
}
.input-search input[type="search"] ~ .pin-button-clicked {
  color: #006a93;
}
.input-search .icon {
  color: #b3b3b3;
  position: absolute;
  left: 14px;
  top: 9px;
  font-size: 16px;
  z-index: 3;
}
.input-casesubject {
  max-width: 350px;
  display: inline-block;
  width: calc(100% - 120px);
}
.btn {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
  font-size: 12px;
  font-family: "MuseoSans500";
  box-shadow: none !important;
  padding-bottom: 4px;
}
.btn-no-transition {
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}
.btn-default {
  background: #F2F2F5;
  border-color: #A6A7A9;
  color: #838383;
}
.btn-default:hover {
  color: #838383;
}
.btn-default.main {
  padding-bottom: 4px;
  position: relative;
  background: #F2F2F5;
  box-shadow: #A6A7A9 0 2px 0 0 !important;
  border: #DDD 1px solid !important;
}
.btn-default.main:not(.disabled):hover {
  color: #838383;
  border: #E7EAEF 1px solid !important;
  background: #E6E6E6;
}
.btn-primary {
  background: #00A1E0;
  border-color: #0081B3;
  color: #FFF;
}
.btn-primary.main {
  padding-bottom: 4px;
  position: relative;
  color: #FFF;
  background: #00A1E0;
  box-shadow: #15325f 0 2px 0 0 !important;
  border: #4CBDE9 1px solid !important;
}
.btn-primary.main:not(.disabled):hover {
  color: #fff;
  background: #4cbde9;
  box-shadow: #0081b3 0 2px 0 0 !important;
  border: #4cbde9 1px solid !important;
}
.btn-score {
  background: #F8FCFE;
  border-color: #E1E5EB;
  color: #FFF;
}
.btn-score.main {
  padding-bottom: 4px;
  position: relative;
  color: #FFF;
  background: #F8FCFE;
  box-shadow: #15325f 0 2px 0 0 !important;
  border: #F8FCFE 1px solid !important;
}
.btn-score.main:not(.disabled):hover {
  color: #fff;
  background: #4cbde9;
  box-shadow: #0081b3 0 2px 0 0 !important;
  border: #F8FCFE 1px solid !important;
}
.btn-warning {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-link {
  text-decoration: none !important;
}
.btn-link.active,
.btn-link:active {
  outline: none !important;
  color: #006a93;
  background: #d7f0fd;
  border-radius: 4px !important;
}
.btn-link.disabled {
  color: #7C868F;
}
.btn-link.borderless {
  outline: none !important;
}
.input-group-btn .btn-default {
  border-bottom-color: #F5F5F6;
}
.btn.dropdown-toggle {
  border: none;
  color: #5C6369;
}
.btn-case-subject-save {
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  left: 5px;
  cursor: pointer;
}
.btn-case-subject-save i {
  font-size: 16px;
}
input.switch:empty {
  display: none;
}
input.switch:empty ~ label {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -4px;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  height: 28px !important;
  width: 50px;
  background-color: #E7EAEF;
  border-radius: 4px;
  border-top: none !important;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
input.switch:empty ~ label:after {
  width: 19px;
  top: 2px;
  bottom: 2px;
  height: 24px !important;
  margin-left: 2px;
  background-color: #fff;
  border-radius: 3px;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}
input.switch:checked ~ label:before {
  background-color: #00A1E0;
}
input.switch:empty ~ .half-height:before {
  height: 14px !important;
}
input.switch:empty ~ .half-height:after {
  height: 10px !important;
}
input.switch:checked ~ label:after {
  margin-left: 29px;
}
.fake-float-label {
  font-size: 13px;
  color: #7C868F;
  display: block;
}
.float-label .control {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 10px;
}
.float-label .switch-control {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.float-label input,
.float-label textarea {
  display: block;
}
.float-label input + label,
.float-label textarea + label {
  position: absolute;
  top: 10px;
  -moz-transition: top 0.7s ease, opacity 0.7s ease;
  -o-transition: top 0.7s ease, opacity 0.7s ease;
  -webkit-transition: top 0.7s ease, opacity 0.7s ease;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  font-size: 13px;
  color: #7C868F;
}
.float-label input:valid + label,
.float-label textarea:valid + label,
.float-label input:disabled + label,
.float-label textarea:disabled + label,
.float-label input:focus:invalid + label,
.float-label textarea:focus:invalid + label {
  opacity: 1;
  top: 3px;
}
.float-label input:focus + label,
.float-label textarea:focus + label {
  color: #00A1E0;
}
/*[type="checkbox"]:not(:checked),
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
    position: absolute;
    padding-left: 25px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
    // The checkbox "box"
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border-top: 2px solid #CCCDCE;
    background: #F2F2F2;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    border-radius: 3px;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    border-radius: 50px;
}

th [type="checkbox"]:not(:checked) + label:before,
th [type="radio"]:not(:checked) + label:before,
th [type="checkbox"]:checked + label:before,
th [type="radio"]:checked + label:before {
    border: 1px solid #DADEE4;
    border-top: 2px solid #CCCDCE;
}

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
    position: absolute;
    top: 2px;
    left: 0;
    color: #00A1E0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    // The checkbox checkmark graphic
    content: url('../assets/icons/checkmark.svg');
}


[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    // The radio button selected graphic
    content: url('../assets/icons/radio.svg');
}

_:-ms-lang(x), [type="checkbox"]:not(:checked) + label:after,
_:-ms-lang(x), [type="radio"]:not(:checked) + label:after,
_:-ms-lang(x), [type="checkbox"]:checked + label:after,
_:-ms-lang(x), [type="radio"]:checked + label:after {
    top: -65px !important;
}

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
    // Unchecked
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
    // Checked
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #DADEE4;
    background-color: #F2F2F2;
}

[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
    color: #aaa;
}*/
.number-input {
  width: initial;
  display: inline-block !important;
  margin-right: 5px;
}
.checkbox-icon {
  padding-top: 7px;
  padding-left: 4px;
  color: white;
  font-size: 35px;
}
.flyout-buttons-trigger:hover .avatar-flyout-buttons,
.flyout-buttons-trigger:hover .score-avatar-flyout-buttons {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transition: .4s all;
  transition-delay: .4s;
}
.transfer-type-flyout-buttons-trigger:hover .transfer-type-flyout-buttons {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transition: .4s all;
  transition-delay: .4s;
}
.agp-item {
  min-height: 54px;
}
.agp-list .agp-item {
  position: relative;
  padding: 3px;
  border-bottom: 1px solid #eae7ef;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
.agp-list .agp-item:last-child {
  border: none;
}
.agp-list .agp-item:hover {
  cursor: pointer;
  background: #eaf7fe;
}
.agp-list .agp-item.active {
  background: #eaf7fe;
}
.agp-list .agp-item .flyout-buttons-trigger .avatar-flyout-buttons {
  top: 8px;
  margin-left: 40px;
  padding-left: 23px;
  max-width: 150px;
}
.agp-list .agp-item .flyout-buttons-trigger:hover ~ .agp-item-text {
  opacity: 0;
}
.agp-item:hover {
  cursor: default !important;
}
.agp-item .agp-item-text {
  margin-left: 60px;
  margin-top: 7px;
}
.agp-item .agp-item-text .agp-item-title {
  margin: 0;
  font-size: 16px;
}
.agp-item .agp-item-text .agp-item-number {
  font-size: 12px;
  color: #a3acb5;
}
.agp-item .agp-item-media-states {
  position: absolute;
  right: 8px;
  top: 13px;
  cursor: pointer;
}
.agp-item .agp-item-media-states i {
  font-size: 24px;
  padding: 0 5px;
  color: #CDD2D8;
  text-shadow: 1px 1px 0 #FFF;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.agp-item .agp-item-media-states i:hover {
  color: #a3acb5;
}
.agp-item .agp-item-media-states i:hover.active {
  color: #006A93;
}
.agp-item .agp-item-media-states i.active {
  color: #00A1E0;
}
.user-item {
  position: relative;
  padding: 3px 8px;
  border-bottom: 1px solid #eae7ef;
  overflow: hidden;
}
.user-item:last-child {
  border: none;
}
.user-item:hover {
  cursor: pointer;
  background: #eaf7fe;
}
.user-item.active {
  background: #eaf7fe;
}
.select-all-checkbox {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  margin-left: 27px;
  margin-top: 12px;
  position: relative;
}
.select-all-checkbox input[type="checkbox"] + label {
  position: initial !important;
}
.select-all-visible-with-checkbox .conv-item,
.select-all-visible-with-checkbox .contact-item {
  margin-left: 76px;
  bottom: 42px;
}
.select-all .note-item,
.select-all .case-item {
  margin-left: 76px;
  bottom: 42px;
}
.select-all {
  height: 0px;
  line-height: 0px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
}
.select-all input[type="checkbox"] {
  display: none;
}
.select-all input[type="checkbox"] + label {
  cursor: pointer;
  display: none;
  position: absolute;
  content: '';
  top: 12px;
  left: 27px;
  width: 44px;
  height: 44px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #E7EAEF;
  border-radius: 100px;
  z-index: 1;
}
.select-all input[type="checkbox"]:checked + label {
  background-color: #7C868F !important;
}
.select-all input[type="checkbox"].multi-select-mode + label.multi-select-mode {
  display: inline;
}
.select-all input[type="checkbox"]:not(:checked) + label:hover {
  background-color: #ABB6C1;
}
.select-all input[type="checkbox"] + label {
  top: 0px !important;
  left: 0px !important;
}
.select-all .conv-item .avatar-flyout-buttons,
.select-all .note-item .avatar-flyout-buttons,
.select-all .case-item .avatar-flyout-buttons,
.select-all .contact-item .avatar-flyout-buttons {
  position: relative;
}
.history-select-all .select-all {
  margin-left: 15px;
}
.select-all input[type="checkbox"].multi-select-mode + label.multi-select-mode {
  display: inline-block;
}
.select-all.select-all-visible-with-checkbox {
  height: 68px;
  opacity: 1;
  visibility: visible;
}
.select-all.select-all-visible-without-checkbox {
  height: 55px;
  opacity: 1;
  visibility: visible;
}
.agent-greeting-item,
.score-item,
.conv-item,
.case-item,
.note-item,
.contact-item,
.template-item {
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.agent-greeting-item input[type="checkbox"],
.score-item input[type="checkbox"],
.conv-item input[type="checkbox"],
.case-item input[type="checkbox"],
.note-item input[type="checkbox"],
.contact-item input[type="checkbox"],
.template-item input[type="checkbox"] {
  display: none;
}
.agent-greeting-item input[type="checkbox"] + label,
.score-item input[type="checkbox"] + label,
.conv-item input[type="checkbox"] + label,
.case-item input[type="checkbox"] + label,
.note-item input[type="checkbox"] + label,
.contact-item input[type="checkbox"] + label,
.template-item input[type="checkbox"] + label {
  cursor: pointer;
  display: none;
  position: absolute;
  content: '';
  top: 12px;
  left: 27px;
  width: 44px;
  height: 44px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #E7EAEF;
  border-radius: 100px;
  z-index: 1;
}
.agent-greeting-item input[type="checkbox"]:checked + label,
.score-item input[type="checkbox"]:checked + label,
.conv-item input[type="checkbox"]:checked + label,
.case-item input[type="checkbox"]:checked + label,
.note-item input[type="checkbox"]:checked + label,
.contact-item input[type="checkbox"]:checked + label,
.template-item input[type="checkbox"]:checked + label {
  background-color: #7C868F !important;
}
.agent-greeting-item input[type="checkbox"].multi-select-mode + label.multi-select-mode,
.score-item input[type="checkbox"].multi-select-mode + label.multi-select-mode,
.conv-item input[type="checkbox"].multi-select-mode + label.multi-select-mode,
.case-item input[type="checkbox"].multi-select-mode + label.multi-select-mode,
.note-item input[type="checkbox"].multi-select-mode + label.multi-select-mode,
.contact-item input[type="checkbox"].multi-select-mode + label.multi-select-mode,
.template-item input[type="checkbox"].multi-select-mode + label.multi-select-mode {
  display: inline;
}
.agent-greeting-item input[type="checkbox"]:not(:checked) + label:hover,
.score-item input[type="checkbox"]:not(:checked) + label:hover,
.conv-item input[type="checkbox"]:not(:checked) + label:hover,
.case-item input[type="checkbox"]:not(:checked) + label:hover,
.note-item input[type="checkbox"]:not(:checked) + label:hover,
.contact-item input[type="checkbox"]:not(:checked) + label:hover,
.template-item input[type="checkbox"]:not(:checked) + label:hover {
  background-color: #ABB6C1;
}
.agent-greeting-item .score-selection-count,
.score-item .score-selection-count,
.conv-item .score-selection-count,
.case-item .score-selection-count,
.note-item .score-selection-count,
.contact-item .score-selection-count,
.template-item .score-selection-count,
.agent-greeting-item .conv-selection-count,
.score-item .conv-selection-count,
.conv-item .conv-selection-count,
.case-item .conv-selection-count,
.note-item .conv-selection-count,
.contact-item .conv-selection-count,
.template-item .conv-selection-count,
.agent-greeting-item .case-selection-count,
.score-item .case-selection-count,
.conv-item .case-selection-count,
.case-item .case-selection-count,
.note-item .case-selection-count,
.contact-item .case-selection-count,
.template-item .case-selection-count,
.agent-greeting-item .note-selection-count,
.score-item .note-selection-count,
.conv-item .note-selection-count,
.case-item .note-selection-count,
.note-item .note-selection-count,
.contact-item .note-selection-count,
.template-item .note-selection-count,
.agent-greeting-item .contact-selection-count,
.score-item .contact-selection-count,
.conv-item .contact-selection-count,
.case-item .contact-selection-count,
.note-item .contact-selection-count,
.contact-item .contact-selection-count,
.template-item .contact-selection-count {
  margin-top: 1px;
}
.conv-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons {
  margin-left: 65px;
  padding-left: 8px;
}
.conv-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.conv-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.case-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.note-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.contact-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .agent-greeting-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .score-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .conv-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .case-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .note-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .contact-item .flyout-buttons-trigger .avatar-flyout-buttons,
.queue-list .template-item .flyout-buttons-trigger .avatar-flyout-buttons {
  left: 7px;
  top: 16px;
}
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .score-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .conv-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .case-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .note-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .contact-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .template-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .score-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .conv-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .case-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .note-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .contact-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.case-list .template-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .score-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .conv-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .case-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .note-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .contact-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.note-list .template-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .score-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .conv-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .case-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .note-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .contact-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.contact-list .template-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .score-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .conv-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .case-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .note-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .contact-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.queue-list .template-item .flyout-buttons-trigger:hover ~ .conv-item-text,
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.conv-list .score-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.conv-list .conv-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.conv-list .case-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.conv-list .note-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.conv-list .contact-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.conv-list .template-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .score-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .conv-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .case-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .note-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .contact-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.case-list .template-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .score-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .conv-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .case-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .note-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .contact-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.note-list .template-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .score-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .conv-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .case-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .note-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .contact-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.contact-list .template-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .score-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .conv-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .case-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .note-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .contact-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text),
.queue-list .template-item .flyout-buttons-trigger:hover ~ .case-item-text:not(.no-hide-text) {
  opacity: 0;
}
.agent-greeting-list .agent-greeting-item,
.agent-greeting-list .score-item,
.agent-greeting-list .conv-item,
.agent-greeting-list .case-item,
.agent-greeting-list .note-item,
.agent-greeting-list .contact-item,
.agent-greeting-list .template-item,
.score-list .agent-greeting-item,
.score-list .score-item,
.score-list .conv-item,
.score-list .case-item,
.score-list .note-item,
.score-list .contact-item,
.score-list .template-item,
.conv-list .agent-greeting-item,
.conv-list .score-item,
.conv-list .conv-item,
.conv-list .case-item,
.conv-list .note-item,
.conv-list .contact-item,
.conv-list .template-item,
.case-list .agent-greeting-item,
.case-list .score-item,
.case-list .conv-item,
.case-list .case-item,
.case-list .note-item,
.case-list .contact-item,
.case-list .template-item,
.note-list .agent-greeting-item,
.note-list .score-item,
.note-list .conv-item,
.note-list .case-item,
.note-list .note-item,
.note-list .contact-item,
.note-list .template-item,
.contact-list .agent-greeting-item,
.contact-list .score-item,
.contact-list .conv-item,
.contact-list .case-item,
.contact-list .note-item,
.contact-list .contact-item,
.contact-list .template-item,
.case-conv-list .agent-greeting-item,
.case-conv-list .score-item,
.case-conv-list .conv-item,
.case-conv-list .case-item,
.case-conv-list .note-item,
.case-conv-list .contact-item,
.case-conv-list .template-item,
.case-case-list .agent-greeting-item,
.case-case-list .score-item,
.case-case-list .conv-item,
.case-case-list .case-item,
.case-case-list .note-item,
.case-case-list .contact-item,
.case-case-list .template-item,
.case-note-list .agent-greeting-item,
.case-note-list .score-item,
.case-note-list .conv-item,
.case-note-list .case-item,
.case-note-list .note-item,
.case-note-list .contact-item,
.case-note-list .template-item,
.template-list .agent-greeting-item,
.template-list .score-item,
.template-list .conv-item,
.template-list .case-item,
.template-list .note-item,
.template-list .contact-item,
.template-list .template-item,
.queue-list .agent-greeting-item,
.queue-list .score-item,
.queue-list .conv-item,
.queue-list .case-item,
.queue-list .note-item,
.queue-list .contact-item,
.queue-list .template-item {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #eae7ef;
  overflow: hidden;
}
.agent-greeting-list .agent-greeting-item:last-child,
.agent-greeting-list .score-item:last-child,
.agent-greeting-list .conv-item:last-child,
.agent-greeting-list .case-item:last-child,
.agent-greeting-list .note-item:last-child,
.agent-greeting-list .contact-item:last-child,
.agent-greeting-list .template-item:last-child,
.score-list .agent-greeting-item:last-child,
.score-list .score-item:last-child,
.score-list .conv-item:last-child,
.score-list .case-item:last-child,
.score-list .note-item:last-child,
.score-list .contact-item:last-child,
.score-list .template-item:last-child,
.conv-list .agent-greeting-item:last-child,
.conv-list .score-item:last-child,
.conv-list .conv-item:last-child,
.conv-list .case-item:last-child,
.conv-list .note-item:last-child,
.conv-list .contact-item:last-child,
.conv-list .template-item:last-child,
.case-list .agent-greeting-item:last-child,
.case-list .score-item:last-child,
.case-list .conv-item:last-child,
.case-list .case-item:last-child,
.case-list .note-item:last-child,
.case-list .contact-item:last-child,
.case-list .template-item:last-child,
.note-list .agent-greeting-item:last-child,
.note-list .score-item:last-child,
.note-list .conv-item:last-child,
.note-list .case-item:last-child,
.note-list .note-item:last-child,
.note-list .contact-item:last-child,
.note-list .template-item:last-child,
.contact-list .agent-greeting-item:last-child,
.contact-list .score-item:last-child,
.contact-list .conv-item:last-child,
.contact-list .case-item:last-child,
.contact-list .note-item:last-child,
.contact-list .contact-item:last-child,
.contact-list .template-item:last-child,
.case-conv-list .agent-greeting-item:last-child,
.case-conv-list .score-item:last-child,
.case-conv-list .conv-item:last-child,
.case-conv-list .case-item:last-child,
.case-conv-list .note-item:last-child,
.case-conv-list .contact-item:last-child,
.case-conv-list .template-item:last-child,
.case-case-list .agent-greeting-item:last-child,
.case-case-list .score-item:last-child,
.case-case-list .conv-item:last-child,
.case-case-list .case-item:last-child,
.case-case-list .note-item:last-child,
.case-case-list .contact-item:last-child,
.case-case-list .template-item:last-child,
.case-note-list .agent-greeting-item:last-child,
.case-note-list .score-item:last-child,
.case-note-list .conv-item:last-child,
.case-note-list .case-item:last-child,
.case-note-list .note-item:last-child,
.case-note-list .contact-item:last-child,
.case-note-list .template-item:last-child,
.template-list .agent-greeting-item:last-child,
.template-list .score-item:last-child,
.template-list .conv-item:last-child,
.template-list .case-item:last-child,
.template-list .note-item:last-child,
.template-list .contact-item:last-child,
.template-list .template-item:last-child,
.queue-list .agent-greeting-item:last-child,
.queue-list .score-item:last-child,
.queue-list .conv-item:last-child,
.queue-list .case-item:last-child,
.queue-list .note-item:last-child,
.queue-list .contact-item:last-child,
.queue-list .template-item:last-child {
  border: none;
}
.agent-greeting-list .agent-greeting-item:hover,
.agent-greeting-list .score-item:hover,
.agent-greeting-list .conv-item:hover,
.agent-greeting-list .case-item:hover,
.agent-greeting-list .note-item:hover,
.agent-greeting-list .contact-item:hover,
.agent-greeting-list .template-item:hover,
.score-list .agent-greeting-item:hover,
.score-list .score-item:hover,
.score-list .conv-item:hover,
.score-list .case-item:hover,
.score-list .note-item:hover,
.score-list .contact-item:hover,
.score-list .template-item:hover,
.conv-list .agent-greeting-item:hover,
.conv-list .score-item:hover,
.conv-list .conv-item:hover,
.conv-list .case-item:hover,
.conv-list .note-item:hover,
.conv-list .contact-item:hover,
.conv-list .template-item:hover,
.case-list .agent-greeting-item:hover,
.case-list .score-item:hover,
.case-list .conv-item:hover,
.case-list .case-item:hover,
.case-list .note-item:hover,
.case-list .contact-item:hover,
.case-list .template-item:hover,
.note-list .agent-greeting-item:hover,
.note-list .score-item:hover,
.note-list .conv-item:hover,
.note-list .case-item:hover,
.note-list .note-item:hover,
.note-list .contact-item:hover,
.note-list .template-item:hover,
.contact-list .agent-greeting-item:hover,
.contact-list .score-item:hover,
.contact-list .conv-item:hover,
.contact-list .case-item:hover,
.contact-list .note-item:hover,
.contact-list .contact-item:hover,
.contact-list .template-item:hover,
.case-conv-list .agent-greeting-item:hover,
.case-conv-list .score-item:hover,
.case-conv-list .conv-item:hover,
.case-conv-list .case-item:hover,
.case-conv-list .note-item:hover,
.case-conv-list .contact-item:hover,
.case-conv-list .template-item:hover,
.case-case-list .agent-greeting-item:hover,
.case-case-list .score-item:hover,
.case-case-list .conv-item:hover,
.case-case-list .case-item:hover,
.case-case-list .note-item:hover,
.case-case-list .contact-item:hover,
.case-case-list .template-item:hover,
.case-note-list .agent-greeting-item:hover,
.case-note-list .score-item:hover,
.case-note-list .conv-item:hover,
.case-note-list .case-item:hover,
.case-note-list .note-item:hover,
.case-note-list .contact-item:hover,
.case-note-list .template-item:hover,
.template-list .agent-greeting-item:hover,
.template-list .score-item:hover,
.template-list .conv-item:hover,
.template-list .case-item:hover,
.template-list .note-item:hover,
.template-list .contact-item:hover,
.template-list .template-item:hover,
.queue-list .agent-greeting-item:hover,
.queue-list .score-item:hover,
.queue-list .conv-item:hover,
.queue-list .case-item:hover,
.queue-list .note-item:hover,
.queue-list .contact-item:hover,
.queue-list .template-item:hover {
  cursor: pointer;
  background: #eaf7fe;
}
.agent-greeting-list .agent-greeting-item.active,
.agent-greeting-list .score-item.active,
.agent-greeting-list .conv-item.active,
.agent-greeting-list .case-item.active,
.agent-greeting-list .note-item.active,
.agent-greeting-list .contact-item.active,
.agent-greeting-list .template-item.active,
.score-list .agent-greeting-item.active,
.score-list .score-item.active,
.score-list .conv-item.active,
.score-list .case-item.active,
.score-list .note-item.active,
.score-list .contact-item.active,
.score-list .template-item.active,
.conv-list .agent-greeting-item.active,
.conv-list .score-item.active,
.conv-list .conv-item.active,
.conv-list .case-item.active,
.conv-list .note-item.active,
.conv-list .contact-item.active,
.conv-list .template-item.active,
.case-list .agent-greeting-item.active,
.case-list .score-item.active,
.case-list .conv-item.active,
.case-list .case-item.active,
.case-list .note-item.active,
.case-list .contact-item.active,
.case-list .template-item.active,
.note-list .agent-greeting-item.active,
.note-list .score-item.active,
.note-list .conv-item.active,
.note-list .case-item.active,
.note-list .note-item.active,
.note-list .contact-item.active,
.note-list .template-item.active,
.contact-list .agent-greeting-item.active,
.contact-list .score-item.active,
.contact-list .conv-item.active,
.contact-list .case-item.active,
.contact-list .note-item.active,
.contact-list .contact-item.active,
.contact-list .template-item.active,
.case-conv-list .agent-greeting-item.active,
.case-conv-list .score-item.active,
.case-conv-list .conv-item.active,
.case-conv-list .case-item.active,
.case-conv-list .note-item.active,
.case-conv-list .contact-item.active,
.case-conv-list .template-item.active,
.case-case-list .agent-greeting-item.active,
.case-case-list .score-item.active,
.case-case-list .conv-item.active,
.case-case-list .case-item.active,
.case-case-list .note-item.active,
.case-case-list .contact-item.active,
.case-case-list .template-item.active,
.case-note-list .agent-greeting-item.active,
.case-note-list .score-item.active,
.case-note-list .conv-item.active,
.case-note-list .case-item.active,
.case-note-list .note-item.active,
.case-note-list .contact-item.active,
.case-note-list .template-item.active,
.template-list .agent-greeting-item.active,
.template-list .score-item.active,
.template-list .conv-item.active,
.template-list .case-item.active,
.template-list .note-item.active,
.template-list .contact-item.active,
.template-list .template-item.active,
.queue-list .agent-greeting-item.active,
.queue-list .score-item.active,
.queue-list .conv-item.active,
.queue-list .case-item.active,
.queue-list .note-item.active,
.queue-list .contact-item.active,
.queue-list .template-item.active {
  background: #eaf7fe;
}
.agent-greeting-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .agent-greeting-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .score-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .conv-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .case-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .note-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .contact-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .template-item .avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.agent-greeting-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.score-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.conv-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.note-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.contact-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-conv-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-case-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.case-note-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.template-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .agent-greeting-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .score-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .conv-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .case-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .note-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .contact-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled,
.queue-list .template-item .score-avatar-flyout-buttons.static-flyout-buttons:hover ~ input[type="checkbox"]:not(.multi-select-mode).multi-select-enabled + label:not(.multi-select-mode).multi-select-enabled {
  display: none;
}
.agent-greeting-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.agent-greeting-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.agent-greeting-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.agent-greeting-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.agent-greeting-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.agent-greeting-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.agent-greeting-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.score-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.conv-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.note-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.contact-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-conv-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-case-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.case-note-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.template-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .score-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .conv-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .case-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .note-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .contact-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before,
.queue-list .template-item .flyout-buttons-trigger:hover #avatar-directive:hover ~ label:before {
  background-color: #E7EAEF;
}
.agent-greeting-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.score-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.contact-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.case-note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.template-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.queue-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled,
.agent-greeting-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.score-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.contact-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.case-note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.template-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.queue-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:before,
.agent-greeting-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.agent-greeting-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.agent-greeting-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.agent-greeting-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.agent-greeting-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.agent-greeting-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.agent-greeting-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.score-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.contact-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.case-note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.template-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after,
.queue-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled + label.multi-select-enabled:after {
  display: inline;
}
.agent-greeting-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.agent-greeting-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.agent-greeting-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.agent-greeting-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.agent-greeting-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.agent-greeting-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.agent-greeting-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.score-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.contact-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-conv-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-case-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.case-note-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.template-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .agent-greeting-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .score-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .conv-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .case-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .note-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .contact-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text,
.queue-list .template-item .flyout-buttons-trigger:hover input[type="checkbox"].multi-select-enabled ~ .avatar-directive .avatar-initials .initials-text {
  visibility: hidden;
}
.agent-greeting-item.state-WorkTimer,
.score-item.state-WorkTimer,
.conv-item.state-WorkTimer,
.case-item.state-WorkTimer,
.note-item.state-WorkTimer,
.contact-item.state-WorkTimer,
.template-item.state-WorkTimer {
  border-left: 2px solid #F8CA00 !important;
}
.agent-greeting-item.state-WorkTimer .conv-item-state-icon,
.score-item.state-WorkTimer .conv-item-state-icon,
.conv-item.state-WorkTimer .conv-item-state-icon,
.case-item.state-WorkTimer .conv-item-state-icon,
.note-item.state-WorkTimer .conv-item-state-icon,
.contact-item.state-WorkTimer .conv-item-state-icon,
.template-item.state-WorkTimer .conv-item-state-icon {
  color: #F8CA00 !important;
}
.agent-greeting-item .score-item-state-icon,
.score-item .score-item-state-icon,
.conv-item .score-item-state-icon,
.case-item .score-item-state-icon,
.note-item .score-item-state-icon,
.contact-item .score-item-state-icon,
.template-item .score-item-state-icon,
.agent-greeting-item .conv-item-state-icon,
.score-item .conv-item-state-icon,
.conv-item .conv-item-state-icon,
.case-item .conv-item-state-icon,
.note-item .conv-item-state-icon,
.contact-item .conv-item-state-icon,
.template-item .conv-item-state-icon,
.agent-greeting-item .case-item-state-icon,
.score-item .case-item-state-icon,
.conv-item .case-item-state-icon,
.case-item .case-item-state-icon,
.note-item .case-item-state-icon,
.contact-item .case-item-state-icon,
.template-item .case-item-state-icon {
  display: inline;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #00A1E0;
  font-size: 16px;
}
.agent-greeting-item .conv-item-requesthelp-icon,
.score-item .conv-item-requesthelp-icon,
.conv-item .conv-item-requesthelp-icon,
.case-item .conv-item-requesthelp-icon,
.note-item .conv-item-requesthelp-icon,
.contact-item .conv-item-requesthelp-icon,
.template-item .conv-item-requesthelp-icon {
  display: inline;
  position: absolute;
  top: 30px;
  left: 10px;
  color: #00A1E0;
  font-size: 16px;
}
.agent-greeting-item .conv-item-requesthelp-info,
.score-item .conv-item-requesthelp-info,
.conv-item .conv-item-requesthelp-info,
.case-item .conv-item-requesthelp-info,
.note-item .conv-item-requesthelp-info,
.contact-item .conv-item-requesthelp-info,
.template-item .conv-item-requesthelp-info {
  padding: 0px;
  color: #00A1E0;
}
.agent-greeting-item .score-item-avatar,
.score-item .score-item-avatar,
.conv-item .score-item-avatar,
.case-item .score-item-avatar,
.note-item .score-item-avatar,
.contact-item .score-item-avatar,
.template-item .score-item-avatar,
.agent-greeting-item .contact-item-avatar,
.score-item .contact-item-avatar,
.conv-item .contact-item-avatar,
.case-item .contact-item-avatar,
.note-item .contact-item-avatar,
.contact-item .contact-item-avatar,
.template-item .contact-item-avatar,
.agent-greeting-item .conv-item-avatar,
.score-item .conv-item-avatar,
.conv-item .conv-item-avatar,
.case-item .conv-item-avatar,
.note-item .conv-item-avatar,
.contact-item .conv-item-avatar,
.template-item .conv-item-avatar,
.agent-greeting-item .case-item-avatar,
.score-item .case-item-avatar,
.conv-item .case-item-avatar,
.case-item .case-item-avatar,
.note-item .case-item-avatar,
.contact-item .case-item-avatar,
.template-item .case-item-avatar,
.agent-greeting-item .note-add,
.score-item .note-add,
.conv-item .note-add,
.case-item .note-add,
.note-item .note-add,
.contact-item .note-add,
.template-item .note-add,
.agent-greeting-item .note-item-avatar,
.score-item .note-item-avatar,
.conv-item .note-item-avatar,
.case-item .note-item-avatar,
.note-item .note-item-avatar,
.contact-item .note-item-avatar,
.template-item .note-item-avatar,
.agent-greeting-item .template-item-avatar,
.score-item .template-item-avatar,
.conv-item .template-item-avatar,
.case-item .template-item-avatar,
.note-item .template-item-avatar,
.contact-item .template-item-avatar,
.template-item .template-item-avatar {
  margin-left: 15px;
}
.agent-greeting-item .score-item-text,
.score-item .score-item-text,
.conv-item .score-item-text,
.case-item .score-item-text,
.note-item .score-item-text,
.contact-item .score-item-text,
.template-item .score-item-text,
.agent-greeting-item .conv-item-text,
.score-item .conv-item-text,
.conv-item .conv-item-text,
.case-item .conv-item-text,
.note-item .conv-item-text,
.contact-item .conv-item-text,
.template-item .conv-item-text,
.agent-greeting-item .case-item-text,
.score-item .case-item-text,
.conv-item .case-item-text,
.case-item .case-item-text,
.note-item .case-item-text,
.contact-item .case-item-text,
.template-item .case-item-text,
.agent-greeting-item .template-item-text,
.score-item .template-item-text,
.conv-item .template-item-text,
.case-item .template-item-text,
.note-item .template-item-text,
.contact-item .template-item-text,
.template-item .template-item-text {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.agent-greeting-item .score-item-text,
.score-item .score-item-text,
.conv-item .score-item-text,
.case-item .score-item-text,
.note-item .score-item-text,
.contact-item .score-item-text,
.template-item .score-item-text,
.agent-greeting-item .conv-item-text,
.score-item .conv-item-text,
.conv-item .conv-item-text,
.case-item .conv-item-text,
.note-item .conv-item-text,
.contact-item .conv-item-text,
.template-item .conv-item-text,
.agent-greeting-item .case-item-text,
.score-item .case-item-text,
.conv-item .case-item-text,
.case-item .case-item-text,
.note-item .case-item-text,
.contact-item .case-item-text,
.template-item .case-item-text,
.agent-greeting-item .note-item-text,
.score-item .note-item-text,
.conv-item .note-item-text,
.case-item .note-item-text,
.note-item .note-item-text,
.contact-item .note-item-text,
.template-item .note-item-text,
.agent-greeting-item .template-item-text,
.score-item .template-item-text,
.conv-item .template-item-text,
.case-item .template-item-text,
.note-item .template-item-text,
.contact-item .template-item-text,
.template-item .template-item-text {
  margin-left: 75px;
  line-height: 14px;
  opacity: 1;
}
.agent-greeting-item .score-item-text .score-item-title,
.score-item .score-item-text .score-item-title,
.conv-item .score-item-text .score-item-title,
.case-item .score-item-text .score-item-title,
.note-item .score-item-text .score-item-title,
.contact-item .score-item-text .score-item-title,
.template-item .score-item-text .score-item-title,
.agent-greeting-item .conv-item-text .score-item-title,
.score-item .conv-item-text .score-item-title,
.conv-item .conv-item-text .score-item-title,
.case-item .conv-item-text .score-item-title,
.note-item .conv-item-text .score-item-title,
.contact-item .conv-item-text .score-item-title,
.template-item .conv-item-text .score-item-title,
.agent-greeting-item .case-item-text .score-item-title,
.score-item .case-item-text .score-item-title,
.conv-item .case-item-text .score-item-title,
.case-item .case-item-text .score-item-title,
.note-item .case-item-text .score-item-title,
.contact-item .case-item-text .score-item-title,
.template-item .case-item-text .score-item-title,
.agent-greeting-item .note-item-text .score-item-title,
.score-item .note-item-text .score-item-title,
.conv-item .note-item-text .score-item-title,
.case-item .note-item-text .score-item-title,
.note-item .note-item-text .score-item-title,
.contact-item .note-item-text .score-item-title,
.template-item .note-item-text .score-item-title,
.agent-greeting-item .template-item-text .score-item-title,
.score-item .template-item-text .score-item-title,
.conv-item .template-item-text .score-item-title,
.case-item .template-item-text .score-item-title,
.note-item .template-item-text .score-item-title,
.contact-item .template-item-text .score-item-title,
.template-item .template-item-text .score-item-title,
.agent-greeting-item .score-item-text .conv-item-title,
.score-item .score-item-text .conv-item-title,
.conv-item .score-item-text .conv-item-title,
.case-item .score-item-text .conv-item-title,
.note-item .score-item-text .conv-item-title,
.contact-item .score-item-text .conv-item-title,
.template-item .score-item-text .conv-item-title,
.agent-greeting-item .conv-item-text .conv-item-title,
.score-item .conv-item-text .conv-item-title,
.conv-item .conv-item-text .conv-item-title,
.case-item .conv-item-text .conv-item-title,
.note-item .conv-item-text .conv-item-title,
.contact-item .conv-item-text .conv-item-title,
.template-item .conv-item-text .conv-item-title,
.agent-greeting-item .case-item-text .conv-item-title,
.score-item .case-item-text .conv-item-title,
.conv-item .case-item-text .conv-item-title,
.case-item .case-item-text .conv-item-title,
.note-item .case-item-text .conv-item-title,
.contact-item .case-item-text .conv-item-title,
.template-item .case-item-text .conv-item-title,
.agent-greeting-item .note-item-text .conv-item-title,
.score-item .note-item-text .conv-item-title,
.conv-item .note-item-text .conv-item-title,
.case-item .note-item-text .conv-item-title,
.note-item .note-item-text .conv-item-title,
.contact-item .note-item-text .conv-item-title,
.template-item .note-item-text .conv-item-title,
.agent-greeting-item .template-item-text .conv-item-title,
.score-item .template-item-text .conv-item-title,
.conv-item .template-item-text .conv-item-title,
.case-item .template-item-text .conv-item-title,
.note-item .template-item-text .conv-item-title,
.contact-item .template-item-text .conv-item-title,
.template-item .template-item-text .conv-item-title {
  margin: 1px 0 0 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 75%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .case-item-from,
.score-item .score-item-text .case-item-from,
.conv-item .score-item-text .case-item-from,
.case-item .score-item-text .case-item-from,
.note-item .score-item-text .case-item-from,
.contact-item .score-item-text .case-item-from,
.template-item .score-item-text .case-item-from,
.agent-greeting-item .conv-item-text .case-item-from,
.score-item .conv-item-text .case-item-from,
.conv-item .conv-item-text .case-item-from,
.case-item .conv-item-text .case-item-from,
.note-item .conv-item-text .case-item-from,
.contact-item .conv-item-text .case-item-from,
.template-item .conv-item-text .case-item-from,
.agent-greeting-item .case-item-text .case-item-from,
.score-item .case-item-text .case-item-from,
.conv-item .case-item-text .case-item-from,
.case-item .case-item-text .case-item-from,
.note-item .case-item-text .case-item-from,
.contact-item .case-item-text .case-item-from,
.template-item .case-item-text .case-item-from,
.agent-greeting-item .note-item-text .case-item-from,
.score-item .note-item-text .case-item-from,
.conv-item .note-item-text .case-item-from,
.case-item .note-item-text .case-item-from,
.note-item .note-item-text .case-item-from,
.contact-item .note-item-text .case-item-from,
.template-item .note-item-text .case-item-from,
.agent-greeting-item .template-item-text .case-item-from,
.score-item .template-item-text .case-item-from,
.conv-item .template-item-text .case-item-from,
.case-item .template-item-text .case-item-from,
.note-item .template-item-text .case-item-from,
.contact-item .template-item-text .case-item-from,
.template-item .template-item-text .case-item-from {
  height: 19px;
  margin: 1px 0 0 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 65%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .score-item-condensed-text,
.score-item .score-item-text .score-item-condensed-text,
.conv-item .score-item-text .score-item-condensed-text,
.case-item .score-item-text .score-item-condensed-text,
.note-item .score-item-text .score-item-condensed-text,
.contact-item .score-item-text .score-item-condensed-text,
.template-item .score-item-text .score-item-condensed-text,
.agent-greeting-item .conv-item-text .score-item-condensed-text,
.score-item .conv-item-text .score-item-condensed-text,
.conv-item .conv-item-text .score-item-condensed-text,
.case-item .conv-item-text .score-item-condensed-text,
.note-item .conv-item-text .score-item-condensed-text,
.contact-item .conv-item-text .score-item-condensed-text,
.template-item .conv-item-text .score-item-condensed-text,
.agent-greeting-item .case-item-text .score-item-condensed-text,
.score-item .case-item-text .score-item-condensed-text,
.conv-item .case-item-text .score-item-condensed-text,
.case-item .case-item-text .score-item-condensed-text,
.note-item .case-item-text .score-item-condensed-text,
.contact-item .case-item-text .score-item-condensed-text,
.template-item .case-item-text .score-item-condensed-text,
.agent-greeting-item .note-item-text .score-item-condensed-text,
.score-item .note-item-text .score-item-condensed-text,
.conv-item .note-item-text .score-item-condensed-text,
.case-item .note-item-text .score-item-condensed-text,
.note-item .note-item-text .score-item-condensed-text,
.contact-item .note-item-text .score-item-condensed-text,
.template-item .note-item-text .score-item-condensed-text,
.agent-greeting-item .template-item-text .score-item-condensed-text,
.score-item .template-item-text .score-item-condensed-text,
.conv-item .template-item-text .score-item-condensed-text,
.case-item .template-item-text .score-item-condensed-text,
.note-item .template-item-text .score-item-condensed-text,
.contact-item .template-item-text .score-item-condensed-text,
.template-item .template-item-text .score-item-condensed-text,
.agent-greeting-item .score-item-text .conv-item-subject,
.score-item .score-item-text .conv-item-subject,
.conv-item .score-item-text .conv-item-subject,
.case-item .score-item-text .conv-item-subject,
.note-item .score-item-text .conv-item-subject,
.contact-item .score-item-text .conv-item-subject,
.template-item .score-item-text .conv-item-subject,
.agent-greeting-item .conv-item-text .conv-item-subject,
.score-item .conv-item-text .conv-item-subject,
.conv-item .conv-item-text .conv-item-subject,
.case-item .conv-item-text .conv-item-subject,
.note-item .conv-item-text .conv-item-subject,
.contact-item .conv-item-text .conv-item-subject,
.template-item .conv-item-text .conv-item-subject,
.agent-greeting-item .case-item-text .conv-item-subject,
.score-item .case-item-text .conv-item-subject,
.conv-item .case-item-text .conv-item-subject,
.case-item .case-item-text .conv-item-subject,
.note-item .case-item-text .conv-item-subject,
.contact-item .case-item-text .conv-item-subject,
.template-item .case-item-text .conv-item-subject,
.agent-greeting-item .note-item-text .conv-item-subject,
.score-item .note-item-text .conv-item-subject,
.conv-item .note-item-text .conv-item-subject,
.case-item .note-item-text .conv-item-subject,
.note-item .note-item-text .conv-item-subject,
.contact-item .note-item-text .conv-item-subject,
.template-item .note-item-text .conv-item-subject,
.agent-greeting-item .template-item-text .conv-item-subject,
.score-item .template-item-text .conv-item-subject,
.conv-item .template-item-text .conv-item-subject,
.case-item .template-item-text .conv-item-subject,
.note-item .template-item-text .conv-item-subject,
.contact-item .template-item-text .conv-item-subject,
.template-item .template-item-text .conv-item-subject,
.agent-greeting-item .score-item-text .case-item-destination,
.score-item .score-item-text .case-item-destination,
.conv-item .score-item-text .case-item-destination,
.case-item .score-item-text .case-item-destination,
.note-item .score-item-text .case-item-destination,
.contact-item .score-item-text .case-item-destination,
.template-item .score-item-text .case-item-destination,
.agent-greeting-item .conv-item-text .case-item-destination,
.score-item .conv-item-text .case-item-destination,
.conv-item .conv-item-text .case-item-destination,
.case-item .conv-item-text .case-item-destination,
.note-item .conv-item-text .case-item-destination,
.contact-item .conv-item-text .case-item-destination,
.template-item .conv-item-text .case-item-destination,
.agent-greeting-item .case-item-text .case-item-destination,
.score-item .case-item-text .case-item-destination,
.conv-item .case-item-text .case-item-destination,
.case-item .case-item-text .case-item-destination,
.note-item .case-item-text .case-item-destination,
.contact-item .case-item-text .case-item-destination,
.template-item .case-item-text .case-item-destination,
.agent-greeting-item .note-item-text .case-item-destination,
.score-item .note-item-text .case-item-destination,
.conv-item .note-item-text .case-item-destination,
.case-item .note-item-text .case-item-destination,
.note-item .note-item-text .case-item-destination,
.contact-item .note-item-text .case-item-destination,
.template-item .note-item-text .case-item-destination,
.agent-greeting-item .template-item-text .case-item-destination,
.score-item .template-item-text .case-item-destination,
.conv-item .template-item-text .case-item-destination,
.case-item .template-item-text .case-item-destination,
.note-item .template-item-text .case-item-destination,
.contact-item .template-item-text .case-item-destination,
.template-item .template-item-text .case-item-destination,
.agent-greeting-item .score-item-text .case-item-subject,
.score-item .score-item-text .case-item-subject,
.conv-item .score-item-text .case-item-subject,
.case-item .score-item-text .case-item-subject,
.note-item .score-item-text .case-item-subject,
.contact-item .score-item-text .case-item-subject,
.template-item .score-item-text .case-item-subject,
.agent-greeting-item .conv-item-text .case-item-subject,
.score-item .conv-item-text .case-item-subject,
.conv-item .conv-item-text .case-item-subject,
.case-item .conv-item-text .case-item-subject,
.note-item .conv-item-text .case-item-subject,
.contact-item .conv-item-text .case-item-subject,
.template-item .conv-item-text .case-item-subject,
.agent-greeting-item .case-item-text .case-item-subject,
.score-item .case-item-text .case-item-subject,
.conv-item .case-item-text .case-item-subject,
.case-item .case-item-text .case-item-subject,
.note-item .case-item-text .case-item-subject,
.contact-item .case-item-text .case-item-subject,
.template-item .case-item-text .case-item-subject,
.agent-greeting-item .note-item-text .case-item-subject,
.score-item .note-item-text .case-item-subject,
.conv-item .note-item-text .case-item-subject,
.case-item .note-item-text .case-item-subject,
.note-item .note-item-text .case-item-subject,
.contact-item .note-item-text .case-item-subject,
.template-item .note-item-text .case-item-subject,
.agent-greeting-item .template-item-text .case-item-subject,
.score-item .template-item-text .case-item-subject,
.conv-item .template-item-text .case-item-subject,
.case-item .template-item-text .case-item-subject,
.note-item .template-item-text .case-item-subject,
.contact-item .template-item-text .case-item-subject,
.template-item .template-item-text .case-item-subject,
.agent-greeting-item .score-item-text .conv-item-destination,
.score-item .score-item-text .conv-item-destination,
.conv-item .score-item-text .conv-item-destination,
.case-item .score-item-text .conv-item-destination,
.note-item .score-item-text .conv-item-destination,
.contact-item .score-item-text .conv-item-destination,
.template-item .score-item-text .conv-item-destination,
.agent-greeting-item .conv-item-text .conv-item-destination,
.score-item .conv-item-text .conv-item-destination,
.conv-item .conv-item-text .conv-item-destination,
.case-item .conv-item-text .conv-item-destination,
.note-item .conv-item-text .conv-item-destination,
.contact-item .conv-item-text .conv-item-destination,
.template-item .conv-item-text .conv-item-destination,
.agent-greeting-item .case-item-text .conv-item-destination,
.score-item .case-item-text .conv-item-destination,
.conv-item .case-item-text .conv-item-destination,
.case-item .case-item-text .conv-item-destination,
.note-item .case-item-text .conv-item-destination,
.contact-item .case-item-text .conv-item-destination,
.template-item .case-item-text .conv-item-destination,
.agent-greeting-item .note-item-text .conv-item-destination,
.score-item .note-item-text .conv-item-destination,
.conv-item .note-item-text .conv-item-destination,
.case-item .note-item-text .conv-item-destination,
.note-item .note-item-text .conv-item-destination,
.contact-item .note-item-text .conv-item-destination,
.template-item .note-item-text .conv-item-destination,
.agent-greeting-item .template-item-text .conv-item-destination,
.score-item .template-item-text .conv-item-destination,
.conv-item .template-item-text .conv-item-destination,
.case-item .template-item-text .conv-item-destination,
.note-item .template-item-text .conv-item-destination,
.contact-item .template-item-text .conv-item-destination,
.template-item .template-item-text .conv-item-destination,
.agent-greeting-item .score-item-text .conv-item-popularity,
.score-item .score-item-text .conv-item-popularity,
.conv-item .score-item-text .conv-item-popularity,
.case-item .score-item-text .conv-item-popularity,
.note-item .score-item-text .conv-item-popularity,
.contact-item .score-item-text .conv-item-popularity,
.template-item .score-item-text .conv-item-popularity,
.agent-greeting-item .conv-item-text .conv-item-popularity,
.score-item .conv-item-text .conv-item-popularity,
.conv-item .conv-item-text .conv-item-popularity,
.case-item .conv-item-text .conv-item-popularity,
.note-item .conv-item-text .conv-item-popularity,
.contact-item .conv-item-text .conv-item-popularity,
.template-item .conv-item-text .conv-item-popularity,
.agent-greeting-item .case-item-text .conv-item-popularity,
.score-item .case-item-text .conv-item-popularity,
.conv-item .case-item-text .conv-item-popularity,
.case-item .case-item-text .conv-item-popularity,
.note-item .case-item-text .conv-item-popularity,
.contact-item .case-item-text .conv-item-popularity,
.template-item .case-item-text .conv-item-popularity,
.agent-greeting-item .note-item-text .conv-item-popularity,
.score-item .note-item-text .conv-item-popularity,
.conv-item .note-item-text .conv-item-popularity,
.case-item .note-item-text .conv-item-popularity,
.note-item .note-item-text .conv-item-popularity,
.contact-item .note-item-text .conv-item-popularity,
.template-item .note-item-text .conv-item-popularity,
.agent-greeting-item .template-item-text .conv-item-popularity,
.score-item .template-item-text .conv-item-popularity,
.conv-item .template-item-text .conv-item-popularity,
.case-item .template-item-text .conv-item-popularity,
.note-item .template-item-text .conv-item-popularity,
.contact-item .template-item-text .conv-item-popularity,
.template-item .template-item-text .conv-item-popularity {
  font-size: 12px;
  color: #7C868F;
}
.agent-greeting-item .score-item-text .score-item-condensed-text,
.score-item .score-item-text .score-item-condensed-text,
.conv-item .score-item-text .score-item-condensed-text,
.case-item .score-item-text .score-item-condensed-text,
.note-item .score-item-text .score-item-condensed-text,
.contact-item .score-item-text .score-item-condensed-text,
.template-item .score-item-text .score-item-condensed-text,
.agent-greeting-item .conv-item-text .score-item-condensed-text,
.score-item .conv-item-text .score-item-condensed-text,
.conv-item .conv-item-text .score-item-condensed-text,
.case-item .conv-item-text .score-item-condensed-text,
.note-item .conv-item-text .score-item-condensed-text,
.contact-item .conv-item-text .score-item-condensed-text,
.template-item .conv-item-text .score-item-condensed-text,
.agent-greeting-item .case-item-text .score-item-condensed-text,
.score-item .case-item-text .score-item-condensed-text,
.conv-item .case-item-text .score-item-condensed-text,
.case-item .case-item-text .score-item-condensed-text,
.note-item .case-item-text .score-item-condensed-text,
.contact-item .case-item-text .score-item-condensed-text,
.template-item .case-item-text .score-item-condensed-text,
.agent-greeting-item .note-item-text .score-item-condensed-text,
.score-item .note-item-text .score-item-condensed-text,
.conv-item .note-item-text .score-item-condensed-text,
.case-item .note-item-text .score-item-condensed-text,
.note-item .note-item-text .score-item-condensed-text,
.contact-item .note-item-text .score-item-condensed-text,
.template-item .note-item-text .score-item-condensed-text,
.agent-greeting-item .template-item-text .score-item-condensed-text,
.score-item .template-item-text .score-item-condensed-text,
.conv-item .template-item-text .score-item-condensed-text,
.case-item .template-item-text .score-item-condensed-text,
.note-item .template-item-text .score-item-condensed-text,
.contact-item .template-item-text .score-item-condensed-text,
.template-item .template-item-text .score-item-condensed-text,
.agent-greeting-item .score-item-text .conv-item-subject,
.score-item .score-item-text .conv-item-subject,
.conv-item .score-item-text .conv-item-subject,
.case-item .score-item-text .conv-item-subject,
.note-item .score-item-text .conv-item-subject,
.contact-item .score-item-text .conv-item-subject,
.template-item .score-item-text .conv-item-subject,
.agent-greeting-item .conv-item-text .conv-item-subject,
.score-item .conv-item-text .conv-item-subject,
.conv-item .conv-item-text .conv-item-subject,
.case-item .conv-item-text .conv-item-subject,
.note-item .conv-item-text .conv-item-subject,
.contact-item .conv-item-text .conv-item-subject,
.template-item .conv-item-text .conv-item-subject,
.agent-greeting-item .case-item-text .conv-item-subject,
.score-item .case-item-text .conv-item-subject,
.conv-item .case-item-text .conv-item-subject,
.case-item .case-item-text .conv-item-subject,
.note-item .case-item-text .conv-item-subject,
.contact-item .case-item-text .conv-item-subject,
.template-item .case-item-text .conv-item-subject,
.agent-greeting-item .note-item-text .conv-item-subject,
.score-item .note-item-text .conv-item-subject,
.conv-item .note-item-text .conv-item-subject,
.case-item .note-item-text .conv-item-subject,
.note-item .note-item-text .conv-item-subject,
.contact-item .note-item-text .conv-item-subject,
.template-item .note-item-text .conv-item-subject,
.agent-greeting-item .template-item-text .conv-item-subject,
.score-item .template-item-text .conv-item-subject,
.conv-item .template-item-text .conv-item-subject,
.case-item .template-item-text .conv-item-subject,
.note-item .template-item-text .conv-item-subject,
.contact-item .template-item-text .conv-item-subject,
.template-item .template-item-text .conv-item-subject {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 95%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .case-item-subject,
.score-item .score-item-text .case-item-subject,
.conv-item .score-item-text .case-item-subject,
.case-item .score-item-text .case-item-subject,
.note-item .score-item-text .case-item-subject,
.contact-item .score-item-text .case-item-subject,
.template-item .score-item-text .case-item-subject,
.agent-greeting-item .conv-item-text .case-item-subject,
.score-item .conv-item-text .case-item-subject,
.conv-item .conv-item-text .case-item-subject,
.case-item .conv-item-text .case-item-subject,
.note-item .conv-item-text .case-item-subject,
.contact-item .conv-item-text .case-item-subject,
.template-item .conv-item-text .case-item-subject,
.agent-greeting-item .case-item-text .case-item-subject,
.score-item .case-item-text .case-item-subject,
.conv-item .case-item-text .case-item-subject,
.case-item .case-item-text .case-item-subject,
.note-item .case-item-text .case-item-subject,
.contact-item .case-item-text .case-item-subject,
.template-item .case-item-text .case-item-subject,
.agent-greeting-item .note-item-text .case-item-subject,
.score-item .note-item-text .case-item-subject,
.conv-item .note-item-text .case-item-subject,
.case-item .note-item-text .case-item-subject,
.note-item .note-item-text .case-item-subject,
.contact-item .note-item-text .case-item-subject,
.template-item .note-item-text .case-item-subject,
.agent-greeting-item .template-item-text .case-item-subject,
.score-item .template-item-text .case-item-subject,
.conv-item .template-item-text .case-item-subject,
.case-item .template-item-text .case-item-subject,
.note-item .template-item-text .case-item-subject,
.contact-item .template-item-text .case-item-subject,
.template-item .template-item-text .case-item-subject {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 80%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .case-item-subject-edit,
.score-item .score-item-text .case-item-subject-edit,
.conv-item .score-item-text .case-item-subject-edit,
.case-item .score-item-text .case-item-subject-edit,
.note-item .score-item-text .case-item-subject-edit,
.contact-item .score-item-text .case-item-subject-edit,
.template-item .score-item-text .case-item-subject-edit,
.agent-greeting-item .conv-item-text .case-item-subject-edit,
.score-item .conv-item-text .case-item-subject-edit,
.conv-item .conv-item-text .case-item-subject-edit,
.case-item .conv-item-text .case-item-subject-edit,
.note-item .conv-item-text .case-item-subject-edit,
.contact-item .conv-item-text .case-item-subject-edit,
.template-item .conv-item-text .case-item-subject-edit,
.agent-greeting-item .case-item-text .case-item-subject-edit,
.score-item .case-item-text .case-item-subject-edit,
.conv-item .case-item-text .case-item-subject-edit,
.case-item .case-item-text .case-item-subject-edit,
.note-item .case-item-text .case-item-subject-edit,
.contact-item .case-item-text .case-item-subject-edit,
.template-item .case-item-text .case-item-subject-edit,
.agent-greeting-item .note-item-text .case-item-subject-edit,
.score-item .note-item-text .case-item-subject-edit,
.conv-item .note-item-text .case-item-subject-edit,
.case-item .note-item-text .case-item-subject-edit,
.note-item .note-item-text .case-item-subject-edit,
.contact-item .note-item-text .case-item-subject-edit,
.template-item .note-item-text .case-item-subject-edit,
.agent-greeting-item .template-item-text .case-item-subject-edit,
.score-item .template-item-text .case-item-subject-edit,
.conv-item .template-item-text .case-item-subject-edit,
.case-item .template-item-text .case-item-subject-edit,
.note-item .template-item-text .case-item-subject-edit,
.contact-item .template-item-text .case-item-subject-edit,
.template-item .template-item-text .case-item-subject-edit {
  width: 100% !important;
}
.agent-greeting-item .score-item-text .conv-item-destination,
.score-item .score-item-text .conv-item-destination,
.conv-item .score-item-text .conv-item-destination,
.case-item .score-item-text .conv-item-destination,
.note-item .score-item-text .conv-item-destination,
.contact-item .score-item-text .conv-item-destination,
.template-item .score-item-text .conv-item-destination,
.agent-greeting-item .conv-item-text .conv-item-destination,
.score-item .conv-item-text .conv-item-destination,
.conv-item .conv-item-text .conv-item-destination,
.case-item .conv-item-text .conv-item-destination,
.note-item .conv-item-text .conv-item-destination,
.contact-item .conv-item-text .conv-item-destination,
.template-item .conv-item-text .conv-item-destination,
.agent-greeting-item .case-item-text .conv-item-destination,
.score-item .case-item-text .conv-item-destination,
.conv-item .case-item-text .conv-item-destination,
.case-item .case-item-text .conv-item-destination,
.note-item .case-item-text .conv-item-destination,
.contact-item .case-item-text .conv-item-destination,
.template-item .case-item-text .conv-item-destination,
.agent-greeting-item .note-item-text .conv-item-destination,
.score-item .note-item-text .conv-item-destination,
.conv-item .note-item-text .conv-item-destination,
.case-item .note-item-text .conv-item-destination,
.note-item .note-item-text .conv-item-destination,
.contact-item .note-item-text .conv-item-destination,
.template-item .note-item-text .conv-item-destination,
.agent-greeting-item .template-item-text .conv-item-destination,
.score-item .template-item-text .conv-item-destination,
.conv-item .template-item-text .conv-item-destination,
.case-item .template-item-text .conv-item-destination,
.note-item .template-item-text .conv-item-destination,
.contact-item .template-item-text .conv-item-destination,
.template-item .template-item-text .conv-item-destination,
.agent-greeting-item .score-item-text .conv-item-popularity,
.score-item .score-item-text .conv-item-popularity,
.conv-item .score-item-text .conv-item-popularity,
.case-item .score-item-text .conv-item-popularity,
.note-item .score-item-text .conv-item-popularity,
.contact-item .score-item-text .conv-item-popularity,
.template-item .score-item-text .conv-item-popularity,
.agent-greeting-item .conv-item-text .conv-item-popularity,
.score-item .conv-item-text .conv-item-popularity,
.conv-item .conv-item-text .conv-item-popularity,
.case-item .conv-item-text .conv-item-popularity,
.note-item .conv-item-text .conv-item-popularity,
.contact-item .conv-item-text .conv-item-popularity,
.template-item .conv-item-text .conv-item-popularity,
.agent-greeting-item .case-item-text .conv-item-popularity,
.score-item .case-item-text .conv-item-popularity,
.conv-item .case-item-text .conv-item-popularity,
.case-item .case-item-text .conv-item-popularity,
.note-item .case-item-text .conv-item-popularity,
.contact-item .case-item-text .conv-item-popularity,
.template-item .case-item-text .conv-item-popularity,
.agent-greeting-item .note-item-text .conv-item-popularity,
.score-item .note-item-text .conv-item-popularity,
.conv-item .note-item-text .conv-item-popularity,
.case-item .note-item-text .conv-item-popularity,
.note-item .note-item-text .conv-item-popularity,
.contact-item .note-item-text .conv-item-popularity,
.template-item .note-item-text .conv-item-popularity,
.agent-greeting-item .template-item-text .conv-item-popularity,
.score-item .template-item-text .conv-item-popularity,
.conv-item .template-item-text .conv-item-popularity,
.case-item .template-item-text .conv-item-popularity,
.note-item .template-item-text .conv-item-popularity,
.contact-item .template-item-text .conv-item-popularity,
.template-item .template-item-text .conv-item-popularity {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 95%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .note-item-from,
.score-item .score-item-text .note-item-from,
.conv-item .score-item-text .note-item-from,
.case-item .score-item-text .note-item-from,
.note-item .score-item-text .note-item-from,
.contact-item .score-item-text .note-item-from,
.template-item .score-item-text .note-item-from,
.agent-greeting-item .conv-item-text .note-item-from,
.score-item .conv-item-text .note-item-from,
.conv-item .conv-item-text .note-item-from,
.case-item .conv-item-text .note-item-from,
.note-item .conv-item-text .note-item-from,
.contact-item .conv-item-text .note-item-from,
.template-item .conv-item-text .note-item-from,
.agent-greeting-item .case-item-text .note-item-from,
.score-item .case-item-text .note-item-from,
.conv-item .case-item-text .note-item-from,
.case-item .case-item-text .note-item-from,
.note-item .case-item-text .note-item-from,
.contact-item .case-item-text .note-item-from,
.template-item .case-item-text .note-item-from,
.agent-greeting-item .note-item-text .note-item-from,
.score-item .note-item-text .note-item-from,
.conv-item .note-item-text .note-item-from,
.case-item .note-item-text .note-item-from,
.note-item .note-item-text .note-item-from,
.contact-item .note-item-text .note-item-from,
.template-item .note-item-text .note-item-from,
.agent-greeting-item .template-item-text .note-item-from,
.score-item .template-item-text .note-item-from,
.conv-item .template-item-text .note-item-from,
.case-item .template-item-text .note-item-from,
.note-item .template-item-text .note-item-from,
.contact-item .template-item-text .note-item-from,
.template-item .template-item-text .note-item-from {
  margin: 1px 0 0 0;
  font-size: 14px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 65%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .score-item-text,
.score-item .score-item-text .score-item-text,
.conv-item .score-item-text .score-item-text,
.case-item .score-item-text .score-item-text,
.note-item .score-item-text .score-item-text,
.contact-item .score-item-text .score-item-text,
.template-item .score-item-text .score-item-text,
.agent-greeting-item .conv-item-text .score-item-text,
.score-item .conv-item-text .score-item-text,
.conv-item .conv-item-text .score-item-text,
.case-item .conv-item-text .score-item-text,
.note-item .conv-item-text .score-item-text,
.contact-item .conv-item-text .score-item-text,
.template-item .conv-item-text .score-item-text,
.agent-greeting-item .case-item-text .score-item-text,
.score-item .case-item-text .score-item-text,
.conv-item .case-item-text .score-item-text,
.case-item .case-item-text .score-item-text,
.note-item .case-item-text .score-item-text,
.contact-item .case-item-text .score-item-text,
.template-item .case-item-text .score-item-text,
.agent-greeting-item .note-item-text .score-item-text,
.score-item .note-item-text .score-item-text,
.conv-item .note-item-text .score-item-text,
.case-item .note-item-text .score-item-text,
.note-item .note-item-text .score-item-text,
.contact-item .note-item-text .score-item-text,
.template-item .note-item-text .score-item-text,
.agent-greeting-item .template-item-text .score-item-text,
.score-item .template-item-text .score-item-text,
.conv-item .template-item-text .score-item-text,
.case-item .template-item-text .score-item-text,
.note-item .template-item-text .score-item-text,
.contact-item .template-item-text .score-item-text,
.template-item .template-item-text .score-item-text,
.agent-greeting-item .score-item-text .note-item-text,
.score-item .score-item-text .note-item-text,
.conv-item .score-item-text .note-item-text,
.case-item .score-item-text .note-item-text,
.note-item .score-item-text .note-item-text,
.contact-item .score-item-text .note-item-text,
.template-item .score-item-text .note-item-text,
.agent-greeting-item .conv-item-text .note-item-text,
.score-item .conv-item-text .note-item-text,
.conv-item .conv-item-text .note-item-text,
.case-item .conv-item-text .note-item-text,
.note-item .conv-item-text .note-item-text,
.contact-item .conv-item-text .note-item-text,
.template-item .conv-item-text .note-item-text,
.agent-greeting-item .case-item-text .note-item-text,
.score-item .case-item-text .note-item-text,
.conv-item .case-item-text .note-item-text,
.case-item .case-item-text .note-item-text,
.note-item .case-item-text .note-item-text,
.contact-item .case-item-text .note-item-text,
.template-item .case-item-text .note-item-text,
.agent-greeting-item .note-item-text .note-item-text,
.score-item .note-item-text .note-item-text,
.conv-item .note-item-text .note-item-text,
.case-item .note-item-text .note-item-text,
.note-item .note-item-text .note-item-text,
.contact-item .note-item-text .note-item-text,
.template-item .note-item-text .note-item-text,
.agent-greeting-item .template-item-text .note-item-text,
.score-item .template-item-text .note-item-text,
.conv-item .template-item-text .note-item-text,
.case-item .template-item-text .note-item-text,
.note-item .template-item-text .note-item-text,
.contact-item .template-item-text .note-item-text,
.template-item .template-item-text .note-item-text {
  margin: 1px 0 0 0;
  font-size: 12px;
  color: #7C868F;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 85%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .score-item-text,
.score-item .score-item-text .score-item-text,
.conv-item .score-item-text .score-item-text,
.case-item .score-item-text .score-item-text,
.note-item .score-item-text .score-item-text,
.contact-item .score-item-text .score-item-text,
.template-item .score-item-text .score-item-text,
.agent-greeting-item .conv-item-text .score-item-text,
.score-item .conv-item-text .score-item-text,
.conv-item .conv-item-text .score-item-text,
.case-item .conv-item-text .score-item-text,
.note-item .conv-item-text .score-item-text,
.contact-item .conv-item-text .score-item-text,
.template-item .conv-item-text .score-item-text,
.agent-greeting-item .case-item-text .score-item-text,
.score-item .case-item-text .score-item-text,
.conv-item .case-item-text .score-item-text,
.case-item .case-item-text .score-item-text,
.note-item .case-item-text .score-item-text,
.contact-item .case-item-text .score-item-text,
.template-item .case-item-text .score-item-text,
.agent-greeting-item .note-item-text .score-item-text,
.score-item .note-item-text .score-item-text,
.conv-item .note-item-text .score-item-text,
.case-item .note-item-text .score-item-text,
.note-item .note-item-text .score-item-text,
.contact-item .note-item-text .score-item-text,
.template-item .note-item-text .score-item-text,
.agent-greeting-item .template-item-text .score-item-text,
.score-item .template-item-text .score-item-text,
.conv-item .template-item-text .score-item-text,
.case-item .template-item-text .score-item-text,
.note-item .template-item-text .score-item-text,
.contact-item .template-item-text .score-item-text,
.template-item .template-item-text .score-item-text {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 95%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .template-item-question-concern,
.score-item .score-item-text .template-item-question-concern,
.conv-item .score-item-text .template-item-question-concern,
.case-item .score-item-text .template-item-question-concern,
.note-item .score-item-text .template-item-question-concern,
.contact-item .score-item-text .template-item-question-concern,
.template-item .score-item-text .template-item-question-concern,
.agent-greeting-item .conv-item-text .template-item-question-concern,
.score-item .conv-item-text .template-item-question-concern,
.conv-item .conv-item-text .template-item-question-concern,
.case-item .conv-item-text .template-item-question-concern,
.note-item .conv-item-text .template-item-question-concern,
.contact-item .conv-item-text .template-item-question-concern,
.template-item .conv-item-text .template-item-question-concern,
.agent-greeting-item .case-item-text .template-item-question-concern,
.score-item .case-item-text .template-item-question-concern,
.conv-item .case-item-text .template-item-question-concern,
.case-item .case-item-text .template-item-question-concern,
.note-item .case-item-text .template-item-question-concern,
.contact-item .case-item-text .template-item-question-concern,
.template-item .case-item-text .template-item-question-concern,
.agent-greeting-item .note-item-text .template-item-question-concern,
.score-item .note-item-text .template-item-question-concern,
.conv-item .note-item-text .template-item-question-concern,
.case-item .note-item-text .template-item-question-concern,
.note-item .note-item-text .template-item-question-concern,
.contact-item .note-item-text .template-item-question-concern,
.template-item .note-item-text .template-item-question-concern,
.agent-greeting-item .template-item-text .template-item-question-concern,
.score-item .template-item-text .template-item-question-concern,
.conv-item .template-item-text .template-item-question-concern,
.case-item .template-item-text .template-item-question-concern,
.note-item .template-item-text .template-item-question-concern,
.contact-item .template-item-text .template-item-question-concern,
.template-item .template-item-text .template-item-question-concern {
  margin: 1px 0 0 0;
  font-size: 14px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 78%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .template-item-text,
.score-item .score-item-text .template-item-text,
.conv-item .score-item-text .template-item-text,
.case-item .score-item-text .template-item-text,
.note-item .score-item-text .template-item-text,
.contact-item .score-item-text .template-item-text,
.template-item .score-item-text .template-item-text,
.agent-greeting-item .conv-item-text .template-item-text,
.score-item .conv-item-text .template-item-text,
.conv-item .conv-item-text .template-item-text,
.case-item .conv-item-text .template-item-text,
.note-item .conv-item-text .template-item-text,
.contact-item .conv-item-text .template-item-text,
.template-item .conv-item-text .template-item-text,
.agent-greeting-item .case-item-text .template-item-text,
.score-item .case-item-text .template-item-text,
.conv-item .case-item-text .template-item-text,
.case-item .case-item-text .template-item-text,
.note-item .case-item-text .template-item-text,
.contact-item .case-item-text .template-item-text,
.template-item .case-item-text .template-item-text,
.agent-greeting-item .note-item-text .template-item-text,
.score-item .note-item-text .template-item-text,
.conv-item .note-item-text .template-item-text,
.case-item .note-item-text .template-item-text,
.note-item .note-item-text .template-item-text,
.contact-item .note-item-text .template-item-text,
.template-item .note-item-text .template-item-text,
.agent-greeting-item .template-item-text .template-item-text,
.score-item .template-item-text .template-item-text,
.conv-item .template-item-text .template-item-text,
.case-item .template-item-text .template-item-text,
.note-item .template-item-text .template-item-text,
.contact-item .template-item-text .template-item-text,
.template-item .template-item-text .template-item-text {
  margin: 1px 0 0 0;
  font-size: 12px;
  color: #7C868F;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 98%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .template-item-text-narrow,
.score-item .score-item-text .template-item-text-narrow,
.conv-item .score-item-text .template-item-text-narrow,
.case-item .score-item-text .template-item-text-narrow,
.note-item .score-item-text .template-item-text-narrow,
.contact-item .score-item-text .template-item-text-narrow,
.template-item .score-item-text .template-item-text-narrow,
.agent-greeting-item .conv-item-text .template-item-text-narrow,
.score-item .conv-item-text .template-item-text-narrow,
.conv-item .conv-item-text .template-item-text-narrow,
.case-item .conv-item-text .template-item-text-narrow,
.note-item .conv-item-text .template-item-text-narrow,
.contact-item .conv-item-text .template-item-text-narrow,
.template-item .conv-item-text .template-item-text-narrow,
.agent-greeting-item .case-item-text .template-item-text-narrow,
.score-item .case-item-text .template-item-text-narrow,
.conv-item .case-item-text .template-item-text-narrow,
.case-item .case-item-text .template-item-text-narrow,
.note-item .case-item-text .template-item-text-narrow,
.contact-item .case-item-text .template-item-text-narrow,
.template-item .case-item-text .template-item-text-narrow,
.agent-greeting-item .note-item-text .template-item-text-narrow,
.score-item .note-item-text .template-item-text-narrow,
.conv-item .note-item-text .template-item-text-narrow,
.case-item .note-item-text .template-item-text-narrow,
.note-item .note-item-text .template-item-text-narrow,
.contact-item .note-item-text .template-item-text-narrow,
.template-item .note-item-text .template-item-text-narrow,
.agent-greeting-item .template-item-text .template-item-text-narrow,
.score-item .template-item-text .template-item-text-narrow,
.conv-item .template-item-text .template-item-text-narrow,
.case-item .template-item-text .template-item-text-narrow,
.note-item .template-item-text .template-item-text-narrow,
.contact-item .template-item-text .template-item-text-narrow,
.template-item .template-item-text .template-item-text-narrow {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 85%;
  overflow: hidden;
}
.agent-greeting-item .score-item-text .score-item-time,
.score-item .score-item-text .score-item-time,
.conv-item .score-item-text .score-item-time,
.case-item .score-item-text .score-item-time,
.note-item .score-item-text .score-item-time,
.contact-item .score-item-text .score-item-time,
.template-item .score-item-text .score-item-time,
.agent-greeting-item .conv-item-text .score-item-time,
.score-item .conv-item-text .score-item-time,
.conv-item .conv-item-text .score-item-time,
.case-item .conv-item-text .score-item-time,
.note-item .conv-item-text .score-item-time,
.contact-item .conv-item-text .score-item-time,
.template-item .conv-item-text .score-item-time,
.agent-greeting-item .case-item-text .score-item-time,
.score-item .case-item-text .score-item-time,
.conv-item .case-item-text .score-item-time,
.case-item .case-item-text .score-item-time,
.note-item .case-item-text .score-item-time,
.contact-item .case-item-text .score-item-time,
.template-item .case-item-text .score-item-time,
.agent-greeting-item .note-item-text .score-item-time,
.score-item .note-item-text .score-item-time,
.conv-item .note-item-text .score-item-time,
.case-item .note-item-text .score-item-time,
.note-item .note-item-text .score-item-time,
.contact-item .note-item-text .score-item-time,
.template-item .note-item-text .score-item-time,
.agent-greeting-item .template-item-text .score-item-time,
.score-item .template-item-text .score-item-time,
.conv-item .template-item-text .score-item-time,
.case-item .template-item-text .score-item-time,
.note-item .template-item-text .score-item-time,
.contact-item .template-item-text .score-item-time,
.template-item .template-item-text .score-item-time,
.agent-greeting-item .score-item-text .conv-item-time,
.score-item .score-item-text .conv-item-time,
.conv-item .score-item-text .conv-item-time,
.case-item .score-item-text .conv-item-time,
.note-item .score-item-text .conv-item-time,
.contact-item .score-item-text .conv-item-time,
.template-item .score-item-text .conv-item-time,
.agent-greeting-item .conv-item-text .conv-item-time,
.score-item .conv-item-text .conv-item-time,
.conv-item .conv-item-text .conv-item-time,
.case-item .conv-item-text .conv-item-time,
.note-item .conv-item-text .conv-item-time,
.contact-item .conv-item-text .conv-item-time,
.template-item .conv-item-text .conv-item-time,
.agent-greeting-item .case-item-text .conv-item-time,
.score-item .case-item-text .conv-item-time,
.conv-item .case-item-text .conv-item-time,
.case-item .case-item-text .conv-item-time,
.note-item .case-item-text .conv-item-time,
.contact-item .case-item-text .conv-item-time,
.template-item .case-item-text .conv-item-time,
.agent-greeting-item .note-item-text .conv-item-time,
.score-item .note-item-text .conv-item-time,
.conv-item .note-item-text .conv-item-time,
.case-item .note-item-text .conv-item-time,
.note-item .note-item-text .conv-item-time,
.contact-item .note-item-text .conv-item-time,
.template-item .note-item-text .conv-item-time,
.agent-greeting-item .template-item-text .conv-item-time,
.score-item .template-item-text .conv-item-time,
.conv-item .template-item-text .conv-item-time,
.case-item .template-item-text .conv-item-time,
.note-item .template-item-text .conv-item-time,
.contact-item .template-item-text .conv-item-time,
.template-item .template-item-text .conv-item-time,
.agent-greeting-item .score-item-text .case-item-time,
.score-item .score-item-text .case-item-time,
.conv-item .score-item-text .case-item-time,
.case-item .score-item-text .case-item-time,
.note-item .score-item-text .case-item-time,
.contact-item .score-item-text .case-item-time,
.template-item .score-item-text .case-item-time,
.agent-greeting-item .conv-item-text .case-item-time,
.score-item .conv-item-text .case-item-time,
.conv-item .conv-item-text .case-item-time,
.case-item .conv-item-text .case-item-time,
.note-item .conv-item-text .case-item-time,
.contact-item .conv-item-text .case-item-time,
.template-item .conv-item-text .case-item-time,
.agent-greeting-item .case-item-text .case-item-time,
.score-item .case-item-text .case-item-time,
.conv-item .case-item-text .case-item-time,
.case-item .case-item-text .case-item-time,
.note-item .case-item-text .case-item-time,
.contact-item .case-item-text .case-item-time,
.template-item .case-item-text .case-item-time,
.agent-greeting-item .note-item-text .case-item-time,
.score-item .note-item-text .case-item-time,
.conv-item .note-item-text .case-item-time,
.case-item .note-item-text .case-item-time,
.note-item .note-item-text .case-item-time,
.contact-item .note-item-text .case-item-time,
.template-item .note-item-text .case-item-time,
.agent-greeting-item .template-item-text .case-item-time,
.score-item .template-item-text .case-item-time,
.conv-item .template-item-text .case-item-time,
.case-item .template-item-text .case-item-time,
.note-item .template-item-text .case-item-time,
.contact-item .template-item-text .case-item-time,
.template-item .template-item-text .case-item-time,
.agent-greeting-item .score-item-text .note-item-time,
.score-item .score-item-text .note-item-time,
.conv-item .score-item-text .note-item-time,
.case-item .score-item-text .note-item-time,
.note-item .score-item-text .note-item-time,
.contact-item .score-item-text .note-item-time,
.template-item .score-item-text .note-item-time,
.agent-greeting-item .conv-item-text .note-item-time,
.score-item .conv-item-text .note-item-time,
.conv-item .conv-item-text .note-item-time,
.case-item .conv-item-text .note-item-time,
.note-item .conv-item-text .note-item-time,
.contact-item .conv-item-text .note-item-time,
.template-item .conv-item-text .note-item-time,
.agent-greeting-item .case-item-text .note-item-time,
.score-item .case-item-text .note-item-time,
.conv-item .case-item-text .note-item-time,
.case-item .case-item-text .note-item-time,
.note-item .case-item-text .note-item-time,
.contact-item .case-item-text .note-item-time,
.template-item .case-item-text .note-item-time,
.agent-greeting-item .note-item-text .note-item-time,
.score-item .note-item-text .note-item-time,
.conv-item .note-item-text .note-item-time,
.case-item .note-item-text .note-item-time,
.note-item .note-item-text .note-item-time,
.contact-item .note-item-text .note-item-time,
.template-item .note-item-text .note-item-time,
.agent-greeting-item .template-item-text .note-item-time,
.score-item .template-item-text .note-item-time,
.conv-item .template-item-text .note-item-time,
.case-item .template-item-text .note-item-time,
.note-item .template-item-text .note-item-time,
.contact-item .template-item-text .note-item-time,
.template-item .template-item-text .note-item-time,
.agent-greeting-item .score-item-text .template-item-time,
.score-item .score-item-text .template-item-time,
.conv-item .score-item-text .template-item-time,
.case-item .score-item-text .template-item-time,
.note-item .score-item-text .template-item-time,
.contact-item .score-item-text .template-item-time,
.template-item .score-item-text .template-item-time,
.agent-greeting-item .conv-item-text .template-item-time,
.score-item .conv-item-text .template-item-time,
.conv-item .conv-item-text .template-item-time,
.case-item .conv-item-text .template-item-time,
.note-item .conv-item-text .template-item-time,
.contact-item .conv-item-text .template-item-time,
.template-item .conv-item-text .template-item-time,
.agent-greeting-item .case-item-text .template-item-time,
.score-item .case-item-text .template-item-time,
.conv-item .case-item-text .template-item-time,
.case-item .case-item-text .template-item-time,
.note-item .case-item-text .template-item-time,
.contact-item .case-item-text .template-item-time,
.template-item .case-item-text .template-item-time,
.agent-greeting-item .note-item-text .template-item-time,
.score-item .note-item-text .template-item-time,
.conv-item .note-item-text .template-item-time,
.case-item .note-item-text .template-item-time,
.note-item .note-item-text .template-item-time,
.contact-item .note-item-text .template-item-time,
.template-item .note-item-text .template-item-time,
.agent-greeting-item .template-item-text .template-item-time,
.score-item .template-item-text .template-item-time,
.conv-item .template-item-text .template-item-time,
.case-item .template-item-text .template-item-time,
.note-item .template-item-text .template-item-time,
.contact-item .template-item-text .template-item-time,
.template-item .template-item-text .template-item-time {
  color: #00A1E0;
  font-size: 12px;
  font-family: MuseoSans700;
  position: absolute;
  right: 3px;
  top: 3px;
}
.agent-greeting-item .score-item-text .template-item-time,
.score-item .score-item-text .template-item-time,
.conv-item .score-item-text .template-item-time,
.case-item .score-item-text .template-item-time,
.note-item .score-item-text .template-item-time,
.contact-item .score-item-text .template-item-time,
.template-item .score-item-text .template-item-time,
.agent-greeting-item .conv-item-text .template-item-time,
.score-item .conv-item-text .template-item-time,
.conv-item .conv-item-text .template-item-time,
.case-item .conv-item-text .template-item-time,
.note-item .conv-item-text .template-item-time,
.contact-item .conv-item-text .template-item-time,
.template-item .conv-item-text .template-item-time,
.agent-greeting-item .case-item-text .template-item-time,
.score-item .case-item-text .template-item-time,
.conv-item .case-item-text .template-item-time,
.case-item .case-item-text .template-item-time,
.note-item .case-item-text .template-item-time,
.contact-item .case-item-text .template-item-time,
.template-item .case-item-text .template-item-time,
.agent-greeting-item .note-item-text .template-item-time,
.score-item .note-item-text .template-item-time,
.conv-item .note-item-text .template-item-time,
.case-item .note-item-text .template-item-time,
.note-item .note-item-text .template-item-time,
.contact-item .note-item-text .template-item-time,
.template-item .note-item-text .template-item-time,
.agent-greeting-item .template-item-text .template-item-time,
.score-item .template-item-text .template-item-time,
.conv-item .template-item-text .template-item-time,
.case-item .template-item-text .template-item-time,
.note-item .template-item-text .template-item-time,
.contact-item .template-item-text .template-item-time,
.template-item .template-item-text .template-item-time {
  top: -11px;
}
.agent-greeting-item .score-item-text,
.score-item .score-item-text,
.conv-item .score-item-text,
.case-item .score-item-text,
.note-item .score-item-text,
.contact-item .score-item-text,
.template-item .score-item-text {
  line-height: 48px;
}
.agent-greeting-item .score-item-fulltext,
.score-item .score-item-fulltext,
.conv-item .score-item-fulltext,
.case-item .score-item-fulltext,
.note-item .score-item-fulltext,
.contact-item .score-item-fulltext,
.template-item .score-item-fulltext,
.agent-greeting-item .note-item-fulltext,
.score-item .note-item-fulltext,
.conv-item .note-item-fulltext,
.case-item .note-item-fulltext,
.note-item .note-item-fulltext,
.contact-item .note-item-fulltext,
.template-item .note-item-fulltext {
  margin-left: 75px;
  margin-right: 45px;
  line-height: 14px;
  opacity: 1;
}
.agent-greeting-item .score-item-fulltext .score-item-fulltext-header,
.score-item .score-item-fulltext .score-item-fulltext-header,
.conv-item .score-item-fulltext .score-item-fulltext-header,
.case-item .score-item-fulltext .score-item-fulltext-header,
.note-item .score-item-fulltext .score-item-fulltext-header,
.contact-item .score-item-fulltext .score-item-fulltext-header,
.template-item .score-item-fulltext .score-item-fulltext-header,
.agent-greeting-item .note-item-fulltext .score-item-fulltext-header,
.score-item .note-item-fulltext .score-item-fulltext-header,
.conv-item .note-item-fulltext .score-item-fulltext-header,
.case-item .note-item-fulltext .score-item-fulltext-header,
.note-item .note-item-fulltext .score-item-fulltext-header,
.contact-item .note-item-fulltext .score-item-fulltext-header,
.template-item .note-item-fulltext .score-item-fulltext-header,
.agent-greeting-item .score-item-fulltext .note-item-fulltext-header,
.score-item .score-item-fulltext .note-item-fulltext-header,
.conv-item .score-item-fulltext .note-item-fulltext-header,
.case-item .score-item-fulltext .note-item-fulltext-header,
.note-item .score-item-fulltext .note-item-fulltext-header,
.contact-item .score-item-fulltext .note-item-fulltext-header,
.template-item .score-item-fulltext .note-item-fulltext-header,
.agent-greeting-item .note-item-fulltext .note-item-fulltext-header,
.score-item .note-item-fulltext .note-item-fulltext-header,
.conv-item .note-item-fulltext .note-item-fulltext-header,
.case-item .note-item-fulltext .note-item-fulltext-header,
.note-item .note-item-fulltext .note-item-fulltext-header,
.contact-item .note-item-fulltext .note-item-fulltext-header,
.template-item .note-item-fulltext .note-item-fulltext-header {
  margin: 15px 30px 0 0;
  color: #7C868F;
}
.agent-greeting-item .score-item-fulltext span,
.score-item .score-item-fulltext span,
.conv-item .score-item-fulltext span,
.case-item .score-item-fulltext span,
.note-item .score-item-fulltext span,
.contact-item .score-item-fulltext span,
.template-item .score-item-fulltext span,
.agent-greeting-item .note-item-fulltext span,
.score-item .note-item-fulltext span,
.conv-item .note-item-fulltext span,
.case-item .note-item-fulltext span,
.note-item .note-item-fulltext span,
.contact-item .note-item-fulltext span,
.template-item .note-item-fulltext span {
  white-space: pre-wrap;
  font-size: 12px;
}
.agent-greeting-item .badge,
.score-item .badge,
.conv-item .badge,
.case-item .badge,
.note-item .badge,
.contact-item .badge,
.template-item .badge {
  border: none;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 11px;
  padding: 1px 3px;
  top: -1px;
  position: relative;
}
.static-flyout-buttons .agent-greeting-item .avatar-flyout-buttons,
.static-flyout-buttons .score-item .avatar-flyout-buttons,
.static-flyout-buttons .conv-item .avatar-flyout-buttons,
.static-flyout-buttons .case-item .avatar-flyout-buttons,
.static-flyout-buttons .note-item .avatar-flyout-buttons,
.static-flyout-buttons .contact-item .avatar-flyout-buttons,
.static-flyout-buttons .template-item .avatar-flyout-buttons {
  visibility: visible;
  opacity: 1;
  width: auto;
  bottom: 8px;
  right: 6px;
  left: auto;
}
.static-flyout-buttons .agent-greeting-item .score-avatar-flyout-buttons,
.static-flyout-buttons .score-item .score-avatar-flyout-buttons,
.static-flyout-buttons .conv-item .score-avatar-flyout-buttons,
.static-flyout-buttons .case-item .score-avatar-flyout-buttons,
.static-flyout-buttons .note-item .score-avatar-flyout-buttons,
.static-flyout-buttons .contact-item .score-avatar-flyout-buttons,
.static-flyout-buttons .template-item .score-avatar-flyout-buttons {
  visibility: visible;
  opacity: 1;
  width: auto;
  bottom: 15px;
  right: 6px;
  left: auto;
}
.scroll-flyout-buttons .agent-greeting-item .avatar-flyout-buttons,
.scroll-flyout-buttons .score-item .avatar-flyout-buttons,
.scroll-flyout-buttons .conv-item .avatar-flyout-buttons,
.scroll-flyout-buttons .case-item .avatar-flyout-buttons,
.scroll-flyout-buttons .note-item .avatar-flyout-buttons,
.scroll-flyout-buttons .contact-item .avatar-flyout-buttons,
.scroll-flyout-buttons .template-item .avatar-flyout-buttons {
  overflow-y: auto;
  bottom: 8px;
  right: 6px;
  width: auto;
}
.hide-flyout-buttons .agent-greeting-item .avatar-flyout-buttons,
.hide-flyout-buttons .score-item .avatar-flyout-buttons,
.hide-flyout-buttons .conv-item .avatar-flyout-buttons,
.hide-flyout-buttons .case-item .avatar-flyout-buttons,
.hide-flyout-buttons .note-item .avatar-flyout-buttons,
.hide-flyout-buttons .contact-item .avatar-flyout-buttons,
.hide-flyout-buttons .template-item .avatar-flyout-buttons {
  visibility: hidden !important;
  opacity: 0 !important;
}
.hide-flyout-buttons .agent-greeting-item .score-item-text,
.hide-flyout-buttons .score-item .score-item-text,
.hide-flyout-buttons .conv-item .score-item-text,
.hide-flyout-buttons .case-item .score-item-text,
.hide-flyout-buttons .note-item .score-item-text,
.hide-flyout-buttons .contact-item .score-item-text,
.hide-flyout-buttons .template-item .score-item-text,
.hide-flyout-buttons .agent-greeting-item .conv-item-text,
.hide-flyout-buttons .score-item .conv-item-text,
.hide-flyout-buttons .conv-item .conv-item-text,
.hide-flyout-buttons .case-item .conv-item-text,
.hide-flyout-buttons .note-item .conv-item-text,
.hide-flyout-buttons .contact-item .conv-item-text,
.hide-flyout-buttons .template-item .conv-item-text {
  opacity: 1 !important;
}
.contact-list.list-group-item {
  margin-bottom: 0px;
}
.contact-list .static-flyout-buttons .contact-item .avatar-flyout-buttons {
  bottom: 16px;
}
.queue-list.queue-group-item {
  margin-bottom: 0px;
}
.queue-list .static-flyout-buttons .queue-item .avatar-flyout-buttons {
  bottom: 16px;
}
.score-item,
.conv-item {
  min-height: 68px;
}
.static-flyout-buttons .score-item .avatar-flyout-buttons,
.static-flyout-buttons .conv-item .avatar-flyout-buttons,
.static-flyout-buttons .score-item .score.avatar-flyout-buttons,
.static-flyout-buttons .conv-item .score.avatar-flyout-buttons {
  top: auto;
  z-index: 3;
}
.static-flyout-buttons .case-item .avatar-flyout-buttons,
.static-flyout-buttons .contact-item .avatar-flyout-buttons {
  top: auto;
}
.static-flyout-buttons .note-item .avatar-flyout-buttons {
  top: 25px;
}
.static-flyout-buttons .template-item .avatar-flyout-buttons {
  top: 25px;
  z-index: 3;
}
.list-group {
  margin-bottom: 0;
}
.list-group .list-group-item-no-padding {
  padding: 0px;
}
.list-group .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
  z-index: 0 !important;
}
.list-group .list-group-item:last-child {
  border-bottom: none;
}
.list-group .list-group-item .badge {
  border: 2px solid white;
}
.list-group .list-group-item.list-group-item-compact {
  padding: 5px 10px;
  font-size: 13px;
}
.list-group .list-group-item .list-group-item-text {
  color: #7C868F !important;
  font-size: 12px;
}
.show-more-button {
  background: #F5F5F6;
  color: #00A1E0;
  text-align: center;
  padding: 7px;
  border-radius: 4px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.show-more-button:hover {
  background: #E7EAEF;
  cursor: pointer;
}
.expanded-details {
  box-shadow: 0 5px 15px rgba(21, 50, 95, 0.2);
  background: white;
  margin-left: 25px;
  margin-right: 10px;
  margin-top: 10px;
}
.ui-grid-cell-contents {
  cursor: pointer;
}
.inbox-list-split-line {
  border-top: solid 1px #EEE;
  position: relative;
  height: 1px;
}
.inbox-list-split-top {
  height: 300px;
  margin-bottom: 9px;
}
.inbox-list-nosplit {
  height: calc(100% - 10px);
}
.inbox-list-split-bottom {
  margin-top: 9px;
  overflow-x: hidden;
}
.inbox-list-split-bottom .conversation-details {
  height: initial !important;
}
.inbox-split-select {
  margin-bottom: 10px;
}
.queues-list-search {
  margin-bottom: 10px;
}
.queue-list-filters {
  margin-top: 3px;
}
.queues-padding-left {
  padding: 0 0 0 10px;
}
.empty-notice {
  margin-bottom: 15px;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.templates-list-search {
  margin-bottom: 10px;
}
.templates-list-filters {
  margin-top: 3px;
}
/*** Login form */
form.login input {
  margin-bottom: 10px;
}
form.login a:hover {
  text-decoration: none;
}
form.login .btn-lg {
  border-radius: 2px;
  font-size: 16px;
}
.social-buttons {
  margin-top: 15px;
  text-align: center;
}
.social-buttons a.btn-sso {
  width: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  color: #b3bdc7;
  text-shadow: 1px 1px 0 #fff;
}
.social-buttons a.btn-sso i {
  font-size: 48px;
}
.social-buttons a.btn-sso:hover {
  text-decoration: none;
}
.social-buttons a.btn-sso.fb:hover {
  color: #3B5998;
}
.social-buttons a.btn-sso.go:hover {
  color: #DD4B39;
}
.social-buttons a.btn-sso.ms:hover {
  color: #2672EC;
}
.social-buttons a.btn-sso.sf:hover {
  color: #2A94D6;
}
@media (min-width: 768px) {
  .modal-presence .modal-dialog {
    width: 450px;
  }
}
.modal-backdrop {
  background-color: #15325F;
}
.modal-dialog {
  margin: 0 auto;
  display: table;
}
.modal-dialog .fold-menu-wrap {
  margin: 0 -15px -15px -15px;
}
.modal-dialog .agp-list {
  margin: 0 -15px 0 -15px;
}
.modal-dialog .modal-content {
  border-radius: 0 0 4px 4px;
  border: none;
  box-shadow: 0 5px 15px rgba(21, 50, 95, 0.2);
}
.modal-dialog .modal-content .modal-header {
  background: #E7EAEF;
  color: #15325F;
  overflow: auto;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-family: MuseoSans700 !important;
}
.modal-dialog .modal-content .modal-header h1,
.modal-dialog .modal-content .modal-header h2,
.modal-dialog .modal-content .modal-header h3,
.modal-dialog .modal-content .modal-header h4,
.modal-dialog .modal-content .modal-header h5,
.modal-dialog .modal-content .modal-header h6 {
  color: #15325F;
}
.modal-dialog .modal-content .modal-header h3,
.modal-dialog .modal-content .modal-header h4 {
  margin: 0;
}
.modal-dialog .modal-content .modal-header a {
  cursor: pointer;
}
.modal-dialog .modal-content .modal-footer {
  border: none;
}
.modal-dialog .modal-content .modal-footer .btn-popularity {
  font-size: 21px;
  padding: 0px 0px 0px 5px;
  height: 30px;
}
.modal-dialog .modal-content .modal-footer .btn-popularity:active {
  background: transparent;
}
.modal-dialog .modal-content .modal-footer .btn-reuses:hover,
.modal-dialog .modal-content .modal-footer .btn-warn:hover,
.modal-dialog .modal-content .modal-footer .btn-tag:hover {
  cursor: default;
}
.full-height-modal {
  overflow: auto;
  max-height: 100vh;
}
.navbar {
  height: 56px;
}
.navbar .container-fluid {
  height: 56px;
}
.navbar-inverse {
  border: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 8px;
  }
}
.navbar-nav .header-icon-with-hover {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: -10px;
  padding: 10px;
}
.navbar-nav .header-icon-with-hover:hover {
  border-radius: 100px;
  background: #10274a;
  text-shadow: 1px 1px 0 #000;
}
.navbar-header {
  float: left;
}
.navbar-header .fa-bars {
  margin: 20px 0 0 20px;
  float: left;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
}
.navbar-header .navbar-brand {
  font-size: 20px;
  line-height: 22px;
  font-family: MuseoSans100 !important;
}
.navbar-brand {
  margin: 0 !important;
  padding-left: 5px;
  height: auto;
}
.navbar-brand #app-title {
  margin-left: 20px;
  margin-top: 4px;
  width: 250px;
  font-family: MuseoSans300;
}
@media (max-width: 767px) {
  .navbar-brand #app-title {
    margin-left: 18px;
    margin-top: 4px;
    width: 170px;
  }
}
.navbar-brand #logo {
  border-right: 1px solid #fff;
  padding-right: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .navbar-brand #logo {
    padding-right: 18px;
    height: 18px;
  }
}
.navbar-brand .beta-badge {
  font-size: 11px;
  color: #00A1E0;
  position: relative;
  top: -8px;
  font-family: MuseoSans500;
}
.navbar-right {
  float: right;
  position: absolute;
  right: 15px;
}
.navbar-right > li {
  float: left !important;
}
.navbar-right .avatar-menu {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.navbar-right .avatar-menu:hover {
  background: #10274a;
}
.navbar-right .avatar-menu a {
  padding: 5px;
}
.navbar-right .avatar-menu .avatar {
  margin-right: 15px;
}
.navbar-right .avatar-menu .avatar-image {
  width: 42px !important;
  height: 42px !important;
}
.navbar-right .avatar-menu .initials-text {
  padding-top: 11px !important;
}
.navbar-right .avatar-menu .status {
  font-family: MuseoSans100;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .navbar-right .avatar-menu {
    width: 230px;
  }
  .navbar-right .avatar-menu:hover {
    cursor: pointer;
  }
  .navbar-right .avatar-menu .avatar {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-right .avatar-menu a {
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
.nav-left-compact-toggle {
  position: absolute;
  bottom: 70px;
  right: 20px;
  font-size: 18px;
  color: #15325F;
}
@media (max-width: 1199px) {
  .nav-left-compact-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-pad-left {
    /* offset */
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    padding-left: 195px;
  }
  .menu-pad-left.compact {
    padding-left: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu-pad-left {
    padding-left: 75px;
  }
}
.nav-left {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 768px) {
  .nav-left {
    background: #E7EAEF;
    position: fixed;
    /* Don't scroll the nav with the page content */
    height: 100%;
    z-index: 30;
    width: 180px;
  }
  .nav-left.compact {
    width: 60px;
  }
  .nav-left.compact .nav-left-item .title {
    visibility: hidden;
    opacity: 0;
  }
  .nav-left .nav-left-item {
    position: relative;
    padding: 10px 20px;
    color: #15325F;
    display: block;
    font-family: MuseoSans700;
    font-size: 12px;
    text-decoration: none !important;
    outline: none !important;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-left .nav-left-item:first-child {
    margin-top: 8px;
  }
  .nav-left .nav-left-item.active,
  .nav-left .nav-left-item:hover {
    color: #00A1E0;
  }
  .nav-left .nav-left-item i {
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 22px !important;
    width: 30px;
    margin-right: 5px;
  }
  .nav-left .nav-left-item .title {
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    top: 15px;
    left: 60px;
  }
  .nav-left .nav-left-item .badge-circle-red {
    position: absolute;
    left: 30px;
    top: 4px;
    font-size: 10px;
    height: 17px;
    min-width: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-left {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-left .nav-left-item .title {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .nav-left {
    width: 90%;
    /* match offcanvas.css */
    height: 100%;
    text-align: left;
    background: #15325F;
  }
  .nav-left .nav-left-item {
    display: block;
    color: #FFF !important;
    font-family: MuseoSans300;
    font-size: 22px;
    padding: 15px 30px;
    text-transform: initial;
    cursor: pointer;
    position: relative;
  }
  .nav-left .nav-left-item:first-child {
    margin-top: 18px;
  }
  .nav-left .nav-left-item i {
    font-size: 28px !important;
    width: 30px;
    margin-right: 20px;
  }
  .nav-left .nav-left-item .title {
    position: absolute;
    top: 15px;
  }
  .nav-left .nav-left-item .badge-circle-red {
    position: absolute;
    left: 42px;
    top: 8px;
    font-size: 12px;
  }
}
.fold-menu-wrap {
  position: relative;
}
.fold-menu-wrap .fold-menu-back {
  border-right: 1px solid #e7edf3;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 18px;
}
.fold-menu-wrap .fold-menu-back i {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -6px;
  color: #5C6369;
  text-shadow: 1px 1px 0 #FFF;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fold-menu-wrap .fold-menu-back:hover {
  cursor: pointer;
  background: #eaf7fe;
}
.fold-menu-wrap .fold-menu-back:hover i {
  color: #00A1E0;
}
.fold-menu-wrap .fold-menu,
.fold-menu-wrap .fold-menu-child {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-shadow: 1px 1px 0 #FFF;
}
.fold-menu-wrap .fold-menu-child {
  padding-left: 38px;
}
.fold-menu-wrap .fold-menu .divider,
.fold-menu-wrap .fold-menu-child .divider {
  height: 1px;
  background: #E7EDF3;
}
.fold-menu-wrap .fold-menu-title {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 12px;
  color: #5C6369;
  border-bottom: 1px solid #eae7ef;
  overflow: hidden;
  font-size: 13px;
  font-family: MuseoSans700;
  border-bottom: 1px solid #E7EDF3;
}
.fold-menu-wrap .fold-menu-title:last-child {
  border: none;
}
.fold-menu-wrap .fold-menu-item {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 12px;
  color: #5C6369;
  border-bottom: 1px solid #eae7ef;
  overflow: hidden;
  font-size: 13px;
}
.fold-menu-wrap .fold-menu-item:last-child {
  border: none;
}
.fold-menu-wrap .fold-menu-item:hover {
  cursor: pointer;
  background: #eaf7fe;
}
.fold-menu-wrap .fold-menu-item.disabled-menu-item {
  opacity: 0.5;
}
.fold-menu-wrap .fold-menu-item.disabled-menu-item:hover {
  background: transparent;
  cursor: not-allowed;
}
.nav-pills-sm li a {
  padding: 5px 10px;
  font-family: MuseoSans700;
}
.nav-justified {
  border-bottom: 1px solid #F5F5F6 !important;
  /* disable responsive tabs */
}
.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.nav-justified > li > a:hover {
  background: #F5F5F6;
}
.section.section-top-padding {
  padding-top: 1px;
}
@media (min-width: 768px) {
  .section {
    border-right: solid 1px #EEE;
  }
}
.section .section-title {
  border-bottom: solid 1px #E7EDF3;
  color: #00A1E0;
  height: 30px;
  margin-top: 8px;
  font-family: MuseoSans700;
}
@media screen and (max-width: 767px) {
  .row-offcanvas-left .sidebar-offcanvas {
    position: fixed;
    display: block;
    left: -90%;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    position: fixed;
    display: block;
    left: -42px;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
}
.popover {
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #D7DAE0;
  border-bottom-width: 3px;
  font-family: "MuseoSans500";
}
.popover > .arrow {
  pointer-events: none;
}
.popover.bottom > .arrow {
  border-bottom-color: #D7DAE0;
}
.popover .popover-content {
  padding: 0;
}
/* UserVoice popover */
.uv-bottom .uv-popover-tail {
  top: -19px !important;
}
.uv-popover-content {
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #D7DAE0;
  border-bottom-width: 3px;
  position: relative;
  top: -2px;
}
[uib-popover-template-popup].popover.bottom-right > .arrow {
  left: auto;
}
[uib-popover-template-popup].popover.bottom-left > .arrow {
  left: 23px !important;
}
[uib-popover-template-popup].popover {
  max-width: 500px !important;
}
.contact-card {
  width: 360px;
  padding: 5px;
  overflow: auto;
  border: 1px solid #e7eaef;
  border-bottom-width: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px #EaEaEa;
}
.mitel-tabs {
  text-align: center;
}
.mitel-tabs .tab-pane {
  text-align: left;
}
.mitel-tabs .nav-tabs {
  margin: 10px 0;
  background: #FFF;
  border: 2px solid #00A1E0 !important;
  border-radius: 4px;
  height: 28px;
  display: inline-block;
}
.mitel-tabs .nav-tabs li {
  border: none !important;
  min-width: 150px;
}
.mitel-tabs .nav-tabs li a {
  margin: 0;
  padding: 4px 10px;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  color: #00A1E0 !important;
  font-size: 12px;
  text-shadow: none;
}
.mitel-tabs .nav-tabs li.active a {
  background: #00A1E0 !important;
  color: #FFF !important;
}
.history-tabs {
  display: inline-block;
}
.history-tabs .nav-tabs {
  margin: 3px 0px 0px 20px !important;
}
.history-tabs .nav-tabs li {
  min-width: 50px !important;
}
.nav-tabs {
  border-bottom: 2px solid #EAE7EF !important;
}
.nav-tabs li a {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #FFF;
  color: #00A1E0;
  border: none;
  border-right: 1px solid #FFF;
  padding: 7px 10px;
  text-shadow: 0 0 1px #FFF;
}
.nav-tabs li:hover a {
  background: #F5F5F6;
  color: #4CBDE9;
}
.nav-tabs li.active a {
  background: #EAE7EF !important;
  color: #00A1E0 !important;
}
.conversation-tabs > ul {
  overflow-x: hidden;
  height: 26px;
}
.conversation-tabs > .nav-tabs {
  border-bottom: 1px solid #ddd !important;
}
.conversation-tabs > .nav-tabs li a {
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  font-family: MuseoSans700;
  font-size: 12px;
  color: #7c868f;
  padding: 4px 15px 3px 15px;
  height: 25px;
}
.conversation-tabs > .nav-tabs li:hover a {
  background: #F5F5F6;
  color: #7c868f;
}
.conversation-tabs > .nav-tabs li.active a {
  background: white !important;
  color: #00A1E0 !important;
}
.ui-view-animate {
  position: relative;
}
.ui-view-animate.ng-enter,
.ui-view-animate.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ui-view-animate.ng-enter {
  opacity: 0;
}
.ui-view-animate.ng-enter-active {
  opacity: 1;
}
.ui-view-animate.ng-leave {
  opacity: 1;
}
.ui-view-animate.ng-leave-active {
  opacity: 0;
}
.app-launcher {
  text-align: center;
  margin-bottom: 0;
  width: 300px;
  z-index: 10000;
}
.app-launcher .icon-container {
  padding: 10px;
}
.app-launcher .icon-container div {
  padding: 20px 0;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 4px;
}
.app-launcher .icon-container div:hover {
  text-decoration: none;
  color: #15325F;
  background: #99D9F3;
  cursor: pointer;
}
.app-launcher .icon-container div:hover i {
  color: #15325F !important;
}
.app-launcher .icon-container div i {
  color: #00A1E0;
  display: block;
  margin-bottom: 15px;
}
.app-launcher .footer {
  padding: 12px 0;
  background: #f3f4f4;
}
.app-launcher .footer i {
  font-size: 25px;
  /* + sign looks shitty @ 24px */
  color: #15325F;
}
.app-launcher .footer a:hover i {
  color: #00A1E0;
}
.app-launcher-toggle:focus {
  outline: none !important;
}
.app-launcher-toggle .popover {
  z-index: 10010;
}
#screen {
  position: relative;
}
#remote-video {
  position: relative;
  width: 100%;
  border: 1px solid #CBCDD0;
  background: #F5F5F6;
}
#screen #local-video {
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 20%;
  z-index: 10;
}
.chat header {
  background: #43494B;
  border-top: 3px solid #263033;
  border-radius: 2px 2px 0 0;
  color: #ffffff;
  padding: 4px 10px;
}
.discussion {
  padding: 10px;
  margin: 0;
  background: #F5F5F6;
  border-left: 1px solid #CBCDD0;
  border-right: 1px solid #CBCDD0;
  height: 320px;
  overflow: auto;
}
.discussion li {
  display: flex;
  margin-bottom: 8px;
}
.discussion .avatar {
  width: 28px;
}
.discussion .avatar img {
  width: 100%;
  display: block;
  box-shadow: 1px 1px 3px #CBCDD0;
}
.discussion .message {
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 3px #CBCDD0;
  line-height: 14px;
}
.discussion .message time {
  font-size: 12px;
  color: #CBCDD0;
}
.discussion .self {
  justify-content: flex-end;
  align-items: flex-end;
}
.discussion .compose {
  border: 1px solid #CBCDD0 !important;
  border-radius: 0 !important;
}
.conversation-details-pane {
  color: #404141;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
#iframe-wrapper {
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #iframe-wrapper .content-column {
    margin-left: 15px;
  }
}
#iframe-chat,
#iframe-email,
#iframe-openmedia,
#iframe-sms {
  height: 99%;
  width: 100%;
  z-index: 0;
}
.account-code-tree {
  max-height: calc(100vh - 234px);
  width: calc(100%) !important;
  overflow-y: auto;
}
.account-code-tree-with-filter {
  max-height: calc(100vh - 274px);
  width: calc(100%) !important;
  overflow-y: auto;
}
.conversation-url-iframe {
  padding-top: 10px;
}
.conversation-item-header .conv-item {
  height: 74px;
}
/*.ai-conversation {
    float:left;
    width: 75%
}*/
.split,
.gutter.gutter-horizontal {
  float: left;
}
.gutter.gutter-horizontal {
  cursor: ew-resize;
  background-color: #eee;
  height: 10000px;
  width: 5px !important;
}
/* Dashboard header switcher and buttons */
/* this is needed to allow edit queue now modal to have horizontal scroll bar. */
.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}
.dashboard-switcher {
  text-align: center;
  font-family: MuseoSans700;
  border-radius: 4px;
}
.dashboard-switcher .dropdown {
  display: inline-block;
  height: 25px;
  z-index: 30;
}
.dashboard-switcher .dropdown-menu {
  min-width: 200px;
}
.dashboard-switcher a:focus,
.dashboard-switcher a:active {
  text-decoration: none;
  color: #00A1E0;
}
.dashboard-right-menu {
  position: absolute;
  top: -73px;
  right: 38px;
}
.dashboard-right-menu .btn {
  width: 30px;
}
.dashboard-right-menu i {
  font-size: 20px;
}
.dashboard-buttons,
.templates-creation-button {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
}
.dashboard-buttons a,
.templates-creation-button a,
.dashboard-buttons .btn,
.templates-creation-button .btn {
  padding: 0;
  margin-right: 5px;
  margin-top: 5px;
}
.dashboard-buttons i,
.templates-creation-button i {
  font-size: 24px;
}
.dashboard-title-edit-button {
  position: relative;
  right: 54px;
  padding: 0;
  margin: 5px 0px 0px 0px;
}
/* Minimap in dashboard edit dialog */
.minimap-wrap {
  padding: 15px;
}
.minimap-wrap .minimap {
  height: 80px;
  margin: 0 auto;
  border: 1px solid #E7EAEF;
  border-radius: 4px;
}
.minimap-wrap .minimap:hover {
  background: #F5F5F6;
}
.minimap-wrap .minimap .minimap-cell-wrap {
  padding: 3px;
}
.minimap-wrap .minimap .minimap-cell-wrap .minimap-cell {
  background: #E7EAEF;
  color: transparent;
  border-radius: 3px;
  transition: all 200ms ease;
  height: 20px;
}
.minimap-wrap .minimap .minimap-cell-wrap .minimap-cell.active {
  background: #00A1E0;
  border-color: #00A1E0;
}
.minimap-wrap .minimap:hover {
  cursor: pointer;
}
.minimap-wrap .minimap:hover .minimap-cell-wrap .minimap-cell {
  background: rgba(0, 161, 224, 0.5);
}
.minimap-wrap .minimap:hover .minimap-cell-wrap .minimap-cell.active {
  background: #00A1E0;
}
/* Dashboard and panel styles */
.dashboard-container {
  padding: 0 10px;
}
.dashboard-container .dashboard {
  margin-top: -10px;
}
.dashboard-container .dashboard.edit {
  margin-top: 10px;
  padding: 0 15px;
}
.dashboard-container .dashboard .column {
  padding: 5px;
}
.dashboard-container .dashboard .panel {
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px #ECEFF5;
  border-color: #DBDFE5;
}
.dashboard-container .dashboard .panel + .panel {
  margin-top: 10px;
}
.dashboard-container .dashboard .panel .panel-heading {
  padding: 4px 6px;
  background: #ECEFF3;
  margin: 1px 1px 0 1px;
  border-color: #FFF;
}
.dashboard-container .dashboard .panel .panel-heading .panel-title {
  font-family: MuseoSans500 !important;
  font-size: 12px;
  padding-top: 2px;
  color: #7C868F;
}
.dashboard-container .dashboard .panel .panel-heading .panel-title .pull-right a {
  outline: none !important;
}
.dashboard-container .dashboard .panel .panel-heading .panel-title .pull-right a i {
  color: #7C868F;
  font-size: 16px;
  margin-left: 8px;
  line-height: 12px;
  outline: none !important;
}
.dashboard-container .dashboard .panel .panel-heading .panel-title .pull-right a i.fa {
  font-size: 13px !important;
  top: -2px;
  position: relative;
}
.dashboard-container .dashboard .panel .panel-heading .panel-title .pull-right a:hover i {
  color: #00A1E0;
}
.dashboard-container .dashboard h3 {
  margin-top: 0 !important;
}
/* Queue widget */
.widget-queue-container {
  overflow-x: auto;
}
.widget-queue-container .widget-queue {
  min-width: 800px;
  overflow: hidden;
}
.widget-queue-container .widget-queue .alert {
  margin: 15px 5px;
}
.widget-queue-container .widget-queue .wrapper {
  position: relative;
  margin-top: 8px;
}
.widget-queue-container .widget-queue h4 {
  font-size: 20px;
}
.widget-queue-container .widget-queue .stat-value,
.widget-queue-container .widget-queue .stat-name {
  text-align: center;
}
.widget-queue-container .widget-queue .stat-value {
  padding: 4px 0 2px 0;
  font-size: 24px;
  font-family: MuseoSans700;
}
.widget-queue-container .widget-queue .stat-value .unit {
  font-size: 12px;
  font-family: MuseoSans500;
}
.widget-queue-container .widget-queue .stat-name {
  color: #7C868F;
  font-size: 12px;
}
@media (max-width: 767px) {
  .widget-queue-container .widget-queue .stat-value {
    font-size: 24px;
  }
  .widget-queue-container .widget-queue .stat-value .unit {
    font-size: 12px;
  }
}
.widget-queue-container .widget-queue .agent-states {
  margin: 5px -10px 0 -10px;
  border-top: 1px solid #E7EAEf;
  border-bottom: 1px solid #DBDFE5;
}
.widget-queue-container .widget-queue .agent-states > div {
  background: #F8F8F8;
  color: #7C868F;
  text-align: center;
  font-size: 11px;
  text-shadow: 1px 1px 0 #FFF;
  padding: 4px 2px;
}
.widget-queue-container .widget-queue .details-toggle {
  font-size: 14px;
  color: #00A1E0;
  cursor: pointer;
}
.widget-queue-container .widget-queue .details-popover {
  position: absolute;
  top: 20px;
  right: 2px;
  background: #FFF;
  border: 1px solid #E7EAEF;
  border-radius: 4px;
  z-index: 10;
  cursor: pointer;
  padding: 5px 10px;
}
.dashboard.edit .widget-queue .details-toggle {
  display: none;
}
/* Employee widget */
.dashboard.edit .widget-employee .acd-counts {
  visibility: hidden;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .col-md-4.column .durations .login-and-shift {
    float: none !important;
    display: block;
  }
  .col-md-4.column .last-name {
    display: none;
  }
}
.widget-employee {
  position: relative;
  padding: 0;
  overflow: no-display;
  margin: -10px;
}
.widget-employee .user-info {
  position: relative;
  line-height: 18px;
}
.widget-employee .user-info .acd-counts {
  overflow: visible;
  position: static;
  right: 5px;
  top: 5px;
  background: rgba(255, 255, 255, 0.9);
  color: #7C868F;
  border-radius: 3px;
  text-align: right;
  font-size: 13px;
  cursor: default;
}
.widget-employee .user-info .acd-counts span {
  margin-left: 7px;
}
.widget-employee .user-info .acd-counts i {
  position: relative;
  font-size: 16px;
  top: 1px;
}
.widget-employee .durations {
  background: #F8F8F8;
  color: #7C868F;
  margin: 5px -5px -15px -5px;
  padding: 3px 8px;
  clear: both;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #E7EAEf;
  text-shadow: 1px 1px 0 #FFF;
  font-size: 13px;
}
.widget-employee .durations .mkb,
.widget-employee .durations .dnd,
.widget-employee .durations .acd {
  margin-right: 8px;
}
/* Callback widget */
.widget-callback {
  margin: -15px;
}
.widget-callback .scroller {
  max-height: 315px;
}
.widget-callback .table {
  margin-bottom: 0;
}
.widget-callback .table th {
  cursor: pointer;
}
.widget-callback .table th,
.widget-callback .table td {
  font-size: 12px !important;
}
.widget-callback .action-button {
  padding: 0 5px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.widget-callback a.disabled {
  color: gray;
  pointer-events: none;
  cursor: default;
}
/* Endpoint widget */
.widget-endpoint .table {
  margin-bottom: 0;
}
.alarm-minor {
  font-size: 14px;
  background-color: yellow;
  color: grey;
}
.alarm-major {
  font-size: 15px;
  color: red;
  font-weight: bold;
}
.stats {
  font-size: 14px;
  color: grey;
}
.stats-title {
  font-size: 14px;
  color: #15325F;
}
/* Agent state widget */
.widget-agent-container {
  overflow-x: auto;
}
.widget-agent-container .widget-agent {
  overflow: auto;
  min-width: 800px;
}
.widget-agent-container .widget-agent .col-xs-2 {
  padding: 0;
}
.widget-agent-container .widget-agent .scroller {
  max-height: 300px;
}
.widget-agent-container .widget-agent .agent-tile {
  padding: 3px;
  line-height: 11px;
  position: relative;
  overflow: hidden;
  border-left: 2px solid white;
  min-height: 50px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #FFF;
}
.widget-agent-container .widget-agent .agent-tile:hover {
  background: #eaf7fe;
  border-radius: 4px;
}
.widget-agent-container .widget-agent .agent-tile .reporting,
.widget-agent-container .widget-agent .agent-tile .state,
.widget-agent-container .widget-agent .agent-tile .reason {
  font-size: 11px;
}
.widget-agent-container .widget-agent .agent-tile .icon-and-time {
  float: left;
  min-width: 47px;
  text-align: center;
}
.widget-agent-container .widget-agent .agent-tile .icon-and-time .state-icon {
  font-size: 28px;
  text-shadow: 1px 1px 0 #FFF !important;
}
.widget-agent-container .widget-agent .agent-tile .icon-and-time .time-in-state {
  font-size: 10px;
}
.widget-agent-container .widget-agent .agent-tile .name-and-state {
  position: absolute;
  line-height: 12px;
  white-space: nowrap;
  top: 6px;
  left: 55px;
}
.widget-agent-container .widget-agent .agent-tile .name-and-state .name {
  color: #00A1E0;
  font-family: MuseoSans500;
  font-size: 12px;
}
.dashboard.edit .widget-agent .everyone {
  display: none;
}
/* Popover for phone and directory browser */
.instructions {
  text-align: center;
  color: #7C868F;
  margin-top: 50px;
}
.instructions i {
  font-size: 100px;
  color: #DDD;
}
.instructions .message {
  padding: 0 50px 0 50px;
  font-size: 16px;
  font-family: MuseoSans300;
}
.directory-users {
  position: relative;
  overflow: hidden;
}
.directory-users .transfer-modal-list-contents {
  max-height: calc(100vh - 301px);
  height: initial !important;
}
.directory-users .list-contents {
  margin: 10px 0 0 0;
  overflow: auto;
  max-height: 280px;
}
.directory-users .list-contents .item {
  padding: 2px 5px;
  line-height: 18px;
  position: relative;
  border: none;
}
.directory-users .list-contents .item-hover {
  cursor: pointer;
}
.directory-users .header-contents {
  margin: 15px 17px 0 5px;
}
.directory-users .header-contents .item {
  padding: 2px 5px;
  line-height: 18px;
  position: relative;
}
.directory-users .header-contents .item-hover {
  cursor: pointer;
}
/* MiCollab voice widget thingy */
.active-voice-conversations-container {
  width: 310px;
}
.active-voice-conversations-container .active-voice-conversation {
  padding: 0 5px 5px 15px;
}
.active-voice-conversations-container .active-voice-conversation .avatar {
  margin: 5px 10px 0 -8px;
}
.active-voice-conversations-container .active-voice-conversation .active-voice-conversation-details {
  position: relative;
  top: 10px;
}
.active-voice-conversations-container .active-voice-conversation .active-voice-conversation-details .active-voice-conversation-name {
  color: #15325f;
}
.active-voice-conversations-container .active-voice-conversation .active-voice-conversation-details .active-voice-conversation-address {
  font-size: 12px;
  color: #7C868F;
}
.active-voice-conversations-container .active-voice-conversation .active-voice-conversation-details .active-voice-conversation-time {
  font-size: 12px;
  color: #00A1E0;
  position: absolute;
  top: 2px;
  right: 5px;
}
.active-voice-conversations-container .voice-actions .btn {
  border-bottom: none;
  color: #15325f;
  text-shadow: none;
}
.active-voice-conversations-container .voice-actions .btn.active {
  color: #00A1E0;
  background: #E6E6E6;
}
.active-voice-conversations-container .voice-actions .hangup {
  height: 32px;
  border-bottom: none;
}
.active-voice-conversations-container .voice-actions .hangup i {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  color: #FFF;
  font-size: 22px;
}
.active-voice-conversations-container .voice-actions .answer {
  height: 32px;
  border-bottom: none;
}
.active-voice-conversations-container .voice-actions .answer i {
  color: #FFF;
  font-size: 20px;
}
.directory-users .add-contact-button {
  display: inline-block;
  background: #00A1E0;
  color: #FFF;
  margin: 0 2px;
  padding: 3px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  border: 2px solid #FFF;
  vertical-align: top;
}
.directory-users .add-contact-button a {
  color: #FFF;
}
.directory-users .add-contact-button i {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  left: 3px;
  top: 3px;
}
.directory-users .add-contact-button:hover {
  background: #006A93;
  cursor: pointer;
  color: #FFF;
}
.directory-users .add-contact-button .import {
  font-size: 1.15em;
  left: 6px;
  top: 5px;
}
.directory-users .import-contact-button {
  position: absolute;
  top: 10px;
  right: 0px;
}
.directory-users .import-contact-button i {
  font-size: 20px;
}
.directory-users .directory-filters {
  margin: 5px 0px 0px 0px;
  width: 100%;
  text-align: center;
}
.user .contact-details {
  visibility: visible;
  opacity: 1;
  position: relative;
  padding: 5px 0 0 0;
  font-size: 12px;
}
.user .contact-details .dial-as {
  font-size: 11px;
}
.user .contact-details ul {
  margin: 0;
  padding: 8px 4px;
}
.user .contact-details span {
  padding: 15px;
}
.user .disabledUser {
  opacity: 0.4;
  cursor: not-allowed;
}
.user .notAllowed {
  cursor: not-allowed;
}
.user .disabled-cursor-icon[disabled] {
  opacity: 0.4;
}
.user .disabled-cursor-icon[disabled] i {
  cursor: not-allowed;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 5px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mergeContacts div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0px 5px 7px !important;
}
.mergeContacts a {
  cursor: pointer;
}
.mergeContacts .row {
  border-bottom: 1px solid #ddd;
  vertical-align: central;
}
.mergeContacts .head {
  border-color: #00A1E0;
  font-weight: normal;
  font-family: MuseoSans700;
}
.flyout-buttons-trigger {
  cursor: pointer;
}
.avatar-flyout-buttons,
.score-avatar-flyout-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -webkit-transition: 200ms;
  transition: 300ms linear;
}
.avatar-flyout-buttons:hover,
.score-avatar-flyout-buttons:hover {
  visibility: visible;
  opacity: 1;
}
.avatar-flyout-buttons ul,
.score-avatar-flyout-buttons ul {
  list-style: none;
  padding: 8px;
}
.avatar-flyout-buttons li,
.score-avatar-flyout-buttons li,
.avatar-flyout-buttons .btn,
.score-avatar-flyout-buttons .btn {
  float: left;
  background: #00A1E0;
  margin: 0 2px;
  padding: 6px;
  width: 36px;
  height: 36px;
  color: #FFF;
  border-radius: 100px;
  border: 2px solid #FFF;
  position: relative;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -webkit-transition: 200ms;
  transition: 300ms linear;
}
.avatar-flyout-buttons li a,
.score-avatar-flyout-buttons li a,
.avatar-flyout-buttons .btn a,
.score-avatar-flyout-buttons .btn a {
  color: #FFF;
}
.avatar-flyout-buttons li:hover,
.score-avatar-flyout-buttons li:hover,
.avatar-flyout-buttons .btn:hover,
.score-avatar-flyout-buttons .btn:hover {
  background: #006A93;
  cursor: pointer;
}
.avatar-flyout-buttons li i,
.score-avatar-flyout-buttons li i,
.avatar-flyout-buttons .btn i,
.score-avatar-flyout-buttons .btn i {
  font-size: 20px;
  font-weight: normal;
}
.avatar-flyout-buttons .btn-dissociate-queue,
.score-avatar-flyout-buttons .btn-dissociate-queue {
  margin: 8px 2px;
}
.avatar-flyout-buttons .btn.multi-option,
.score-avatar-flyout-buttons .btn.multi-option {
  padding: 6px 0;
}
.avatar-flyout-buttons .btn.multi-option .tooltip-container,
.score-avatar-flyout-buttons .btn.multi-option .tooltip-container {
  margin-top: -8px;
  padding-top: 8px;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 100px;
}
.avatar-flyout-buttons .btn.multi-option:hover,
.score-avatar-flyout-buttons .btn.multi-option:hover {
  background: #006A93;
  min-width: 36px;
  width: auto;
}
.avatar-flyout-buttons .btn.multi-option .multi-option-button,
.score-avatar-flyout-buttons .btn.multi-option .multi-option-button {
  margin: -6px 0;
  padding: 8px 15px;
  display: inline-block;
  background: #00A1E0;
}
.avatar-flyout-buttons .btn.multi-option .multi-option-button:hover,
.score-avatar-flyout-buttons .btn.multi-option .multi-option-button:hover {
  background: #006A93;
}
.avatar-flyout-buttons .btn.multi-option .multi-option-button:first-child,
.score-avatar-flyout-buttons .btn.multi-option .multi-option-button:first-child {
  border-radius: 100px 4px 4px 100px;
}
.avatar-flyout-buttons .btn.multi-option .multi-option-button:last-child,
.score-avatar-flyout-buttons .btn.multi-option .multi-option-button:last-child {
  border-radius: 4px 100px 100px 4px;
}
.score-avatar-flyout-buttons {
  top: 15px;
}
.transfer-type-flyout-buttons {
  visibility: hidden;
  opacity: 0;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -webkit-transition: 200ms;
  transition: 300ms linear;
}
.pending-button {
  opacity: 0.5;
  cursor: default !important;
  background: #00A1E0 !important;
}
.fa-reply,
.fa-reply-all {
  font-size: 15px !important;
  vertical-align: bottom;
}
.inbox-stats-container {
  cursor: default;
  float: right;
  margin-top: 10px;
  font-size: 12px;
  position: absolute;
  top: 51px;
  right: 10px;
  background: white;
  z-index: 10;
}
.inbox-stats-container .menu-selector {
  color: #00A1E0;
  padding-bottom: 0;
  top: -2px;
}
.inbox-stats-container .menu-selector i {
  font-size: 18px;
}
.inbox-stats-container .inbox-stats-item {
  margin: 5px;
  position: relative;
  color: rgba(124, 134, 143, 0.75);
  font-family: MuseoSans700;
}
.inbox-stats-container .inbox-stats-item i {
  position: relative;
  font-size: 20px;
  top: 4px;
}
.modal-intro {
  display: table !important;
  height: 100%;
  width: 100%;
}
.modal-intro .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
.modal-intro .modal-content {
  width: inherit;
  height: 650px;
  margin: 0 auto;
  pointer-events: all;
  border-radius: 4px !important;
  position: relative;
}
.modal-intro .modal-content .modal-header {
  border-radius: 4px 4px 0 0;
}
.modal-intro .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.modal-intro .modal-content .modal-footer .skip {
  position: absolute;
  left: 15px;
}
.modal-intro .step-area-link {
  text-align: left;
  display: block;
}
.modal-intro .step-title {
  margin-top: 10px;
}
.modal-intro .step-image-container {
  text-align: center;
  height: 355px;
}
.modal-intro .step-image {
  border: 1px solid #D7DAE0;
  border-radius: 4px;
  max-width: 400px;
}
.modal-intro .step-image i {
  color: #00A1E0;
  font-size: 48px;
}
.modal-intro .step-indicator {
  text-align: center;
  padding: 10px 0;
  color: #cbd0d8;
}
.modal-intro .step-indicator i {
  padding: 5px;
  cursor: pointer;
}
.modal-intro .step-indicator i.active {
  color: #00A1E0;
}
/* Bar graph for queue service level intervals */
.bar {
  width: 5px;
  margin: 1px;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #c5ccd4;
  background-color: #dbe1e8;
  vertical-align: baseline;
}
.bar:hover {
  cursor: pointer;
  background: #c5ccd4;
}
.bar.warning {
  border-color: #d84141;
  background: #ffb8b8;
}
.bar.warning:hover {
  background: #d84141;
}
/*** Loading page */
.loading-indicator {
  text-align: center;
  padding-top: 200px;
}
.loading-indicator .loading-text {
  color: #15325F;
  font-family: MuseoSans300;
  font-size: 28px;
  margin-top: 20px;
}
.loading-indicator .loading-icon {
  margin: 0 auto;
}
.loading-indicator .loading-icon div {
  color: #00A1E0;
}
.loading-indicator-absolute {
  position: absolute;
  top: 85%;
  left: 50%;
  padding-top: 0px !important;
  z-index: 999;
}
/*** Options page profile pic */
@media (max-width: 768px) {
  .profile-photo-preview {
    z-index: 1000 !important;
  }
}
.profile-photo-preview {
  /*border-radius: 500px;*/
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  padding: 2px;
  border: 1px solid #eee;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 7px;
  background: #F5F5F6;
  border-radius: 4px;
}
.profile-photo-preview img {
  position: absolute;
  top: 2px;
  width: 114px;
  height: 114px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.profile-photo-preview:hover {
  cursor: pointer;
}
/*** Some other stuff...? */
/* Wrapper for perfect scrollbar plugin */
.scroller {
  white-space: pre-line;
  overflow-y: hidden !important;
  position: relative;
}
/* Drag to upload drop area */
.drop-area-image-upload {
  background: #F5F5F6;
  border: 1px solid #EEE ;
  width: 200px;
  height: 200px;
  text-align: center;
  padding: 60px 40px 40px 40px;
  color: #00A1E0;
  cursor: pointer;
}
/* Browser warning 'angular-check-ie' */
.outdated {
  font-family: MuseoSans700;
  color: orange;
}
/* Connection overlay */
.overlay {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
  border-top: 1px solid #222;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  font-size: 18px;
  height: 100px;
  text-align: center;
}
.overlay-text {
  margin-top: 10px;
}
.spacer {
  height: 40%;
}
.save-indicator {
  margin: 0 10px;
  font-family: MuseoSans700;
}
.filter-search button {
  outline: none !important;
}
.filter-search .all-button.btn-link.active {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.filter-search .btn-link.active {
  color: #006a93 !important;
}
.filter-search .btn-link:focus {
  color: #00A1E1;
}
.filter-search div:not(:last-child) button {
  border-radius: 0px !important;
}
.filter-search div:last-child button {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.hide-element {
  display: none !important;
}
.show-element {
  display: inline !important;
}
.conversation-url-select .mdg-dropdown {
  max-width: 75%;
}
.clip-from {
  padding-bottom: 10px;
}
.clip-from-body {
  max-height: calc(100vh - 174px);
  overflow: auto;
}
.contact-search-body {
  max-height: calc(100vh - 115px);
  overflow: auto;
}
.opacity-disabled {
  opacity: 0.3 !important;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  background-color: #00A1E0;
  opacity: 0.3;
}
input:disabled.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  background-color: #E7EAEF !important;
  opacity: 1 !important;
}
input.switch:empty ~ label:after {
  background-color: #fff !important;
}
input.switch:checked ~ label:before {
  background-color: #00A1E0 !important;
  opacity: 1;
}
.options-customization-dropdown .dropdown-selected-text {
  min-width: 120px;
  text-align: center;
}
.dialpad .close-button {
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  outline: none;
  font-size: smaller;
}
.dialpad .dialpad-model-body {
  padding: 7px 15px 15px 15px;
}
.dialpad .dialpad-model-body .dialpad-inputbox {
  text-align: center;
  font-size: 18px;
  background-color: #F5F5F6;
  opacity: 1;
}
.dialpad .dialpad-model-body .dialpadDigits {
  margin-left: 20px;
}
.dialpad .dialpad-model-body .dialpadDigits .button {
  display: inline-block;
  background: #00A1E0;
  color: #FFF;
  margin: 0 2px;
  padding: 3px;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  border: 2px solid #FFF;
  vertical-align: top;
}
.dialpad .dialpad-model-body .dialpadDigits .button a {
  color: #FFF;
}
.dialpad .dialpad-model-body .dialpadDigits .button .singleDigit {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  left: 17px;
  top: 8px;
}
.dialpad .dialpad-model-body .dialpadDigits .button .digits {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  left: 17px;
  top: 4px;
}
.dialpad .dialpad-model-body .dialpadDigits .button .alphabets {
  font-size: 9px;
  font-weight: 500;
  position: relative;
  left: 14px;
  top: 1px;
}
.dialpad .dialpad-model-body .dialpadDigits .button .fourAlphabets {
  font-size: 9px;
  font-weight: 500;
  position: relative;
  left: 10px;
  top: 1px;
}
.dialpad .dialpad-model-body .dialpadDigits .button .asterikDigit {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  left: 18px;
  top: 12px;
}
.dialpad .dialpad-model-body .dialpadDigits .button .poundDigit {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  left: 16px;
  top: 10px;
}
.dialpad .dialpad-model-body .dialpadDigits .button:hover {
  background: #006A93;
  cursor: pointer;
  color: #FFF;
}
.agent-greeting-overlay {
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.agent-greeting-overlay .loading-text {
  color: #00A1E0;
  font-family: MuseoSans300;
  font-size: 28px;
  margin-top: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input.ng-invalid {
  border: solid 1px red;
}
.invalid {
  border: solid 1px red;
}
.alarm-gray {
  color: gray;
}
.alarm-sub {
  color: gray;
  font-size: 12px;
  padding-bottom: 3px;
}
.alarm-textarea {
  padding: 5px;
  width: 100%;
  height: 41px;
  resize: none;
  font-size: 11px;
  color: gray;
  border: 1px solid lightgray;
  background-color: #F8F8F8;
}
.ui-notification.info {
  border-radius: 4px !important;
  background: #00b4fa !important;
  border: 1px solid #2ec5ff !important;
  box-shadow: 0 2px 0 #007dad !important;
}
.ui-notification.info h3 {
  border: none;
  font-family: MuseoSans500 !important;
  color: #FFF;
  font-size: 17px;
  margin-bottom: -5px;
  font-weight: normal !important;
}
.ui-notification.info .message {
  color: #FFF;
  font-family: MuseoSans300 !important;
}
.ui-notification.error {
  border-radius: 4px !important;
  background: #ef343b !important;
  border: 1px solid #f36368 !important;
  box-shadow: 0 2px 0 #c61017 !important;
  text-shadow: 1px 1px 0 #c61017;
}
.ui-notification.success {
  border-radius: 4px !important;
  background: #48bc53 !important;
  border: 1px solid #6eca76 !important;
  box-shadow: 0 2px 0 #318739 !important;
  text-shadow: 1px 1px 0 #318739;
}
.ui-notification.success .icon {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-right: 5px;
}
.ui-notification.custom-template {
  background: #FFF;
  overflow: hidden;
  width: 430px;
  border-radius: 4px;
  box-shadow: 0 2px 0 #DDD;
  min-height: 66px;
  border: 1px solid #DDD !important;
  padding-right: 115px;
}
.ui-notification.custom-template:hover {
  background: #FFF;
  opacity: 1;
  border: 1px solid #CCC !important;
  box-shadow: 0 2px 0 #CCC;
}
.ui-notification.custom-template .close-button {
  width: 20px;
  height: 20px;
  color: #BBB;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 3px;
  border-radius: 100px;
}
.ui-notification.custom-template .close-button:hover {
  background: #CCC;
  color: #FFF;
}
.ui-notification.custom-template .conv-item:hover {
  background: #FFF;
}
.ui-notification.custom-template .conv-item-text > div,
.ui-notification.custom-template .conv-item-text > h4 {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-notification.custom-template .supplemental-details {
  color: #999;
  margin-left: 75px;
  margin-right: 25px;
  margin-top: 10px;
  clear: both;
  width: 330px;
}
.ui-notification.custom-template .supplemental-details table {
  margin: 0 !important;
  table-layout: fixed;
}
.ui-notification.custom-template .supplemental-details table thead {
  display: none;
}
.ui-notification.custom-template .supplemental-details table tr {
  border-top: 1px solid #EEE;
}
.ui-notification.custom-template .supplemental-details table td:first-child {
  border: none;
  font-size: 12px;
  width: 40%;
  word-wrap: break-word;
  font-weight: bold;
  padding-right: 10px;
}
.ui-notification.custom-template .supplemental-details table td {
  border: none;
  padding: 2px 0;
  font-size: 12px;
  width: 60%;
  word-wrap: break-word;
}
.ui-notification.custom-template .action-buttons {
  position: absolute;
  right: 25px;
  top: 0;
  height: 40px;
  padding: 15px 10px 0 0;
  padding-left: 10px;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
.ui-notification.custom-template .action-buttons .btn {
  border: none;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-left: 2px;
}
.advanced-search {
  padding-right: 15px;
}
.advanced-search .input-search {
  float: left;
}
.advanced-search .input-search input[type="search"] {
  padding-right: 70px;
  width: 320px;
}
.advanced-search .less-right-padding input[type="search"] {
  padding-right: 15px;
}
.advanced-search .advanced-search-button {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  cursor: pointer;
}
.advanced-search .advanced-search-button i {
  font-size: 16px;
}
.advanced-search .clear-button {
  /*outline: none;*/
  position: absolute;
  right: 30px;
  top: 0;
  padding: 10px 15px;
  cursor: pointer;
}
.advanced-search .clear-button i {
  font-size: 16px;
}
.advanced-search-filter {
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  vertical-align: bottom;
}
.use-smaller-height.advanced-search-list {
  max-height: calc(100vh - 350px) !important;
}
.advanced-search-modal .advanced-search-list {
  width: initial;
  max-height: calc(100vh - 56px);
}
.advanced-search-list {
  max-height: calc(100vh - 200px);
  overflow: auto;
  width: 360px;
}
.advanced-search-list advanced-search-button-group {
  display: block;
}
.advanced-search-list span {
  font-size: 12px;
}
.advanced-search-list .checkbox-group {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.advanced-search-list .checkbox-group input {
  position: relative;
  top: 2px;
}
.advanced-search-list .filter-title {
  display: inline-block;
  text-align: left;
  overflow-x: hidden;
  width: 344px;
  margin-bottom: -10px;
  margin-left: 10px;
  margin-top: 10px;
  font-family: "MuseoSans700", Helvetica, sans-serif !important;
  font-size: 12px;
}
.advanced-search-list .half-width-filter-title {
  display: inline-block;
  text-align: left;
  overflow-x: hidden;
  width: 165px;
  margin-bottom: -10px;
  margin-left: 10px;
  margin-top: 10px;
  font-family: "MuseoSans700", Helvetica, sans-serif !important;
  font-size: 12px;
}
.advanced-search-list .advanced-search-button {
  display: inline-block;
}
.advanced-search-list .filter-search,
.advanced-search-list .advanced-search-button,
.advanced-search-list .advanced-search-dropdown,
.advanced-search-list .date-input,
.advanced-search-list .time-in-state-input {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.advanced-search-list .advanced-search-dropdown {
  display: block;
}
.advanced-search-list .time-in-state-input,
.advanced-search-list .date-range-title,
.advanced-search-list .date-range-dropdown,
.advanced-search-list .time-in-state-unit-dropdown {
  display: inline-block;
}
.advanced-search-list .date-input {
  width: 330px;
}
.advanced-search-list .date-input input {
  width: 114px;
}
.advanced-search-list .date-input .moment-picker {
  float: left;
  width: 148px;
  display: inline-block !important;
}
.advanced-search-list .date-input .moment-picker .moment-picker-container {
  top: 100% !important;
  bottom: initial !important;
  margin-top: 4px !important;
  margin-bottom: initial !important;
}
.advanced-search-list .date-input .date-range {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.advanced-search-list .time-in-state-input {
  width: 150px;
}
.advanced-search-list .time-in-state-error,
.advanced-search-list .likes-greater-than-error,
.advanced-search-list .reuses-greater-than-error {
  margin-left: 10px;
}
.advanced-search-list .date-range-title {
  margin-right: 5px;
}
.advanced-search-list .employee-search,
.advanced-search-list .queue-search {
  position: relative;
}
.advanced-search-list .employee-search ul,
.advanced-search-list .queue-search ul {
  left: 0px;
  top: 38px;
}
.advanced-search-list .employee-search .checkbox-group,
.advanced-search-list .queue-search .checkbox-group {
  margin-left: 5px;
  margin-top: 0px;
}
.advanced-search-container {
  margin-bottom: 10px;
}
.advanced-search-container conversation-advanced-search {
  width: 320px;
  margin-right: 15px;
}
.list-grid-view-tabs {
  display: inline-block;
}
.list-grid-view-tabs ul {
  margin-top: 0px !important;
  margin-bottom: 2px !important;
}
.list-grid-view-tabs li {
  min-width: 50px !important;
}
/* Presence colours */
.presence-Available,
.presence-Idle {
  color: #3FAC49 !important;
}
.presence-Away,
.presence-LoggedInNotPresent,
.presence-Busy,
.presence-MakeBusy,
.presence-SystemMakeBusy,
.presence-WorkTimer {
  color: #F8CA00 !important;
}
.reason-Acd,
.reason-AcdHold,
.reason-Incoming,
.reason-Overloaded {
  color: #ED1C24 !important;
}
.presence-NonAcd,
.presence-Outbound,
.reason-NonAcd,
.reason-NonAcdHold,
.reason-Outbound,
.reason-OutboundHold {
  color: #00A1E0 !important;
}
.presence-Acd,
.presence-AcdHold,
.presence-Incoming,
.presence-DoNotDisturb,
.presence-Incoming {
  color: #ED1C24 !important;
}
.presence-Offline,
.presence-LoggedOut,
.presence-Unknown {
  color: #BCC7CF !important;
}
.state-acd,
.state-acdhold,
.state-incoming,
.state-donotdisturb {
  color: #ED1C24;
}
.state-makebusy,
.state-systemmakebusy,
.state-worktimer,
.state-loggedinnotpresent {
  color: #F8CA00;
}
.state-idle {
  color: #3FAC49;
}
.state-nonacd,
.state-nonacdhold,
.state-outboundhold,
.state-outbound {
  color: #0081B3;
}
.state-unknown,
.state-loggedout {
  color: #BCC7CF;
}
.user {
  overflow: hidden;
  position: relative;
}
.user .avatar-container .avatar {
  margin-right: 10px;
  cursor: pointer;
}
.user .user-contact {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 330px;
}
.user .name-and-state {
  padding-top: 9px;
  line-height: 16px;
  opacity: 1;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -webkit-transition: 200ms;
  transition: 300ms linear;
}
.user .name-and-state .name {
  color: #15325f;
}
.user .name-and-state .name-external {
  color: #15325f;
  line-height: 32px;
}
.user .name-and-state .light,
.user .name-and-state .superlight {
  font-size: 12px;
}
.modal-header .user {
  display: block;
  overflow: auto;
  cursor: default;
  padding-left: 1px;
  color: #FFF;
}
.modal-header .user .name {
  color: #FFF;
}
.modal-header .user .light {
  color: rgba(255, 255, 255, 0.7);
  font-family: MuseoSans300;
}
.user .flyout-buttons-trigger .avatar-flyout-buttons {
  top: 0;
  margin-left: 40px;
  padding-left: 5px;
}
.user .flyout-buttons-trigger:hover ~ .name-and-state,
.user .flyout-buttons-trigger:hover > .name-and-state {
  opacity: 0;
}
.user .transfer {
  padding: 10px 15px;
}
.user .transfer:focus {
  background: none !important;
}
.user .transfer .avatar,
.user .transfer.flyout-buttons-trigger {
  cursor: default;
}
.user .transfer .avatar-flyout-buttons {
  top: 8px;
  margin-left: 55px;
}
.user .merge-contact-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 550px;
}
.avatar .presence,
.contact-details-phone-avatar .presence,
.contact-phone-avatar .presence {
  font-size: inherit !important;
  color: #D1D3D4;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  background: #FFF;
  border: 1px solid #FFF !important;
  text-shadow: none !important;
}
.contact-details-phone-avatar .presence {
  position: relative !important;
  right: -18px;
  bottom: 10px;
}
.contact-phone-avatar .presence {
  position: relative !important;
  right: 5px;
  bottom: -7px;
}
.disabled-cursor-icon[disabled] i {
  cursor: not-allowed;
}
.avatar {
  position: relative;
}
.avatar .avatar-initials {
  background: #E7EAEF !important;
  border: 2px solid #FFF;
  color: #15325F;
}
.avatar .avatar-initials .initials-text {
  padding-top: 14px;
  font-size: 20px;
  line-height: 17px;
  font-family: MuseoSans500;
  text-align: center;
}
.avatar .avatar-image {
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
.avatar img:not(.avatar-image-light) {
  padding: 2px;
}
.avatar .avatar-image-light {
  border: 2px solid #FFF;
  background: #fff;
}
.avatar .media {
  color: #00A1E0;
  position: absolute;
  bottom: -2px;
  right: 0;
  border-radius: 4px;
  background: #FFF;
  text-shadow: none;
  font-size: 18px;
  z-index: 2;
}
.avatar-lg {
  position: relative;
}
.avatar-lg .presence {
  font-size: inherit !important;
  color: #D1D3D4;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  background: #FFF;
  border: 1px solid #FFF !important;
  text-shadow: none !important;
}
.avatar-lg .avatar-initials {
  background: #E7EAEF !important;
  border: 2px solid #FFF;
  color: #15325F;
}
.avatar-lg .avatar-initials .initials-text {
  padding-top: 14px;
  font-size: 20px;
  line-height: 17px;
  font-family: MuseoSans500;
  text-align: center;
}
.avatar-lg .avatar-image {
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
.avatar-lg img:not(.avatar-image-light) {
  padding: 2px;
}
.avatar-lg .avatar-image-light {
  border: 2px solid #FFF;
  background: #fff;
}
.avatar-lg .media {
  color: #00A1E0;
  position: absolute;
  bottom: -2px;
  right: 0;
  border-radius: 4px;
  background: #FFF;
  text-shadow: none;
  font-size: 18px;
  z-index: 2;
}
.avatar-lg .avatar-initials .initials-text {
  padding-top: 16px;
}
.avatar-lg .avatar-image {
  width: 54px;
  height: 54px;
}
.avatar-lg .presence {
  font-size: 18px;
}
.score {
  position: relative;
}
.score .score-text-container {
  background: #E7EAEF;
  border: 2px solid #FFF;
  color: #15325F;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
.score .score-text-container .score-text {
  padding-top: 14px;
  font-size: 18px;
  line-height: 17px;
  font-family: MuseoSans500;
  text-align: center;
}
.score .score-text-container-light {
  background: white;
  border: 2px solid #AFB1B5;
}
.score .media {
  color: #00A1E0;
  position: absolute;
  bottom: -2px;
  right: 0;
  border-radius: 4px;
  background: #FFF;
  text-shadow: none;
  font-size: 18px;
  z-index: 2;
}
.inbox-width-control {
  position: absolute;
  float: left;
  margin-top: 8px;
  top: 0px;
  z-index: 10;
}
.inbox-width-control .compact {
  left: 75px;
}
.inbox-width-control .expanded {
  left: 195px;
}
.inbox-width-control .adjust-width {
  font-size: 18px;
  color: #15325F;
  display: inline-block;
  padding-right: 10px;
}
.parent-width-control {
  position: relative;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.child-width-control-one {
  padding-top: 15px;
  display: inline-block;
  z-index: 1;
}
.child-width-control-one .child-width-content {
  padding-right: 15px;
}
.child-width-control-two {
  right: 0;
  top: 0;
  height: 100%;
  float: right;
}
.ui-resizable-e {
  cursor: ew-resize !important;
  width: 3px;
  border-left: 3px solid #E7EDF3;
}
.child-height-control-one {
  z-index: 1;
}
.child-height-control-two {
  padding-top: 12px;
  z-index: 1;
}
.ui-resizable-s {
  cursor: ns-resize !important;
  height: 3px;
  border-top: 3px solid #E7EDF3;
  bottom: 0 !important;
}
.ui-resizable-handle {
  display: initial !important;
}
.ui-resizable-disabled > .ui-resizable-handle {
  display: none !important;
}
.conversation-details {
  height: inherit;
  width: inherit;
}
.conversation-details .details {
  display: block;
  float: left;
  width: 99%;
  height: calc(100% - 33px);
  overflow-y: auto;
  word-break: break-word;
}
.conversation-details-pane .details {
  width: 100%;
}
.conversation-details-table {
  border: none !important;
  table-layout: fixed;
  margin-bottom: 5px;
}
.conversation-details-table tbody {
  border: none !important;
}
.conversation-details-table td,
.conversation-details-table th {
  width: 50%;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none !important;
  line-height: 1.0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.conversation-details-table th {
  white-space: nowrap;
}
.supplemental-details {
  table-layout: fixed;
}
.supplemental-details tbody {
  border: none !important;
}
.supplemental-details td {
  width: 50%;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supplemental-details-link {
  color: #00A1E0 !important;
}
.suggestions {
  overflow-y: hidden !important;
}
.width-100 {
  width: 100% !important;
}
.width-0 {
  width: 0px !important;
}
.ui-autocomplete {
  max-height: calc(100vh - 135px);
  width: calc(100%) !important;
}
.reply-template-tree {
  max-height: calc(100vh - 143px);
  width: calc(100%) !important;
}
.mce-edit-area {
  border-width: 0px !important;
}
.email-error-text {
  color: #15325F;
  font-family: MuseoSans300;
  font-size: 28px;
  text-align: center;
  padding-top: 200px;
}
.email-preview .email-preview-to {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.email-preview .print-button {
  font-size: 24px;
  float: right;
  padding: 0px 0px 0px 5px;
  height: 30px;
}
.email-preview .print-button:active {
  background: transparent;
}
.email-preview .popularity-button {
  font-size: 21px;
  float: right;
  padding: 0px 0px 0px 5px;
  height: 30px;
}
.email-preview .popularity-button:active {
  background: transparent;
}
.email-preview .attachments-container {
  border-top: 1px dashed #c8c8c8;
  border-bottom: 1px dashed #c8c8c8;
  padding: 2px;
  margin-bottom: 7px;
  max-height: 54px;
  overflow-y: auto;
}
.email-preview .attachments-container .attachment-item {
  background-color: transparent;
  line-height: 0.9em;
  font-size: 12px;
  float: left;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  font-weight: 600;
  padding: 7px;
  width: auto;
}
.email-preview .attachments-container .attachment-item:hover {
  background-color: #d7f0fd !important;
}
.email-preview .email-body {
  width: 100%;
  overflow-y: auto;
}
.email-reply {
  position: relative;
}
.email-reply .email-attachment {
  border-style: dashed;
  border-width: 1px;
  border-color: transparent;
}
.email-reply .email-attachment-dragover {
  border-color: #00A1E0;
}
.email-reply .email-headers {
  margin: 2px 2px -2px 2px;
}
.email-reply .email-headers td {
  position: relative;
}
.email-reply .email-headers .headers-collapsed {
  display: none;
}
.email-reply .email-sending {
  opacity: 1.00;
  z-index: -1;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: opacity 500ms linear;
  display: block;
}
.email-reply .email-sending.show-email-sending {
  opacity: 1;
  z-index: 11;
}
.email-reply .email-sending .loading-indicator {
  padding-top: 0px;
  margin: auto;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
}
.email-reply .email-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=30);
  background: #aaa;
  z-index: -1;
  transition: opacity 500ms linear;
  display: block;
}
.email-reply .email-overlay.show-email-overlay {
  opacity: 0.3;
  z-index: 10;
}
.email-reply .email-property-button {
  width: 1%;
  padding-right: 15px;
}
.email-reply .email-property {
  margin-bottom: 5px;
}
.email-reply .email-property-input {
  margin-bottom: 5px;
  height: 30px;
}
.email-reply .email-from-input {
  color: #CCCDCE;
}
.email-reply .email-input-padding {
  padding-right: 40px;
}
.email-reply .attachments-container {
  position: relative;
}
.email-reply .attachments-container .attachment-items-container {
  width: calc(100% - 30px);
  overflow-y: auto;
  border-top: 1px dashed #c8c8c8;
  border-bottom: 1px dashed #c8c8c8;
  padding: 2px;
  margin-bottom: 3px;
  max-height: 54px;
  float: left;
}
.email-reply .attachments-container .attachment-item-container {
  float: left;
}
.email-reply .attachments-container .attachment-item-container:hover {
  background-color: #d7f0fd !important;
}
.email-reply .attachments-container .attachment-item {
  background-color: transparent;
  line-height: 0.9em;
  font-size: 12px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  font-weight: 600;
  padding: 7px 0px 7px 20px;
  width: auto;
  background: url('../assets/img/tinymce/Attachment.png') no-repeat;
  background-position-y: 4px;
}
.email-reply .attachments-container .attachment-item-remove {
  background-color: transparent;
  font-weight: bold;
  font-size: 12px;
  color: #aaa;
  border: none;
  padding-top: 4px;
}
.email-reply .attachments-container .attachment-item-remove:hover {
  color: red !important;
}
.email-reply .attachment-remove-all {
  height: calc(100% - 3px);
  border: none;
  width: 30px;
  float: right;
  position: absolute;
}
.email-reply .attachment-remove-all:hover {
  color: red !important;
}
.email-reply .collapse-headers-button,
.email-reply .expand-headers-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 15px;
  padding-top: 9px;
  height: 30px;
  cursor: pointer;
}
.email-reply .collapse-headers-button i,
.email-reply .expand-headers-button i {
  font-size: 16px;
}
.email-progress-container {
  height: 16px;
}
.email-progress {
  position: relative;
  width: 200px;
  height: 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: none;
  float: left;
  margin-top: 4px;
  background: #B3B3B3;
}
.email-bar {
  background-color: #00A1E0;
  width: 100%;
  height: 12px;
  border-radius: 3px;
}
.email-percent {
  position: absolute;
  display: inline-block;
  top: -1px;
  width: 200px;
  text-align: center;
  font-size: 12px;
}
.email-status {
  color: #939aa5;
  padding-right: 18px;
  display: inline-block;
  position: fixed;
  right: 0;
  opacity: 0;
  transition: opacity 500ms linear;
}
.email-status.show-email-status {
  opacity: 1;
}
.email-status.email-personal-reply-template-status {
  right: 5px;
}
.quick-reply-templates button {
  margin: 0px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.email-from-select {
  max-height: fit-content;
  overflow: hidden;
}
.email-from-select .loading-indicator {
  padding-top: 0px;
}
.email-info-bold {
  font-weight: bold;
}
.email-link-path {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  background: lavender;
  padding: 2px 10px 2px;
  border-top-right-radius: 5px;
  font-size: 12px;
  color: #6E6E6E;
}
.email-link-path:empty {
  padding: 0 0px 5px;
}
i.attachment-icon {
  vertical-align: middle !important;
  background-image: url('../assets/img/tinymce/Attachment.png');
}
i.insertimage-icon {
  vertical-align: middle !important;
  background-image: url('../assets/img/tinymce/InsertPicture.png');
}
i.print-icon {
  vertical-align: middle !important;
  background-image: url('../assets/img/tinymce/Print.png');
}
i.faq-icon {
  vertical-align: middle !important;
  background-image: url('../assets/img/tinymce/Faq.png');
}
i.sanitize-icon {
  vertical-align: middle !important;
  background-image: url('../assets/img/tinymce/Sanitize.png');
}
.reply-templates .ui-autocomplete {
  top: 135px !important;
  margin-bottom: 0 !important;
  left: 0 !important;
  overflow: auto;
}
.reply-templates .input-search {
  margin: 5px;
}
.reply-templates .selected-reply-template {
  padding-top: 5px;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reply-templates .no-reply-templates {
  padding-top: 5px;
  padding-left: 10px;
}
.reply-templates .reply-template-search {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  height: 150px;
  resize: none;
}
.reply-templates .reply-template-buttons {
  margin-right: 3px;
  float: right;
}
.reply-templates .reply-template-buttons button {
  margin: 0 3px 3px 3px;
}
.reply-templates .reply-templates-auto-complete-show ul {
  display: block !important;
}
.reply-templates .reply-template-tree {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  overflow: auto;
}
.reply-templates .reply-template-tree li.active > a {
  color: #00A1E0;
  background-color: transparent;
}
.reply-templates .reply-template-tree a:hover {
  background-color: #eeeeee !important;
  color: #006a93 !important;
}
.reply-templates .reply-templates-auto-complete {
  margin-bottom: 8px;
}
.reply-templates .reply-templates-auto-complete a {
  color: initial;
  background: none !important;
  border: none !important;
  margin: 0 !important;
}
.reply-templates .reply-templates-auto-complete a:hover {
  color: initial;
}
.reply-templates .reply-templates-auto-complete ul {
  padding-left: 0px !important;
}
.reply-templates .reply-templates-auto-complete li {
  cursor: pointer;
  border-radius: 0px;
  padding: 2px 5px 2px 5px;
  list-style-type: none !important;
}
.reply-templates .reply-templates-auto-complete li:hover {
  background: #d7f0fd !important;
}
.personal-reply-template-editor-div .personal-reply-template-buttons {
  margin-bottom: 15px;
}
.personal-reply-template-modal .personal-reply-template-tree {
  overflow-y: auto;
}
.personal-reply-template-modal .selected-personal-reply-template {
  padding-top: 18px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal-reply-template-modal .selected-save-personal-reply-template {
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal-reply-template-modal .selected-save-personal-reply-template input {
  width: 100%;
}
.personal-reply-template-modal .browse-buttons {
  margin-top: 10px;
  margin-right: 3px;
  float: right;
}
.personal-reply-template-modal .browse-buttons button {
  margin: 3px;
}
.email-hidden {
  visibility: hidden;
}
.quick-reply-templates button {
  width: calc(20% - 10px);
}
.quick-reply-templates.email-mobile button {
  width: calc(33% - 10px);
}
.preview-reusable-email iframe {
  height: calc(100vh - 257px) !important;
}
.reusable-email-body a,
.reusable-email-body div {
  font-family: MuseoSans700 !important;
}
.reusable-email-body a {
  cursor: pointer;
}
.chat-personal-reply-template-editor {
  width: 100%;
  resize: none;
}
.notes-search {
  width: 300px;
  display: inline-block;
}
.participants-search {
  width: 300px;
  display: inline-block;
}
.suggestions-search {
  width: 350px;
  display: inline-block;
}
.tags-search {
  width: 90%;
  display: inline-block;
}
.queues-search {
  width: 300px;
  display: inline-block;
}
.badge-lock-red {
  left: 30px;
  top: 4px;
  font-size: 10px;
  height: 17px;
  border: none;
  border-radius: 2px;
  margin-right: 5px;
  padding: 1px 3px;
  top: -1px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #ed1c24;
  min-width: 20px;
}
.btn-popularity {
  font-size: 21px;
  padding: 0px 0px 0px 5px;
  height: 30px;
}
.btn-popularity:active {
  background: transparent;
}
.btn-reuses:hover,
.btn-warn:hover,
.btn-tag:hover {
  cursor: default;
}
.add-note-button,
.add-tag-button,
.add-queue-button {
  display: inline-block;
  background: #00A1E0;
  color: #FFF;
  margin: 0 2px;
  padding: 3px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  border: 2px solid #FFF;
  vertical-align: top;
}
.add-note-button a,
.add-tag-button a,
.add-queue-button a {
  color: #FFF;
}
.add-note-button i,
.add-tag-button i,
.add-queue-button i {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  left: 3px;
  top: 3px;
}
.add-note-button:hover,
.add-tag-button:hover,
.add-queue-button:hover {
  background: #006A93;
  cursor: pointer;
  color: #FFF;
}
.add-note {
  margin-bottom: 10px;
}
.note-new,
.note-edit {
  resize: vertical;
}
.note-edit {
  margin-top: 45px;
}
.notes-to-move,
.select-new-case {
  margin: 10px;
}
.back-button {
  font-family: MuseoSans700;
}
.follow-up-reminder {
  min-height: 50px;
}
.ui-grid-header-cell-row {
  position: initial !important;
}
.queue-conversation-list .conversation-grid,
.history-conversation-list .conversation-grid {
  height: calc(100% - 34px) !important;
}
.queue-conversation-list .conversation-grid-grouped,
.history-conversation-list .conversation-grid-grouped {
  height: calc(100% - 34px) !important;
}
.inbox-worktimer-grid .conversation-grid {
  height: calc(100% - 46px) !important;
}
.inbox-worktimer-grid .conversation-grid-grouped {
  height: calc(100% - 80px) !important;
}
.grid-active-row {
  background-color: #99D9F3 !important;
}
.grid-active-row div {
  background-color: #99D9F3 !important;
}
.grid-worktimer-row {
  background-color: #F8CA00 !important;
}
.grid-worktimer-row div {
  background-color: #F8CA00 !important;
}
.grid-header {
  font-family: "MuseoSans500", Helvetica, sans-serif !important;
  font-size: 14px;
  color: #15325f;
  background-color: white;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #e7eaef;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell-focus {
  background-color: #e7eaef;
}
.ui-grid-row:nth-child(odd).ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #e7eaef;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #ffffff;
}
.ui-grid-row:nth-child(even) .ui-grid-cell-focus {
  background-color: #ffffff;
}
.ui-grid-row:nth-child(even).ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #ffffff;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  color: #00A1E0;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
  color: #00A1E0;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f0f0ee;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  background: #ffffff;
}
.ui-grid-menu .ui-grid-menu-inner {
  background-color: #ffffff;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus:hover {
  box-shadow: none;
  background-color: #eaf7fe;
  outline: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  box-shadow: none;
  background-color: #ffffff;
  outline: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
  box-shadow: none;
  background-color: #eaf7fe;
}
