<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body {
  margin: 0;
}

.test1 {
  height: 1500px;
  overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
novo-activity-table .clickable,
novo-data-table .clickable {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
[href] {
  cursor: pointer;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(200deg);
  }
  100% {
    transform: rotateZ(180deg);
  }
}
@-webkit-keyframes half-rotate {
  0% {
    transform: rotateZ(45deg);
  }
  75% {
    transform: rotateZ(100deg);
  }
  100% {
    transform: rotateZ(90deg);
  }
}
@-webkit-keyframes rotateBack {
  0% {
    transform: rotateZ(90deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.col-lg,
.col-md,
.col-sm,
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.off-xs-1 {
  margin-left: 8.33333333%;
}
.off-xs-2 {
  margin-left: 16.66666667%;
}
.off-xs-3 {
  margin-left: 25%;
}
.off-xs-4 {
  margin-left: 33.33333333%;
}
.off-xs-5 {
  margin-left: 41.66666667%;
}
.off-xs-6 {
  margin-left: 50%;
}
.off-xs-7 {
  margin-left: 58.33333333%;
}
.off-xs-8 {
  margin-left: 66.66666667%;
}
.off-xs-9 {
  margin-left: 75%;
}
.off-xs-10 {
  margin-left: 83.33333333%;
}
.off-xs-11 {
  margin-left: 91.66666667%;
}
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-sm-1 {
    margin-left: 8.33333333%;
  }
  .off-sm-2 {
    margin-left: 16.66666667%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-4 {
    margin-left: 33.33333333%;
  }
  .off-sm-5 {
    margin-left: 41.66666667%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-7 {
    margin-left: 58.33333333%;
  }
  .off-sm-8 {
    margin-left: 66.66666667%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-10 {
    margin-left: 83.33333333%;
  }
  .off-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-md-1 {
    margin-left: 8.33333333%;
  }
  .off-md-2 {
    margin-left: 16.66666667%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-4 {
    margin-left: 33.33333333%;
  }
  .off-md-5 {
    margin-left: 41.66666667%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-7 {
    margin-left: 58.33333333%;
  }
  .off-md-8 {
    margin-left: 66.66666667%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-10 {
    margin-left: 83.33333333%;
  }
  .off-md-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-lg-1 {
    margin-left: 8.33333333%;
  }
  .off-lg-2 {
    margin-left: 16.66666667%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-4 {
    margin-left: 33.33333333%;
  }
  .off-lg-5 {
    margin-left: 41.66666667%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-7 {
    margin-left: 58.33333333%;
  }
  .off-lg-8 {
    margin-left: 66.66666667%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-10 {
    margin-left: 83.33333333%;
  }
  .off-lg-11 {
    margin-left: 91.66666667%;
  }
}
[hidden] {
  display: none !important;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.48;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #3d464d;
}
h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 0;
  padding: 0.45em 0 0.35em;
}
h2 {
  font-size: 2em;
  font-weight: 500;
  margin: 0;
  padding: 0.75em 0 0.3em;
}
h3 {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0;
  padding: 0.6em 0 0.4em;
}
h4 {
  font-size: 1.375em;
  font-weight: 400;
  margin: 0;
  padding: 0.75em 0 0.5em;
}
h5 {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
  padding: 0.75em 0 0.25em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}
h6 {
  font-size: 1.125em;
  font-weight: 500;
  margin: 0;
  padding: 0.75em 0 0.25em;
}
p {
  font-size: 1em;
  line-height: 1.7em;
  margin: 0;
  padding: 0.25em 0 0.55em;
}
.caption {
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.55;
  letter-spacing: 0.1px;
}
h1.novo-section-header,
h2.novo-section-header,
h3.novo-section-header,
h4.novo-section-header,
h5.novo-section-header,
h6.novo-section-header {
  background: #f4f4f4;
  box-sizing: content-box;
  font-weight: 400;
  display: flex;
  width: 100%;
  padding: 1em 0.5em 1em 1.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
h1.novo-section-header &gt; i,
h2.novo-section-header &gt; i,
h3.novo-section-header &gt; i,
h4.novo-section-header &gt; i,
h5.novo-section-header &gt; i,
h6.novo-section-header &gt; i {
  display: flex;
  margin-right: 10px;
}
h1.novo-section-header &gt; i.bhi-section,
h2.novo-section-header &gt; i.bhi-section,
h3.novo-section-header &gt; i.bhi-section,
h4.novo-section-header &gt; i.bhi-section,
h5.novo-section-header &gt; i.bhi-section,
h6.novo-section-header &gt; i.bhi-section {
  margin-top: -0.2em;
}
i {
  font-size: 1.4em;
  display: inline-block;
}
i[theme][theme="contained"] {
  font-size: 0.8em;
  border-radius: 0.55em;
  height: 1.7em;
  width: 1.7em;
  text-align: center;
}
i[theme][theme="contained"]:before {
  vertical-align: baseline;
  line-height: 1.8;
}
i[theme][theme="contained"].star {
  color: #fff;
  background: #0b344f;
}
i[theme][theme="contained"].person {
  color: #fff;
  background: #fa4;
}
i[theme][theme="contained"].company {
  color: #fff;
  background: #39d;
}
i[theme][theme="contained"].candidate {
  color: #fff;
  background: #4b7;
}
i[theme][theme="contained"].navigation {
  color: #fff;
  background: #2f384f;
}
i[theme][theme="contained"].lead {
  color: #fff;
  background: #a69;
}
i[theme][theme="contained"].contact {
  color: #fff;
  background: #fa4;
}
i[theme][theme="contained"].opportunity {
  color: #fff;
  background: #625;
}
i[theme][theme="contained"].job {
  color: #fff;
  background: #b56;
}
i[theme][theme="contained"].submission {
  color: #fff;
  background: #a9adbb;
}
i[theme][theme="contained"].sendout {
  color: #fff;
  background: #747884;
}
i[theme][theme="contained"].placement {
  color: #fff;
  background: #0b344f;
}
i[theme][theme="contained"].note {
  color: #fff;
  background: #747884;
}
i[theme][theme="contained"].corporateuser,
i[theme][theme="contained"].credential,
i[theme][theme="contained"].distributionList,
i[theme][theme="contained"].task,
i[theme][theme="contained"].user {
  color: #fff;
  background: #4f5361;
}
i[theme][theme="contained"].contract {
  color: #fff;
  background: #454ea0;
}
i[theme][theme="contained"].billableCharge,
i[theme][theme="contained"].earnCode,
i[theme][theme="contained"].invoiceStatement,
i[theme][theme="contained"].jobCode,
i[theme][theme="contained"].payableCharge {
  color: #fff;
  background: #696d79;
}
i[theme][theme="contained"].aqua {
  color: #fff;
  background: #3bafda;
}
i[theme][theme="contained"].ocean {
  color: #fff;
  background: #4a89dc;
}
i[theme][theme="contained"].mint {
  color: #fff;
  background: #37bc9b;
}
i[theme][theme="contained"].grass {
  color: #fff;
  background: #8cc152;
}
i[theme][theme="contained"].sunflower {
  color: #fff;
  background: #f6b042;
}
i[theme][theme="contained"].bittersweet {
  color: #fff;
  background: #eb6845;
}
i[theme][theme="contained"].grapefruit {
  color: #fff;
  background: #da4453;
}
i[theme][theme="contained"].carnation {
  color: #fff;
  background: #d770ad;
}
i[theme][theme="contained"].lavender {
  color: #fff;
  background: #967adc;
}
i[theme][theme="contained"].mountain {
  color: #fff;
  background: #9678b6;
}
i[theme][theme="contained"].large {
  font-size: 1.2em;
}
i[theme][theme="entity"].star {
  color: #0b344f;
  background: 0 0;
}
i[theme][theme="entity"].person {
  color: #fa4;
  background: 0 0;
}
i[theme][theme="entity"].company {
  color: #39d;
  background: 0 0;
}
i[theme][theme="entity"].candidate {
  color: #4b7;
  background: 0 0;
}
i[theme][theme="entity"].navigation {
  color: #2f384f;
  background: 0 0;
}
i[theme][theme="entity"].lead {
  color: #a69;
  background: 0 0;
}
i[theme][theme="entity"].contact {
  color: #fa4;
  background: 0 0;
}
i[theme][theme="entity"].opportunity {
  color: #625;
  background: 0 0;
}
i[theme][theme="entity"].job {
  color: #b56;
  background: 0 0;
}
i[theme][theme="entity"].submission {
  color: #a9adbb;
  background: 0 0;
}
i[theme][theme="entity"].sendout {
  color: #747884;
  background: 0 0;
}
i[theme][theme="entity"].placement {
  color: #0b344f;
  background: 0 0;
}
i[theme][theme="entity"].note {
  color: #747884;
  background: 0 0;
}
i[theme][theme="entity"].corporateuser,
i[theme][theme="entity"].credential,
i[theme][theme="entity"].distributionList,
i[theme][theme="entity"].task,
i[theme][theme="entity"].user {
  color: #4f5361;
  background: 0 0;
}
i[theme][theme="entity"].contract {
  color: #454ea0;
  background: 0 0;
}
i[theme][theme="entity"].billableCharge,
i[theme][theme="entity"].earnCode,
i[theme][theme="entity"].invoiceStatement,
i[theme][theme="entity"].jobCode,
i[theme][theme="entity"].payableCharge {
  color: #696d79;
  background: 0 0;
}
figcaption i,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
p i,
span i {
  margin: 0 0.45em 0 0;
  padding: 0;
}
figcaption i:before,
h1 i:before,
h2 i:before,
h3 i:before,
h4 i:before,
h5 i:before,
h6 i:before,
p i:before,
span i:before {
  vertical-align: middle !important;
}
figcaption i[theme][theme="contained"],
h1 i[theme][theme="contained"],
h2 i[theme][theme="contained"],
h3 i[theme][theme="contained"],
h4 i[theme][theme="contained"],
h5 i[theme][theme="contained"],
h6 i[theme][theme="contained"],
p i[theme][theme="contained"],
span i[theme][theme="contained"] {
  font-size: 0.8em;
  vertical-align: 0.1em;
}
figcaption i[theme][theme="contained"]:before,
h1 i[theme][theme="contained"]:before,
h2 i[theme][theme="contained"]:before,
h3 i[theme][theme="contained"]:before,
h4 i[theme][theme="contained"]:before,
h5 i[theme][theme="contained"]:before,
h6 i[theme][theme="contained"]:before,
p i[theme][theme="contained"]:before,
span i[theme][theme="contained"]:before {
  vertical-align: baseline;
  line-height: 1.7em;
  display: block;
}
a,
novo-activity-table .clickable,
novo-data-table .clickable {
  color: #4a89dc;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
a:visited,
novo-activity-table .clickable:visited,
novo-data-table .clickable:visited {
  color: #4a89dc;
}
a:active,
a:hover,
novo-activity-table .clickable:active,
novo-activity-table .clickable:hover,
novo-data-table .clickable:active,
novo-data-table .clickable:hover {
  outline: 0;
  color: #276ecc;
}
code {
  font-size: 0.8em;
  background: #f8f8f8;
  border: 1px solid #e9eaea;
  color: #4c545a;
  padding: 2px 4px;
}
cdk-table {
  display: block;
  flex: 1;
}
cdk-table.expandable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
cdk-table.empty {
  min-height: 62px;
  max-height: 62px;
}
cdk-table &gt; .novo-data-table-row:nth-of-type(odd) .novo-data-table-button-cell,
cdk-table &gt; .novo-data-table-row:nth-of-type(odd) .novo-data-table-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd)
  .novo-data-table-checkbox-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd)
  .novo-data-table-dropdown-cell,
cdk-table &gt; .novo-data-table-row:nth-of-type(odd) .novo-data-table-expand-cell {
  background-color: #f4f4f4;
}
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd).active
  .novo-data-table-button-cell,
cdk-table &gt; .novo-data-table-row:nth-of-type(odd).active .novo-data-table-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd).active
  .novo-data-table-checkbox-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd).active
  .novo-data-table-dropdown-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd).active
  .novo-data-table-expand-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd).active
  + .novo-data-table-detail-row {
  background-color: rgba(74, 137, 220, 0.15);
}
cdk-table
  &gt; .novo-data-table-row:nth-of-type(odd)
  + .novo-data-table-detail-row {
  background: #f4f4f4;
}
cdk-table &gt; .novo-data-table-row:nth-of-type(even) .novo-data-table-button-cell,
cdk-table &gt; .novo-data-table-row:nth-of-type(even) .novo-data-table-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even)
  .novo-data-table-checkbox-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even)
  .novo-data-table-dropdown-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even)
  .novo-data-table-expand-cell {
  background-color: #fff;
}
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even).active
  .novo-data-table-button-cell,
cdk-table &gt; .novo-data-table-row:nth-of-type(even).active .novo-data-table-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even).active
  .novo-data-table-checkbox-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even).active
  .novo-data-table-dropdown-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even).active
  .novo-data-table-expand-cell,
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even).active
  + .novo-data-table-detail-row {
  background-color: rgba(74, 137, 220, 0.15);
}
cdk-table
  &gt; .novo-data-table-row:nth-of-type(even)
  + .novo-data-table-detail-row {
  background: #fff;
}
.novo-data-table-cell-align-right {
  text-align: right;
}
.novo-data-table-header-cell,
.novo-data-table-header-row {
  position: relative;
  z-index: 1;
}
.novo-data-table-header-cell.fixed-header,
.novo-data-table-header-row.fixed-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.novo-data-table-header-row,
.novo-data-table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #fff;
}
.novo-data-table-header-row .novo-data-table-checkbox-header-cell,
.novo-data-table-header-row .novo-data-table-header-cell,
.novo-data-table-row .novo-data-table-checkbox-header-cell,
.novo-data-table-row .novo-data-table-header-cell {
  border-bottom: 1px solid #f4f4f4;
  background-color: #fff;
}
.novo-data-table-header-row.expanded i.bhi-next.data-table-icon,
.novo-data-table-row.expanded i.bhi-next.data-table-icon {
  cursor: pointer;
  transition: all 0.1s;
}
.novo-data-table-header-row.expanded i.bhi-next.data-table-icon.expanded,
.novo-data-table-row.expanded i.bhi-next.data-table-icon.expanded {
  transform: rotate(90deg);
}
.novo-data-table-header-cell.resizable {
  padding-right: 0;
}
.novo-data-table-header-cell.resizable .data-table-header-resizable {
  height: 100%;
}
.novo-data-table-header-cell.resizable .data-table-header-resizable span {
  cursor: ew-resize;
  width: 8px;
  display: block;
}
.novo-data-table-header-cell &gt; div &gt; button {
  margin-right: 2px;
}
.novo-data-table-header-cell &gt; div.spacer {
  flex-grow: 100;
}
.novo-data-table-clear-button button {
  min-width: 80px !important;
}
.novo-data-table-cell,
.novo-data-table-header-cell {
  min-width: 200px;
  padding: 10px;
  flex: 1;
}
.novo-data-table-cell &gt; i.label-icon,
.novo-data-table-header-cell &gt; i.label-icon {
  margin-right: 0.5em;
}
.novo-data-table-cell &gt; span,
.novo-data-table-header-cell &gt; span {
  display: block;
  min-width: 180px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.novo-data-table-cell novo-dropdown,
.novo-data-table-header-cell novo-dropdown {
  display: inline-block;
}
.novo-data-table-cell button.active,
.novo-data-table-header-cell button.active {
  color: #fff;
  background: #4a89dc;
}
.novo-data-table-cell button.active:active,
.novo-data-table-cell button.active:focus,
.novo-data-table-cell button.active:hover,
.novo-data-table-cell button.active:visited,
.novo-data-table-header-cell button.active:active,
.novo-data-table-header-cell button.active:focus,
.novo-data-table-header-cell button.active:hover,
.novo-data-table-header-cell button.active:visited {
  background: #4a89dc !important;
}
.novo-data-table-cell.clickable,
.novo-data-table-header-cell.clickable {
  cursor: pointer;
  color: #39d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.novo-data-table-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.novo-data-table-cell.button-cell,
.novo-data-table-cell.dropdown-cell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
}
.novo-data-table-cell.button-cell novo-dropdown button,
.novo-data-table-cell.dropdown-cell novo-dropdown button {
  padding: 0 0 0 5px;
}
.novo-data-table-cell.button-cell novo-dropdown button:active,
.novo-data-table-cell.button-cell novo-dropdown button:focus,
.novo-data-table-cell.button-cell novo-dropdown button:hover,
.novo-data-table-cell.dropdown-cell novo-dropdown button:active,
.novo-data-table-cell.dropdown-cell novo-dropdown button:focus,
.novo-data-table-cell.dropdown-cell novo-dropdown button:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.novo-data-table-cell.button-cell {
  min-width: 40px;
  max-width: 40px;
}
.novo-data-table-cell.dropdown-cell {
  min-width: 98px;
  max-width: 98px;
}
.novo-data-table-cell.dropdown-cell.empty {
  min-width: 39px;
  max-width: 39px;
}
.novo-data-table-cell i.data-table-icon {
  cursor: pointer;
  font-size: 1.2em;
  padding: 0.5em;
  border-radius: 3px;
}
.novo-data-table-cell i.data-table-icon.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.novo-data-table-cell i.data-table-icon:hover {
  background: rgba(0, 0, 0, 0.1);
}
.novo-data-table-cell i.data-table-icon:active {
  background: rgba(0, 0, 0, 0.25);
}
.novo-data-table-header-cell {
  border-left: 1px solid #f4f4f4;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.novo-data-table-header-cell + .button-header-cell,
.novo-data-table-header-cell + .dropdown-header-cell {
  border-left: none;
}
.novo-data-table-header-cell &gt; label {
  display: inline-block;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.novo-data-table-header-cell &gt; label.sort-disabled {
  cursor: default;
}
.novo-data-table-header-cell &gt; div {
  width: 55px;
  display: flex;
  flex: 0;
}
.novo-data-table-header-cell novo-dropdown[side="right"] {
  display: inline-block;
}
.novo-data-table-header-cell.button-header-cell {
  min-width: 40px;
  max-width: 40px;
}
.novo-data-table-header-cell.dropdown-header-cell {
  min-width: 98px;
  max-width: 98px;
}
.novo-data-table-header-cell.dropdown-header-cell.empty {
  min-width: 39px;
  max-width: 39px;
}
.novo-data-table-expand-cell,
.novo-data-table-expand-header-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.novo-data-table-expand-cell i,
.novo-data-table-expand-header-cell i {
  cursor: pointer;
  transition: all 0.1s;
}
.novo-data-table-expand-cell i.expanded,
.novo-data-table-expand-header-cell i.expanded {
  transform: rotate(90deg);
}
.novo-data-table-checkbox-cell,
.novo-data-table-checkbox-header-cell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 40px;
  padding: 0 10px;
}
.novo-data-table-checkbox-cell div.data-table-checkbox,
.novo-data-table-checkbox-header-cell div.data-table-checkbox {
  display: flex;
  cursor: pointer;
}
.novo-data-table-checkbox-cell div.data-table-checkbox i,
.novo-data-table-checkbox-header-cell div.data-table-checkbox i {
  cursor: pointer;
}
.novo-data-table-checkbox-cell div.data-table-checkbox i.bhi-checkbox-empty,
.novo-data-table-checkbox-header-cell
  div.data-table-checkbox
  i.bhi-checkbox-empty {
  color: #d2d2d2;
}
.novo-data-table-checkbox-cell div.data-table-checkbox i.bhi-checkbox-filled,
.novo-data-table-checkbox-header-cell
  div.data-table-checkbox
  i.bhi-checkbox-filled {
  color: #4a89dc;
}
.novo-data-table-checkbox-cell input,
.novo-data-table-checkbox-header-cell input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: 0 !important;
  border: none !important;
}
novo-data-table {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
novo-data-table.loading {
  min-height: 300px;
}
novo-data-table header {
  padding: 5px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #f4f4f4;
}
novo-data-table header.empty {
  padding: 0;
}
novo-data-table header &gt; [novo-data-table-custom-header] {
  flex: 1;
}
novo-data-table header &gt; novo-search {
  padding-right: 10px;
  display: none;
}
novo-data-table header &gt; novo-search &gt; input {
  padding: 8.5px;
  font-size: 1.1em;
  height: 35px;
}
novo-data-table header &gt; novo-search.active &gt; button[theme="fab"] {
  height: 35px;
  min-height: 35px;
}
novo-data-table header &gt; div.novo-data-table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
novo-data-table header &gt; div.novo-data-table-actions &gt; * {
  margin-right: 0.2em;
}
novo-data-table header &gt; div.novo-data-table-actions &gt; :last-child {
  margin-right: 0;
}
novo-data-table header &gt; div.novo-data-table-actions &gt; div,
novo-data-table header &gt; div.novo-data-table-actions &gt; section {
  display: flex;
  align-items: center;
}
novo-data-table header &gt; div.novo-data-table-actions &gt; div button,
novo-data-table header &gt; div.novo-data-table-actions &gt; section button {
  margin-left: 3px;
}
novo-data-table
  header
  &gt; div.novo-data-table-actions
  &gt; div
  button[theme][theme="icon"],
novo-data-table
  header
  &gt; div.novo-data-table-actions
  &gt; section
  button[theme][theme="icon"] {
  height: 35px;
  width: 35px;
  font-size: 1.4em;
}
novo-data-table
  header
  &gt; div.novo-data-table-actions
  &gt; div
  novo-dropdown
  button[theme],
novo-data-table
  header
  &gt; div.novo-data-table-actions
  &gt; section
  novo-dropdown
  button[theme] {
  white-space: nowrap;
  padding: 6px 5px 6px 15px !important;
}
novo-data-table button[theme][theme="icon"] {
  height: 30px;
  width: 30px;
  padding: 5px;
}
novo-data-table .novo-data-table-loading-mask {
  position: absolute;
  display: flex;
  padding-top: 10%;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.07);
  z-index: 99;
}
novo-data-table .novo-data-table-detail-row {
  padding: 1em;
}
novo-data-table .novo-data-table-no-results-container {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  width: 100%;
}
novo-data-table .novo-data-table-empty-container,
novo-data-table .novo-data-table-no-results-container {
  padding: 2em;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  z-index: 5;
}
novo-data-table .novo-data-table-outside-container {
  display: flex;
  flex: 1;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter {
  border-right: 1px solid #f4f4f4;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  novo-date-picker
  .calendar {
  box-shadow: none;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  novo-date-picker
  .calendar
  .date-range-tabs {
  height: 51px;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  novo-date-picker
  .calendar
  .calendar-footer {
  display: none;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector {
  padding: 1em;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  .novo-form-control-label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label {
  display: block;
  max-width: 100%;
  margin-bottom: 1em;
}
novo-data-table .novo-data-table-outside-container .novo-data-table-container {
  flex: 1;
  overflow: auto;
  position: relative;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-container.empty {
  display: flex;
  flex: 0;
}
novo-data-table
  .novo-data-table-outside-container
  .novo-data-table-container.empty-user-filtered {
  display: flex;
  flex-flow: column nowrap;
  min-height: 250px;
}
novo-data-table .novo-data-table-outside-container-fixed {
  overflow: hidden;
  position: relative;
}
novo-data-table
  .novo-data-table-outside-container-fixed
  .novo-data-table-container-fixed {
  position: absolute;
  width: 100%;
  height: 100%;
}
novo-data-table .novo-data-table-footer {
  display: flex;
  align-items: center;
}
novo-data-table .novo-data-table-footer div.novo-data-table-footer-cell,
novo-data-table .novo-data-table-footer &gt; div {
  border-top: 1px solid #f4f4f4;
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
}
novo-data-table
  .novo-data-table-footer
  div.novo-data-table-footer-cell:not(.button-cell):not(.dropdown-cell),
novo-data-table
  .novo-data-table-footer
  &gt; div:not(.button-cell):not(.dropdown-cell) {
  padding: 10px;
}
novo-data-table-pagination.basic,
novo-data-table-pagination.basic-wide {
  display: flex;
  align-items: center;
  flex: 1;
}
novo-data-table-pagination.basic novo-tiles &gt; .tile-container .tile,
novo-data-table-pagination.basic-wide novo-tiles &gt; .tile-container .tile {
  padding: 7px 10px;
}
novo-data-table-pagination.basic-wide &gt; .novo-data-table-pagination-size,
novo-data-table-pagination.basic &gt; .novo-data-table-pagination-size {
  padding-right: 10px;
}
novo-data-table-pagination.basic-wide &gt; .novo-data-table-range-label-long,
novo-data-table-pagination.basic-wide &gt; .novo-data-table-range-label-short,
novo-data-table-pagination.basic &gt; .novo-data-table-range-label-long,
novo-data-table-pagination.basic &gt; .novo-data-table-range-label-short {
  padding-right: 10px;
  white-space: nowrap;
}
novo-data-table-pagination.basic-wide &gt; .novo-data-table-range-label-long,
novo-data-table-pagination.basic &gt; .novo-data-table-range-label-long {
  display: none;
}
novo-data-table-pagination.basic-wide &gt; .novo-data-table-spacer,
novo-data-table-pagination.basic &gt; .novo-data-table-spacer {
  width: 100%;
}
novo-data-table-pagination.basic-wide &gt; .novo-data-table-range-label-short,
novo-data-table-pagination.basic &gt; .novo-data-table-range-label-short {
  display: block;
}
novo-data-table-pagination.basic-wide &gt; button:first-of-type,
novo-data-table-pagination.basic &gt; button:first-of-type {
  margin-right: 5px;
}
novo-data-table-pagination.basic-wide &gt; button span,
novo-data-table-pagination.basic &gt; button span {
  display: none;
}
novo-data-table-pagination.basic-wide
  &gt; button[theme][theme="dialogue"][icon][side="left"],
novo-data-table-pagination.basic
  &gt; button[theme][theme="dialogue"][icon][side="left"] {
  padding: 5px;
}
@media (min-width: 1000px) {
  novo-data-table header &gt; novo-search {
    display: flex;
  }
  novo-data-table-pagination.basic-wide &gt; .novo-data-table-range-label-long,
  novo-data-table-pagination.basic &gt; .novo-data-table-range-label-long {
    display: block;
  }
  novo-data-table-pagination.basic-wide &gt; .novo-data-table-range-label-short,
  novo-data-table-pagination.basic &gt; .novo-data-table-range-label-short {
    display: none;
  }
  novo-data-table-pagination.basic-wide &gt; button span,
  novo-data-table-pagination.basic &gt; button span {
    display: block;
  }
  novo-data-table-pagination.basic-wide
    &gt; button[theme][theme="dialogue"][icon][side="left"],
  novo-data-table-pagination.basic
    &gt; button[theme][theme="dialogue"][icon][side="left"] {
    padding: 5px 15px 5px 5px;
  }
}
novo-data-table-pagination.basic-wide
  &gt; button[theme][theme="dialogue"][icon][side="right"],
novo-data-table-pagination.basic
  &gt; button[theme][theme="dialogue"][icon][side="right"] {
  padding: 5px;
}
@media (min-width: 1000px) {
  novo-data-table-pagination.basic-wide
    &gt; button[theme][theme="dialogue"][icon][side="right"],
  novo-data-table-pagination.basic
    &gt; button[theme][theme="dialogue"][icon][side="right"] {
    padding: 5px 5px 5px 15px;
  }
}
novo-data-table-pagination.standard {
  display: flex;
  flex-flow: row nowrap;
  flex: 1;
}
novo-data-table-pagination.standard &gt; * {
  margin: auto 5px;
}
novo-data-table-pagination.standard h5.rows {
  padding: 0;
  font-size: 12px;
  opacity: 0.75;
  letter-spacing: 0.1px;
}
novo-data-table-pagination.standard span.spacer {
  flex: 1;
}
novo-data-table-pagination.standard novo-select {
  max-width: 100px;
  min-width: 100px;
}
novo-data-table-pagination.standard novo-select div[type="button"]:hover i {
  opacity: 0.75;
}
novo-data-table-pagination.standard novo-select div[type="button"]:active i,
novo-data-table-pagination.standard novo-select div[type="button"]:focus i {
  opacity: 1;
}
novo-data-table-pagination.standard novo-select div[type="button"] i {
  opacity: 0.45;
}
novo-data-table-pagination.standard .pager {
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
}
novo-data-table-pagination.standard .pager .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  list-style-type: none;
  cursor: pointer;
  color: #39d;
}
novo-data-table-pagination.standard .pager .page.disabled {
  opacity: 0.3;
  pointer-events: none;
}
novo-data-table-pagination.standard .pager .page.active {
  color: #39d;
  background-color: #f4f4f4;
  opacity: 1;
}
.dropdown-container.data-table-dropdown {
  min-width: 230px;
  max-width: 230px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-container.data-table-dropdown.right {
  margin-left: -150px !important;
}
.dropdown-container.data-table-dropdown .header {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-container.data-table-dropdown .header button {
  padding: 3px;
}
.dropdown-container.data-table-dropdown .header button icon {
  font-size: 0.8em;
}
.dropdown-container.data-table-dropdown .dropdown-list-options {
  max-height: 346px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-container.data-table-dropdown .footer {
  border-top: 1px solid #d9dadc;
  padding: 5px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dropdown-container.data-table-dropdown .footer button icon {
  font-size: 0.8em;
}
.dropdown-container.data-table-dropdown list item.active {
  background: 0 0;
  font-weight: 500;
}
.dropdown-container.data-table-dropdown
  button[theme][theme="dialogue"][icon]
  i {
  padding: inherit;
  padding-left: 5px;
  height: inherit;
  width: inherit;
  display: inline-block;
  line-height: inherit;
}
.dropdown-container.data-table-dropdown list item.filter-search {
  padding: 10px 0;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  cursor: initial;
}
.dropdown-container.data-table-dropdown list item.filter-search:hover {
  background: 0 0;
}
.dropdown-container.data-table-dropdown list item.filter-search .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  font-size: 0.9em;
  margin: 0 auto;
}
.dropdown-container.data-table-dropdown list item.filter-search .header span {
  text-transform: uppercase;
  font-weight: 400;
}
.dropdown-container.data-table-dropdown list item.filter-search .header button {
  padding: 0 5px;
}
.dropdown-container.data-table-dropdown
  list
  item.filter-search
  .header
  button
  i {
  height: auto !important;
  width: auto !important;
  font-size: 0.9em;
}
.dropdown-container.data-table-dropdown list item.filter-search input {
  border: none;
  border-bottom: 2px solid #bebebe;
  width: 90%;
  margin: 0 auto;
  background: 0 0;
}
.dropdown-container.data-table-dropdown list item.filter-search input:focus {
  outline: 0;
  border-bottom: 2px solid #4a89dc;
}
.dropdown-container.data-table-dropdown
  list
  item.filter-search
  input:focus
  ~ i.bhi-search {
  color: #4a89dc;
}
.dropdown-container.data-table-dropdown list item &gt; span {
  display: inline-block;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-container.data-table-dropdown .calendar-container {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background: #fff;
}
.dropdown-container.data-table-dropdown .calendar-container &gt; div {
  color: #4a89dc;
  line-height: 3em;
  font-size: 0.9em;
  padding-left: 5px;
  cursor: pointer;
}
.dropdown-container.data-table-dropdown
  .calendar-container
  novo-date-picker
  .calendar {
  width: 100%;
  height: 100%;
  box-shadow: none;
  padding: 0 5px 10px;
}
.dropdown-container.data-table-dropdown
  .calendar-container
  novo-date-picker
  .calendar
  .calendar-top {
  display: none;
}
.dropdown-container.data-table-dropdown i.bhi-search {
  color: inherit;
  position: relative;
  left: 196px;
  top: -25px;
}
.dropdown-container.data-table-dropdown span.error-text {
  color: #da4453;
  position: relative;
  left: 10px;
  top: -17px;
  font-size: x-small;
}
.dropdown-container.data-table-dropdown .filter-null-results {
  text-align: center;
  color: #b1b3b7;
  background: 0 0;
  font-weight: 500;
}
novo-nav {
  background: rgba(0, 0, 0, 0.15);
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
novo-nav.condensed novo-tab,
novo-nav.condensed novo-tab-link {
  font-size: 12px;
}
novo-nav.condensed novo-tab .novo-tab-link,
novo-nav.condensed novo-tab-link .novo-tab-link {
  padding: 8px 12px;
}
novo-nav novo-tab,
novo-nav novo-tab-link {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 45px;
  position: relative;
}
novo-nav novo-tab-link.disabled .novo-tab-link,
novo-nav novo-tab.disabled .novo-tab-link {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav novo-tab-link.disabled:hover .novo-tab-link,
novo-nav novo-tab.disabled:hover .novo-tab-link {
  opacity: 0.5;
}
novo-nav novo-tab .novo-tab-link,
novo-nav novo-tab-link .novo-tab-link {
  padding: 10px 20px;
  color: #fff;
  opacity: 0.7;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}
novo-nav novo-tab .novo-tab-link:focus,
novo-nav novo-tab-link .novo-tab-link:focus {
  outline: 0;
}
novo-nav novo-tab .indicator,
novo-nav novo-tab-link .indicator {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  display: block;
  background: 0 0;
  transition: all 220ms ease-in-out;
}
novo-nav novo-tab-link.active .novo-tab-link,
novo-nav novo-tab-link.router-link-active .novo-tab-link,
novo-nav novo-tab.active .novo-tab-link,
novo-nav novo-tab.router-link-active .novo-tab-link {
  opacity: 1;
  font-weight: 500;
}
novo-nav novo-tab-link.active .indicator,
novo-nav novo-tab-link.router-link-active .indicator,
novo-nav novo-tab.active .indicator,
novo-nav novo-tab.router-link-active .indicator {
  background: #fff;
  width: 100%;
}
novo-nav novo-tab-link:hover .novo-tab-link,
novo-nav novo-tab:hover .novo-tab-link {
  opacity: 1;
}
novo-nav novo-tab-link:focus,
novo-nav novo-tab:focus {
  outline: 0;
}
novo-nav[type="button-bar"] {
  display: inline-flex;
  border-radius: 3px;
  border: 2px solid #fff;
}
novo-nav[type="button-bar"] novo-tab-button {
  padding: 15px 20px;
  cursor: pointer;
  transition: all 120ms ease-in-out;
}
novo-nav[type="button-bar"] novo-tab-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav[type="button-bar"] novo-tab-button.disabled:hover {
  opacity: 0.5;
}
novo-nav[theme="color"] {
  background: rgba(0, 0, 0, 0.2);
}
novo-nav[theme="color"] novo-tab .novo-tab-link,
novo-nav[theme="color"] novo-tab-link .novo-tab-link {
  color: #fff;
}
novo-nav[theme="color"] novo-tab-link.active .indicator,
novo-nav[theme="color"] novo-tab-link.router-link-active .indicator,
novo-nav[theme="color"] novo-tab.active .indicator,
novo-nav[theme="color"] novo-tab.router-link-active .indicator {
  background: #fff;
}
novo-nav[theme="color"] novo-tab-link.disabled .novo-tab-link,
novo-nav[theme="color"] novo-tab.disabled .novo-tab-link {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav[theme="color"] novo-tab-link.disabled:hover .novo-tab-link,
novo-nav[theme="color"] novo-tab.disabled:hover .novo-tab-link {
  opacity: 0.5;
}
novo-nav[theme="color"][type="button-bar"] {
  border: 2px solid #fff;
}
novo-nav[theme="color"][type="button-bar"] novo-tab-button {
  color: rgba(255, 255, 255, 0.75);
}
novo-nav[theme="color"][type="button-bar"] novo-tab-button.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
novo-nav[theme="color"][type="button-bar"] novo-tab-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
novo-nav[theme="color"][type="button-bar"] novo-tab-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav[theme="color"][type="button-bar"] novo-tab-button.disabled:hover {
  opacity: 0.5;
}
novo-nav[theme="white"] {
  background-color: #fff;
}
novo-nav[theme="white"][direction="vertical"] {
  background: 0 0;
}
novo-nav[theme="white"] novo-tab-link.disabled .novo-tab-link,
novo-nav[theme="white"] novo-tab.disabled .novo-tab-link {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav[theme="white"] novo-tab-link.disabled:hover .novo-tab-link,
novo-nav[theme="white"] novo-tab.disabled:hover .novo-tab-link {
  opacity: 0.5;
  font-weight: 400;
}
novo-nav[theme="white"] novo-tab .novo-tab-link,
novo-nav[theme="white"] novo-tab-link .novo-tab-link {
  color: #3d464d;
  opacity: 0.75;
}
novo-nav[theme="white"] novo-tab-link.active,
novo-nav[theme="white"] novo-tab-link.router-link-active,
novo-nav[theme="white"] novo-tab.active,
novo-nav[theme="white"] novo-tab.router-link-active {
  color: #4a89dc;
}
novo-nav[theme="white"] novo-tab-link.active .novo-tab-link,
novo-nav[theme="white"] novo-tab-link.router-link-active .novo-tab-link,
novo-nav[theme="white"] novo-tab.active .novo-tab-link,
novo-nav[theme="white"] novo-tab.router-link-active .novo-tab-link {
  color: #4a89dc;
  opacity: 1;
}
novo-nav[theme="white"] novo-tab-link.active .indicator,
novo-nav[theme="white"] novo-tab-link.router-link-active .indicator,
novo-nav[theme="white"] novo-tab.active .indicator,
novo-nav[theme="white"] novo-tab.router-link-active .indicator {
  background: #4a89dc;
}
novo-nav[theme="white"] novo-tab-link:hover .novo-tab-link,
novo-nav[theme="white"] novo-tab:hover .novo-tab-link {
  font-weight: 500;
}
novo-nav[theme="white"][type="button-bar"] {
  border: 2px solid #d9dadc;
}
novo-nav[theme="white"][type="button-bar"] novo-tab-button {
  color: #3d464d;
  opacity: 0.75;
}
novo-nav[theme="white"][type="button-bar"] novo-tab-button.active {
  color: #4a89dc;
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
novo-nav[theme="white"][type="button-bar"] novo-tab-button:hover {
  opacity: 1;
}
novo-nav[theme="white"][type="button-bar"] novo-tab-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav[theme="white"][type="button-bar"] novo-tab-button.disabled:hover {
  opacity: 0.5;
}
novo-nav[direction="vertical"] {
  flex-direction: column;
  width: auto;
}
novo-nav[direction="vertical"] novo-tab,
novo-nav[direction="vertical"] novo-tab-link {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  height: 50px;
  min-width: 150px;
  justify-content: space-between;
  transition: all 120ms ease-in-out;
}
novo-nav[direction="vertical"] novo-tab .novo-tab-link,
novo-nav[direction="vertical"] novo-tab-link .novo-tab-link {
  order: 2;
  flex: 1;
  width: 100%;
  display: block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.75;
}
novo-nav[direction="vertical"] novo-tab .indicator,
novo-nav[direction="vertical"] novo-tab-link .indicator {
  order: 1;
  position: relative;
  width: 4px;
  height: 0;
  display: block;
  background: 0 0;
  transition: all 220ms ease-in-out;
}
novo-nav[direction="vertical"] novo-tab-link.active,
novo-nav[direction="vertical"] novo-tab-link.router-link-active,
novo-nav[direction="vertical"] novo-tab.active,
novo-nav[direction="vertical"] novo-tab.router-link-active {
  background: rgba(0, 0, 0, 0.05);
}
novo-nav[direction="vertical"] novo-tab-link.active .novo-tab-link,
novo-nav[direction="vertical"] novo-tab-link.router-link-active .novo-tab-link,
novo-nav[direction="vertical"] novo-tab.active .novo-tab-link,
novo-nav[direction="vertical"] novo-tab.router-link-active .novo-tab-link {
  opacity: 1;
}
novo-nav[direction="vertical"] novo-tab-link.active .indicator,
novo-nav[direction="vertical"] novo-tab-link.router-link-active .indicator,
novo-nav[direction="vertical"] novo-tab.active .indicator,
novo-nav[direction="vertical"] novo-tab.router-link-active .indicator {
  height: 100%;
}
novo-nav[direction="vertical"] novo-tab-link:hover .novo-tab-link,
novo-nav[direction="vertical"] novo-tab:hover .novo-tab-link {
  opacity: 1;
}
novo-nav[direction="vertical"] novo-tab-link.disabled .novo-tab-link,
novo-nav[direction="vertical"] novo-tab.disabled .novo-tab-link {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-nav[direction="vertical"] novo-tab-link.disabled:hover .novo-tab-link,
novo-nav[direction="vertical"] novo-tab.disabled:hover .novo-tab-link {
  opacity: 0.5;
}
novo-nav-outlet,
novo-nav-outlet novo-nav-content.active {
  display: block;
}
novo-nav-outlet novo-nav-header {
  display: block;
  padding: 8px;
  border: 1px solid #333;
  margin: 8px;
}
novo-nav-outlet novo-nav-content {
  display: none;
}
novo-ace-editor {
  display: block;
  width: 100%;
  min-height: 200px;
}
novo-radio-group {
  display: flex;
}
novo-radio-group &gt; novo-radio {
  margin: 0;
}
novo-radio-group &gt; novo-radio button {
  border-radius: 0 !important;
}
novo-radio-group &gt; novo-radio button.unchecked {
  opacity: 0.5;
}
novo-radio-group &gt; novo-radio button[theme="icon"] i {
  margin-right: 0;
}
novo-radio-group &gt; novo-radio:first-child button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
novo-radio-group &gt; novo-radio:last-child button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px !important;
  border-right-style: solid !important;
}
novo-radio-group &gt; novo-radio:last-child button[theme="icon"] {
  border-right-width: 0 !important;
}
novo-radio {
  margin-right: 10px;
  position: relative;
}
novo-radio.vertical {
  display: block;
}
novo-radio &gt; input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
novo-radio &gt; input:focus + label i:before {
  text-shadow: 0 0 20px rgba(74, 137, 220, 0.5);
}
novo-radio &gt; input:focus + label i.bhi-radio-empty,
novo-radio &gt; input:focus + label i.bhi-radio-filled {
  color: #4a89dc;
}
novo-radio &gt; label {
  cursor: pointer;
}
novo-radio &gt; label &gt; div {
  display: inline;
}
novo-radio &gt; label i {
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}
novo-radio &gt; label i.bhi-checkbox-empty,
novo-radio &gt; label i.bhi-radio-empty {
  color: #d2d2d2;
}
novo-radio &gt; label i.bhi-checkbox-filled,
novo-radio &gt; label i.bhi-radio-filled {
  color: #4a89dc;
}
novo-radio &gt; label.disabled button[theme].has-icon,
novo-radio &gt; label.disabled i {
  opacity: 0.7;
}
novo-radio button[theme].has-icon {
  opacity: 0.7;
  transition: all 0.1s ease-in-out;
}
novo-radio button[theme].has-icon:hover {
  opacity: 1;
}
novo-radio button[theme].has-icon.checked {
  color: #fff;
  background: #4a89dc;
  opacity: 1;
}
button &gt; div.flex-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
button i {
  font-size: 1em;
}
button[side="left"]:not([theme="fab"]) i {
  margin-right: 5px;
}
button[side="right"]:not([theme="fab"]) i {
  margin-left: 5px;
}
button[icon="times"] i {
  font-size: 0.9em;
}
button[theme] {
  padding: 6px 10px;
  min-height: 37px;
  font-size: 1rem;
  border: none;
  background: 0 0;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
button[theme]:focus {
  outline: 0;
}
button[theme][disabled],
button[theme][loading="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
button[theme][disabled="false"] {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
button[theme][loading="true"] i.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: 1.2s linear infinite rotate;
  animation: 1.2s linear infinite rotate;
}
button[theme][loading="true"] i.loading svg {
  width: 100%;
  height: 100%;
  max-width: 15px;
  max-height: 15px;
}
button[theme][loading="true"] i.loading svg .spinner {
  fill: #fff;
}
button[theme][theme="primary"] {
  background: #4a89dc;
  color: #fff;
  min-width: 120px;
  text-align: left;
}
button[theme][theme="primary"][icon] i {
  background: rgba(0, 0, 0, 0.15);
  padding: 5px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
button[theme][theme="primary"][icon] i:before {
  vertical-align: baseline;
}
button[theme][theme="primary"][icon][icon="send"] i:before {
  margin-top: 1px;
  margin-left: -2px;
}
button[theme][theme="primary"]:focus,
button[theme][theme="primary"]:hover,
button[theme][theme="primary"][color="ocean"]:focus,
button[theme][theme="primary"][color="ocean"]:hover,
button[theme][theme="primary"][color="positive"]:focus,
button[theme][theme="primary"][color="positive"]:hover {
  background: #75a5e4;
}
button[theme][theme="primary"]:active,
button[theme][theme="primary"][color="ocean"]:active,
button[theme][theme="primary"][color="positive"]:active {
  background: #357bd8;
}
button[theme][theme="primary"][color="ocean"],
button[theme][theme="primary"][color="positive"] {
  background: #4a89dc;
}
button[theme][theme="primary"][color="grass"],
button[theme][theme="primary"][color="success"] {
  background: #8cc152;
}
button[theme][theme="primary"][color="grass"]:focus,
button[theme][theme="primary"][color="grass"]:hover,
button[theme][theme="primary"][color="success"]:focus,
button[theme][theme="primary"][color="success"]:hover {
  background: #a5ce78;
}
button[theme][theme="primary"][color="grass"]:active,
button[theme][theme="primary"][color="success"]:active {
  background: #7fb842;
}
button[theme][theme="primary"][color="grapefruit"],
button[theme][theme="primary"][color="negative"] {
  background: #da4453;
}
button[theme][theme="primary"][color="grapefruit"]:focus,
button[theme][theme="primary"][color="grapefruit"]:hover,
button[theme][theme="primary"][color="negative"]:focus,
button[theme][theme="primary"][color="negative"]:hover {
  background: #e26f7a;
}
button[theme][theme="primary"][color="grapefruit"]:active,
button[theme][theme="primary"][color="negative"]:active {
  background: #d62f3f;
}
button[theme][theme="primary"][color="sunflower"],
button[theme][theme="primary"][color="warning"] {
  background: #f6b042;
}
button[theme][theme="primary"][color="sunflower"]:focus,
button[theme][theme="primary"][color="sunflower"]:hover,
button[theme][theme="primary"][color="warning"]:focus,
button[theme][theme="primary"][color="warning"]:hover {
  background: #f8c473;
}
button[theme][theme="primary"][color="sunflower"]:active,
button[theme][theme="primary"][color="warning"]:active {
  background: #f5a62a;
}
button[theme][theme="primary"][color="background"],
button[theme][theme="primary"][color="light"]:focus,
button[theme][theme="primary"][color="light"]:hover,
button[theme][theme="primary"][color="off-white"],
button[theme][theme="primary"][color="white"]:focus,
button[theme][theme="primary"][color="white"]:hover {
  background: #f4f4f4;
}
button[theme][theme="primary"][color="background"]:focus,
button[theme][theme="primary"][color="background"]:hover,
button[theme][theme="primary"][color="off-white"]:focus,
button[theme][theme="primary"][color="off-white"]:hover {
  background: #fff;
}
button[theme][theme="primary"][color="background"]:active,
button[theme][theme="primary"][color="off-white"]:active,
button[theme][theme="primary"][color="white"]:active {
  background: #e7e7e7;
}
button[theme][theme="primary"][color="black"],
button[theme][theme="primary"][color="black"]:active {
  background: #000;
}
button[theme][theme="primary"][color="black"]:focus,
button[theme][theme="primary"][color="black"]:hover {
  background: #1a1919;
}
button[theme][theme="primary"][color="grey"] {
  background: #999;
}
button[theme][theme="primary"][color="grey"]:focus,
button[theme][theme="primary"][color="grey"]:hover {
  background: #b3b2b2;
}
button[theme][theme="primary"][color="grey"]:active {
  background: #8c8c8c;
}
button[theme][theme="primary"][color="dark"] {
  background: #3d464d;
}
button[theme][theme="primary"][color="dark"]:focus,
button[theme][theme="primary"][color="dark"]:hover {
  background: #546069;
}
button[theme][theme="primary"][color="dark"]:active {
  background: #32393f;
}
button[theme][theme="primary"][color="light"] {
  background: #d9dadc;
}
button[theme][theme="primary"][color="light"]:active {
  background: #cccdd0;
}
button[theme][theme="primary"][color="aqua"],
button[theme][theme="primary"][color="pulse"] {
  background: #3bafda;
}
button[theme][theme="primary"][color="aqua"]:focus,
button[theme][theme="primary"][color="aqua"]:hover,
button[theme][theme="primary"][color="pulse"]:focus,
button[theme][theme="primary"][color="pulse"]:hover {
  background: #66c1e2;
}
button[theme][theme="primary"][color="aqua"]:active,
button[theme][theme="primary"][color="pulse"]:active {
  background: #28a5d4;
}
button[theme][theme="primary"][color="neutral"] {
  background: #4f5361;
}
button[theme][theme="primary"][color="neutral"]:focus,
button[theme][theme="primary"][color="neutral"]:hover {
  background: #666b7d;
}
button[theme][theme="primary"][color="neutral"]:active {
  background: #444753;
}
button[theme][theme="primary"][color="empty"] {
  background: #cccdcc;
}
button[theme][theme="primary"][color="empty"]:focus,
button[theme][theme="primary"][color="empty"]:hover {
  background: #e6e6e6;
}
button[theme][theme="primary"][color="empty"]:active {
  background: #bfc0bf;
}
button[theme][theme="primary"][color="white"] {
  background: #fff;
  color: #4a89dc;
}
button[theme][theme="primary"][color="white"] i {
  background: rgba(0, 0, 0, 0.05);
}
button[theme][theme="primary"][color="mint"] {
  background: #37bc9b;
}
button[theme][theme="primary"][color="mint"]:focus,
button[theme][theme="primary"][color="mint"]:hover {
  background: #58ceb1;
}
button[theme][theme="primary"][color="mint"]:active {
  background: #31a88b;
}
button[theme][theme="primary"][color="bittersweet"] {
  background: #eb6845;
}
button[theme][theme="primary"][color="bittersweet"]:focus,
button[theme][theme="primary"][color="bittersweet"]:hover {
  background: #f08d73;
}
button[theme][theme="primary"][color="bittersweet"]:active {
  background: #e9552e;
}
button[theme][theme="primary"][color="carnation"] {
  background: #d770ad;
}
button[theme][theme="primary"][color="carnation"]:focus,
button[theme][theme="primary"][color="carnation"]:hover {
  background: #e298c4;
}
button[theme][theme="primary"][color="carnation"]:active {
  background: #d15ca2;
}
button[theme][theme="primary"][color="lavender"] {
  background: #967adc;
}
button[theme][theme="primary"][color="lavender"]:focus,
button[theme][theme="primary"][color="lavender"]:hover {
  background: #b6a2e7;
}
button[theme][theme="primary"][color="lavender"]:active {
  background: #8666d7;
}
button[theme][theme="primary"][color="mountain"] {
  background: #9678b6;
}
button[theme][theme="primary"][color="mountain"]:focus,
button[theme][theme="primary"][color="mountain"]:hover {
  background: #b099c8;
}
button[theme][theme="primary"][color="mountain"]:active {
  background: #8967ad;
}
button[theme][theme="secondary"] {
  text-align: left;
  align-items: center;
  background: #fff;
  color: #4a89dc;
  border: 1px solid #4a89dc;
}
button[theme][theme="secondary"] i.loading {
  margin-left: 10px;
}
button[theme][theme="secondary"] i.loading svg .spinner {
  fill: #4a89dc;
}
button[theme][theme="secondary"]:focus,
button[theme][theme="secondary"]:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15);
}
button[theme][theme="secondary"]:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
button[theme][theme="secondary"][inverse] {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 1px solid #fff;
}
button[theme][theme="secondary"][inverse]:focus,
button[theme][theme="secondary"][inverse]:hover {
  background: rgba(0, 0, 0, 0.35);
}
button[theme][theme="secondary"][inverse]:active {
  background: rgba(0, 0, 0, 0.45);
}
button[theme][theme="secondary"][inverse] i.loading svg .spinner {
  fill: #fff;
}
button[theme][theme="secondary"][icon] i {
  padding: 5px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
button[theme][theme="dialogue"][icon] i:before,
button[theme][theme="secondary"][icon] i:before {
  vertical-align: baseline;
}
button[theme][theme="dialogue"] {
  background: 0 0;
  color: #4a89dc;
}
button[theme][theme="dialogue"][icon] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button[theme][theme="dialogue"][icon] i {
  padding: 5px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button[theme][theme="dialogue"]:focus,
button[theme][theme="dialogue"]:hover {
  background: #ececed;
}
button[theme][theme="dialogue"]:active {
  background: #dedfe1;
}
button[theme][theme="dialogue"][inverse]:focus,
button[theme][theme="dialogue"][inverse]:hover {
  background: rgba(0, 0, 0, 0.2);
}
button[theme][theme="dialogue"][inverse]:active {
  background: rgba(0, 0, 0, 0.35);
}
button[theme][theme="dialogue"][color="positive"],
button[theme][theme="dialogue"][color="positive"] i {
  color: #4a89dc;
}
button[theme][theme="dialogue"][color="positive"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="positive"] i.loading svg .spinner {
  fill: #4a89dc;
}
button[theme][theme="dialogue"][color="success"],
button[theme][theme="dialogue"][color="success"] i {
  color: #8cc152;
}
button[theme][theme="dialogue"][color="success"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="success"] i.loading svg .spinner {
  fill: #8cc152;
}
button[theme][theme="dialogue"][color="negative"],
button[theme][theme="dialogue"][color="negative"] i {
  color: #da4453;
}
button[theme][theme="dialogue"][color="negative"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="negative"] i.loading svg .spinner {
  fill: #da4453;
}
button[theme][theme="dialogue"][color="warning"],
button[theme][theme="dialogue"][color="warning"] i {
  color: #f6b042;
}
button[theme][theme="dialogue"][color="warning"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="warning"] i.loading svg .spinner {
  fill: #f6b042;
}
button[theme][theme="dialogue"][color="background"],
button[theme][theme="dialogue"][color="background"] i {
  color: #f4f4f4;
}
button[theme][theme="dialogue"][color="background"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="background"] i.loading svg .spinner {
  fill: #f4f4f4;
}
button[theme][theme="dialogue"][color="black"],
button[theme][theme="dialogue"][color="black"] i {
  color: #000;
}
button[theme][theme="dialogue"][color="black"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="black"] i.loading svg .spinner {
  fill: #000;
}
button[theme][theme="dialogue"][color="white"],
button[theme][theme="dialogue"][color="white"] i {
  color: #fff;
}
button[theme][theme="dialogue"][color="white"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="white"] i.loading svg .spinner {
  fill: #fff;
}
button[theme][theme="dialogue"][color="grey"],
button[theme][theme="dialogue"][color="grey"] i {
  color: #999;
}
button[theme][theme="dialogue"][color="grey"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="grey"] i.loading svg .spinner {
  fill: #999;
}
button[theme][theme="dialogue"][color="off-white"],
button[theme][theme="dialogue"][color="off-white"] i {
  color: #f4f4f4;
}
button[theme][theme="dialogue"][color="off-white"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="off-white"] i.loading svg .spinner {
  fill: #f4f4f4;
}
button[theme][theme="dialogue"][color="dark"],
button[theme][theme="dialogue"][color="dark"] i {
  color: #3d464d;
}
button[theme][theme="dialogue"][color="dark"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="dark"] i.loading svg .spinner {
  fill: #3d464d;
}
button[theme][theme="dialogue"][color="light"],
button[theme][theme="dialogue"][color="light"] i {
  color: #d9dadc;
}
button[theme][theme="dialogue"][color="light"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="light"] i.loading svg .spinner {
  fill: #d9dadc;
}
button[theme][theme="dialogue"][color="pulse"],
button[theme][theme="dialogue"][color="pulse"] i {
  color: #3bafda;
}
button[theme][theme="dialogue"][color="pulse"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="pulse"] i.loading svg .spinner {
  fill: #3bafda;
}
button[theme][theme="dialogue"][color="neutral"],
button[theme][theme="dialogue"][color="neutral"] i {
  color: #4f5361;
}
button[theme][theme="dialogue"][color="neutral"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="neutral"] i.loading svg .spinner {
  fill: #4f5361;
}
button[theme][theme="dialogue"][color="empty"],
button[theme][theme="dialogue"][color="empty"] i {
  color: #cccdcc;
}
button[theme][theme="dialogue"][color="empty"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="empty"] i.loading svg .spinner {
  fill: #cccdcc;
}
button[theme][theme="dialogue"][color="aqua"],
button[theme][theme="dialogue"][color="aqua"] i {
  color: #3bafda;
}
button[theme][theme="dialogue"][color="aqua"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="aqua"] i.loading svg .spinner {
  fill: #3bafda;
}
button[theme][theme="dialogue"][color="ocean"],
button[theme][theme="dialogue"][color="ocean"] i {
  color: #4a89dc;
}
button[theme][theme="dialogue"][color="ocean"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="ocean"] i.loading svg .spinner {
  fill: #4a89dc;
}
button[theme][theme="dialogue"][color="mint"],
button[theme][theme="dialogue"][color="mint"] i {
  color: #37bc9b;
}
button[theme][theme="dialogue"][color="mint"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="mint"] i.loading svg .spinner {
  fill: #37bc9b;
}
button[theme][theme="dialogue"][color="grass"],
button[theme][theme="dialogue"][color="grass"] i {
  color: #8cc152;
}
button[theme][theme="dialogue"][color="grass"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="grass"] i.loading svg .spinner {
  fill: #8cc152;
}
button[theme][theme="dialogue"][color="sunflower"],
button[theme][theme="dialogue"][color="sunflower"] i {
  color: #f6b042;
}
button[theme][theme="dialogue"][color="sunflower"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="sunflower"] i.loading svg .spinner {
  fill: #f6b042;
}
button[theme][theme="dialogue"][color="bittersweet"],
button[theme][theme="dialogue"][color="bittersweet"] i {
  color: #eb6845;
}
button[theme][theme="dialogue"][color="bittersweet"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="bittersweet"] i.loading svg .spinner {
  fill: #eb6845;
}
button[theme][theme="dialogue"][color="grapefruit"],
button[theme][theme="dialogue"][color="grapefruit"] i {
  color: #da4453;
}
button[theme][theme="dialogue"][color="grapefruit"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="grapefruit"] i.loading svg .spinner {
  fill: #da4453;
}
button[theme][theme="dialogue"][color="carnation"],
button[theme][theme="dialogue"][color="carnation"] i {
  color: #d770ad;
}
button[theme][theme="dialogue"][color="carnation"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="carnation"] i.loading svg .spinner {
  fill: #d770ad;
}
button[theme][theme="dialogue"][color="lavender"],
button[theme][theme="dialogue"][color="lavender"] i {
  color: #967adc;
}
button[theme][theme="dialogue"][color="lavender"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="lavender"] i.loading svg .spinner {
  fill: #967adc;
}
button[theme][theme="dialogue"][color="mountain"],
button[theme][theme="dialogue"][color="mountain"] i {
  color: #9678b6;
}
button[theme][theme="dialogue"][color="mountain"] i.loading {
  margin-left: 10px;
}
button[theme][theme="dialogue"][color="mountain"] i.loading svg .spinner {
  fill: #9678b6;
}
button[theme][theme="standard"] {
  color: #3d464d;
  background: #d9dadc;
}
button[theme][theme="standard"]:focus,
button[theme][theme="standard"]:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15);
}
button[theme][theme="standard"]:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
button[theme][theme="fab"][color="ocean"],
button[theme][theme="fab"][color="positive"],
button[theme][theme="standard"][color="ocean"],
button[theme][theme="standard"][color="positive"] {
  color: #fff;
  background: #4a89dc;
}
button[theme][theme="fab"][color="grass"],
button[theme][theme="fab"][color="success"],
button[theme][theme="standard"][color="grass"],
button[theme][theme="standard"][color="success"] {
  color: #fff;
  background: #8cc152;
}
button[theme][theme="fab"][color="grapefruit"],
button[theme][theme="fab"][color="negative"],
button[theme][theme="standard"][color="grapefruit"],
button[theme][theme="standard"][color="negative"] {
  color: #fff;
  background: #da4453;
}
button[theme][theme="fab"][color="sunflower"],
button[theme][theme="fab"][color="warning"],
button[theme][theme="standard"][color="sunflower"],
button[theme][theme="standard"][color="warning"] {
  color: #fff;
  background: #f6b042;
}
button[theme][theme="standard"][color="background"],
button[theme][theme="standard"][color="off-white"] {
  background: #f4f4f4;
}
button[theme][theme="fab"][color="black"],
button[theme][theme="standard"][color="black"] {
  color: #fff;
  background: #000;
}
button[theme][theme="standard"][color="white"] {
  background: #fff;
}
button[theme][theme="fab"][color="grey"],
button[theme][theme="standard"][color="grey"] {
  color: #fff;
  background: #999;
}
button[theme][theme="fab"][color="dark"],
button[theme][theme="standard"][color="dark"] {
  color: #fff;
  background: #3d464d;
}
button[theme][theme="standard"][color="light"] {
  background: #d9dadc;
}
button[theme][theme="fab"][color="aqua"],
button[theme][theme="fab"][color="pulse"],
button[theme][theme="standard"][color="aqua"],
button[theme][theme="standard"][color="pulse"] {
  color: #fff;
  background: #3bafda;
}
button[theme][theme="fab"][color="corporateuser"],
button[theme][theme="fab"][color="credential"],
button[theme][theme="fab"][color="distributionList"],
button[theme][theme="fab"][color="neutral"],
button[theme][theme="fab"][color="task"],
button[theme][theme="fab"][color="user"],
button[theme][theme="standard"][color="neutral"] {
  color: #fff;
  background: #4f5361;
}
button[theme][theme="fab"][color="empty"],
button[theme][theme="standard"][color="empty"] {
  color: #fff;
  background: #cccdcc;
}
button[theme][theme="fab"][color="mint"],
button[theme][theme="standard"][color="mint"] {
  color: #fff;
  background: #37bc9b;
}
button[theme][theme="fab"][color="bittersweet"],
button[theme][theme="standard"][color="bittersweet"] {
  color: #fff;
  background: #eb6845;
}
button[theme][theme="fab"][color="carnation"],
button[theme][theme="standard"][color="carnation"] {
  color: #fff;
  background: #d770ad;
}
button[theme][theme="fab"][color="lavender"],
button[theme][theme="standard"][color="lavender"] {
  color: #fff;
  background: #967adc;
}
button[theme][theme="fab"][color="mountain"],
button[theme][theme="standard"][color="mountain"] {
  color: #fff;
  background: #9678b6;
}
button[theme][theme="standard"][color="background"],
button[theme][theme="standard"][color="gray"],
button[theme][theme="standard"][color="light"],
button[theme][theme="standard"][color="off-white"],
button[theme][theme="standard"][color="white"] {
  color: #3d464d;
}
button[theme][theme="icon"] {
  width: 40px;
  height: 40px;
  padding: 10px;
}
button[theme][theme="fab"][inverse],
button[theme][theme="icon"][inverse] {
  color: #fff;
}
button[theme][theme="icon"] i {
  margin: 0 !important;
}
button[theme][theme="icon"]:hover {
  background: rgba(0, 0, 0, 0.1);
}
button[theme][theme="icon"]:active {
  background: rgba(0, 0, 0, 0.25);
}
button[theme][theme="fab"] {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50% !important;
}
button[theme][theme="fab"][color="company"] {
  color: #fff;
  background: #39d;
}
button[theme][theme="fab"][color="candidate"] {
  color: #fff;
  background: #4b7;
}
button[theme][theme="fab"][color="navigation"] {
  color: #fff;
  background: #2f384f;
}
button[theme][theme="fab"][color="lead"] {
  color: #fff;
  background: #a69;
}
button[theme][theme="fab"][color="contact"] {
  color: #fff;
  background: #fa4;
}
button[theme][theme="fab"][color="opportunity"] {
  color: #fff;
  background: #625;
}
button[theme][theme="fab"][color="job"] {
  color: #fff;
  background: #b56;
}
button[theme][theme="fab"][color="billableCharge"],
button[theme][theme="fab"][color="earnCode"],
button[theme][theme="fab"][color="invoiceStatement"],
button[theme][theme="fab"][color="jobCode"],
button[theme][theme="fab"][color="payableCharge"] {
  color: #fff;
  background: #696d79;
}
button[theme][theme="fab"][color="note"],
button[theme][theme="fab"][color="sendout"] {
  color: #fff;
  background: #747884;
}
button[theme][theme="fab"][color="placement"] {
  color: #fff;
  background: #0b344f;
}
button[theme][theme="fab"][color="navy"] {
  color: #fff;
  background: #0d2d42;
}
button[theme][theme="fab"][color="contract"] {
  color: #fff;
  background: #454ea0;
}
button[theme][theme="fab"][color="submission"] {
  color: #fff;
  background: #a9adbb;
}
button[theme][theme="fab"][color="background"],
button[theme][theme="fab"][color="off-white"] {
  color: #fff;
  background: #f4f4f4;
}
button[theme][theme="fab"][color="white"] {
  color: #fff;
  background: #fff;
}
button[theme][theme="fab"][color="light"] {
  color: #fff;
  background: #d9dadc;
}
button[theme][theme="fab"]:active,
button[theme][theme="fab"]:hover {
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
novo-toast {
  display: flex;
  flex-shrink: 0;
  position: relative;
  background: #0d2d42;
  color: #fff;
  padding: 15px 15px 15px 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
novo-toast.show {
  display: block;
}
novo-toast p {
  white-space: pre-line;
}
novo-toast.launched {
  display: none;
  position: fixed;
  z-index: 9999;
}
novo-toast.toast-container {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
novo-toast.toast-container &gt; .toast-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  float: left;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-right: 15px;
}
novo-toast.toast-container &gt; .toast-icon i {
  display: flex;
  position: relative;
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
novo-toast.toast-container &gt; .close-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: flex-start;
  cursor: pointer;
}
novo-toast.toast-container &gt; .close-icon i {
  display: flex;
  position: relative;
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
novo-toast.toast-container .toast-content {
  float: left;
  width: calc(100% - 47px);
  flex-direction: column;
  display: flex;
}
novo-toast.toast-container .toast-content h5 + p {
  top: 0;
}
novo-toast.toast-container .toast-content p {
  position: relative;
  top: -1px;
}
novo-toast.toast-container .toast-content .link-generated {
  width: 100%;
  position: relative;
}
novo-toast.toast-container .toast-content .link-generated input {
  font-size: 1em;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #afb9c0;
  border-radius: 0;
  outline: 0;
  height: 2rem;
  width: 95%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #fff;
  text-overflow: ellipsis;
}
novo-toast.toast-container .toast-content .link-generated input:focus {
  background-color: #4a89dc;
}
novo-toast.toast-container .toast-content .link-generated input:hover {
  border-bottom: 1px solid #5f6d78;
}
novo-toast .toast-content &gt; h5 {
  display: block;
  color: #fff;
  margin: 0 0 5px;
  font-size: 14px;
}
novo-toast:not(.default) .toast-content &gt; h5 {
  color: #fff;
}
novo-toast .toast-content &gt; p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  max-width: inherit;
}
novo-toast .toast-content &gt; p.message-only {
  top: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
novo-toast.danger-outline,
novo-toast.danger-outline .toast-container .toast-content .link-generated input,
novo-toast.danger-outline .toast-content &gt; h5,
novo-toast.info-outline,
novo-toast.info-outline .toast-container .toast-content .link-generated input,
novo-toast.info-outline .toast-content &gt; h5,
novo-toast.success-outline,
novo-toast.success-outline
  .toast-container
  .toast-content
  .link-generated
  input,
novo-toast.success-outline .toast-content &gt; h5,
novo-toast.warning-outline,
novo-toast.warning-outline
  .toast-container
  .toast-content
  .link-generated
  input,
novo-toast.warning-outline .toast-content &gt; h5 {
  color: #3d464d;
}
novo-toast.danger i,
novo-toast.danger p,
novo-toast.info i,
novo-toast.info p,
novo-toast.success i,
novo-toast.success p,
novo-toast.warning i,
novo-toast.warning p {
  color: #fff;
}
novo-toast.success-outline {
  border: 1px solid #8cc152;
  background: #fff;
}
novo-toast.info {
  background: #4a89dc;
}
novo-toast.info-outline {
  border: 1px solid #4a89dc;
  background: #fff;
}
novo-toast.warning-outline {
  border: 1px solid #f6b042;
  background: #fff;
}
novo-toast.danger {
  background: #da4453;
}
novo-toast.danger-outline {
  border: 1px solid #da4453;
  background: #fff;
}
novo-toast.aqua {
  background: #3bafda;
}
novo-toast.ocean {
  background: #4a89dc;
}
novo-toast.mint {
  background: #37bc9b;
}
novo-toast.grass {
  background: #8cc152;
}
novo-toast.sunflower {
  background: #f6b042;
}
novo-toast.bittersweet {
  background: #eb6845;
}
novo-toast.grapefruit {
  background: #da4453;
}
novo-toast.carnation {
  background: #d770ad;
}
novo-toast.lavender {
  background: #967adc;
}
novo-toast.mountain {
  background: #9678b6;
}
novo-toast.star {
  background: #0b344f;
}
novo-toast.person {
  background: #fa4;
}
novo-toast.company {
  background: #39d;
}
novo-toast.candidate {
  background: #4b7;
}
novo-toast.navigation {
  background: #2f384f;
}
novo-toast.lead {
  background: #a69;
}
novo-toast.contact {
  background: #fa4;
}
novo-toast.opportunity {
  background: #625;
}
novo-toast.job {
  background: #b56;
}
novo-toast.submission {
  background: #a9adbb;
}
novo-toast.sendout {
  background: #747884;
}
novo-toast.placement {
  background: #0b344f;
}
novo-toast.note {
  background: #747884;
}
novo-toast.corporateuser,
novo-toast.credential,
novo-toast.distributionList,
novo-toast.task,
novo-toast.user {
  background: #4f5361;
}
novo-toast.contract {
  background: #454ea0;
}
novo-toast.billableCharge,
novo-toast.earnCode,
novo-toast.invoiceStatement,
novo-toast.jobCode,
novo-toast.payableCharge {
  background: #696d79;
}
novo-toast.positive {
  background: #4a89dc;
}
novo-toast.success {
  background: #8cc152;
}
novo-toast.negative {
  background: #da4453;
}
novo-toast.warning {
  background: #f6b042;
}
novo-toast.black {
  background: #000;
}
novo-toast.white {
  background: #fff;
}
novo-toast.grey {
  background: #999;
}
novo-toast.off-white {
  background: #f4f4f4;
}
novo-toast.dark {
  background: #3d464d;
}
novo-toast.light {
  background: #d9dadc;
}
novo-toast.pulse {
  background: #3bafda;
}
novo-toast.empty {
  background: #cccdcc;
}
novo-toast.text {
  background: #3d464d;
}
novo-toast.neutral {
  background: #4f5361;
}
novo-toast.background {
  background: #f4f4f4;
}
novo-toast.background .toast-content &gt; h5 {
  color: #3d464d !important;
}
novo-toast.background i,
novo-toast.background p {
  color: #3d464d;
}
novo-toast.fixedBottom,
novo-toast.fixedTop {
  left: 0;
  right: 0;
}
novo-toast.fixedTop {
  top: -100%;
  padding-top: 20px;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
novo-toast.fixedTop.animate {
  padding-top: 20px;
  top: -6px;
}
novo-toast.fixedBottom {
  bottom: -100%;
  padding-bottom: 20px;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
novo-toast.fixedBottom.animate {
  padding-bottom: 20px;
  bottom: -6px;
}
novo-toast[class*="growl"] {
  border-radius: 3px;
  max-width: 350px;
}
novo-toast[class*="growl"] .toast-content h5 {
  display: block;
  color: #fff;
  margin: 0 0 5px;
  font-size: 14px;
}
novo-toast[class*="growl"] .toast-content p {
  font-size: 14px;
  width: 100%;
}
novo-toast.growlBottomLeft,
novo-toast.growlTopLeft {
  left: -100%;
  right: auto;
  width: calc(100% - 30px);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
novo-toast.growlBottomLeft.animate,
novo-toast.growlTopLeft.animate {
  left: 15px;
}
novo-toast.growlTopLeft,
novo-toast.growlTopRight {
  top: 15px;
}
novo-toast.growlBottomLeft,
novo-toast.growlBottomRight {
  bottom: 15px;
}
novo-toast.growlBottomRight,
novo-toast.growlTopRight {
  right: -100%;
  left: auto;
  width: calc(100% - 30px);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
novo-toast.growlBottomRight.animate,
novo-toast.growlTopRight.animate {
  right: 15px;
}
novo-toast.fixedTop:nth-last-of-type(2) {
  top: 25px;
  z-index: 9997;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(3) {
  top: 50px;
  z-index: 9996;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(4) {
  top: 75px;
  z-index: 9995;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(5) {
  top: 100px;
  z-index: 9994;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(6) {
  top: 125px;
  z-index: 9993;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(7) {
  top: 150px;
  z-index: 9992;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(8) {
  top: 175px;
  z-index: 9991;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(9) {
  top: 200px;
  z-index: 9990;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(10) {
  top: 225px;
  z-index: 9989;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(11) {
  top: 250px;
  z-index: 9988;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(12) {
  top: 275px;
  z-index: 9987;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(13) {
  top: 300px;
  z-index: 9986;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(14) {
  top: 325px;
  z-index: 9985;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(15) {
  top: 350px;
  z-index: 9984;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(16) {
  top: 375px;
  z-index: 9983;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(17) {
  top: 400px;
  z-index: 9982;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(18) {
  top: 425px;
  z-index: 9981;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(19) {
  top: 450px;
  z-index: 9980;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(20) {
  top: 475px;
  z-index: 9979;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(21) {
  top: 500px;
  z-index: 9978;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(22) {
  top: 525px;
  z-index: 9977;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(23) {
  top: 550px;
  z-index: 9976;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(24) {
  top: 575px;
  z-index: 9975;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(25) {
  top: 600px;
  z-index: 9974;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(26) {
  top: 625px;
  z-index: 9973;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(27) {
  top: 650px;
  z-index: 9972;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(28) {
  top: 675px;
  z-index: 9971;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(29) {
  top: 700px;
  z-index: 9970;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(30) {
  top: 725px;
  z-index: 9969;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(31) {
  top: 750px;
  z-index: 9968;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(32) {
  top: 775px;
  z-index: 9967;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(33) {
  top: 800px;
  z-index: 9966;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(34) {
  top: 825px;
  z-index: 9965;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(35) {
  top: 850px;
  z-index: 9964;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(36) {
  top: 875px;
  z-index: 9963;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(37) {
  top: 900px;
  z-index: 9962;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(38) {
  top: 925px;
  z-index: 9961;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(39) {
  top: 950px;
  z-index: 9960;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(40) {
  top: 975px;
  z-index: 9959;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(41) {
  top: 1000px;
  z-index: 9958;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(42) {
  top: 1025px;
  z-index: 9957;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(43) {
  top: 1050px;
  z-index: 9956;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(44) {
  top: 1075px;
  z-index: 9955;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(45) {
  top: 1100px;
  z-index: 9954;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(46) {
  top: 1125px;
  z-index: 9953;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(47) {
  top: 1150px;
  z-index: 9952;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(48) {
  top: 1175px;
  z-index: 9951;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(49) {
  top: 1200px;
  z-index: 9950;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(50) {
  top: 1225px;
  z-index: 9949;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(51) {
  top: 1250px;
  z-index: 9948;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(52) {
  top: 1275px;
  z-index: 9947;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(53) {
  top: 1300px;
  z-index: 9946;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(54) {
  top: 1325px;
  z-index: 9945;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(55) {
  top: 1350px;
  z-index: 9944;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(56) {
  top: 1375px;
  z-index: 9943;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(57) {
  top: 1400px;
  z-index: 9942;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(58) {
  top: 1425px;
  z-index: 9941;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(59) {
  top: 1450px;
  z-index: 9940;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(60) {
  top: 1475px;
  z-index: 9939;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(61) {
  top: 1500px;
  z-index: 9938;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(62) {
  top: 1525px;
  z-index: 9937;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(63) {
  top: 1550px;
  z-index: 9936;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(64) {
  top: 1575px;
  z-index: 9935;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(65) {
  top: 1600px;
  z-index: 9934;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(66) {
  top: 1625px;
  z-index: 9933;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(67) {
  top: 1650px;
  z-index: 9932;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(68) {
  top: 1675px;
  z-index: 9931;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(69) {
  top: 1700px;
  z-index: 9930;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(70) {
  top: 1725px;
  z-index: 9929;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(71) {
  top: 1750px;
  z-index: 9928;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(72) {
  top: 1775px;
  z-index: 9927;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(73) {
  top: 1800px;
  z-index: 9926;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(74) {
  top: 1825px;
  z-index: 9925;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(75) {
  top: 1850px;
  z-index: 9924;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(76) {
  top: 1875px;
  z-index: 9923;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(77) {
  top: 1900px;
  z-index: 9922;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(78) {
  top: 1925px;
  z-index: 9921;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(79) {
  top: 1950px;
  z-index: 9920;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(80) {
  top: 1975px;
  z-index: 9919;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(81) {
  top: 2000px;
  z-index: 9918;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(82) {
  top: 2025px;
  z-index: 9917;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(83) {
  top: 2050px;
  z-index: 9916;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(84) {
  top: 2075px;
  z-index: 9915;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(85) {
  top: 2100px;
  z-index: 9914;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(86) {
  top: 2125px;
  z-index: 9913;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(87) {
  top: 2150px;
  z-index: 9912;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(88) {
  top: 2175px;
  z-index: 9911;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(89) {
  top: 2200px;
  z-index: 9910;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(90) {
  top: 2225px;
  z-index: 9909;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(91) {
  top: 2250px;
  z-index: 9908;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(92) {
  top: 2275px;
  z-index: 9907;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(93) {
  top: 2300px;
  z-index: 9906;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(94) {
  top: 2325px;
  z-index: 9905;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(95) {
  top: 2350px;
  z-index: 9904;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(96) {
  top: 2375px;
  z-index: 9903;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(97) {
  top: 2400px;
  z-index: 9902;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(98) {
  top: 2425px;
  z-index: 9901;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(99) {
  top: 2450px;
  z-index: 9900;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedTop:nth-last-of-type(100) {
  top: 2475px;
  z-index: 9899;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(2) {
  bottom: 25px;
  z-index: 9997;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(3) {
  bottom: 50px;
  z-index: 9996;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(4) {
  bottom: 75px;
  z-index: 9995;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(5) {
  bottom: 100px;
  z-index: 9994;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(6) {
  bottom: 125px;
  z-index: 9993;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(7) {
  bottom: 150px;
  z-index: 9992;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(8) {
  bottom: 175px;
  z-index: 9991;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(9) {
  bottom: 200px;
  z-index: 9990;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(10) {
  bottom: 225px;
  z-index: 9989;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(11) {
  bottom: 250px;
  z-index: 9988;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(12) {
  bottom: 275px;
  z-index: 9987;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(13) {
  bottom: 300px;
  z-index: 9986;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(14) {
  bottom: 325px;
  z-index: 9985;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(15) {
  bottom: 350px;
  z-index: 9984;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(16) {
  bottom: 375px;
  z-index: 9983;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(17) {
  bottom: 400px;
  z-index: 9982;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(18) {
  bottom: 425px;
  z-index: 9981;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(19) {
  bottom: 450px;
  z-index: 9980;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(20) {
  bottom: 475px;
  z-index: 9979;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(21) {
  bottom: 500px;
  z-index: 9978;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(22) {
  bottom: 525px;
  z-index: 9977;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(23) {
  bottom: 550px;
  z-index: 9976;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(24) {
  bottom: 575px;
  z-index: 9975;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(25) {
  bottom: 600px;
  z-index: 9974;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(26) {
  bottom: 625px;
  z-index: 9973;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(27) {
  bottom: 650px;
  z-index: 9972;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(28) {
  bottom: 675px;
  z-index: 9971;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(29) {
  bottom: 700px;
  z-index: 9970;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(30) {
  bottom: 725px;
  z-index: 9969;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(31) {
  bottom: 750px;
  z-index: 9968;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(32) {
  bottom: 775px;
  z-index: 9967;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(33) {
  bottom: 800px;
  z-index: 9966;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(34) {
  bottom: 825px;
  z-index: 9965;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(35) {
  bottom: 850px;
  z-index: 9964;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(36) {
  bottom: 875px;
  z-index: 9963;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(37) {
  bottom: 900px;
  z-index: 9962;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(38) {
  bottom: 925px;
  z-index: 9961;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(39) {
  bottom: 950px;
  z-index: 9960;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(40) {
  bottom: 975px;
  z-index: 9959;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(41) {
  bottom: 1000px;
  z-index: 9958;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(42) {
  bottom: 1025px;
  z-index: 9957;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(43) {
  bottom: 1050px;
  z-index: 9956;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(44) {
  bottom: 1075px;
  z-index: 9955;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(45) {
  bottom: 1100px;
  z-index: 9954;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(46) {
  bottom: 1125px;
  z-index: 9953;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(47) {
  bottom: 1150px;
  z-index: 9952;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(48) {
  bottom: 1175px;
  z-index: 9951;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(49) {
  bottom: 1200px;
  z-index: 9950;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(50) {
  bottom: 1225px;
  z-index: 9949;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(51) {
  bottom: 1250px;
  z-index: 9948;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(52) {
  bottom: 1275px;
  z-index: 9947;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(53) {
  bottom: 1300px;
  z-index: 9946;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(54) {
  bottom: 1325px;
  z-index: 9945;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(55) {
  bottom: 1350px;
  z-index: 9944;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(56) {
  bottom: 1375px;
  z-index: 9943;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(57) {
  bottom: 1400px;
  z-index: 9942;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(58) {
  bottom: 1425px;
  z-index: 9941;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(59) {
  bottom: 1450px;
  z-index: 9940;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(60) {
  bottom: 1475px;
  z-index: 9939;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(61) {
  bottom: 1500px;
  z-index: 9938;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(62) {
  bottom: 1525px;
  z-index: 9937;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(63) {
  bottom: 1550px;
  z-index: 9936;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(64) {
  bottom: 1575px;
  z-index: 9935;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(65) {
  bottom: 1600px;
  z-index: 9934;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(66) {
  bottom: 1625px;
  z-index: 9933;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(67) {
  bottom: 1650px;
  z-index: 9932;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(68) {
  bottom: 1675px;
  z-index: 9931;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(69) {
  bottom: 1700px;
  z-index: 9930;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(70) {
  bottom: 1725px;
  z-index: 9929;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(71) {
  bottom: 1750px;
  z-index: 9928;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(72) {
  bottom: 1775px;
  z-index: 9927;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(73) {
  bottom: 1800px;
  z-index: 9926;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(74) {
  bottom: 1825px;
  z-index: 9925;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(75) {
  bottom: 1850px;
  z-index: 9924;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(76) {
  bottom: 1875px;
  z-index: 9923;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(77) {
  bottom: 1900px;
  z-index: 9922;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(78) {
  bottom: 1925px;
  z-index: 9921;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(79) {
  bottom: 1950px;
  z-index: 9920;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(80) {
  bottom: 1975px;
  z-index: 9919;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(81) {
  bottom: 2000px;
  z-index: 9918;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(82) {
  bottom: 2025px;
  z-index: 9917;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(83) {
  bottom: 2050px;
  z-index: 9916;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(84) {
  bottom: 2075px;
  z-index: 9915;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(85) {
  bottom: 2100px;
  z-index: 9914;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(86) {
  bottom: 2125px;
  z-index: 9913;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(87) {
  bottom: 2150px;
  z-index: 9912;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(88) {
  bottom: 2175px;
  z-index: 9911;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(89) {
  bottom: 2200px;
  z-index: 9910;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(90) {
  bottom: 2225px;
  z-index: 9909;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(91) {
  bottom: 2250px;
  z-index: 9908;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(92) {
  bottom: 2275px;
  z-index: 9907;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(93) {
  bottom: 2300px;
  z-index: 9906;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(94) {
  bottom: 2325px;
  z-index: 9905;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(95) {
  bottom: 2350px;
  z-index: 9904;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(96) {
  bottom: 2375px;
  z-index: 9903;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(97) {
  bottom: 2400px;
  z-index: 9902;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(98) {
  bottom: 2425px;
  z-index: 9901;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(99) {
  bottom: 2450px;
  z-index: 9900;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.fixedBottom:nth-last-of-type(100) {
  bottom: 2475px;
  z-index: 9899;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(2),
novo-toast.growlTopRight:nth-last-of-type(2) {
  top: 50px;
  transform: scale(0.96);
  z-index: 9997;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(3),
novo-toast.growlTopRight:nth-last-of-type(3) {
  top: 75px;
  transform: scale(0.96);
  z-index: 9996;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(4),
novo-toast.growlTopRight:nth-last-of-type(4) {
  top: 100px;
  transform: scale(0.96);
  z-index: 9995;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(5),
novo-toast.growlTopRight:nth-last-of-type(5) {
  top: 125px;
  transform: scale(0.96);
  z-index: 9994;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(6),
novo-toast.growlTopRight:nth-last-of-type(6) {
  top: 150px;
  transform: scale(0.96);
  z-index: 9993;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(7),
novo-toast.growlTopRight:nth-last-of-type(7) {
  top: 175px;
  transform: scale(0.96);
  z-index: 9992;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(8),
novo-toast.growlTopRight:nth-last-of-type(8) {
  top: 200px;
  transform: scale(0.96);
  z-index: 9991;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(9),
novo-toast.growlTopRight:nth-last-of-type(9) {
  top: 225px;
  transform: scale(0.96);
  z-index: 9990;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(10),
novo-toast.growlTopRight:nth-last-of-type(10) {
  top: 250px;
  transform: scale(0.96);
  z-index: 9989;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(11),
novo-toast.growlTopRight:nth-last-of-type(11) {
  top: 275px;
  transform: scale(0.96);
  z-index: 9988;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(12),
novo-toast.growlTopRight:nth-last-of-type(12) {
  top: 300px;
  transform: scale(0.96);
  z-index: 9987;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(13),
novo-toast.growlTopRight:nth-last-of-type(13) {
  top: 325px;
  transform: scale(0.96);
  z-index: 9986;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(14),
novo-toast.growlTopRight:nth-last-of-type(14) {
  top: 350px;
  transform: scale(0.96);
  z-index: 9985;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(15),
novo-toast.growlTopRight:nth-last-of-type(15) {
  top: 375px;
  transform: scale(0.96);
  z-index: 9984;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(16),
novo-toast.growlTopRight:nth-last-of-type(16) {
  top: 400px;
  transform: scale(0.96);
  z-index: 9983;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(17),
novo-toast.growlTopRight:nth-last-of-type(17) {
  top: 425px;
  transform: scale(0.96);
  z-index: 9982;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(18),
novo-toast.growlTopRight:nth-last-of-type(18) {
  top: 450px;
  transform: scale(0.96);
  z-index: 9981;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(19),
novo-toast.growlTopRight:nth-last-of-type(19) {
  top: 475px;
  transform: scale(0.96);
  z-index: 9980;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(20),
novo-toast.growlTopRight:nth-last-of-type(20) {
  top: 500px;
  transform: scale(0.96);
  z-index: 9979;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(21),
novo-toast.growlTopRight:nth-last-of-type(21) {
  top: 525px;
  transform: scale(0.96);
  z-index: 9978;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(22),
novo-toast.growlTopRight:nth-last-of-type(22) {
  top: 550px;
  transform: scale(0.96);
  z-index: 9977;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(23),
novo-toast.growlTopRight:nth-last-of-type(23) {
  top: 575px;
  transform: scale(0.96);
  z-index: 9976;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(24),
novo-toast.growlTopRight:nth-last-of-type(24) {
  top: 600px;
  transform: scale(0.96);
  z-index: 9975;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(25),
novo-toast.growlTopRight:nth-last-of-type(25) {
  top: 625px;
  transform: scale(0.96);
  z-index: 9974;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(26),
novo-toast.growlTopRight:nth-last-of-type(26) {
  top: 650px;
  transform: scale(0.96);
  z-index: 9973;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(27),
novo-toast.growlTopRight:nth-last-of-type(27) {
  top: 675px;
  transform: scale(0.96);
  z-index: 9972;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(28),
novo-toast.growlTopRight:nth-last-of-type(28) {
  top: 700px;
  transform: scale(0.96);
  z-index: 9971;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(29),
novo-toast.growlTopRight:nth-last-of-type(29) {
  top: 725px;
  transform: scale(0.96);
  z-index: 9970;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(30),
novo-toast.growlTopRight:nth-last-of-type(30) {
  top: 750px;
  transform: scale(0.96);
  z-index: 9969;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(31),
novo-toast.growlTopRight:nth-last-of-type(31) {
  top: 775px;
  transform: scale(0.96);
  z-index: 9968;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(32),
novo-toast.growlTopRight:nth-last-of-type(32) {
  top: 800px;
  transform: scale(0.96);
  z-index: 9967;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(33),
novo-toast.growlTopRight:nth-last-of-type(33) {
  top: 825px;
  transform: scale(0.96);
  z-index: 9966;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(34),
novo-toast.growlTopRight:nth-last-of-type(34) {
  top: 850px;
  transform: scale(0.96);
  z-index: 9965;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(35),
novo-toast.growlTopRight:nth-last-of-type(35) {
  top: 875px;
  transform: scale(0.96);
  z-index: 9964;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(36),
novo-toast.growlTopRight:nth-last-of-type(36) {
  top: 900px;
  transform: scale(0.96);
  z-index: 9963;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(37),
novo-toast.growlTopRight:nth-last-of-type(37) {
  top: 925px;
  transform: scale(0.96);
  z-index: 9962;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(38),
novo-toast.growlTopRight:nth-last-of-type(38) {
  top: 950px;
  transform: scale(0.96);
  z-index: 9961;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(39),
novo-toast.growlTopRight:nth-last-of-type(39) {
  top: 975px;
  transform: scale(0.96);
  z-index: 9960;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(40),
novo-toast.growlTopRight:nth-last-of-type(40) {
  top: 1000px;
  transform: scale(0.96);
  z-index: 9959;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(41),
novo-toast.growlTopRight:nth-last-of-type(41) {
  top: 1025px;
  transform: scale(0.96);
  z-index: 9958;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(42),
novo-toast.growlTopRight:nth-last-of-type(42) {
  top: 1050px;
  transform: scale(0.96);
  z-index: 9957;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(43),
novo-toast.growlTopRight:nth-last-of-type(43) {
  top: 1075px;
  transform: scale(0.96);
  z-index: 9956;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(44),
novo-toast.growlTopRight:nth-last-of-type(44) {
  top: 1100px;
  transform: scale(0.96);
  z-index: 9955;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(45),
novo-toast.growlTopRight:nth-last-of-type(45) {
  top: 1125px;
  transform: scale(0.96);
  z-index: 9954;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(46),
novo-toast.growlTopRight:nth-last-of-type(46) {
  top: 1150px;
  transform: scale(0.96);
  z-index: 9953;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(47),
novo-toast.growlTopRight:nth-last-of-type(47) {
  top: 1175px;
  transform: scale(0.96);
  z-index: 9952;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(48),
novo-toast.growlTopRight:nth-last-of-type(48) {
  top: 1200px;
  transform: scale(0.96);
  z-index: 9951;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(49),
novo-toast.growlTopRight:nth-last-of-type(49) {
  top: 1225px;
  transform: scale(0.96);
  z-index: 9950;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(50),
novo-toast.growlTopRight:nth-last-of-type(50) {
  top: 1250px;
  transform: scale(0.96);
  z-index: 9949;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(51),
novo-toast.growlTopRight:nth-last-of-type(51) {
  top: 1275px;
  transform: scale(0.96);
  z-index: 9948;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(52),
novo-toast.growlTopRight:nth-last-of-type(52) {
  top: 1300px;
  transform: scale(0.96);
  z-index: 9947;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(53),
novo-toast.growlTopRight:nth-last-of-type(53) {
  top: 1325px;
  transform: scale(0.96);
  z-index: 9946;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(54),
novo-toast.growlTopRight:nth-last-of-type(54) {
  top: 1350px;
  transform: scale(0.96);
  z-index: 9945;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(55),
novo-toast.growlTopRight:nth-last-of-type(55) {
  top: 1375px;
  transform: scale(0.96);
  z-index: 9944;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(56),
novo-toast.growlTopRight:nth-last-of-type(56) {
  top: 1400px;
  transform: scale(0.96);
  z-index: 9943;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(57),
novo-toast.growlTopRight:nth-last-of-type(57) {
  top: 1425px;
  transform: scale(0.96);
  z-index: 9942;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(58),
novo-toast.growlTopRight:nth-last-of-type(58) {
  top: 1450px;
  transform: scale(0.96);
  z-index: 9941;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(59),
novo-toast.growlTopRight:nth-last-of-type(59) {
  top: 1475px;
  transform: scale(0.96);
  z-index: 9940;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(60),
novo-toast.growlTopRight:nth-last-of-type(60) {
  top: 1500px;
  transform: scale(0.96);
  z-index: 9939;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(61),
novo-toast.growlTopRight:nth-last-of-type(61) {
  top: 1525px;
  transform: scale(0.96);
  z-index: 9938;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(62),
novo-toast.growlTopRight:nth-last-of-type(62) {
  top: 1550px;
  transform: scale(0.96);
  z-index: 9937;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(63),
novo-toast.growlTopRight:nth-last-of-type(63) {
  top: 1575px;
  transform: scale(0.96);
  z-index: 9936;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(64),
novo-toast.growlTopRight:nth-last-of-type(64) {
  top: 1600px;
  transform: scale(0.96);
  z-index: 9935;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(65),
novo-toast.growlTopRight:nth-last-of-type(65) {
  top: 1625px;
  transform: scale(0.96);
  z-index: 9934;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(66),
novo-toast.growlTopRight:nth-last-of-type(66) {
  top: 1650px;
  transform: scale(0.96);
  z-index: 9933;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(67),
novo-toast.growlTopRight:nth-last-of-type(67) {
  top: 1675px;
  transform: scale(0.96);
  z-index: 9932;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(68),
novo-toast.growlTopRight:nth-last-of-type(68) {
  top: 1700px;
  transform: scale(0.96);
  z-index: 9931;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(69),
novo-toast.growlTopRight:nth-last-of-type(69) {
  top: 1725px;
  transform: scale(0.96);
  z-index: 9930;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(70),
novo-toast.growlTopRight:nth-last-of-type(70) {
  top: 1750px;
  transform: scale(0.96);
  z-index: 9929;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(71),
novo-toast.growlTopRight:nth-last-of-type(71) {
  top: 1775px;
  transform: scale(0.96);
  z-index: 9928;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(72),
novo-toast.growlTopRight:nth-last-of-type(72) {
  top: 1800px;
  transform: scale(0.96);
  z-index: 9927;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(73),
novo-toast.growlTopRight:nth-last-of-type(73) {
  top: 1825px;
  transform: scale(0.96);
  z-index: 9926;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(74),
novo-toast.growlTopRight:nth-last-of-type(74) {
  top: 1850px;
  transform: scale(0.96);
  z-index: 9925;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(75),
novo-toast.growlTopRight:nth-last-of-type(75) {
  top: 1875px;
  transform: scale(0.96);
  z-index: 9924;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(76),
novo-toast.growlTopRight:nth-last-of-type(76) {
  top: 1900px;
  transform: scale(0.96);
  z-index: 9923;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(77),
novo-toast.growlTopRight:nth-last-of-type(77) {
  top: 1925px;
  transform: scale(0.96);
  z-index: 9922;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(78),
novo-toast.growlTopRight:nth-last-of-type(78) {
  top: 1950px;
  transform: scale(0.96);
  z-index: 9921;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(79),
novo-toast.growlTopRight:nth-last-of-type(79) {
  top: 1975px;
  transform: scale(0.96);
  z-index: 9920;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(80),
novo-toast.growlTopRight:nth-last-of-type(80) {
  top: 2000px;
  transform: scale(0.96);
  z-index: 9919;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(81),
novo-toast.growlTopRight:nth-last-of-type(81) {
  top: 2025px;
  transform: scale(0.96);
  z-index: 9918;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(82),
novo-toast.growlTopRight:nth-last-of-type(82) {
  top: 2050px;
  transform: scale(0.96);
  z-index: 9917;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(83),
novo-toast.growlTopRight:nth-last-of-type(83) {
  top: 2075px;
  transform: scale(0.96);
  z-index: 9916;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(84),
novo-toast.growlTopRight:nth-last-of-type(84) {
  top: 2100px;
  transform: scale(0.96);
  z-index: 9915;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(85),
novo-toast.growlTopRight:nth-last-of-type(85) {
  top: 2125px;
  transform: scale(0.96);
  z-index: 9914;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(86),
novo-toast.growlTopRight:nth-last-of-type(86) {
  top: 2150px;
  transform: scale(0.96);
  z-index: 9913;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(87),
novo-toast.growlTopRight:nth-last-of-type(87) {
  top: 2175px;
  transform: scale(0.96);
  z-index: 9912;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(88),
novo-toast.growlTopRight:nth-last-of-type(88) {
  top: 2200px;
  transform: scale(0.96);
  z-index: 9911;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(89),
novo-toast.growlTopRight:nth-last-of-type(89) {
  top: 2225px;
  transform: scale(0.96);
  z-index: 9910;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(90),
novo-toast.growlTopRight:nth-last-of-type(90) {
  top: 2250px;
  transform: scale(0.96);
  z-index: 9909;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(91),
novo-toast.growlTopRight:nth-last-of-type(91) {
  top: 2275px;
  transform: scale(0.96);
  z-index: 9908;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(92),
novo-toast.growlTopRight:nth-last-of-type(92) {
  top: 2300px;
  transform: scale(0.96);
  z-index: 9907;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(93),
novo-toast.growlTopRight:nth-last-of-type(93) {
  top: 2325px;
  transform: scale(0.96);
  z-index: 9906;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(94),
novo-toast.growlTopRight:nth-last-of-type(94) {
  top: 2350px;
  transform: scale(0.96);
  z-index: 9905;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(95),
novo-toast.growlTopRight:nth-last-of-type(95) {
  top: 2375px;
  transform: scale(0.96);
  z-index: 9904;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(96),
novo-toast.growlTopRight:nth-last-of-type(96) {
  top: 2400px;
  transform: scale(0.96);
  z-index: 9903;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(97),
novo-toast.growlTopRight:nth-last-of-type(97) {
  top: 2425px;
  transform: scale(0.96);
  z-index: 9902;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(98),
novo-toast.growlTopRight:nth-last-of-type(98) {
  top: 2450px;
  transform: scale(0.96);
  z-index: 9901;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(99),
novo-toast.growlTopRight:nth-last-of-type(99) {
  top: 2475px;
  transform: scale(0.96);
  z-index: 9900;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlTopLeft:nth-last-of-type(100),
novo-toast.growlTopRight:nth-last-of-type(100) {
  top: 2500px;
  transform: scale(0.96);
  z-index: 9899;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(2),
novo-toast.growlBottomRight:nth-last-of-type(2) {
  bottom: 50px;
  transform: scale(0.96);
  z-index: 9997;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(3),
novo-toast.growlBottomRight:nth-last-of-type(3) {
  bottom: 75px;
  transform: scale(0.96);
  z-index: 9996;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(4),
novo-toast.growlBottomRight:nth-last-of-type(4) {
  bottom: 100px;
  transform: scale(0.96);
  z-index: 9995;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(5),
novo-toast.growlBottomRight:nth-last-of-type(5) {
  bottom: 125px;
  transform: scale(0.96);
  z-index: 9994;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(6),
novo-toast.growlBottomRight:nth-last-of-type(6) {
  bottom: 150px;
  transform: scale(0.96);
  z-index: 9993;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(7),
novo-toast.growlBottomRight:nth-last-of-type(7) {
  bottom: 175px;
  transform: scale(0.96);
  z-index: 9992;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(8),
novo-toast.growlBottomRight:nth-last-of-type(8) {
  bottom: 200px;
  transform: scale(0.96);
  z-index: 9991;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(9),
novo-toast.growlBottomRight:nth-last-of-type(9) {
  bottom: 225px;
  transform: scale(0.96);
  z-index: 9990;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(10),
novo-toast.growlBottomRight:nth-last-of-type(10) {
  bottom: 250px;
  transform: scale(0.96);
  z-index: 9989;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(11),
novo-toast.growlBottomRight:nth-last-of-type(11) {
  bottom: 275px;
  transform: scale(0.96);
  z-index: 9988;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(12),
novo-toast.growlBottomRight:nth-last-of-type(12) {
  bottom: 300px;
  transform: scale(0.96);
  z-index: 9987;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(13),
novo-toast.growlBottomRight:nth-last-of-type(13) {
  bottom: 325px;
  transform: scale(0.96);
  z-index: 9986;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(14),
novo-toast.growlBottomRight:nth-last-of-type(14) {
  bottom: 350px;
  transform: scale(0.96);
  z-index: 9985;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(15),
novo-toast.growlBottomRight:nth-last-of-type(15) {
  bottom: 375px;
  transform: scale(0.96);
  z-index: 9984;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(16),
novo-toast.growlBottomRight:nth-last-of-type(16) {
  bottom: 400px;
  transform: scale(0.96);
  z-index: 9983;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(17),
novo-toast.growlBottomRight:nth-last-of-type(17) {
  bottom: 425px;
  transform: scale(0.96);
  z-index: 9982;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(18),
novo-toast.growlBottomRight:nth-last-of-type(18) {
  bottom: 450px;
  transform: scale(0.96);
  z-index: 9981;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(19),
novo-toast.growlBottomRight:nth-last-of-type(19) {
  bottom: 475px;
  transform: scale(0.96);
  z-index: 9980;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(20),
novo-toast.growlBottomRight:nth-last-of-type(20) {
  bottom: 500px;
  transform: scale(0.96);
  z-index: 9979;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(21),
novo-toast.growlBottomRight:nth-last-of-type(21) {
  bottom: 525px;
  transform: scale(0.96);
  z-index: 9978;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(22),
novo-toast.growlBottomRight:nth-last-of-type(22) {
  bottom: 550px;
  transform: scale(0.96);
  z-index: 9977;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(23),
novo-toast.growlBottomRight:nth-last-of-type(23) {
  bottom: 575px;
  transform: scale(0.96);
  z-index: 9976;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(24),
novo-toast.growlBottomRight:nth-last-of-type(24) {
  bottom: 600px;
  transform: scale(0.96);
  z-index: 9975;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(25),
novo-toast.growlBottomRight:nth-last-of-type(25) {
  bottom: 625px;
  transform: scale(0.96);
  z-index: 9974;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(26),
novo-toast.growlBottomRight:nth-last-of-type(26) {
  bottom: 650px;
  transform: scale(0.96);
  z-index: 9973;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(27),
novo-toast.growlBottomRight:nth-last-of-type(27) {
  bottom: 675px;
  transform: scale(0.96);
  z-index: 9972;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(28),
novo-toast.growlBottomRight:nth-last-of-type(28) {
  bottom: 700px;
  transform: scale(0.96);
  z-index: 9971;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(29),
novo-toast.growlBottomRight:nth-last-of-type(29) {
  bottom: 725px;
  transform: scale(0.96);
  z-index: 9970;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(30),
novo-toast.growlBottomRight:nth-last-of-type(30) {
  bottom: 750px;
  transform: scale(0.96);
  z-index: 9969;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(31),
novo-toast.growlBottomRight:nth-last-of-type(31) {
  bottom: 775px;
  transform: scale(0.96);
  z-index: 9968;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(32),
novo-toast.growlBottomRight:nth-last-of-type(32) {
  bottom: 800px;
  transform: scale(0.96);
  z-index: 9967;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(33),
novo-toast.growlBottomRight:nth-last-of-type(33) {
  bottom: 825px;
  transform: scale(0.96);
  z-index: 9966;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(34),
novo-toast.growlBottomRight:nth-last-of-type(34) {
  bottom: 850px;
  transform: scale(0.96);
  z-index: 9965;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(35),
novo-toast.growlBottomRight:nth-last-of-type(35) {
  bottom: 875px;
  transform: scale(0.96);
  z-index: 9964;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(36),
novo-toast.growlBottomRight:nth-last-of-type(36) {
  bottom: 900px;
  transform: scale(0.96);
  z-index: 9963;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(37),
novo-toast.growlBottomRight:nth-last-of-type(37) {
  bottom: 925px;
  transform: scale(0.96);
  z-index: 9962;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(38),
novo-toast.growlBottomRight:nth-last-of-type(38) {
  bottom: 950px;
  transform: scale(0.96);
  z-index: 9961;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(39),
novo-toast.growlBottomRight:nth-last-of-type(39) {
  bottom: 975px;
  transform: scale(0.96);
  z-index: 9960;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(40),
novo-toast.growlBottomRight:nth-last-of-type(40) {
  bottom: 1000px;
  transform: scale(0.96);
  z-index: 9959;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(41),
novo-toast.growlBottomRight:nth-last-of-type(41) {
  bottom: 1025px;
  transform: scale(0.96);
  z-index: 9958;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(42),
novo-toast.growlBottomRight:nth-last-of-type(42) {
  bottom: 1050px;
  transform: scale(0.96);
  z-index: 9957;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(43),
novo-toast.growlBottomRight:nth-last-of-type(43) {
  bottom: 1075px;
  transform: scale(0.96);
  z-index: 9956;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(44),
novo-toast.growlBottomRight:nth-last-of-type(44) {
  bottom: 1100px;
  transform: scale(0.96);
  z-index: 9955;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(45),
novo-toast.growlBottomRight:nth-last-of-type(45) {
  bottom: 1125px;
  transform: scale(0.96);
  z-index: 9954;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(46),
novo-toast.growlBottomRight:nth-last-of-type(46) {
  bottom: 1150px;
  transform: scale(0.96);
  z-index: 9953;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(47),
novo-toast.growlBottomRight:nth-last-of-type(47) {
  bottom: 1175px;
  transform: scale(0.96);
  z-index: 9952;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(48),
novo-toast.growlBottomRight:nth-last-of-type(48) {
  bottom: 1200px;
  transform: scale(0.96);
  z-index: 9951;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(49),
novo-toast.growlBottomRight:nth-last-of-type(49) {
  bottom: 1225px;
  transform: scale(0.96);
  z-index: 9950;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(50),
novo-toast.growlBottomRight:nth-last-of-type(50) {
  bottom: 1250px;
  transform: scale(0.96);
  z-index: 9949;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(51),
novo-toast.growlBottomRight:nth-last-of-type(51) {
  bottom: 1275px;
  transform: scale(0.96);
  z-index: 9948;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(52),
novo-toast.growlBottomRight:nth-last-of-type(52) {
  bottom: 1300px;
  transform: scale(0.96);
  z-index: 9947;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(53),
novo-toast.growlBottomRight:nth-last-of-type(53) {
  bottom: 1325px;
  transform: scale(0.96);
  z-index: 9946;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(54),
novo-toast.growlBottomRight:nth-last-of-type(54) {
  bottom: 1350px;
  transform: scale(0.96);
  z-index: 9945;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(55),
novo-toast.growlBottomRight:nth-last-of-type(55) {
  bottom: 1375px;
  transform: scale(0.96);
  z-index: 9944;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(56),
novo-toast.growlBottomRight:nth-last-of-type(56) {
  bottom: 1400px;
  transform: scale(0.96);
  z-index: 9943;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(57),
novo-toast.growlBottomRight:nth-last-of-type(57) {
  bottom: 1425px;
  transform: scale(0.96);
  z-index: 9942;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(58),
novo-toast.growlBottomRight:nth-last-of-type(58) {
  bottom: 1450px;
  transform: scale(0.96);
  z-index: 9941;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(59),
novo-toast.growlBottomRight:nth-last-of-type(59) {
  bottom: 1475px;
  transform: scale(0.96);
  z-index: 9940;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(60),
novo-toast.growlBottomRight:nth-last-of-type(60) {
  bottom: 1500px;
  transform: scale(0.96);
  z-index: 9939;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(61),
novo-toast.growlBottomRight:nth-last-of-type(61) {
  bottom: 1525px;
  transform: scale(0.96);
  z-index: 9938;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(62),
novo-toast.growlBottomRight:nth-last-of-type(62) {
  bottom: 1550px;
  transform: scale(0.96);
  z-index: 9937;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(63),
novo-toast.growlBottomRight:nth-last-of-type(63) {
  bottom: 1575px;
  transform: scale(0.96);
  z-index: 9936;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(64),
novo-toast.growlBottomRight:nth-last-of-type(64) {
  bottom: 1600px;
  transform: scale(0.96);
  z-index: 9935;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(65),
novo-toast.growlBottomRight:nth-last-of-type(65) {
  bottom: 1625px;
  transform: scale(0.96);
  z-index: 9934;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(66),
novo-toast.growlBottomRight:nth-last-of-type(66) {
  bottom: 1650px;
  transform: scale(0.96);
  z-index: 9933;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(67),
novo-toast.growlBottomRight:nth-last-of-type(67) {
  bottom: 1675px;
  transform: scale(0.96);
  z-index: 9932;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(68),
novo-toast.growlBottomRight:nth-last-of-type(68) {
  bottom: 1700px;
  transform: scale(0.96);
  z-index: 9931;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(69),
novo-toast.growlBottomRight:nth-last-of-type(69) {
  bottom: 1725px;
  transform: scale(0.96);
  z-index: 9930;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(70),
novo-toast.growlBottomRight:nth-last-of-type(70) {
  bottom: 1750px;
  transform: scale(0.96);
  z-index: 9929;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(71),
novo-toast.growlBottomRight:nth-last-of-type(71) {
  bottom: 1775px;
  transform: scale(0.96);
  z-index: 9928;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(72),
novo-toast.growlBottomRight:nth-last-of-type(72) {
  bottom: 1800px;
  transform: scale(0.96);
  z-index: 9927;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(73),
novo-toast.growlBottomRight:nth-last-of-type(73) {
  bottom: 1825px;
  transform: scale(0.96);
  z-index: 9926;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(74),
novo-toast.growlBottomRight:nth-last-of-type(74) {
  bottom: 1850px;
  transform: scale(0.96);
  z-index: 9925;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(75),
novo-toast.growlBottomRight:nth-last-of-type(75) {
  bottom: 1875px;
  transform: scale(0.96);
  z-index: 9924;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(76),
novo-toast.growlBottomRight:nth-last-of-type(76) {
  bottom: 1900px;
  transform: scale(0.96);
  z-index: 9923;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(77),
novo-toast.growlBottomRight:nth-last-of-type(77) {
  bottom: 1925px;
  transform: scale(0.96);
  z-index: 9922;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(78),
novo-toast.growlBottomRight:nth-last-of-type(78) {
  bottom: 1950px;
  transform: scale(0.96);
  z-index: 9921;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(79),
novo-toast.growlBottomRight:nth-last-of-type(79) {
  bottom: 1975px;
  transform: scale(0.96);
  z-index: 9920;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(80),
novo-toast.growlBottomRight:nth-last-of-type(80) {
  bottom: 2000px;
  transform: scale(0.96);
  z-index: 9919;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(81),
novo-toast.growlBottomRight:nth-last-of-type(81) {
  bottom: 2025px;
  transform: scale(0.96);
  z-index: 9918;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(82),
novo-toast.growlBottomRight:nth-last-of-type(82) {
  bottom: 2050px;
  transform: scale(0.96);
  z-index: 9917;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(83),
novo-toast.growlBottomRight:nth-last-of-type(83) {
  bottom: 2075px;
  transform: scale(0.96);
  z-index: 9916;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(84),
novo-toast.growlBottomRight:nth-last-of-type(84) {
  bottom: 2100px;
  transform: scale(0.96);
  z-index: 9915;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(85),
novo-toast.growlBottomRight:nth-last-of-type(85) {
  bottom: 2125px;
  transform: scale(0.96);
  z-index: 9914;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(86),
novo-toast.growlBottomRight:nth-last-of-type(86) {
  bottom: 2150px;
  transform: scale(0.96);
  z-index: 9913;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(87),
novo-toast.growlBottomRight:nth-last-of-type(87) {
  bottom: 2175px;
  transform: scale(0.96);
  z-index: 9912;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(88),
novo-toast.growlBottomRight:nth-last-of-type(88) {
  bottom: 2200px;
  transform: scale(0.96);
  z-index: 9911;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(89),
novo-toast.growlBottomRight:nth-last-of-type(89) {
  bottom: 2225px;
  transform: scale(0.96);
  z-index: 9910;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(90),
novo-toast.growlBottomRight:nth-last-of-type(90) {
  bottom: 2250px;
  transform: scale(0.96);
  z-index: 9909;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(91),
novo-toast.growlBottomRight:nth-last-of-type(91) {
  bottom: 2275px;
  transform: scale(0.96);
  z-index: 9908;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(92),
novo-toast.growlBottomRight:nth-last-of-type(92) {
  bottom: 2300px;
  transform: scale(0.96);
  z-index: 9907;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(93),
novo-toast.growlBottomRight:nth-last-of-type(93) {
  bottom: 2325px;
  transform: scale(0.96);
  z-index: 9906;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(94),
novo-toast.growlBottomRight:nth-last-of-type(94) {
  bottom: 2350px;
  transform: scale(0.96);
  z-index: 9905;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(95),
novo-toast.growlBottomRight:nth-last-of-type(95) {
  bottom: 2375px;
  transform: scale(0.96);
  z-index: 9904;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(96),
novo-toast.growlBottomRight:nth-last-of-type(96) {
  bottom: 2400px;
  transform: scale(0.96);
  z-index: 9903;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(97),
novo-toast.growlBottomRight:nth-last-of-type(97) {
  bottom: 2425px;
  transform: scale(0.96);
  z-index: 9902;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(98),
novo-toast.growlBottomRight:nth-last-of-type(98) {
  bottom: 2450px;
  transform: scale(0.96);
  z-index: 9901;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(99),
novo-toast.growlBottomRight:nth-last-of-type(99) {
  bottom: 2475px;
  transform: scale(0.96);
  z-index: 9900;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:nth-last-of-type(100),
novo-toast.growlBottomRight:nth-last-of-type(100) {
  bottom: 2500px;
  transform: scale(0.96);
  z-index: 9899;
  -webkit-filter: brightness(0.85714286);
  filter: brightness(0.85714286);
}
novo-toast.growlBottomLeft:last-of-type,
novo-toast.growlBottomRight:last-of-type,
novo-toast.growlTopLeft:last-of-type,
novo-toast.growlTopRight:last-of-type {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
novo-toast.embedded.fixedBottom,
novo-toast.embedded.fixedTop {
  top: auto;
  left: auto;
  right: auto;
  width: inherit;
  margin: -1em -3em;
}
novo-toast.embedded.fixedBottom.animate,
novo-toast.embedded.fixedTop.animate {
  top: auto;
}
novo-toast:not(.launched) {
  -webkit-animation: 0.2s ease-in-out embedded-slide-in;
  animation: 0.2s ease-in-out embedded-slide-in;
}
novo-toast.dialogue .toast-content {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
novo-toast.dialogue p.message-only {
  flex: 3 0 0;
}
novo-toast.dialogue .dialogue {
  display: inherit;
}
@-webkit-keyframes embedded-slide-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes embedded-slide-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 350px) {
  novo-toast[class*="growl-"] {
    min-width: 350px;
  }
  novo-toast.growlBottomLeft,
  novo-toast.growlTopLeft {
    left: -100%;
    right: auto;
    transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  }
  novo-toast.growlBottomLeft.animate,
  novo-toast.growlTopLeft.animate {
    left: 15px;
  }
  novo-toast.growlBottomRight,
  novo-toast.growlTopRight {
    right: -100%;
    left: auto;
    transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  }
  novo-toast.growlBottomRight.animate,
  novo-toast.growlTopRight.animate {
    right: 15px;
  }
}
body.modal-open {
  overflow: hidden;
}
novo-modal-container {
  z-index: 1000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
novo-modal &gt; header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
novo-modal &gt; header h2 {
  padding: 0.75em;
}
novo-modal &gt; section {
  padding: 1em 3em;
  max-height: 500px;
  overflow: auto;
}
novo-modal &gt; footer {
  display: flex;
  align-items: center;
  padding: 0.5em;
}
novo-modal &gt; footer button {
  width: 50%;
}
novo-modal &gt; footer button:first-of-type {
  margin: 0 0.5% 0 0;
}
novo-modal &gt; footer button:last-of-type {
  margin: 0 0 0 0.5%;
}
novo-notification {
  text-align: center;
  padding: 0.5em;
}
novo-modal,
novo-notification {
  display: block;
  background-color: #fff;
  margin-bottom: 1em;
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.09), 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: relative;
  min-width: 330px;
  max-width: 600px;
}
novo-modal &gt; button.modal-close,
novo-notification &gt; button.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
novo-modal &gt; header,
novo-notification &gt; header {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
novo-modal &gt; header h1,
novo-notification &gt; header h1 {
  margin: 0;
  text-align: left;
}
novo-modal &gt; section,
novo-notification &gt; section {
  display: flex;
  flex-direction: column;
}
novo-modal &gt; section &gt; img,
novo-notification &gt; section &gt; img {
  width: 100%;
}
novo-modal &gt; section h1,
novo-notification &gt; section h1 {
  font-size: 1.8em;
  color: #63666c;
  margin: 0 auto;
}
novo-modal &gt; section h2,
novo-modal &gt; section h4,
novo-notification &gt; section h2,
novo-notification &gt; section h4 {
  font-size: 1.3em;
  color: #b1b3b7;
  margin: 0 auto;
  padding: 0;
}
novo-modal &gt; section i.indicator,
novo-notification &gt; section i.indicator {
  color: #bec0c4;
  font-size: 1.7em;
  border-radius: 50%;
  padding: 0.4em;
  border: 2px solid #bec0c4;
  margin: 0 auto;
  align-self: center;
}
novo-modal &gt; footer,
novo-notification &gt; footer {
  display: flex;
  flex-flow: row nowrap;
}
novo-modal &gt; footer button,
novo-notification &gt; footer button {
  height: 45px;
  flex: 1;
}
novo-modal &gt; footer button .flex-wrapper,
novo-modal &gt; footer button[theme="primary"] .flex-wrapper,
novo-notification &gt; footer button .flex-wrapper,
novo-notification &gt; footer button[theme="primary"] .flex-wrapper {
  justify-content: center !important;
}
novo-modal[type="success"] &gt; section i,
novo-notification[type="success"] &gt; section i {
  color: #8cc152;
  border-color: #8cc152;
}
novo-modal[type="success"] button[theme="primary"],
novo-notification[type="success"] button[theme="primary"] {
  width: 100%;
}
novo-modal[type="success"] button[theme="primary"] .flex-wrapper,
novo-notification[type="success"] button[theme="primary"] .flex-wrapper {
  justify-content: center;
}
novo-modal[type="warning"] footer,
novo-notification[type="warning"] footer {
  display: flex;
}
novo-modal[type="warning"] footer .flex-wrapper,
novo-notification[type="warning"] footer .flex-wrapper {
  justify-content: center;
}
novo-modal[type="warning"] button,
novo-notification[type="warning"] button {
  width: 50%;
  justify-content: center;
}
novo-modal[type="warning"] button:first-of-type,
novo-notification[type="warning"] button:first-of-type {
  margin: 0 0.5% 0 0;
}
novo-modal[type="warning"] button:last-of-type,
novo-notification[type="warning"] button:last-of-type {
  margin: 0 0 0 0.5%;
}
novo-modal[type="error"] button[theme="primary"].primary,
novo-notification[type="error"] button[theme="primary"].primary {
  width: 100%;
}
novo-modal[type="error"] button[theme="primary"].primary .flex-wrapper,
novo-notification[type="error"] button[theme="primary"].primary .flex-wrapper {
  justify-content: center;
}
novo-notification &gt; section {
  text-align: center;
  padding: 0 20px;
  margin: 15px 0 55px;
}
novo-notification &gt; section h1 {
  margin: 10px auto 0;
}
novo-card .novo-card {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0.4em;
  position: relative;
  overflow-x: hidden;
}
novo-card .novo-card.loading {
  min-height: 200px;
}
novo-card .novo-card div.card-loading-container {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.4em;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
novo-card .novo-card header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
}
novo-card .novo-card header .title {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}
novo-card .novo-card header .title i.bhi-move {
  color: #d9dadc;
  margin-right: 0.3em;
  cursor: pointer;
}
novo-card .novo-card header .title h3 {
  font-weight: 500;
  font-size: 1.3em;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
novo-card .novo-card header .title h3 i {
  font-size: 1.2em;
}
novo-card .novo-card header .title h3 i.bhi-info {
  color: #d9dadc;
}
novo-card .novo-card header .actions {
  color: #5f6d78;
  white-space: nowrap;
}
novo-card .novo-card header .actions button {
  height: 30px;
  width: 30px;
  padding: 5px;
  font-size: 1.2em;
  text-transform: none;
}
novo-card .novo-card novo-card-actions button {
  font-size: 1.05rem;
}
novo-card .novo-card novo-card-actions button i {
  font-size: 1.05em;
}
novo-card .novo-card main {
  padding: 0 0.8em 0.8em;
  background-color: #fff;
}
novo-card .novo-card main p.card-message {
  padding: 20px 0;
  max-width: inherit;
  text-align: center;
  line-height: 25px;
  color: #b3b2b2;
}
novo-card .novo-card main p.card-message i {
  display: block;
  font-size: 24px;
  margin: 0 0 0.5em;
  color: #ccc;
}
novo-card .novo-card.no-padding main {
  padding: 0;
}
novo-card .novo-card footer {
  display: flex;
  justify-content: center;
}
.calendar-month-view {
  background-color: #fff;
}
.calendar-month-view .calendar-header {
  display: flex;
  flex-flow: column;
  text-align: center;
  font-weight: bolder;
  border-bottom: 2px solid #e1e1e1;
}
.calendar-month-view .calendar-header .calendar-header-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.calendar-month-view .calendar-header .calendar-header-top .calendar-month {
  font-size: 180%;
}
.calendar-month-view .calendar-header .calendar-header-top .calendar-year {
  color: #999;
}
.calendar-month-view .calendar-header .calendar-weekdays {
  display: flex;
  flex-flow: row nowrap;
}
.calendar-month-view .calendar-header .calendar-weekdays .calendar-weekday {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  flex: 1;
}
.calendar-month-view .calendar-cell-row {
  display: flex;
}
.calendar-month-view .calendar-cell-row:hover {
  background-color: #fafafa;
}
.calendar-month-view .calendar-cell-row .calendar-cell:hover,
.calendar-month-view .calendar-cell.calendar-has-events.calendar-open {
  background-color: #ededed;
}
.calendar-month-view .calendar-days {
  border: 1px solid #e1e1e1;
  border-bottom: 0;
}
.calendar-month-view .calendar-day-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.calendar-month-view .calendar-cell:hover .calendar-actions {
  display: flex;
}
.calendar-month-view .calendar-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.calendar-month-view .calendar-day-cell {
  min-height: 56px;
}
.calendar-month-view .calendar-day-cell:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
.calendar-month-view .calendar-days .calendar-cell-row {
  border-bottom: 1px solid #e1e1e1;
}
.calendar-month-view .calendar-day-badge {
  background-color: #b94a48;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}
.calendar-month-view .calendar-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  padding: 4px;
}
.calendar-month-view .calendar-event {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.calendar-month-view .calendar-day-cell.calendar-in-month.calendar-has-events {
  cursor: pointer;
}
.calendar-month-view
  .calendar-day-cell.calendar-out-month
  .calendar-day-number {
  opacity: 0.1;
  cursor: default;
}
.calendar-month-view .calendar-day-cell.calendar-weekend .calendar-day-number {
  color: #8b0000;
}
.calendar-month-view .calendar-day-cell.calendar-today {
  background-color: #e8fde7;
}
.calendar-month-view .calendar-day-cell.calendar-today .calendar-day-number {
  color: #3d464d;
}
.calendar-month-view .calendar-day-cell.calendar-drag-over {
  background-color: #e0e0e0 !important;
}
.calendar-month-view .calendar-open-day-events {
  padding: 15px;
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.calendar-month-view .calendar-open-day-events .calendar-event {
  position: relative;
  top: 2px;
}
.calendar-month-view .calendar-event-title {
  color: #fff;
}
.calendar-month-view .calendar-out-month .calendar-day-badge,
.calendar-month-view .calendar-out-month .calendar-event {
  opacity: 0.3;
}
.cal-week-view {
  position: relative;
}
.cal-week-view .cal-day-headers {
  display: flex;
  border: 1px solid #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
  background-color: #f4f4f4;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-drag-over,
.cal-week-view .cal-day-headers .cal-header:hover {
  background-color: #ededed;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-event-container {
  position: absolute;
}
.cal-week-view .cal-event-container:nth-child(n + 2) {
  border-left: 1px solid #3d464d;
}
.cal-week-view .cal-event-container novo-calendar-week-event {
  height: inherit;
}
.cal-week-view .cal-event-container novo-calendar-week-event .cal-event {
  height: inherit;
  font-size: 12px;
  min-height: 30px;
  display: flex;
  flex-flow: column;
  background-color: #f4f4f4;
}
.cal-week-view
  .cal-event-container
  novo-calendar-week-event
  .cal-event
  .cal-event-ribbon {
  min-height: 4px;
  width: 100%;
}
.cal-week-view
  .cal-event-container
  novo-calendar-week-event
  .cal-event
  .cal-event-title {
  padding: 0 0 0 10px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-week-view
  .cal-event-container
  novo-calendar-week-event
  .cal-event
  .cal-event-description {
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-day-view .cal-hour-rows,
.cal-week-view .cal-hour-rows {
  width: 100%;
  border: 1px solid #e1e1e1;
  overflow-x: scroll;
  position: relative;
}
.cal-day-view .cal-hour:nth-child(even),
.cal-week-view .cal-hour:nth-child(even) {
  background-color: #f4f4f4;
}
.cal-day-view .cal-hour:nth-child(odd),
.cal-week-view .cal-hour:nth-child(odd) {
  background-color: #fff;
}
.cal-day-view .cal-hour-segment,
.cal-week-view .cal-hour-segment {
  height: 30px;
}
.cal-day-view .cal-hour-segment::after,
.cal-week-view .cal-hour-segment::after {
  content: "\00a0";
}
.cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,
.cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed #e1e1e1;
}
.cal-day-view .cal-time,
.cal-week-view .cal-time {
  font-weight: 700;
  padding-top: 5px;
  width: 70px;
  text-align: center;
  color: #999;
}
.cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time,
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-day-view .cal-drag-over .cal-hour-segment,
.cal-day-view .cal-hour-segment:hover,
.cal-week-view .cal-drag-over .cal-hour-segment,
.cal-week-view .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-day-view .cal-event-container {
  position: absolute;
}
.cal-day-view novo-calendar-day-event {
  height: inherit;
}
.cal-day-view novo-calendar-day-event .cal-event {
  height: inherit;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  min-height: 30px;
  display: flex;
  flex-flow: row nowrap;
  background-color: #f4f4f4;
}
.cal-day-view novo-calendar-day-event .cal-event .cal-event-ribbon {
  width: 4px;
  min-height: 100%;
}
.cal-day-view novo-calendar-day-event .cal-event .cal-event-group {
  overflow: hidden;
  flex: 1;
  padding: 2px 10px;
  display: flex;
  flex-flow: column;
}
.cal-day-view novo-calendar-day-event .cal-event .cal-event-title {
  line-height: 26px;
}
.cal-day-view novo-calendar-day-event .cal-event .cal-event-description {
  font-size: 10px;
  line-height: 13px;
}
.cal-day-view .cal-draggable {
  cursor: move;
}
.cal-day-view .cal-all-day-event {
  padding: 8px;
  border: 1px solid;
}
novo-calendar-date-change {
  display: inline-block;
}
novo-calendar-date-change .cal-date-change {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  position: relative;
  padding: 10px 15px;
  text-align: center;
}
novo-calendar-date-change .cal-date-change &gt; span {
  padding: 5px;
  color: #000;
}
novo-calendar-date-change .cal-date-change &gt; i {
  cursor: pointer;
  padding: 2px;
  font-size: 0.9em;
}
novo-loading {
  padding: 20px;
  display: flex;
  flex-direction: row;
  font-size: 13px;
}
novo-loading span.dot {
  display: block;
  border-radius: 50%;
  margin: 3px;
  height: 13px;
  width: 13px;
}
novo-loading span.dot:nth-of-type(1) {
  background-color: #4a89dc;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 70ms;
  animation-delay: 70ms;
  -webkit-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: "";
  animation-fill-mode: "";
  -webkit-animation-play-state: "";
  animation-play-state: "";
}
novo-loading span.dot:nth-of-type(2) {
  background-color: #967adc;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 140ms;
  animation-delay: 140ms;
  -webkit-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: "";
  animation-fill-mode: "";
  -webkit-animation-play-state: "";
  animation-play-state: "";
}
novo-loading span.dot:nth-of-type(3) {
  background-color: #da4453;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms;
  -webkit-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: "";
  animation-fill-mode: "";
  -webkit-animation-play-state: "";
  animation-play-state: "";
}
novo-loading span.dot:nth-of-type(4) {
  background-color: #f6b042;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 280ms;
  animation-delay: 280ms;
  -webkit-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: "";
  animation-fill-mode: "";
  -webkit-animation-play-state: "";
  animation-play-state: "";
}
novo-loading span.dot:nth-of-type(5) {
  background-color: #37bc9b;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
  -webkit-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: "";
  animation-fill-mode: "";
  -webkit-animation-play-state: "";
  animation-play-state: "";
}
novo-loading.aqua span.dot {
  background-color: #3bafda;
}
novo-loading.ocean span.dot {
  background-color: #4a89dc;
}
novo-loading.mint span.dot {
  background-color: #37bc9b;
}
novo-loading.grass span.dot {
  background-color: #8cc152;
}
novo-loading.sunflower span.dot {
  background-color: #f6b042;
}
novo-loading.bittersweet span.dot {
  background-color: #eb6845;
}
novo-loading.grapefruit span.dot {
  background-color: #da4453;
}
novo-loading.carnation span.dot {
  background-color: #d770ad;
}
novo-loading.lavender span.dot {
  background-color: #967adc;
}
novo-loading.mountain span.dot {
  background-color: #9678b6;
}
novo-loading.white span.dot,
novo-loading[inverse] span.dot {
  background-color: #fff !important;
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  100%,
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(-1.5em);
    opacity: 0.5;
  }
  60% {
    transform: translateY(0.8em);
    opacity: 0.95;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  100%,
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(-1.5em);
    opacity: 0.5;
  }
  60% {
    transform: translateY(0.8em);
    opacity: 0.95;
  }
}
novo-spinner {
  display: block;
}
novo-spinner svg.bullhornSpinner {
  transform-origin: center center;
  -webkit-animation: 3.4s infinite spin;
  animation: 3.4s infinite spin;
}
novo-spinner svg.bullhornSpinner.aqua .circleGroup circle {
  fill: #3bafda;
}
novo-spinner svg.bullhornSpinner.aqua .circleGroup circle:nth-of-type(odd) {
  fill: #50b8de;
}
novo-spinner svg.bullhornSpinner.ocean .circleGroup circle {
  fill: #4a89dc;
}
novo-spinner svg.bullhornSpinner.ocean .circleGroup circle:nth-of-type(odd) {
  fill: #5f97e0;
}
novo-spinner svg.bullhornSpinner.mint .circleGroup circle {
  fill: #37bc9b;
}
novo-spinner svg.bullhornSpinner.mint .circleGroup circle:nth-of-type(odd) {
  fill: #44c8a8;
}
novo-spinner svg.bullhornSpinner.grass .circleGroup circle {
  fill: #8cc152;
}
novo-spinner svg.bullhornSpinner.grass .circleGroup circle:nth-of-type(odd) {
  fill: #98c865;
}
novo-spinner svg.bullhornSpinner.sunflower .circleGroup circle {
  fill: #f6b042;
}
novo-spinner
  svg.bullhornSpinner.sunflower
  .circleGroup
  circle:nth-of-type(odd) {
  fill: #f7ba5a;
}
novo-spinner svg.bullhornSpinner.bittersweet .circleGroup circle {
  fill: #eb6845;
}
novo-spinner
  svg.bullhornSpinner.bittersweet
  .circleGroup
  circle:nth-of-type(odd) {
  fill: #ed7b5c;
}
novo-spinner svg.bullhornSpinner.grapefruit .circleGroup circle {
  fill: #da4453;
}
novo-spinner
  svg.bullhornSpinner.grapefruit
  .circleGroup
  circle:nth-of-type(odd) {
  fill: #de5967;
}
novo-spinner svg.bullhornSpinner.carnation .circleGroup circle {
  fill: #d770ad;
}
novo-spinner
  svg.bullhornSpinner.carnation
  .circleGroup
  circle:nth-of-type(odd) {
  fill: #dd84b8;
}
novo-spinner svg.bullhornSpinner.lavender .circleGroup circle {
  fill: #967adc;
}
novo-spinner svg.bullhornSpinner.lavender .circleGroup circle:nth-of-type(odd) {
  fill: #a68ee1;
}
novo-spinner svg.bullhornSpinner.mountain .circleGroup circle {
  fill: #9678b6;
}
novo-spinner svg.bullhornSpinner.mountain .circleGroup circle:nth-of-type(odd) {
  fill: #a389bf;
}
novo-spinner svg.bullhornSpinner .circleGroup circle {
  fill: #3d464d;
  transform-origin: center center;
}
novo-spinner svg.bullhornSpinner .circleGroup circle:nth-of-type(odd) {
  fill: #48535b;
}
novo-spinner svg.bullhornSpinner .circleGroup circle:nth-of-type(1) {
  -webkit-animation-delay: 70ms;
  animation-delay: 70ms;
}
novo-spinner svg.bullhornSpinner .circleGroup circle:nth-of-type(2) {
  -webkit-animation-delay: 140ms;
  animation-delay: 140ms;
}
novo-spinner svg.bullhornSpinner .circleGroup circle:nth-of-type(3) {
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms;
}
novo-spinner svg.bullhornSpinner .circleGroup circle:nth-of-type(4) {
  -webkit-animation-delay: 280ms;
  animation-delay: 280ms;
}
novo-spinner svg.bullhornSpinner .circleGroup circle:nth-of-type(5) {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
novo-spinner svg.bullhornSpinner.multicolor .circleGroup circle:nth-of-type(1) {
  fill: #4a89dc;
}
novo-spinner svg.bullhornSpinner.multicolor .circleGroup circle:nth-of-type(2) {
  fill: #967adc;
}
novo-spinner svg.bullhornSpinner.multicolor .circleGroup circle:nth-of-type(3) {
  fill: #da4453;
}
novo-spinner svg.bullhornSpinner.multicolor .circleGroup circle:nth-of-type(4) {
  fill: #f6b042;
}
novo-spinner svg.bullhornSpinner.multicolor .circleGroup circle:nth-of-type(5) {
  fill: #37bc9b;
}
novo-spinner svg.bullhornSpinner.white .circleGroup circle,
novo-spinner svg.bullhornSpinner[inverse] .circleGroup circle {
  fill: #fff;
}
novo-spinner svg.bullhornSpinner.white .circleGroup circle:nth-of-type(odd),
novo-spinner svg.bullhornSpinner[inverse] .circleGroup circle:nth-of-type(odd) {
  fill: #f2f2f2;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(1360deg);
  }
  100% {
    transform: rotate(1444deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(1360deg);
  }
  100% {
    transform: rotate(1444deg);
  }
}
novo-select {
  display: block;
  position: relative;
  width: 100%;
  max-width: 800px;
  min-width: 180px;
  cursor: pointer;
  font-size: 1rem;
}
novo-select div[type="button"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #afb9c0;
  color: #3d464d;
  height: 2.05rem;
  position: relative;
  text-align: left;
  text-shadow: none;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  text-transform: none;
  padding: 0 10px 0 0;
  font-size: 1rem;
}
novo-select div[type="button"].empty {
  color: #a9a9a9;
}
novo-select div[type="button"]:focus,
novo-select div[type="button"]:hover {
  outline: 0;
}
novo-select div[type="button"]:hover {
  border-bottom: 1px solid #5f6d78;
}
novo-select div[type="button"]:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-select div[type="button"]:focus i {
  color: rgba(0, 0, 0, 0.73);
}
novo-select div[type="button"] i {
  font-size: 0.8em;
  color: #3d464d;
  position: absolute;
  right: 10px;
}
novo-select[disabled] {
  pointer-events: none;
}
novo-select[disabled] div[type="button"] {
  color: #999;
}
.novo-select-list {
  background-color: #fff;
  cursor: default;
  list-style: none;
  line-height: 26px;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0 -1px 3px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  z-index: -1;
  opacity: 0;
}
.novo-select-list.active {
  z-index: 1000;
  max-height: 219px;
  min-width: 200px;
  width: 100%;
  max-width: 800px;
  width: inherit;
  overflow: auto;
  opacity: 1;
}
.novo-select-list li {
  cursor: pointer;
  height: 30px;
  margin: 0;
  padding: 5px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #63666c;
  font-size: 1rem;
}
.novo-select-list li span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.novo-select-list li i {
  height: 30px !important;
  width: 15px !important;
  border-radius: 0;
  margin: 0 !important;
  color: #4a89dc;
  line-height: 1.4em;
}
.novo-select-list li:focus,
.novo-select-list li:hover {
  background: #f4f4f4;
  color: #4b4d51;
}
.novo-select-list li.active {
  color: #4b4d51;
  font-weight: 500;
}
.novo-select-list li.open.select-header {
  background: #f4f4f4;
  padding: 10px 0 0;
  line-height: 28px;
  height: 60px;
  border-bottom: 1px solid #e9e9e9;
}
.novo-select-list:focus {
  outline: 0;
}
.novo-select-list.header {
  max-height: 240px;
  min-width: 200px;
  padding: 0;
}
.select-header button {
  text-transform: uppercase;
}
.select-header button.header {
  color: #4a89dc;
  position: relative;
  text-align: left;
  cursor: pointer;
  height: 30px;
  margin: 0;
  padding: 5px 16px 0 0;
  box-sizing: border-box;
  border: none;
  display: block;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.select-header button.header:focus,
.select-header button.header:hover {
  color: #4b4d51;
}
.select-header button.header i {
  color: #4a89dc;
  padding-right: 10px;
}
.select-header button.header span {
  text-align: left;
}
.select-header div.active {
  width: 100%;
  float: right;
  padding: 5px;
}
.select-header div.active footer {
  float: right;
}
.select-header div.active button {
  display: inline-block;
  border: none;
  float: left;
  width: auto;
  font-weight: 500;
  font-size: 0.8rem;
  color: #acacac;
}
.select-header div.active button:hover {
  color: #868686;
}
.select-header div.active button.primary {
  color: #4a89dc;
}
.select-header div.active button.primary:hover {
  color: #2363b6;
}
.select-header div.active input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.73);
  height: 2.05rem;
  position: relative;
  text-align: left;
  text-shadow: none;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  text-transform: none;
  padding-top: 10px;
  font-size: 1rem;
}
.select-header div.active input.empty {
  color: #a9a9a9;
}
.select-header div.active input:focus {
  outline: 0;
}
.select-header div.active input:hover {
  border-bottom: 1px solid #4a89dc;
}
.select-header div.active input.invalid {
  border-bottom: 1px solid #da4453;
}
novo-picker {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-bottom: 0;
}
novo-picker.selected + i,
novo-picker.selected:hover + i {
  color: #4a89dc;
}
novo-picker input {
  font-size: 1em;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #afb9c0;
  border-radius: 0;
  outline: 0;
  height: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #26282b;
}
novo-picker input:hover {
  border-bottom: 1px solid #5f6d78;
}
novo-picker input:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-picker input:invalid {
  border-bottom: 1px solid #da4453;
}
novo-picker input.entity-picker {
  padding-left: 2em;
}
novo-picker input.entity-selected {
  padding-left: 2.5em;
  background: #f4f4f4 !important;
}
novo-picker input:disabled {
  border-bottom: 1px dashed #afb9c0 !important;
}
novo-picker i.bhi-more {
  position: absolute;
  left: 0;
  top: 2px;
  background: #f4f4f4;
  font-size: 1em;
  border-radius: 3px;
  padding: 3px;
}
novo-picker i.entity-icon {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 1em;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
}
novo-picker i.entity-icon.star {
  background: #0b344f;
}
novo-picker i.entity-icon.person {
  background: #fa4;
}
novo-picker i.entity-icon.company {
  background: #39d;
}
novo-picker i.entity-icon.candidate {
  background: #4b7;
}
novo-picker i.entity-icon.navigation {
  background: #2f384f;
}
novo-picker i.entity-icon.lead {
  background: #a69;
}
novo-picker i.entity-icon.contact {
  background: #fa4;
}
novo-picker i.entity-icon.opportunity {
  background: #625;
}
novo-picker i.entity-icon.job {
  background: #b56;
}
novo-picker i.entity-icon.submission {
  background: #a9adbb;
}
novo-picker i.entity-icon.sendout {
  background: #747884;
}
novo-picker i.entity-icon.placement {
  background: #0b344f;
}
novo-picker i.entity-icon.note {
  background: #747884;
}
novo-picker i.entity-icon.corporateuser,
novo-picker i.entity-icon.credential,
novo-picker i.entity-icon.distributionList,
novo-picker i.entity-icon.task,
novo-picker i.entity-icon.user {
  background: #4f5361;
}
novo-picker i.entity-icon.contract {
  background: #454ea0;
}
novo-picker i.entity-icon.billableCharge,
novo-picker i.entity-icon.earnCode,
novo-picker i.entity-icon.invoiceStatement,
novo-picker i.entity-icon.jobCode,
novo-picker i.entity-icon.payableCharge {
  background: #696d79;
}
novo-picker i.bhi-search,
novo-picker i.bhi-times {
  position: absolute;
  right: 0;
  color: #3d464d;
}
novo-picker i.bhi-search.entity-selected,
novo-picker i.bhi-times.entity-selected {
  right: 5px;
}
novo-picker i.bhi-search {
  top: 6px;
  font-size: 1.1em;
}
novo-picker i.bhi-times {
  top: 6px;
  cursor: pointer;
  font-size: 1em;
}
.picker-results,
.quick-note-results,
entity-chip-results,
picker-results,
quick-note-results {
  display: block;
  cursor: pointer;
}
.picker-results,
.quick-note-results,
picker-error,
picker-loader,
picker-null-recent-results,
picker-null-results,
picker-results,
quick-note-results {
  background-color: #fff;
  cursor: default;
  line-height: 26px;
  width: 100%;
}
.picker-results novo-list,
.picker-results ul,
.quick-note-results novo-list,
.quick-note-results ul,
picker-error novo-list,
picker-error ul,
picker-loader novo-list,
picker-loader ul,
picker-null-recent-results novo-list,
picker-null-recent-results ul,
picker-null-results novo-list,
picker-null-results ul,
picker-results novo-list,
picker-results ul,
quick-note-results novo-list,
quick-note-results ul {
  background-color: #fff;
  max-height: 200px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #4a89dc;
  transform: translateY(0);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  display: block;
}
.picker-results novo-list li,
.picker-results novo-list novo-list-item,
.picker-results ul li,
.picker-results ul novo-list-item,
.quick-note-results novo-list li,
.quick-note-results novo-list novo-list-item,
.quick-note-results ul li,
.quick-note-results ul novo-list-item,
picker-error novo-list li,
picker-error novo-list novo-list-item,
picker-error ul li,
picker-error ul novo-list-item,
picker-loader novo-list li,
picker-loader novo-list novo-list-item,
picker-loader ul li,
picker-loader ul novo-list-item,
picker-null-recent-results novo-list li,
picker-null-recent-results novo-list novo-list-item,
picker-null-recent-results ul li,
picker-null-recent-results ul novo-list-item,
picker-null-results novo-list li,
picker-null-results novo-list novo-list-item,
picker-null-results ul li,
picker-null-results ul novo-list-item,
picker-results novo-list li,
picker-results novo-list novo-list-item,
picker-results ul li,
picker-results ul novo-list-item,
quick-note-results novo-list li,
quick-note-results novo-list novo-list-item,
quick-note-results ul li,
quick-note-results ul novo-list-item {
  cursor: pointer;
  padding: 5px 16px;
  font-size: 0.9em;
}
.picker-results novo-list li span,
.picker-results novo-list novo-list-item span,
.picker-results ul li span,
.picker-results ul novo-list-item span,
.quick-note-results novo-list li span,
.quick-note-results novo-list novo-list-item span,
.quick-note-results ul li span,
.quick-note-results ul novo-list-item span,
picker-error novo-list li span,
picker-error novo-list novo-list-item span,
picker-error ul li span,
picker-error ul novo-list-item span,
picker-loader novo-list li span,
picker-loader novo-list novo-list-item span,
picker-loader ul li span,
picker-loader ul novo-list-item span,
picker-null-recent-results novo-list li span,
picker-null-recent-results novo-list novo-list-item span,
picker-null-recent-results ul li span,
picker-null-recent-results ul novo-list-item span,
picker-null-results novo-list li span,
picker-null-results novo-list novo-list-item span,
picker-null-results ul li span,
picker-null-results ul novo-list-item span,
picker-results novo-list li span,
picker-results novo-list novo-list-item span,
picker-results ul li span,
picker-results ul novo-list-item span,
quick-note-results novo-list li span,
quick-note-results novo-list novo-list-item span,
quick-note-results ul li span,
quick-note-results ul novo-list-item span {
  display: inline-block;
  min-width: 100px;
  margin: 2px 0;
}
.picker-results novo-list li h6,
.picker-results novo-list novo-list-item h6,
.picker-results ul li h6,
.picker-results ul novo-list-item h6,
.quick-note-results novo-list li h6,
.quick-note-results novo-list novo-list-item h6,
.quick-note-results ul li h6,
.quick-note-results ul novo-list-item h6,
picker-error novo-list li h6,
picker-error novo-list novo-list-item h6,
picker-error ul li h6,
picker-error ul novo-list-item h6,
picker-loader novo-list li h6,
picker-loader novo-list novo-list-item h6,
picker-loader ul li h6,
picker-loader ul novo-list-item h6,
picker-null-recent-results novo-list li h6,
picker-null-recent-results novo-list novo-list-item h6,
picker-null-recent-results ul li h6,
picker-null-recent-results ul novo-list-item h6,
picker-null-results novo-list li h6,
picker-null-results novo-list novo-list-item h6,
picker-null-results ul li h6,
picker-null-results ul novo-list-item h6,
picker-results novo-list li h6,
picker-results novo-list novo-list-item h6,
picker-results ul li h6,
picker-results ul novo-list-item h6,
quick-note-results novo-list li h6,
quick-note-results novo-list novo-list-item h6,
quick-note-results ul li h6,
quick-note-results ul novo-list-item h6 {
  padding-top: 0;
  font-weight: 400;
  color: #93a0a9;
}
.picker-results novo-list li h6 strong,
.picker-results novo-list novo-list-item h6 strong,
.picker-results ul li h6 strong,
.picker-results ul novo-list-item h6 strong,
.quick-note-results novo-list li h6 strong,
.quick-note-results novo-list novo-list-item h6 strong,
.quick-note-results ul li h6 strong,
.quick-note-results ul novo-list-item h6 strong,
picker-error novo-list li h6 strong,
picker-error novo-list novo-list-item h6 strong,
picker-error ul li h6 strong,
picker-error ul novo-list-item h6 strong,
picker-loader novo-list li h6 strong,
picker-loader novo-list novo-list-item h6 strong,
picker-loader ul li h6 strong,
picker-loader ul novo-list-item h6 strong,
picker-null-recent-results novo-list li h6 strong,
picker-null-recent-results novo-list novo-list-item h6 strong,
picker-null-recent-results ul li h6 strong,
picker-null-recent-results ul novo-list-item h6 strong,
picker-null-results novo-list li h6 strong,
picker-null-results novo-list novo-list-item h6 strong,
picker-null-results ul li h6 strong,
picker-null-results ul novo-list-item h6 strong,
picker-results novo-list li h6 strong,
picker-results novo-list novo-list-item h6 strong,
picker-results ul li h6 strong,
picker-results ul novo-list-item h6 strong,
quick-note-results novo-list li h6 strong,
quick-note-results novo-list novo-list-item h6 strong,
quick-note-results ul li h6 strong,
quick-note-results ul novo-list-item h6 strong {
  font-weight: 400;
  color: #3d464d;
}
.picker-results novo-list li.active,
.picker-results novo-list li:focus,
.picker-results novo-list li:hover,
.picker-results novo-list novo-list-item.active,
.picker-results novo-list novo-list-item:focus,
.picker-results novo-list novo-list-item:hover,
.picker-results ul li.active,
.picker-results ul li:focus,
.picker-results ul li:hover,
.picker-results ul novo-list-item.active,
.picker-results ul novo-list-item:focus,
.picker-results ul novo-list-item:hover,
.quick-note-results novo-list li.active,
.quick-note-results novo-list li:focus,
.quick-note-results novo-list li:hover,
.quick-note-results novo-list novo-list-item.active,
.quick-note-results novo-list novo-list-item:focus,
.quick-note-results novo-list novo-list-item:hover,
.quick-note-results ul li.active,
.quick-note-results ul li:focus,
.quick-note-results ul li:hover,
.quick-note-results ul novo-list-item.active,
.quick-note-results ul novo-list-item:focus,
.quick-note-results ul novo-list-item:hover,
picker-error novo-list li.active,
picker-error novo-list li:focus,
picker-error novo-list li:hover,
picker-error novo-list novo-list-item.active,
picker-error novo-list novo-list-item:focus,
picker-error novo-list novo-list-item:hover,
picker-error ul li.active,
picker-error ul li:focus,
picker-error ul li:hover,
picker-error ul novo-list-item.active,
picker-error ul novo-list-item:focus,
picker-error ul novo-list-item:hover,
picker-loader novo-list li.active,
picker-loader novo-list li:focus,
picker-loader novo-list li:hover,
picker-loader novo-list novo-list-item.active,
picker-loader novo-list novo-list-item:focus,
picker-loader novo-list novo-list-item:hover,
picker-loader ul li.active,
picker-loader ul li:focus,
picker-loader ul li:hover,
picker-loader ul novo-list-item.active,
picker-loader ul novo-list-item:focus,
picker-loader ul novo-list-item:hover,
picker-null-recent-results novo-list li.active,
picker-null-recent-results novo-list li:focus,
picker-null-recent-results novo-list li:hover,
picker-null-recent-results novo-list novo-list-item.active,
picker-null-recent-results novo-list novo-list-item:focus,
picker-null-recent-results novo-list novo-list-item:hover,
picker-null-recent-results ul li.active,
picker-null-recent-results ul li:focus,
picker-null-recent-results ul li:hover,
picker-null-recent-results ul novo-list-item.active,
picker-null-recent-results ul novo-list-item:focus,
picker-null-recent-results ul novo-list-item:hover,
picker-null-results novo-list li.active,
picker-null-results novo-list li:focus,
picker-null-results novo-list li:hover,
picker-null-results novo-list novo-list-item.active,
picker-null-results novo-list novo-list-item:focus,
picker-null-results novo-list novo-list-item:hover,
picker-null-results ul li.active,
picker-null-results ul li:focus,
picker-null-results ul li:hover,
picker-null-results ul novo-list-item.active,
picker-null-results ul novo-list-item:focus,
picker-null-results ul novo-list-item:hover,
picker-results novo-list li.active,
picker-results novo-list li:focus,
picker-results novo-list li:hover,
picker-results novo-list novo-list-item.active,
picker-results novo-list novo-list-item:focus,
picker-results novo-list novo-list-item:hover,
picker-results ul li.active,
picker-results ul li:focus,
picker-results ul li:hover,
picker-results ul novo-list-item.active,
picker-results ul novo-list-item:focus,
picker-results ul novo-list-item:hover,
quick-note-results novo-list li.active,
quick-note-results novo-list li:focus,
quick-note-results novo-list li:hover,
quick-note-results novo-list novo-list-item.active,
quick-note-results novo-list novo-list-item:focus,
quick-note-results novo-list novo-list-item:hover,
quick-note-results ul li.active,
quick-note-results ul li:focus,
quick-note-results ul li:hover,
quick-note-results ul novo-list-item.active,
quick-note-results ul novo-list-item:focus,
quick-note-results ul novo-list-item:hover {
  background-color: #e0ebf9;
}
.picker-results novo-list li.disabled,
.picker-results novo-list novo-list-item.disabled,
.picker-results ul li.disabled,
.picker-results ul novo-list-item.disabled,
.quick-note-results novo-list li.disabled,
.quick-note-results novo-list novo-list-item.disabled,
.quick-note-results ul li.disabled,
.quick-note-results ul novo-list-item.disabled,
picker-error novo-list li.disabled,
picker-error novo-list novo-list-item.disabled,
picker-error ul li.disabled,
picker-error ul novo-list-item.disabled,
picker-loader novo-list li.disabled,
picker-loader novo-list novo-list-item.disabled,
picker-loader ul li.disabled,
picker-loader ul novo-list-item.disabled,
picker-null-recent-results novo-list li.disabled,
picker-null-recent-results novo-list novo-list-item.disabled,
picker-null-recent-results ul li.disabled,
picker-null-recent-results ul novo-list-item.disabled,
picker-null-results novo-list li.disabled,
picker-null-results novo-list novo-list-item.disabled,
picker-null-results ul li.disabled,
picker-null-results ul novo-list-item.disabled,
picker-results novo-list li.disabled,
picker-results novo-list novo-list-item.disabled,
picker-results ul li.disabled,
picker-results ul novo-list-item.disabled,
quick-note-results novo-list li.disabled,
quick-note-results novo-list novo-list-item.disabled,
quick-note-results ul li.disabled,
quick-note-results ul novo-list-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.picker-results novo-list li item-content,
.picker-results novo-list novo-list-item item-content,
.picker-results ul li item-content,
.picker-results ul novo-list-item item-content,
.quick-note-results novo-list li item-content,
.quick-note-results novo-list novo-list-item item-content,
.quick-note-results ul li item-content,
.quick-note-results ul novo-list-item item-content,
picker-error novo-list li item-content,
picker-error novo-list novo-list-item item-content,
picker-error ul li item-content,
picker-error ul novo-list-item item-content,
picker-loader novo-list li item-content,
picker-loader novo-list novo-list-item item-content,
picker-loader ul li item-content,
picker-loader ul novo-list-item item-content,
picker-null-recent-results novo-list li item-content,
picker-null-recent-results novo-list novo-list-item item-content,
picker-null-recent-results ul li item-content,
picker-null-recent-results ul novo-list-item item-content,
picker-null-results novo-list li item-content,
picker-null-results novo-list novo-list-item item-content,
picker-null-results ul li item-content,
picker-null-results ul novo-list-item item-content,
picker-results novo-list li item-content,
picker-results novo-list novo-list-item item-content,
picker-results ul li item-content,
picker-results ul novo-list-item item-content,
quick-note-results novo-list li item-content,
quick-note-results novo-list novo-list-item item-content,
quick-note-results ul li item-content,
quick-note-results ul novo-list-item item-content {
  display: block;
}
.picker-results novo-list novo-loading,
.picker-results ul novo-loading,
.quick-note-results novo-list novo-loading,
.quick-note-results ul novo-loading,
picker-error novo-list novo-loading,
picker-error ul novo-loading,
picker-loader novo-list novo-loading,
picker-loader ul novo-loading,
picker-null-recent-results novo-list novo-loading,
picker-null-recent-results ul novo-loading,
picker-null-results novo-list novo-loading,
picker-null-results ul novo-loading,
picker-results novo-list novo-loading,
picker-results ul novo-loading,
quick-note-results novo-list novo-loading,
quick-note-results ul novo-loading {
  justify-content: center;
}
.picker-results ul li,
.quick-note-results ul li,
picker-error ul li,
picker-loader ul li,
picker-null-recent-results ul li,
picker-null-results ul li,
picker-results ul li,
quick-note-results ul li {
  padding: 10px 16px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.picker-results.active,
.quick-note-results.active,
picker-error.active,
picker-loader.active,
picker-null-recent-results.active,
picker-null-results.active,
picker-results.active,
quick-note-results.active {
  z-index: 1000;
}
.picker-results:focus,
.quick-note-results:focus,
picker-error:focus,
picker-loader:focus,
picker-null-recent-results:focus,
picker-null-results:focus,
picker-results:focus,
quick-note-results:focus {
  outline: 0;
}
entity-picker-result.disabled,
novo-list-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
entity-picker-result.active &gt; novo-list-item {
  background-color: #e0ebf9;
}
entity-picker-results novo-list {
  background: #fff;
  max-height: 49vh;
  overflow: auto;
}
entity-picker-results novo-list item-content &gt; p {
  min-width: 15em;
  font-size: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1em;
}
entity-picker-results novo-list novo-loading {
  justify-content: center;
}
.picker-error,
.picker-loader,
.picker-null-recent-results,
.picker-null-results,
picker-error,
picker-loader,
picker-null-recent-results,
picker-null-results {
  background-color: #fff;
  text-align: center;
  color: #b1b3b7;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #4a89dc;
  transform: translateY(0);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
p.picker-error,
p.picker-loader,
p.picker-null-recent-results,
p.picker-null-results {
  max-width: inherit;
  padding: 5px;
}
.picker-loader,
picker-loader {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #4a89dc;
  transform: translateY(0);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
novo-picker.ng-touched.ng-invalid:not(.ng-pristine) &gt; input,
novo-picker.ng-touched.ng-invalid:not(.ng-pristine) &gt; input:focus,
novo-picker.ng-touched.ng-invalid:not(.ng-pristine) &gt; input:hover {
  border-bottom-color: transparent !important;
}
entity-picker-results,
picker-results {
  color: #000;
  min-width: 100%;
  max-width: 100%;
  z-index: 10;
  top: 100%;
}
entity-picker-results novo-list,
picker-results novo-list {
  border: 1px solid #4a89dc;
}
entity-picker-results novo-list novo-list-item,
picker-results novo-list novo-list-item {
  cursor: pointer;
  flex: 0 0;
  transition: background-color 250ms;
}
entity-picker-results novo-list novo-list-item &gt; div,
picker-results novo-list novo-list-item &gt; div {
  width: 100%;
}
entity-picker-results novo-list novo-list-item.active,
picker-results novo-list novo-list-item.active {
  background-color: #e0ebf9;
}
entity-picker-results novo-list novo-list-item:hover,
picker-results novo-list novo-list-item:hover {
  background-color: #f1f6fc;
}
entity-picker-results novo-list novo-list-item item-content,
picker-results novo-list novo-list-item item-content {
  flex-flow: row wrap;
}
entity-picker-results novo-list novo-list-item item-content &gt; *,
picker-results novo-list novo-list-item item-content &gt; * {
  flex: 0 0 33%;
  white-space: nowrap;
}
entity-picker-results .error-results,
entity-picker-results .no-recents,
entity-picker-results .null-results,
picker-results .error-results,
picker-results .no-recents,
picker-results .null-results {
  text-align: center;
  padding: 1em 0 4em;
}
entity-picker-results .error-results &gt; i,
entity-picker-results .no-recents &gt; i,
entity-picker-results .null-results &gt; i,
picker-results .error-results &gt; i,
picker-results .no-recents &gt; i,
picker-results .null-results &gt; i {
  font-size: 3em;
  margin: 0.5em;
  color: rgba(0, 0, 0, 0.3);
}
entity-picker-results .error-results &gt; h4,
entity-picker-results .error-results &gt; p,
entity-picker-results .no-recents &gt; h4,
entity-picker-results .no-recents &gt; p,
entity-picker-results .null-results &gt; h4,
entity-picker-results .null-results &gt; p,
picker-results .error-results &gt; h4,
picker-results .error-results &gt; p,
picker-results .no-recents &gt; h4,
picker-results .no-recents &gt; p,
picker-results .null-results &gt; h4,
picker-results .null-results &gt; p {
  margin: 0;
  max-width: none;
  padding: 0;
}
entity-picker-results .error-results &gt; h4,
entity-picker-results .no-recents &gt; h4,
entity-picker-results .null-results &gt; h4,
picker-results .error-results &gt; h4,
picker-results .no-recents &gt; h4,
picker-results .null-results &gt; h4 {
  font-weight: 500;
}
entity-picker-results section,
picker-results section {
  box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.25);
  z-index: 9;
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #000;
}
entity-picker-results {
  background: #fff;
  width: 100%;
  min-width: 250px;
}
grouped-multi-picker-results {
  background-color: #fff;
  max-height: 300px;
  padding: 0;
  margin: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #4a89dc;
  transform: translateY(0);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  display: flex;
  flex-direction: row;
}
grouped-multi-picker-results novo-list-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: none;
  flex-shrink: 0;
}
grouped-multi-picker-results novo-list-item.disabled {
  pointer-events: none;
  opacity: 0.75;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-groups {
  flex: 1;
  display: flex;
  flex-direction: column;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-groups novo-list {
  overflow: auto;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-groups footer {
  flex-basis: 50px;
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-top: 1px solid #f4f4f4;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-groups footer label {
  font-weight: 500;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-groups footer.disabled {
  pointer-events: none;
  opacity: 0.75;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-groups novo-list-item {
  font-weight: 500;
  color: #999;
  border-left: 3px solid #fff;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-groups
  novo-list-item
  .list-item {
  justify-content: center;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-groups
  novo-list-item
  item-end {
  color: #999;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-groups
  novo-list-item.active {
  color: #4a89dc;
  border-left-color: #4a89dc;
  background-color: #e9e9e9;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-groups
  novo-list-item.active
  item-end {
  color: #4a89dc;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-groups
  novo-list-item.active
  .list-item
  &gt; item-content
  &gt; * {
  color: #4a89dc !important;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-matches {
  flex: 1;
  display: flex;
  flex-direction: column;
}
grouped-multi-picker-results &gt; .grouped-multi-picker-matches novo-list {
  overflow: auto;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container {
  position: relative;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  input {
  font-size: 1em;
  padding: 0.95em;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-radius: 0;
  outline: 0;
  width: 100%;
  margin: 0;
  box-shadow: none;
  transition: all 0.3s;
  color: #26282b;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  input:hover {
  border-bottom: 1px solid #f4f4f4;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  input:focus {
  border-bottom: 1px solid #4a89dc;
  border-left: 1px solid #4a89dc;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  input[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  i.bhi-search,
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  i.bhi-times {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 1.2em;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  i.bhi-search.disabled,
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  i.bhi-times.disabled {
  pointer-events: none;
  opacity: 0.4;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-input-container
  i.bhi-times {
  cursor: pointer;
  font-size: 1.1em;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-list-container {
  border-left: 1px solid #f4f4f4;
  flex: 1;
  display: flex;
  flex-direction: column;
}
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-loading,
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-no-category,
grouped-multi-picker-results
  &gt; .grouped-multi-picker-matches
  .grouped-multi-picker-no-results {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
distribution-list-picker-results {
  display: block;
  color: #000;
  width: 100%;
  max-width: none;
  z-index: 99;
  background: #fff;
}
distribution-list-picker-results.active {
  border: 1px solid #4a89dc;
}
distribution-list-picker-results novo-list {
  max-height: 100%;
  min-height: 100%;
  background: #fff;
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}
distribution-list-picker-results novo-list novo-list-item {
  display: block;
  transition: background-color 250ms;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
distribution-list-picker-results novo-list novo-list-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
distribution-list-picker-results novo-list novo-list-item item-title h6 {
  font-weight: 500;
  padding: 0.6em 0 0;
}
distribution-list-picker-results novo-list novo-list-item item-title h6 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 100px;
  width: 80%;
  display: block;
}
distribution-list-picker-results novo-list novo-list-item &gt; div {
  width: 100%;
  margin-left: 15px;
}
distribution-list-picker-results novo-list novo-list-item.active,
distribution-list-picker-results novo-list novo-list-item:hover {
  background-color: #e0ebf9;
}
distribution-list-picker-results novo-list novo-list-item item-content {
  flex-flow: row nowrap;
  justify-content: space-between;
}
distribution-list-picker-results novo-list novo-list-item item-content &gt; * {
  flex: 0 0 60%;
  white-space: nowrap;
}
distribution-list-picker-results novo-list novo-list-item item-content p {
  margin-right: 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 100px;
}
distribution-list-picker-results
  novo-list
  novo-list-item
  item-content
  p
  .label {
  font-weight: 700;
}
distribution-list-picker-results novo-list novo-loading {
  justify-content: center;
}
distribution-list-picker-results .picker-error,
distribution-list-picker-results .picker-loading,
distribution-list-picker-results .picker-no-recents,
distribution-list-picker-results .picker-null {
  text-align: center;
  padding: 1em 0 4em;
}
distribution-list-picker-results .picker-error &gt; i,
distribution-list-picker-results .picker-loading &gt; i,
distribution-list-picker-results .picker-no-recents &gt; i,
distribution-list-picker-results .picker-null &gt; i {
  font-size: 3em;
  margin: 0.5em;
  color: rgba(0, 0, 0, 0.3);
}
distribution-list-picker-results .picker-error &gt; h4,
distribution-list-picker-results .picker-error &gt; p,
distribution-list-picker-results .picker-loading &gt; h4,
distribution-list-picker-results .picker-loading &gt; p,
distribution-list-picker-results .picker-no-recents &gt; h4,
distribution-list-picker-results .picker-no-recents &gt; p,
distribution-list-picker-results .picker-null &gt; h4,
distribution-list-picker-results .picker-null &gt; p {
  margin: 0;
  max-width: none;
  padding: 0;
}
distribution-list-picker-results .picker-error &gt; h4,
distribution-list-picker-results .picker-loading &gt; h4,
distribution-list-picker-results .picker-no-recents &gt; h4,
distribution-list-picker-results .picker-null &gt; h4 {
  font-weight: 500;
}
distribution-list-picker-results section {
  box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.25);
  z-index: 9;
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #000;
}
skill-specialty-picker-results {
  display: block;
  width: 100%;
  color: #000;
  max-width: none;
  z-index: 99;
  background: #fff;
}
skill-specialty-picker-results.active {
  border: 1px solid #4a89dc;
}
skill-specialty-picker-results novo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}
skill-specialty-picker-results novo-list novo-list-item {
  cursor: pointer;
  padding: 10px 16px;
  box-sizing: border-box;
  display: block;
}
skill-specialty-picker-results novo-list novo-list-item item-content {
  flex-direction: column;
}
skill-specialty-picker-results novo-list novo-list-item item-content h6 {
  padding-top: 0;
}
skill-specialty-picker-results novo-list novo-list-item div {
  color: gray;
}
skill-specialty-picker-results novo-list novo-list-item span {
  display: inline-block;
  min-width: 100px;
  margin: 2px 0;
}
skill-specialty-picker-results novo-list novo-list-item.active,
skill-specialty-picker-results novo-list novo-list-item:focus,
skill-specialty-picker-results novo-list novo-list-item:hover {
  background-color: #e0ebf9;
}
skill-specialty-picker-results novo-list novo-list-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
skill-specialty-picker-results novo-list novo-loading {
  justify-content: center;
}
skill-specialty-picker-results section {
  box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.25);
  z-index: 9;
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #000;
}
skill-specialty-picker-results .picker-error,
skill-specialty-picker-results .picker-loading,
skill-specialty-picker-results .picker-null {
  text-align: center;
  color: #b1b3b7;
}
chips,
entity-chips,
multi-picker,
novo-chips,
novo-entity-chips {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #afb9c0;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 2px 0;
}
chips:hover,
entity-chips:hover,
multi-picker:hover,
novo-chips:hover,
novo-entity-chips:hover {
  border-bottom: 1px solid #5f6d78;
}
chips.selected,
chips.selected:hover,
entity-chips.selected,
entity-chips.selected:hover,
multi-picker.selected,
multi-picker.selected:hover,
novo-chips.selected,
novo-chips.selected:hover,
novo-entity-chips.selected,
novo-entity-chips.selected:hover {
  border-bottom: 1px solid #4a89dc;
}
chips.selected + i,
chips.selected:hover + i,
entity-chips.selected + i,
entity-chips.selected:hover + i,
multi-picker.selected + i,
multi-picker.selected:hover + i,
novo-chips.selected + i,
novo-chips.selected:hover + i,
novo-entity-chips.selected + i,
novo-entity-chips.selected:hover + i {
  color: #4a89dc;
}
chips.disabled,
entity-chips.disabled,
multi-picker.disabled,
novo-chips.disabled,
novo-entity-chips.disabled {
  border-bottom-style: dashed !important;
}
chips chip,
chips novo-chip,
entity-chips chip,
entity-chips novo-chip,
multi-picker chip,
multi-picker novo-chip,
novo-chips chip,
novo-chips novo-chip,
novo-entity-chips chip,
novo-entity-chips novo-chip {
  display: flex;
  flex-grow: inherit;
  align-items: center;
  justify-content: space-between;
  background: #eee;
  border-radius: 4px;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
  width: auto;
  max-width: 180px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
chips chip span,
chips novo-chip span,
entity-chips chip span,
entity-chips novo-chip span,
multi-picker chip span,
multi-picker novo-chip span,
novo-chips chip span,
novo-chips novo-chip span,
novo-entity-chips chip span,
novo-entity-chips novo-chip span {
  vertical-align: middle;
  display: flex;
  align-items: center;
}
chips chip span span,
chips novo-chip span span,
entity-chips chip span span,
entity-chips novo-chip span span,
multi-picker chip span span,
multi-picker novo-chip span span,
novo-chips chip span span,
novo-chips novo-chip span span,
novo-entity-chips chip span span,
novo-entity-chips novo-chip span span {
  color: #4a89dc;
  cursor: pointer;
  max-width: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
chips chip span i,
chips novo-chip span i,
entity-chips chip span i,
entity-chips novo-chip span i,
multi-picker chip span i,
multi-picker novo-chip span i,
novo-chips chip span i,
novo-chips novo-chip span i,
novo-entity-chips chip span i,
novo-entity-chips novo-chip span i {
  font-size: 0.8em;
}
chips chip i.bhi-close,
chips novo-chip i.bhi-close,
entity-chips chip i.bhi-close,
entity-chips novo-chip i.bhi-close,
multi-picker chip i.bhi-close,
multi-picker novo-chip i.bhi-close,
novo-chips chip i.bhi-close,
novo-chips novo-chip i.bhi-close,
novo-entity-chips chip i.bhi-close,
novo-entity-chips novo-chip i.bhi-close {
  margin-left: 10px;
  font-size: 1.1em;
  cursor: pointer;
  color: #c8c8c8;
}
chips chip i.bhi-close:hover,
chips novo-chip i.bhi-close:hover,
entity-chips chip i.bhi-close:hover,
entity-chips novo-chip i.bhi-close:hover,
multi-picker chip i.bhi-close:hover,
multi-picker novo-chip i.bhi-close:hover,
novo-chips chip i.bhi-close:hover,
novo-chips novo-chip i.bhi-close:hover,
novo-entity-chips chip i.bhi-close:hover,
novo-entity-chips novo-chip i.bhi-close:hover {
  color: #959595;
}
chips chip.selected,
chips novo-chip.selected,
entity-chips chip.selected,
entity-chips novo-chip.selected,
multi-picker chip.selected,
multi-picker novo-chip.selected,
novo-chips chip.selected,
novo-chips novo-chip.selected,
novo-entity-chips chip.selected,
novo-entity-chips novo-chip.selected {
  border: 1px solid #4a89dc;
}
chips .chip-input-container,
entity-chips .chip-input-container,
multi-picker .chip-input-container,
novo-chips .chip-input-container,
novo-entity-chips .chip-input-container {
  flex-grow: 4;
}
chips .chip-input-container input,
entity-chips .chip-input-container input,
multi-picker .chip-input-container input,
novo-chips .chip-input-container input,
novo-entity-chips .chip-input-container input {
  padding-top: 0;
  border: none;
  background: 0 0;
  width: 100%;
}
chips .chip-input-container input:focus,
entity-chips .chip-input-container input:focus,
multi-picker .chip-input-container input:focus,
novo-chips .chip-input-container input:focus,
novo-entity-chips .chip-input-container input:focus {
  outline: 0;
}
chips novo-picker,
entity-chips novo-picker,
multi-picker novo-picker,
novo-chips novo-picker,
novo-entity-chips novo-picker {
  position: inherit;
  padding-bottom: 0;
}
chips novo-picker &gt; i,
entity-chips novo-picker &gt; i,
multi-picker novo-picker &gt; i,
novo-chips novo-picker &gt; i,
novo-entity-chips novo-picker &gt; i {
  display: none;
}
chips novo-picker div.picker-results-container,
entity-chips novo-picker div.picker-results-container,
multi-picker novo-picker div.picker-results-container,
novo-chips novo-picker div.picker-results-container,
novo-entity-chips novo-picker div.picker-results-container {
  left: 0;
}
chips label.clear-all,
entity-chips label.clear-all,
multi-picker label.clear-all,
novo-chips label.clear-all,
novo-entity-chips label.clear-all {
  flex: 1 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 0.9rem;
  color: #da4453;
  cursor: pointer;
  display: flex;
  align-items: center;
}
chips label.clear-all i,
entity-chips label.clear-all i,
multi-picker label.clear-all i,
novo-chips label.clear-all i,
novo-entity-chips label.clear-all i {
  font-size: 0.7rem;
  padding-bottom: 2px;
  margin-left: 5px;
}
chips i.bhi-search,
entity-chips i.bhi-search,
multi-picker i.bhi-search,
novo-chips i.bhi-search,
novo-entity-chips i.bhi-search {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 1.1em;
  color: #3d464d;
}
chips i.bhi-search.has-value,
entity-chips i.bhi-search.has-value,
multi-picker i.bhi-search.has-value,
novo-chips i.bhi-search.has-value,
novo-entity-chips i.bhi-search.has-value {
  bottom: 14px;
}
chips + i,
entity-chips + i,
multi-picker + i,
novo-chips + i,
novo-entity-chips + i {
  position: absolute;
  right: 0;
  bottom: 7px;
}
chips novo-picker &gt; input,
entity-chips novo-picker &gt; input,
multi-picker novo-picker &gt; input,
novo-chips novo-picker &gt; input,
novo-entity-chips novo-picker &gt; input {
  border: none;
  border-bottom: none !important;
}
chips novo-picker &gt; input:disabled,
entity-chips novo-picker &gt; input:disabled,
multi-picker novo-picker &gt; input:disabled,
novo-chips novo-picker &gt; input:disabled,
novo-entity-chips novo-picker &gt; input:disabled {
  border-bottom: none !important;
}
chips.with-value,
entity-chips.with-value,
multi-picker.with-value,
novo-chips.with-value,
novo-entity-chips.with-value {
  margin-bottom: 0;
}
chips chip span.clientcontact,
chips chip span.contact,
chips novo-chip span.clientcontact,
chips novo-chip span.contact,
entity-chips chip span.clientcontact,
entity-chips chip span.contact,
entity-chips novo-chip span.clientcontact,
entity-chips novo-chip span.contact,
multi-picker chip span.clientcontact,
multi-picker chip span.contact,
multi-picker novo-chip span.clientcontact,
multi-picker novo-chip span.contact,
novo-chips chip span.clientcontact,
novo-chips chip span.contact,
novo-chips novo-chip span.clientcontact,
novo-chips novo-chip span.contact,
novo-entity-chips chip span.clientcontact,
novo-entity-chips chip span.contact,
novo-entity-chips novo-chip span.clientcontact,
novo-entity-chips novo-chip span.contact {
  color: #4a89dc;
}
chips chip span.clientcontact i,
chips chip span.contact i,
chips novo-chip span.clientcontact i,
chips novo-chip span.contact i,
entity-chips chip span.clientcontact i,
entity-chips chip span.contact i,
entity-chips novo-chip span.clientcontact i,
entity-chips novo-chip span.contact i,
multi-picker chip span.clientcontact i,
multi-picker chip span.contact i,
multi-picker novo-chip span.clientcontact i,
multi-picker novo-chip span.contact i,
novo-chips chip span.clientcontact i,
novo-chips chip span.contact i,
novo-chips novo-chip span.clientcontact i,
novo-chips novo-chip span.contact i,
novo-entity-chips chip span.clientcontact i,
novo-entity-chips chip span.contact i,
novo-entity-chips novo-chip span.clientcontact i,
novo-entity-chips novo-chip span.contact i {
  color: #fa4;
}
chips chip span.clientcorporation,
chips chip span.company,
chips novo-chip span.clientcorporation,
chips novo-chip span.company,
entity-chips chip span.clientcorporation,
entity-chips chip span.company,
entity-chips novo-chip span.clientcorporation,
entity-chips novo-chip span.company,
multi-picker chip span.clientcorporation,
multi-picker chip span.company,
multi-picker novo-chip span.clientcorporation,
multi-picker novo-chip span.company,
novo-chips chip span.clientcorporation,
novo-chips chip span.company,
novo-chips novo-chip span.clientcorporation,
novo-chips novo-chip span.company,
novo-entity-chips chip span.clientcorporation,
novo-entity-chips chip span.company,
novo-entity-chips novo-chip span.clientcorporation,
novo-entity-chips novo-chip span.company {
  color: #4a89dc;
}
chips chip span.clientcorporation i,
chips chip span.company i,
chips novo-chip span.clientcorporation i,
chips novo-chip span.company i,
entity-chips chip span.clientcorporation i,
entity-chips chip span.company i,
entity-chips novo-chip span.clientcorporation i,
entity-chips novo-chip span.company i,
multi-picker chip span.clientcorporation i,
multi-picker chip span.company i,
multi-picker novo-chip span.clientcorporation i,
multi-picker novo-chip span.company i,
novo-chips chip span.clientcorporation i,
novo-chips chip span.company i,
novo-chips novo-chip span.clientcorporation i,
novo-chips novo-chip span.company i,
novo-entity-chips chip span.clientcorporation i,
novo-entity-chips chip span.company i,
novo-entity-chips novo-chip span.clientcorporation i,
novo-entity-chips novo-chip span.company i {
  color: #39d;
}
chips chip span.candidate,
chips novo-chip span.candidate,
entity-chips chip span.candidate,
entity-chips novo-chip span.candidate,
multi-picker chip span.candidate,
multi-picker novo-chip span.candidate,
novo-chips chip span.candidate,
novo-chips novo-chip span.candidate,
novo-entity-chips chip span.candidate,
novo-entity-chips novo-chip span.candidate {
  color: #4a89dc;
}
chips chip span.candidate i,
chips novo-chip span.candidate i,
entity-chips chip span.candidate i,
entity-chips novo-chip span.candidate i,
multi-picker chip span.candidate i,
multi-picker novo-chip span.candidate i,
novo-chips chip span.candidate i,
novo-chips novo-chip span.candidate i,
novo-entity-chips chip span.candidate i,
novo-entity-chips novo-chip span.candidate i {
  color: #4b7;
}
chips chip span.job,
chips chip span.joborder,
chips novo-chip span.job,
chips novo-chip span.joborder,
entity-chips chip span.job,
entity-chips chip span.joborder,
entity-chips novo-chip span.job,
entity-chips novo-chip span.joborder,
multi-picker chip span.job,
multi-picker chip span.joborder,
multi-picker novo-chip span.job,
multi-picker novo-chip span.joborder,
novo-chips chip span.job,
novo-chips chip span.joborder,
novo-chips novo-chip span.job,
novo-chips novo-chip span.joborder,
novo-entity-chips chip span.job,
novo-entity-chips chip span.joborder,
novo-entity-chips novo-chip span.job,
novo-entity-chips novo-chip span.joborder {
  color: #4a89dc;
}
chips chip span.job i,
chips chip span.joborder i,
chips novo-chip span.job i,
chips novo-chip span.joborder i,
entity-chips chip span.job i,
entity-chips chip span.joborder i,
entity-chips novo-chip span.job i,
entity-chips novo-chip span.joborder i,
multi-picker chip span.job i,
multi-picker chip span.joborder i,
multi-picker novo-chip span.job i,
multi-picker novo-chip span.joborder i,
novo-chips chip span.job i,
novo-chips chip span.joborder i,
novo-chips novo-chip span.job i,
novo-chips novo-chip span.joborder i,
novo-entity-chips chip span.job i,
novo-entity-chips chip span.joborder i,
novo-entity-chips novo-chip span.job i,
novo-entity-chips novo-chip span.joborder i {
  color: #b56;
}
chips chip span.placement,
chips novo-chip span.placement,
entity-chips chip span.placement,
entity-chips novo-chip span.placement,
multi-picker chip span.placement,
multi-picker novo-chip span.placement,
novo-chips chip span.placement,
novo-chips novo-chip span.placement,
novo-entity-chips chip span.placement,
novo-entity-chips novo-chip span.placement {
  color: #4a89dc;
}
chips chip span.placement i,
chips novo-chip span.placement i,
entity-chips chip span.placement i,
entity-chips novo-chip span.placement i,
multi-picker chip span.placement i,
multi-picker novo-chip span.placement i,
novo-chips chip span.placement i,
novo-chips novo-chip span.placement i,
novo-entity-chips chip span.placement i,
novo-entity-chips novo-chip span.placement i {
  color: #0b344f;
}
chips chip span.opportunity,
chips novo-chip span.opportunity,
entity-chips chip span.opportunity,
entity-chips novo-chip span.opportunity,
multi-picker chip span.opportunity,
multi-picker novo-chip span.opportunity,
novo-chips chip span.opportunity,
novo-chips novo-chip span.opportunity,
novo-entity-chips chip span.opportunity,
novo-entity-chips novo-chip span.opportunity {
  color: #4a89dc;
}
chips chip span.opportunity i,
chips novo-chip span.opportunity i,
entity-chips chip span.opportunity i,
entity-chips novo-chip span.opportunity i,
multi-picker chip span.opportunity i,
multi-picker novo-chip span.opportunity i,
novo-chips chip span.opportunity i,
novo-chips novo-chip span.opportunity i,
novo-entity-chips chip span.opportunity i,
novo-entity-chips novo-chip span.opportunity i {
  color: #625;
}
chips chip span.lead,
chips novo-chip span.lead,
entity-chips chip span.lead,
entity-chips novo-chip span.lead,
multi-picker chip span.lead,
multi-picker novo-chip span.lead,
novo-chips chip span.lead,
novo-chips novo-chip span.lead,
novo-entity-chips chip span.lead,
novo-entity-chips novo-chip span.lead {
  color: #4a89dc;
}
chips chip span.lead i,
chips novo-chip span.lead i,
entity-chips chip span.lead i,
entity-chips novo-chip span.lead i,
multi-picker chip span.lead i,
multi-picker novo-chip span.lead i,
novo-chips chip span.lead i,
novo-chips novo-chip span.lead i,
novo-entity-chips chip span.lead i,
novo-entity-chips novo-chip span.lead i {
  color: #a69;
}
chips chip span.corporateuser,
chips chip span.user,
chips novo-chip span.corporateuser,
chips novo-chip span.user,
entity-chips chip span.corporateuser,
entity-chips chip span.user,
entity-chips novo-chip span.corporateuser,
entity-chips novo-chip span.user,
multi-picker chip span.corporateuser,
multi-picker chip span.user,
multi-picker novo-chip span.corporateuser,
multi-picker novo-chip span.user,
novo-chips chip span.corporateuser,
novo-chips chip span.user,
novo-chips novo-chip span.corporateuser,
novo-chips novo-chip span.user,
novo-entity-chips chip span.corporateuser,
novo-entity-chips chip span.user,
novo-entity-chips novo-chip span.corporateuser,
novo-entity-chips novo-chip span.user {
  color: #4a89dc;
}
chips chip span.corporateuser i,
chips chip span.user i,
chips novo-chip span.corporateuser i,
chips novo-chip span.user i,
entity-chips chip span.corporateuser i,
entity-chips chip span.user i,
entity-chips novo-chip span.corporateuser i,
entity-chips novo-chip span.user i,
multi-picker chip span.corporateuser i,
multi-picker chip span.user i,
multi-picker novo-chip span.corporateuser i,
multi-picker novo-chip span.user i,
novo-chips chip span.corporateuser i,
novo-chips chip span.user i,
novo-chips novo-chip span.corporateuser i,
novo-chips novo-chip span.user i,
novo-entity-chips chip span.corporateuser i,
novo-entity-chips chip span.user i,
novo-entity-chips novo-chip span.corporateuser i,
novo-entity-chips novo-chip span.user i {
  color: #4f5361;
}
chips picker-results,
entity-chips picker-results,
multi-picker picker-results,
novo-chips picker-results,
novo-entity-chips picker-results {
  position: absolute;
  color: #000;
}
chips picker-results novo-list,
entity-chips picker-results novo-list,
multi-picker picker-results novo-list,
novo-chips picker-results novo-list,
novo-entity-chips picker-results novo-list {
  max-height: 49vh;
  overflow: auto;
}
chips picker-results novo-list novo-list-item,
entity-chips picker-results novo-list novo-list-item,
multi-picker picker-results novo-list novo-list-item,
novo-chips picker-results novo-list novo-list-item,
novo-entity-chips picker-results novo-list novo-list-item {
  flex: 0 0;
  transition: background-color 250ms;
}
chips picker-results novo-list novo-list-item &gt; div,
entity-chips picker-results novo-list novo-list-item &gt; div,
multi-picker picker-results novo-list novo-list-item &gt; div,
novo-chips picker-results novo-list novo-list-item &gt; div,
novo-entity-chips picker-results novo-list novo-list-item &gt; div {
  width: 100%;
}
chips picker-results novo-list novo-list-item.active,
chips picker-results novo-list novo-list-item:hover,
entity-chips picker-results novo-list novo-list-item.active,
entity-chips picker-results novo-list novo-list-item:hover,
multi-picker picker-results novo-list novo-list-item.active,
multi-picker picker-results novo-list novo-list-item:hover,
novo-chips picker-results novo-list novo-list-item.active,
novo-chips picker-results novo-list novo-list-item:hover,
novo-entity-chips picker-results novo-list novo-list-item.active,
novo-entity-chips picker-results novo-list novo-list-item:hover {
  background-color: #e0ebf9;
}
chips picker-results novo-list novo-list-item item-content,
entity-chips picker-results novo-list novo-list-item item-content,
multi-picker picker-results novo-list novo-list-item item-content,
novo-chips picker-results novo-list novo-list-item item-content,
novo-entity-chips picker-results novo-list novo-list-item item-content {
  flex-flow: row wrap;
}
chips picker-results novo-list novo-list-item item-content &gt; *,
entity-chips picker-results novo-list novo-list-item item-content &gt; *,
multi-picker picker-results novo-list novo-list-item item-content &gt; *,
novo-chips picker-results novo-list novo-list-item item-content &gt; *,
novo-entity-chips picker-results novo-list novo-list-item item-content &gt; * {
  flex: 0 0 33%;
  white-space: nowrap;
}
chips picker-results .error-results,
chips picker-results .no-recents,
chips picker-results .null-results,
entity-chips picker-results .error-results,
entity-chips picker-results .no-recents,
entity-chips picker-results .null-results,
multi-picker picker-results .error-results,
multi-picker picker-results .no-recents,
multi-picker picker-results .null-results,
novo-chips picker-results .error-results,
novo-chips picker-results .no-recents,
novo-chips picker-results .null-results,
novo-entity-chips picker-results .error-results,
novo-entity-chips picker-results .no-recents,
novo-entity-chips picker-results .null-results {
  text-align: center;
  padding: 1em 0 4em;
}
chips picker-results .error-results &gt; i,
chips picker-results .no-recents &gt; i,
chips picker-results .null-results &gt; i,
entity-chips picker-results .error-results &gt; i,
entity-chips picker-results .no-recents &gt; i,
entity-chips picker-results .null-results &gt; i,
multi-picker picker-results .error-results &gt; i,
multi-picker picker-results .no-recents &gt; i,
multi-picker picker-results .null-results &gt; i,
novo-chips picker-results .error-results &gt; i,
novo-chips picker-results .no-recents &gt; i,
novo-chips picker-results .null-results &gt; i,
novo-entity-chips picker-results .error-results &gt; i,
novo-entity-chips picker-results .no-recents &gt; i,
novo-entity-chips picker-results .null-results &gt; i {
  font-size: 3em;
  margin: 0.5em;
  color: rgba(0, 0, 0, 0.3);
}
chips picker-results .error-results &gt; h4,
chips picker-results .error-results &gt; p,
chips picker-results .no-recents &gt; h4,
chips picker-results .no-recents &gt; p,
chips picker-results .null-results &gt; h4,
chips picker-results .null-results &gt; p,
entity-chips picker-results .error-results &gt; h4,
entity-chips picker-results .error-results &gt; p,
entity-chips picker-results .no-recents &gt; h4,
entity-chips picker-results .no-recents &gt; p,
entity-chips picker-results .null-results &gt; h4,
entity-chips picker-results .null-results &gt; p,
multi-picker picker-results .error-results &gt; h4,
multi-picker picker-results .error-results &gt; p,
multi-picker picker-results .no-recents &gt; h4,
multi-picker picker-results .no-recents &gt; p,
multi-picker picker-results .null-results &gt; h4,
multi-picker picker-results .null-results &gt; p,
novo-chips picker-results .error-results &gt; h4,
novo-chips picker-results .error-results &gt; p,
novo-chips picker-results .no-recents &gt; h4,
novo-chips picker-results .no-recents &gt; p,
novo-chips picker-results .null-results &gt; h4,
novo-chips picker-results .null-results &gt; p,
novo-entity-chips picker-results .error-results &gt; h4,
novo-entity-chips picker-results .error-results &gt; p,
novo-entity-chips picker-results .no-recents &gt; h4,
novo-entity-chips picker-results .no-recents &gt; p,
novo-entity-chips picker-results .null-results &gt; h4,
novo-entity-chips picker-results .null-results &gt; p {
  margin: 0;
  max-width: none;
  padding: 0;
}
chips picker-results .error-results &gt; h4,
chips picker-results .no-recents &gt; h4,
chips picker-results .null-results &gt; h4,
entity-chips picker-results .error-results &gt; h4,
entity-chips picker-results .no-recents &gt; h4,
entity-chips picker-results .null-results &gt; h4,
multi-picker picker-results .error-results &gt; h4,
multi-picker picker-results .no-recents &gt; h4,
multi-picker picker-results .null-results &gt; h4,
novo-chips picker-results .error-results &gt; h4,
novo-chips picker-results .no-recents &gt; h4,
novo-chips picker-results .null-results &gt; h4,
novo-entity-chips picker-results .error-results &gt; h4,
novo-entity-chips picker-results .no-recents &gt; h4,
novo-entity-chips picker-results .null-results &gt; h4 {
  font-weight: 500;
}
chips picker-results section,
entity-chips picker-results section,
multi-picker picker-results section,
novo-chips picker-results section,
novo-entity-chips picker-results section {
  box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.25);
  z-index: 9;
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #000;
}
chips .preview-container entity-picker-result,
entity-chips .preview-container entity-picker-result,
multi-picker .preview-container entity-picker-result,
novo-chips .preview-container entity-picker-result,
novo-entity-chips .preview-container entity-picker-result {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 180px;
  max-height: 49vh;
  overflow: auto;
  z-index: 900;
  border: 1px solid #4a89dc;
  transition: all 0.2s ease-in-out;
}
chips .preview-container entity-picker-result novo-list-item,
entity-chips .preview-container entity-picker-result novo-list-item,
multi-picker .preview-container entity-picker-result novo-list-item,
novo-chips .preview-container entity-picker-result novo-list-item,
novo-entity-chips .preview-container entity-picker-result novo-list-item {
  flex: 0 0;
}
chips .preview-container entity-picker-result novo-list-item &gt; div,
entity-chips .preview-container entity-picker-result novo-list-item &gt; div,
multi-picker .preview-container entity-picker-result novo-list-item &gt; div,
novo-chips .preview-container entity-picker-result novo-list-item &gt; div,
novo-entity-chips .preview-container entity-picker-result novo-list-item &gt; div {
  width: 100%;
}
chips .preview-container entity-picker-result novo-list-item item-content,
entity-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content,
multi-picker
  .preview-container
  entity-picker-result
  novo-list-item
  item-content,
novo-chips .preview-container entity-picker-result novo-list-item item-content,
novo-entity-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content {
  flex-flow: row wrap;
}
chips .preview-container entity-picker-result novo-list-item item-content &gt; *,
entity-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; *,
multi-picker
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; *,
novo-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; *,
novo-entity-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; * {
  flex: 0 0 33%;
  white-space: nowrap;
}
chips .preview-container entity-picker-result novo-list-item item-content &gt; p,
entity-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; p,
multi-picker
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; p,
novo-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; p,
novo-entity-chips
  .preview-container
  entity-picker-result
  novo-list-item
  item-content
  &gt; p {
  min-width: 15em;
  font-size: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1em;
}
entity-chip-results {
  max-width: none !important;
}
novo-row-chip .novo-row-chips-columns,
novo-row-chips .novo-row-chips-columns {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1em;
}
novo-row-chip .novo-row-chips-columns .column-label,
novo-row-chips .novo-row-chips-columns .column-label {
  display: flex;
  flex: 1;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1em;
}
novo-row-chip .novo-row-chips-columns .column-label:first-of-type,
novo-row-chips .novo-row-chips-columns .column-label:first-of-type {
  flex: 0 1 275px;
}
novo-row-chip .novo-row-chips-columns .column-data,
novo-row-chips .novo-row-chips-columns .column-data {
  display: flex;
  flex: 1;
  align-items: center;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px dashed #85939e;
  border-radius: 0;
  outline: 0;
  height: 2em;
  width: 100%;
  margin: 0 1em 0 0;
  padding: 0 0 0.5em;
}
novo-row-chip .novo-row-chips-columns .column-data:first-of-type,
novo-row-chips .novo-row-chips-columns .column-data:first-of-type {
  flex: 0 0 275px;
}
novo-row-chip .novo-row-chips-columns .column-data span,
novo-row-chips .novo-row-chips-columns .column-data span {
  color: inherit;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1em;
  max-height: 2em;
  min-height: 1em;
}
novo-row-chip .novo-row-chips-empty-message,
novo-row-chips .novo-row-chips-empty-message {
  font-style: italic;
  color: #999;
}
novo-row-chip novo-picker,
novo-row-chips novo-picker {
  max-width: 275px;
}
novo-row-chip i,
novo-row-chips i {
  cursor: pointer;
}
novo-dropdown {
  display: block;
  position: relative;
}
novo-dropdown button {
  position: relative;
  z-index: 0;
}
novo-dropdown button i {
  font-size: 0.8em !important;
  width: inherit !important;
  height: inherit !important;
  margin: 0 0.5em;
}
.dropdown-container {
  background-color: #fff;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.dropdown-container.has-height {
  overflow: auto;
}
.dropdown-container list item {
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 0.8em 1em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #63666c;
  white-space: nowrap;
  text-align: left;
}
.dropdown-container list item span {
  display: inline-block;
}
.dropdown-container list item a,
.dropdown-container list item novo-activity-table .clickable,
.dropdown-container list item novo-data-table .clickable,
novo-activity-table .dropdown-container list item .clickable,
novo-data-table .dropdown-container list item .clickable {
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  height: 48px;
}
.dropdown-container list item a:active,
.dropdown-container list item a:focus,
.dropdown-container list item a:hover,
.dropdown-container list item a:visited,
.dropdown-container list item novo-activity-table .clickable:active,
.dropdown-container list item novo-activity-table .clickable:focus,
.dropdown-container list item novo-activity-table .clickable:hover,
.dropdown-container list item novo-activity-table .clickable:visited,
.dropdown-container list item novo-data-table .clickable:active,
.dropdown-container list item novo-data-table .clickable:focus,
.dropdown-container list item novo-data-table .clickable:hover,
.dropdown-container list item novo-data-table .clickable:visited,
novo-activity-table .dropdown-container list item .clickable:active,
novo-activity-table .dropdown-container list item .clickable:focus,
novo-activity-table .dropdown-container list item .clickable:hover,
novo-activity-table .dropdown-container list item .clickable:visited,
novo-data-table .dropdown-container list item .clickable:active,
novo-data-table .dropdown-container list item .clickable:focus,
novo-data-table .dropdown-container list item .clickable:hover,
novo-data-table .dropdown-container list item .clickable:visited {
  color: inherit;
  font-weight: inherit;
}
.dropdown-container list item i {
  border-radius: 0;
  margin: 0 !important;
  color: #4a89dc;
}
.dropdown-container list item.active,
.dropdown-container list item:focus,
.dropdown-container list item:hover {
  background: #f4f4f4;
  color: #4b4d51;
}
.dropdown-container list item.disabled {
  color: #d9dadc;
  cursor: not-allowed;
}
.dropdown-container list dropdown-item-header {
  color: #9e9e9e;
  font-size: 0.8em;
  flex: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
}
.dropdown-container list hr {
  border: none;
  height: 1px;
  background: #d9dadc;
}
novo-switch {
  display: flex;
  align-items: center;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
novo-switch * {
  box-sizing: border-box;
}
novo-switch &gt; div {
  display: flex;
  align-items: center;
}
novo-switch .novo-switch-container {
  cursor: -webkit-grab;
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 8px;
}
novo-switch:not([disabled]) .novo-switch-dragging,
novo-switch:not([disabled]).novo-switch-dragging .novo-switch-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
novo-switch .novo-switch-label {
  border: 0 transparent;
}
novo-switch .novo-switch-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
novo-switch .novo-switch-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
novo-switch[aria-checked="true"] .novo-switch-thumb-container {
  transform: translate3d(100%, 0, 0);
}
novo-switch .novo-switch-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #d9dadc;
}
novo-switch .novo-switch-thumb .bh-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
novo-switch:not(.novo-switch-dragging) .novo-switch-bar,
novo-switch:not(.novo-switch-dragging) .novo-switch-thumb,
novo-switch:not(.novo-switch-dragging) .novo-switch-thumb-container {
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: transform, background-color;
}
novo-switch:not(.novo-switch-dragging) .novo-switch-bar,
novo-switch:not(.novo-switch-dragging) .novo-switch-thumb {
  transition-delay: 50ms;
}
novo-switch[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
novo-switch[disabled] .novo-switch-container {
  cursor: not-allowed;
}
novo-switch .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch[aria-checked="true"] .novo-switch-thumb {
  background-color: #4a89dc;
}
novo-switch[aria-checked="true"] .novo-switch-bar {
  background-color: #97bbeb;
}
novo-switch.aqua .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.aqua .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.aqua[aria-checked="true"] .novo-switch-thumb {
  background-color: #3bafda;
}
novo-switch.aqua[aria-checked="true"] .novo-switch-bar {
  background-color: #88cfe9;
}
novo-switch.ocean .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.ocean .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.ocean[aria-checked="true"] .novo-switch-thumb {
  background-color: #4a89dc;
}
novo-switch.ocean[aria-checked="true"] .novo-switch-bar {
  background-color: #97bbeb;
}
novo-switch.mint .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.mint .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.mint[aria-checked="true"] .novo-switch-thumb {
  background-color: #37bc9b;
}
novo-switch.mint[aria-checked="true"] .novo-switch-bar {
  background-color: #77d7c0;
}
novo-switch.grass .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.grass .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.grass[aria-checked="true"] .novo-switch-thumb {
  background-color: #8cc152;
}
novo-switch.grass[aria-checked="true"] .novo-switch-bar {
  background-color: #b9d996;
}
novo-switch.sunflower .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.sunflower .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.sunflower[aria-checked="true"] .novo-switch-thumb {
  background-color: #f6b042;
}
novo-switch.sunflower[aria-checked="true"] .novo-switch-bar {
  background-color: #fad59a;
}
novo-switch.bittersweet .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.bittersweet .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.bittersweet[aria-checked="true"] .novo-switch-thumb {
  background-color: #eb6845;
}
novo-switch.bittersweet[aria-checked="true"] .novo-switch-bar {
  background-color: #f4ab98;
}
novo-switch.grapefruit .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.grapefruit .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.grapefruit[aria-checked="true"] .novo-switch-thumb {
  background-color: #da4453;
}
novo-switch.grapefruit[aria-checked="true"] .novo-switch-bar {
  background-color: #e99199;
}
novo-switch.carnation .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.carnation .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.carnation[aria-checked="true"] .novo-switch-thumb {
  background-color: #d770ad;
}
novo-switch.carnation[aria-checked="true"] .novo-switch-bar {
  background-color: #ebb8d6;
}
novo-switch.lavender .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.lavender .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.lavender[aria-checked="true"] .novo-switch-thumb {
  background-color: #967adc;
}
novo-switch.lavender[aria-checked="true"] .novo-switch-bar {
  background-color: #cfc3ef;
}
novo-switch.mountain .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.mountain .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.mountain[aria-checked="true"] .novo-switch-thumb {
  background-color: #9678b6;
}
novo-switch.mountain[aria-checked="true"] .novo-switch-bar {
  background-color: #c4b4d6;
}
novo-switch.dark .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.dark .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.dark[aria-checked="true"] .novo-switch-thumb {
  background-color: #3d464d;
}
novo-switch.dark[aria-checked="true"] .novo-switch-bar {
  background-color: #32393f;
}
novo-switch.light .novo-switch-thumb {
  background-color: #d9dadc;
}
novo-switch.light .novo-switch-bar {
  background-color: #f4f4f4;
}
novo-switch.light[aria-checked="true"] .novo-switch-thumb {
  background-color: #d1d2d5;
}
novo-switch.light[aria-checked="true"] .novo-switch-bar {
  background-color: #d9dadc;
}
novo-switch[disabled] .novo-switch-thumb {
  background-color: #a4a6ab;
}
novo-switch[disabled] .novo-switch-bar {
  background-color: #d9dadc;
}
novo-switch:focus .novo-switch-label:not(:empty) {
  border: 1px dotted #d9dadc;
}
input[type="calendar"] {
  padding: 6px;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  width: 140px;
  display: inline-block;
  border: 2px solid #ddd;
  border-radius: 4px;
}
novo-date-picker-input {
  flex: 1;
  position: relative;
  display: block;
}
novo-date-picker-input.disabled {
  pointer-events: none;
  opacity: 1;
}
novo-date-picker-input input {
  font-size: 1em;
  border: none;
  border-bottom: 1px solid rgba(88, 101, 111, 0.25);
  background: 0 0 !important;
  border-radius: 0;
  outline: 0;
  height: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #d9dadc;
}
novo-date-picker-input input:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-date-picker-input &gt; i.bhi-calendar,
novo-date-picker-input &gt; i.bhi-clock,
novo-date-picker-input &gt; i.bhi-search,
novo-date-picker-input &gt; i.bhi-times {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.2em;
}
novo-date-picker-input &gt; i.bhi-times {
  cursor: pointer;
  font-size: 1.1em;
}
.calendar.popup {
  display: none;
  position: absolute;
  z-index: 999;
}
.calendar.popup.open {
  display: block;
}
.calendar {
  border-radius: 4px;
  width: 255px;
  text-align: center;
  background: #fff;
  color: #3a3a3a;
  -webkit-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.1);
  z-index: 999;
  position: relative;
}
.calendar .calendar-top {
  display: flex;
  flex-flow: column;
  background: #4a89dc;
  color: #fff;
  font-size: 14px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.calendar .calendar-top h1 {
  font-weight: 600;
  font-size: 4.2em;
  color: #fff;
  margin: 0;
  padding: 0;
}
.calendar .calendar-top h2 {
  font-weight: 300;
  opacity: 1;
  margin: 10px auto;
  padding: 0;
}
.calendar .calendar-top h3 {
  font-weight: 400;
  opacity: 0.4;
  margin: 15px auto;
  padding: 0;
}
.calendar .calendar-top h4 {
  background: rgba(0, 0, 0, 0.15);
  font-size: 1em;
  font-weight: 300;
  padding: 10px;
}
.calendar .date-range-tabs {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 45px;
}
.calendar .date-range-tabs.week-select-mode &gt; span {
  cursor: default;
  color: #3d464d;
  pointer-events: none;
  opacity: 1 !important;
}
.calendar .date-range-tabs.week-select-mode .indicator {
  display: none;
}
.calendar .date-range-tabs &gt; span {
  color: #4a89dc;
  text-align: center;
  flex: 1;
  cursor: pointer;
  font-weight: 500;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.6;
}
.calendar .date-range-tabs &gt; span:hover {
  opacity: 1 !important;
}
.calendar .date-range-tabs .indicator {
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #4a89dc;
  transition: transform 0.2s ease-in-out;
}
.calendar .calendar-header {
  width: 100%;
  border-collapse: collapse;
  padding: 14px 0;
  -webkit-user-select: none;
  cursor: default;
  border-bottom: 1px solid #f4f4f4;
}
.calendar .calendar-header .previous {
  width: 30px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
}
.calendar .calendar-header .previous:after {
  content: "";
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid #aaa;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}
.calendar .calendar-header .previous:hover:after {
  border-right: 4px solid #4a89dc;
  cursor: pointer;
}
.calendar .calendar-header .heading {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
  color: #4a89dc;
  font-weight: 600;
}
.calendar .calendar-header .heading .month {
  border-radius: 2px;
  padding: 3px 8px;
}
.calendar .calendar-header .heading .month:hover {
  background: #4a89dc;
  color: #fff;
  cursor: pointer;
}
.calendar .calendar-header .heading .year {
  border-radius: 2px;
  padding: 3px 8px;
}
.calendar .calendar-header .heading .year:hover {
  background: #4a89dc;
  color: #fff;
  cursor: pointer;
}
.calendar .calendar-header .next {
  width: 30px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
}
.calendar .calendar-header .next:before {
  content: "";
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #aaa;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}
.calendar .calendar-header .next:hover:before {
  opacity: 1;
  border-left: 4px solid #4a89dc;
  cursor: pointer;
}
.calendar section.calendar-content {
  display: flex;
  flex-direction: column;
}
.calendar section.calendar-content span {
  display: block;
}
.calendar .calendar-content {
  background: #fff;
  width: 100%;
  height: 230px;
  overflow-y: scroll;
  position: static;
  top: 0;
  left: 0;
  -webkit-padding-start: 0;
  -webkit-transform-origin: 209px 26px;
  -webkit-transform: scale(1);
}
.calendar .calendar-content thead {
  background: #fff;
}
.calendar .calendar-content thead th {
  width: 30px;
  padding: 10px 0;
}
.calendar .calendar-content tbody {
  font-size: 0.9em;
}
.calendar .calendar-content .month,
.calendar .calendar-content .year {
  text-align: center;
  padding: 4px 15px;
  color: #666;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin: 5px;
  font-weight: 400;
  border-radius: 3px;
}
.calendar .calendar-content .month.selected,
.calendar .calendar-content .year.selected {
  background-color: #4a89dc;
  color: #fff;
}
.calendar .calendar-content .month:hover,
.calendar .calendar-content .year:hover {
  cursor: pointer;
  background-color: #4a89dc;
  color: #fff;
}
.calendar .calendar-content .day {
  height: 30px;
  width: 30px;
  line-height: 27px;
  margin: 1px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px transparent;
  transition: box-shadow 140ms ease-in-out;
  position: relative;
}
.calendar .calendar-content .day:focus {
  outline: 0;
}
.calendar .calendar-content .day:disabled {
  color: #d7d9e4;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
.calendar .calendar-content td.notinmonth {
  color: #d7d9e4;
}
.calendar .calendar-content td:hover .day {
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #4a89dc;
}
.calendar .calendar-content td.filler button {
  background: #4a89dc;
  color: #fff;
  height: 30px;
  width: 100%;
  border-radius: 0;
}
.calendar .calendar-content td.selecting-range button {
  position: relative;
}
.calendar .calendar-content td.selecting-range button:before {
  content: "";
  background: rgba(74, 137, 220, 0.2);
  position: absolute;
  z-index: -1;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.calendar .calendar-content td.filler + .selected button,
.calendar .calendar-content td.startfill button,
.calendar .calendar-content td.startfill + .selected button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar .calendar-content td.filler + .selected button .day,
.calendar .calendar-content td.startfill button .day,
.calendar .calendar-content td.startfill + .selected button .day {
  box-shadow: 0;
}
.calendar .calendar-content td.startfill button {
  border-radius: 50% 0 0 50%;
  box-shadow: none !important;
  position: relative;
}
.calendar .calendar-content td.startfill button:before {
  content: "";
  position: absolute;
  height: 100%;
  background: #4a89dc;
  width: 10px;
  top: 0;
  right: -5px;
  z-index: -1;
}
.calendar .calendar-content td.endfill button {
  border-radius: 0 50% 50% 0;
  box-shadow: none !important;
  position: relative;
}
.calendar .calendar-content td.endfill button:before {
  content: "";
  position: absolute;
  height: 100%;
  background: #4a89dc;
  width: 10px;
  top: 0;
  left: -5px;
  z-index: -1;
}
.calendar .calendar-content td.selected .day {
  background: #4a89dc;
  color: #fff;
}
.calendar .calendar-content td.today .day:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-15px);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  max-width: 30px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 2px #d9dadc;
}
.calendar .calendar-content td.today.filler .day:after,
.calendar .calendar-content td.today.selected .day:after {
  box-shadow: inset 0 0 0 2px #9dbeff;
}
.calendar .calendar-footer {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
}
.calendar .calendar-footer .today {
  cursor: pointer;
  color: #4a89dc;
}
@-webkit-keyframes select {
  from {
    opacity: 0.8;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.6);
  }
}
@keyframes select {
  from {
    opacity: 0.8;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.6);
  }
}
novo-time-picker-input {
  flex: 1;
  position: relative;
  display: block;
  max-width: 130px;
}
novo-time-picker-input.disabled {
  pointer-events: none;
  opacity: 1;
}
novo-time-picker-input input {
  font-size: 1em;
  border: none;
  border-bottom: 1px solid rgba(88, 101, 111, 0.25);
  background: 0 0 !important;
  border-radius: 0;
  outline: 0;
  height: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #d9dadc;
}
novo-time-picker-input input:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-time-picker-input &gt; i.bhi-calendar,
novo-time-picker-input &gt; i.bhi-clock,
novo-time-picker-input &gt; i.bhi-search,
novo-time-picker-input &gt; i.bhi-times {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.2em;
}
novo-time-picker-input &gt; i.bhi-times {
  cursor: pointer;
  font-size: 1.1em;
}
novo-time-picker {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
novo-time-picker .digital {
  padding: 6.5px 0;
  background-color: #4a89dc;
  display: flex;
  justify-content: center;
}
novo-time-picker .digital.inline {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
novo-time-picker .digital.inline.military {
  border-bottom: none;
}
novo-time-picker .digital.inline .digital--inner .control-block {
  display: flex;
}
novo-time-picker
  .digital.inline
  .digital--inner
  .control-block
  .digital--period {
  color: #4a89dc;
  cursor: pointer;
  font-size: 1em;
  opacity: 0.6;
  margin: 0 20px;
}
novo-time-picker
  .digital.inline
  .digital--inner
  .control-block
  .digital--period.active {
  opacity: 1;
}
novo-time-picker .digital--inner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
novo-time-picker .digital--clock {
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}
novo-time-picker .control-block {
  display: inline-block;
}
novo-time-picker .digital--period {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  opacity: 0.6;
  text-transform: uppercase;
  margin-left: 5px;
  font-weight: 400;
}
novo-time-picker .digital--period.active {
  opacity: 1;
  font-weight: 600;
}
novo-time-picker .increments {
  position: relative;
  height: 250px;
  width: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}
novo-time-picker .increments novo-list-item {
  padding: 5px 16px;
  width: 130px;
}
novo-time-picker .increments novo-list-item .list-item {
  line-height: 19px;
}
novo-time-picker .increments novo-list-item:focus,
novo-time-picker .increments novo-list-item:hover {
  background: #f4f4f4;
  color: #4b4d51;
}
novo-time-picker .increments novo-list-item.active {
  color: #4a89dc;
  font-weight: 500;
}
novo-time-picker .analog {
  height: 250px;
  width: 250px;
  position: relative;
  margin: 10% auto;
}
novo-time-picker .analog--inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  transition: transform 125ms linear;
}
novo-time-picker .analog--face {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  position: absolute;
  border-radius: 50%;
}
novo-time-picker .analog--hand--hours {
  width: 240px;
  height: 240px;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  transform: rotate(0);
  transition: transform 0.1s linear;
  z-index: 1;
}
novo-time-picker .analog--hand--hours:before {
  content: " ";
  width: 2px;
  top: 0;
  bottom: 0;
  left: 30%;
  margin: 30%;
  z-index: -1;
  display: block;
  position: absolute;
  transform: rotate(90deg);
}
novo-time-picker .analog--hand--hours .analog--ball {
  height: 37px;
  width: 37px;
  display: block;
  right: 8px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #4a89dc;
  background: #4a89dc;
}
novo-time-picker .analog--hand--hours.hour-12 {
  transform: rotate(-90deg);
}
novo-time-picker .analog--hand--hours.hour-1 {
  transform: rotate(-60deg);
}
novo-time-picker .analog--hand--hours.hour-2 {
  transform: rotate(-30deg);
}
novo-time-picker .analog--hand--hours.hour-3 {
  transform: rotate(0);
}
novo-time-picker .analog--hand--hours.hour-4 {
  transform: rotate(30deg);
}
novo-time-picker .analog--hand--hours.hour-5 {
  transform: rotate(60deg);
}
novo-time-picker .analog--hand--hours.hour-6 {
  transform: rotate(90deg);
}
novo-time-picker .analog--hand--hours.hour-7 {
  transform: rotate(120deg);
}
novo-time-picker .analog--hand--hours.hour-8 {
  transform: rotate(150deg);
}
novo-time-picker .analog--hand--hours.hour-9 {
  transform: rotate(180deg);
}
novo-time-picker .analog--hand--hours.hour-10 {
  transform: rotate(210deg);
}
novo-time-picker .analog--hand--hours.hour-11 {
  transform: rotate(240deg);
}
novo-time-picker .analog--hand--minutes {
  width: 200px;
  height: 200px;
  margin: 20px;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  transform: rotate(0);
  transition: transform 0.1s linear;
  z-index: 1;
}
novo-time-picker .analog--hand--minutes:before {
  left: 23%;
  margin: 33%;
  content: " ";
  width: 2px;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  position: absolute;
  transform: rotate(90deg);
}
novo-time-picker .analog--hand--minutes .analog--ball {
  display: block;
  top: 50%;
  border-radius: 50%;
  position: absolute;
  height: 32px;
  width: 32px;
  right: 25px;
  margin-top: -16px;
  border: 2px solid #75a5e4;
  background: #75a5e4;
  transition: all 160ms ease-in-out;
}
novo-time-picker .analog--hand--minutes .analog--ball.between {
  height: 1px;
  border-radius: 2em;
  margin-top: 0;
}
novo-time-picker .analog--hand--minutes.min-00 {
  transform: rotate(-90deg);
}
novo-time-picker .analog--hand--minutes.min-01 {
  transform: rotate(-84deg);
}
novo-time-picker .analog--hand--minutes.min-02 {
  transform: rotate(-78deg);
}
novo-time-picker .analog--hand--minutes.min-03 {
  transform: rotate(-72deg);
}
novo-time-picker .analog--hand--minutes.min-04 {
  transform: rotate(-66deg);
}
novo-time-picker .analog--hand--minutes.min-05 {
  transform: rotate(-60deg);
}
novo-time-picker .analog--hand--minutes.min-06 {
  transform: rotate(-54deg);
}
novo-time-picker .analog--hand--minutes.min-07 {
  transform: rotate(-48deg);
}
novo-time-picker .analog--hand--minutes.min-08 {
  transform: rotate(-42deg);
}
novo-time-picker .analog--hand--minutes.min-09 {
  transform: rotate(-36deg);
}
novo-time-picker .analog--hand--minutes.min-10 {
  transform: rotate(-30deg);
}
novo-time-picker .analog--hand--minutes.min-11 {
  transform: rotate(-24deg);
}
novo-time-picker .analog--hand--minutes.min-12 {
  transform: rotate(-18deg);
}
novo-time-picker .analog--hand--minutes.min-13 {
  transform: rotate(-12deg);
}
novo-time-picker .analog--hand--minutes.min-14 {
  transform: rotate(-6deg);
}
novo-time-picker .analog--hand--minutes.min-15 {
  transform: rotate(0);
}
novo-time-picker .analog--hand--minutes.min-16 {
  transform: rotate(6deg);
}
novo-time-picker .analog--hand--minutes.min-17 {
  transform: rotate(12deg);
}
novo-time-picker .analog--hand--minutes.min-18 {
  transform: rotate(18deg);
}
novo-time-picker .analog--hand--minutes.min-19 {
  transform: rotate(24deg);
}
novo-time-picker .analog--hand--minutes.min-20 {
  transform: rotate(30deg);
}
novo-time-picker .analog--hand--minutes.min-21 {
  transform: rotate(36deg);
}
novo-time-picker .analog--hand--minutes.min-22 {
  transform: rotate(42deg);
}
novo-time-picker .analog--hand--minutes.min-23 {
  transform: rotate(48deg);
}
novo-time-picker .analog--hand--minutes.min-24 {
  transform: rotate(54deg);
}
novo-time-picker .analog--hand--minutes.min-25 {
  transform: rotate(60deg);
}
novo-time-picker .analog--hand--minutes.min-26 {
  transform: rotate(66deg);
}
novo-time-picker .analog--hand--minutes.min-27 {
  transform: rotate(72deg);
}
novo-time-picker .analog--hand--minutes.min-28 {
  transform: rotate(78deg);
}
novo-time-picker .analog--hand--minutes.min-29 {
  transform: rotate(84deg);
}
novo-time-picker .analog--hand--minutes.min-30 {
  transform: rotate(90deg);
}
novo-time-picker .analog--hand--minutes.min-31 {
  transform: rotate(96deg);
}
novo-time-picker .analog--hand--minutes.min-32 {
  transform: rotate(102deg);
}
novo-time-picker .analog--hand--minutes.min-33 {
  transform: rotate(108deg);
}
novo-time-picker .analog--hand--minutes.min-34 {
  transform: rotate(114deg);
}
novo-time-picker .analog--hand--minutes.min-35 {
  transform: rotate(120deg);
}
novo-time-picker .analog--hand--minutes.min-36 {
  transform: rotate(126deg);
}
novo-time-picker .analog--hand--minutes.min-37 {
  transform: rotate(132deg);
}
novo-time-picker .analog--hand--minutes.min-38 {
  transform: rotate(138deg);
}
novo-time-picker .analog--hand--minutes.min-39 {
  transform: rotate(144deg);
}
novo-time-picker .analog--hand--minutes.min-40 {
  transform: rotate(150deg);
}
novo-time-picker .analog--hand--minutes.min-41 {
  transform: rotate(156deg);
}
novo-time-picker .analog--hand--minutes.min-42 {
  transform: rotate(162deg);
}
novo-time-picker .analog--hand--minutes.min-43 {
  transform: rotate(168deg);
}
novo-time-picker .analog--hand--minutes.min-44 {
  transform: rotate(174deg);
}
novo-time-picker .analog--hand--minutes.min-45 {
  transform: rotate(180deg);
}
novo-time-picker .analog--hand--minutes.min-46 {
  transform: rotate(186deg);
}
novo-time-picker .analog--hand--minutes.min-47 {
  transform: rotate(192deg);
}
novo-time-picker .analog--hand--minutes.min-48 {
  transform: rotate(198deg);
}
novo-time-picker .analog--hand--minutes.min-49 {
  transform: rotate(204deg);
}
novo-time-picker .analog--hand--minutes.min-50 {
  transform: rotate(210deg);
}
novo-time-picker .analog--hand--minutes.min-51 {
  transform: rotate(216deg);
}
novo-time-picker .analog--hand--minutes.min-52 {
  transform: rotate(222deg);
}
novo-time-picker .analog--hand--minutes.min-53 {
  transform: rotate(228deg);
}
novo-time-picker .analog--hand--minutes.min-54 {
  transform: rotate(234deg);
}
novo-time-picker .analog--hand--minutes.min-55 {
  transform: rotate(240deg);
}
novo-time-picker .analog--hand--minutes.min-56 {
  transform: rotate(246deg);
}
novo-time-picker .analog--hand--minutes.min-57 {
  transform: rotate(252deg);
}
novo-time-picker .analog--hand--minutes.min-58 {
  transform: rotate(258deg);
}
novo-time-picker .analog--hand--minutes.min-59 {
  transform: rotate(264deg);
}
novo-time-picker .analog--center {
  height: 155px;
  width: 155px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 1px;
  margin-left: 1px;
  display: block;
  position: absolute;
  background-color: #f4f4f4;
}
novo-time-picker .analog--hour,
novo-time-picker .analog--minute {
  font-size: 1.6em;
  color: #666;
  left: 50%;
  top: 50%;
  z-index: 3;
  text-align: center;
  width: 40px;
  padding: 8px 0;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
}
novo-time-picker .analog--hour.active,
novo-time-picker .analog--minute.active {
  color: #fff;
}
novo-time-picker .analog--minute {
  font-size: 1em;
  margin-left: -20px;
  margin-top: -16px;
}
novo-time-picker .analog--hours,
novo-time-picker .analog--minutes {
  width: 250px;
  height: 250px;
  float: left;
  position: relative;
}
novo-time-picker .analog--minutes {
  position: absolute;
}
novo-time-picker .analog--hour:nth-child(1),
novo-time-picker .analog--minute:nth-child(1) {
  transform: rotate(-60deg) translate(4.5em) rotate(60deg);
}
novo-time-picker .analog--hour:nth-child(2),
novo-time-picker .analog--minute:nth-child(2) {
  transform: rotate(-30deg) translate(4.5em) rotate(30deg);
}
novo-time-picker .analog--hour:nth-child(3),
novo-time-picker .analog--minute:nth-child(3) {
  transform: rotate(0) translate(4.5em) rotate(0);
}
novo-time-picker .analog--hour:nth-child(4),
novo-time-picker .analog--minute:nth-child(4) {
  transform: rotate(30deg) translate(4.5em) rotate(-30deg);
}
novo-time-picker .analog--hour:nth-child(5),
novo-time-picker .analog--minute:nth-child(5) {
  transform: rotate(60deg) translate(4.5em) rotate(-60deg);
}
novo-time-picker .analog--hour:nth-child(6),
novo-time-picker .analog--minute:nth-child(6) {
  transform: rotate(90deg) translate(4.5em) rotate(-90deg);
}
novo-time-picker .analog--hour:nth-child(7),
novo-time-picker .analog--minute:nth-child(7) {
  transform: rotate(120deg) translate(4.5em) rotate(-120deg);
}
novo-time-picker .analog--hour:nth-child(8),
novo-time-picker .analog--minute:nth-child(8) {
  transform: rotate(150deg) translate(4.5em) rotate(-150deg);
}
novo-time-picker .analog--hour:nth-child(9),
novo-time-picker .analog--minute:nth-child(9) {
  transform: rotate(180deg) translate(4.5em) rotate(-180deg);
}
novo-time-picker .analog--hour:nth-child(10),
novo-time-picker .analog--minute:nth-child(10) {
  transform: rotate(210deg) translate(4.5em) rotate(-210deg);
}
novo-time-picker .analog--hour:nth-child(11),
novo-time-picker .analog--minute:nth-child(11) {
  transform: rotate(240deg) translate(4.5em) rotate(-240deg);
}
novo-time-picker .analog--hour:nth-child(12),
novo-time-picker .analog--minute:nth-child(12) {
  transform: rotate(270deg) translate(4.5em) rotate(-270deg);
}
novo-time-picker.military .analog--hour:nth-child(1) {
  transform: rotate(-90deg) translate(8em) rotate(90deg);
}
novo-time-picker.military .analog--hand--hours.hour-0 {
  transform: rotate(-90deg);
}
novo-time-picker.military .analog--hour:nth-child(2) {
  transform: rotate(-75deg) translate(8em) rotate(75deg);
}
novo-time-picker.military .analog--hand--hours.hour-1 {
  transform: rotate(-75deg);
}
novo-time-picker.military .analog--hour:nth-child(3) {
  transform: rotate(-60deg) translate(8em) rotate(60deg);
}
novo-time-picker.military .analog--hand--hours.hour-2 {
  transform: rotate(-60deg);
}
novo-time-picker.military .analog--hour:nth-child(4) {
  transform: rotate(-45deg) translate(8em) rotate(45deg);
}
novo-time-picker.military .analog--hand--hours.hour-3 {
  transform: rotate(-45deg);
}
novo-time-picker.military .analog--hour:nth-child(5) {
  transform: rotate(-30deg) translate(8em) rotate(30deg);
}
novo-time-picker.military .analog--hand--hours.hour-4 {
  transform: rotate(-30deg);
}
novo-time-picker.military .analog--hour:nth-child(6) {
  transform: rotate(-15deg) translate(8em) rotate(15deg);
}
novo-time-picker.military .analog--hand--hours.hour-5 {
  transform: rotate(-15deg);
}
novo-time-picker.military .analog--hour:nth-child(7) {
  transform: rotate(0) translate(8em) rotate(0);
}
novo-time-picker.military .analog--hand--hours.hour-6 {
  transform: rotate(0);
}
novo-time-picker.military .analog--hour:nth-child(8) {
  transform: rotate(15deg) translate(8em) rotate(-15deg);
}
novo-time-picker.military .analog--hand--hours.hour-7 {
  transform: rotate(15deg);
}
novo-time-picker.military .analog--hour:nth-child(9) {
  transform: rotate(30deg) translate(8em) rotate(-30deg);
}
novo-time-picker.military .analog--hand--hours.hour-8 {
  transform: rotate(30deg);
}
novo-time-picker.military .analog--hour:nth-child(10) {
  transform: rotate(45deg) translate(8em) rotate(-45deg);
}
novo-time-picker.military .analog--hand--hours.hour-9 {
  transform: rotate(45deg);
}
novo-time-picker.military .analog--hour:nth-child(11) {
  transform: rotate(60deg) translate(8em) rotate(-60deg);
}
novo-time-picker.military .analog--hand--hours.hour-10 {
  transform: rotate(60deg);
}
novo-time-picker.military .analog--hour:nth-child(12) {
  transform: rotate(75deg) translate(8em) rotate(-75deg);
}
novo-time-picker.military .analog--hand--hours.hour-11 {
  transform: rotate(75deg);
}
novo-time-picker.military .analog--hour:nth-child(13) {
  transform: rotate(90deg) translate(8em) rotate(-90deg);
}
novo-time-picker.military .analog--hand--hours.hour-12 {
  transform: rotate(90deg);
}
novo-time-picker.military .analog--hour:nth-child(14) {
  transform: rotate(105deg) translate(8em) rotate(-105deg);
}
novo-time-picker.military .analog--hand--hours.hour-13 {
  transform: rotate(105deg);
}
novo-time-picker.military .analog--hour:nth-child(15) {
  transform: rotate(120deg) translate(8em) rotate(-120deg);
}
novo-time-picker.military .analog--hand--hours.hour-14 {
  transform: rotate(120deg);
}
novo-time-picker.military .analog--hour:nth-child(16) {
  transform: rotate(135deg) translate(8em) rotate(-135deg);
}
novo-time-picker.military .analog--hand--hours.hour-15 {
  transform: rotate(135deg);
}
novo-time-picker.military .analog--hour:nth-child(17) {
  transform: rotate(150deg) translate(8em) rotate(-150deg);
}
novo-time-picker.military .analog--hand--hours.hour-16 {
  transform: rotate(150deg);
}
novo-time-picker.military .analog--hour:nth-child(18) {
  transform: rotate(165deg) translate(8em) rotate(-165deg);
}
novo-time-picker.military .analog--hand--hours.hour-17 {
  transform: rotate(165deg);
}
novo-time-picker.military .analog--hour:nth-child(19) {
  transform: rotate(180deg) translate(8em) rotate(-180deg);
}
novo-time-picker.military .analog--hand--hours.hour-18 {
  transform: rotate(180deg);
}
novo-time-picker.military .analog--hour:nth-child(20) {
  transform: rotate(195deg) translate(8em) rotate(-195deg);
}
novo-time-picker.military .analog--hand--hours.hour-19 {
  transform: rotate(195deg);
}
novo-time-picker.military .analog--hour:nth-child(21) {
  transform: rotate(210deg) translate(8em) rotate(-210deg);
}
novo-time-picker.military .analog--hand--hours.hour-20 {
  transform: rotate(210deg);
}
novo-time-picker.military .analog--hour:nth-child(22) {
  transform: rotate(225deg) translate(8em) rotate(-225deg);
}
novo-time-picker.military .analog--hand--hours.hour-21 {
  transform: rotate(225deg);
}
novo-time-picker.military .analog--hour:nth-child(23) {
  transform: rotate(240deg) translate(8em) rotate(-240deg);
}
novo-time-picker.military .analog--hand--hours.hour-22 {
  transform: rotate(240deg);
}
novo-time-picker.military .analog--hour:nth-child(24) {
  transform: rotate(255deg) translate(8em) rotate(-255deg);
}
novo-time-picker.military .analog--hand--hours {
  top: -10px;
  left: -10px;
}
novo-time-picker.military .analog--hand--hours.hour-23 {
  transform: rotate(255deg);
}
novo-time-picker.military .analog--face {
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
}
novo-time-picker.military .analog--hour {
  font-size: 0.9em;
  margin-left: -20px;
  margin-top: -16px;
}
novo-time-picker.military .analog--hand--minutes {
  margin: 10px;
}
novo-time-picker.military .analog--hand--hours .analog--ball {
  height: 28px;
  width: 28px;
  right: 13px;
  margin-top: -14px;
}
novo-date-time-picker-input {
  flex: 1;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  max-width: 340px;
}
novo-date-time-picker-input novo-date-picker-input {
  margin-right: 20px;
}
novo-date-time-picker-input novo-time-picker-input {
  max-width: 130px;
}
novo-date-time-picker {
  display: block;
  width: 250px;
  min-width: 250px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
novo-date-time-picker .date-time-container,
novo-date-time-picker .date-time-container .view-container {
  position: relative;
}
novo-date-time-picker .date-time-container .time-picker {
  position: absolute;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  z-index: 2;
  top: 0;
}
novo-date-time-picker .date-time-container .time-picker .increments {
  height: 275px;
  width: 250px;
}
novo-date-time-picker
  .date-time-container
  .time-picker
  .increments
  novo-list-item {
  width: auto;
}
novo-date-time-picker .date-time-container .date-time-tabs {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 45px;
}
novo-date-time-picker .date-time-container .date-time-tabs &gt; span {
  color: #4a89dc;
  text-align: center;
  flex: 1;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.6;
}
novo-date-time-picker .date-time-container .date-time-tabs &gt; span:hover {
  opacity: 1 !important;
}
novo-date-time-picker .date-time-container .date-time-tabs &gt; span .meridian {
  text-transform: uppercase;
}
novo-date-time-picker
  .date-time-container
  .date-time-tabs
  .date-time-indicator {
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #4a89dc;
  transition: transform 0.2s ease-in-out;
}
novo-date-time-picker .calendar {
  box-shadow: none;
  background: 0 0;
}
novo-date-time-picker .digital {
  height: 45px;
}
novo-date-time-picker novo-time-picker {
  box-shadow: none;
}
novo-date-time-picker novo-time-picker .analog {
  margin: 0;
}
header[theme] &gt; section {
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
header[theme] &gt; section i.header-icon {
  padding: 12px;
}
header[theme] &gt; section div.header-title {
  display: flex;
  align-items: center;
  max-width: calc(100% - 40px);
}
header[theme] &gt; section .header-titles {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  max-width: 100%;
}
header[theme] &gt; section .header-titles h1 {
  font-size: 1.7em;
  margin: 0;
  padding: 0 20px 0 0;
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header[theme] &gt; section .header-titles header-spacer {
  display: inline-block;
  height: 1.8em;
  width: 2px;
  margin: 0 0.6em;
  background-color: rgba(0, 0, 0, 0.25);
}
header[theme] &gt; section &gt; section {
  flex: 2 2 250px;
  min-width: 100px;
}
header[theme] &gt; section novo-utils,
header[theme] &gt; section utils {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header[theme] &gt; section novo-action {
  display: flex;
}
header[theme][theme="company"] {
  background: #39d;
  color: #fff;
}
header[theme][theme="company"] &gt; section.primary {
  background: #39d;
}
header[theme][theme="candidate"] {
  background: #4b7;
  color: #fff;
}
header[theme][theme="candidate"] &gt; section.primary {
  background: #4b7;
}
header[theme][theme="navigation"] {
  background: #2f384f;
  color: #fff;
}
header[theme][theme="navigation"] &gt; section.primary {
  background: #2f384f;
}
header[theme][theme="lead"] {
  background: #a69;
  color: #fff;
}
header[theme][theme="lead"] &gt; section.primary {
  background: #a69;
}
header[theme][theme="contact"] {
  background: #fa4;
  color: #fff;
}
header[theme][theme="contact"] &gt; section.primary {
  background: #fa4;
}
header[theme][theme="opportunity"] {
  background: #625;
  color: #fff;
}
header[theme][theme="opportunity"] &gt; section.primary {
  background: #625;
}
header[theme][theme="job"] {
  background: #b56;
  color: #fff;
}
header[theme][theme="job"] &gt; section.primary {
  background: #b56;
}
header[theme][theme="jobCode"] {
  background: #696d79;
  color: #fff;
}
header[theme][theme="jobCode"] &gt; section.primary {
  background: #696d79;
}
header[theme][theme="earnCode"] {
  background: #696d79;
  color: #fff;
}
header[theme][theme="earnCode"] &gt; section.primary {
  background: #696d79;
}
header[theme][theme="sendout"] {
  background: #747884;
  color: #fff;
}
header[theme][theme="sendout"] &gt; section.primary {
  background: #747884;
}
header[theme][theme="placement"] {
  background: #0b344f;
  color: #fff;
}
header[theme][theme="placement"] &gt; section.primary {
  background: #0b344f;
}
header[theme][theme="task"] {
  background: #4f5361;
  color: #fff;
}
header[theme][theme="task"] &gt; section.primary {
  background: #4f5361;
}
header[theme][theme="distributionList"] {
  background: #4f5361;
  color: #fff;
}
header[theme][theme="distributionList"] &gt; section.primary {
  background: #4f5361;
}
header[theme][theme="credential"] {
  background: #4f5361;
  color: #fff;
}
header[theme][theme="credential"] &gt; section.primary {
  background: #4f5361;
}
header[theme][theme="user"] {
  background: #4f5361;
  color: #fff;
}
header[theme][theme="user"] &gt; section.primary {
  background: #4f5361;
}
header[theme][theme="corporateuser"] {
  background: #4f5361;
  color: #fff;
}
header[theme][theme="corporateuser"] &gt; section.primary {
  background: #4f5361;
}
header[theme][theme="aqua"] {
  background: #3bafda;
  color: #fff;
}
header[theme][theme="aqua"] &gt; section.primary {
  background: #3bafda;
}
header[theme][theme="ocean"] {
  background: #4a89dc;
  color: #fff;
}
header[theme][theme="ocean"] &gt; section.primary {
  background: #4a89dc;
}
header[theme][theme="mint"] {
  background: #37bc9b;
  color: #fff;
}
header[theme][theme="mint"] &gt; section.primary {
  background: #37bc9b;
}
header[theme][theme="grass"] {
  background: #8cc152;
  color: #fff;
}
header[theme][theme="grass"] &gt; section.primary {
  background: #8cc152;
}
header[theme][theme="sunflower"] {
  background: #f6b042;
  color: #fff;
}
header[theme][theme="sunflower"] &gt; section.primary {
  background: #f6b042;
}
header[theme][theme="bittersweet"] {
  background: #eb6845;
  color: #fff;
}
header[theme][theme="bittersweet"] &gt; section.primary {
  background: #eb6845;
}
header[theme][theme="grapefruit"] {
  background: #da4453;
  color: #fff;
}
header[theme][theme="grapefruit"] &gt; section.primary {
  background: #da4453;
}
header[theme][theme="carnation"] {
  background: #d770ad;
  color: #fff;
}
header[theme][theme="carnation"] &gt; section.primary {
  background: #d770ad;
}
header[theme][theme="lavender"] {
  background: #967adc;
  color: #fff;
}
header[theme][theme="lavender"] &gt; section.primary {
  background: #967adc;
}
header[theme][theme="positive"] {
  background: #4a89dc;
  color: #fff;
}
header[theme][theme="positive"] &gt; section.primary {
  background: #4a89dc;
}
header[theme][theme="success"] {
  background: #8cc152;
  color: #fff;
}
header[theme][theme="success"] &gt; section.primary {
  background: #8cc152;
}
header[theme][theme="negative"] {
  background: #da4453;
  color: #fff;
}
header[theme][theme="negative"] &gt; section.primary {
  background: #da4453;
}
header[theme][theme="warning"] {
  background: #f6b042;
  color: #fff;
}
header[theme][theme="warning"] &gt; section.primary {
  background: #f6b042;
}
header[theme][theme="black"] {
  background: #000;
  color: #fff;
}
header[theme][theme="black"] &gt; section.primary {
  background: #000;
}
header[theme][theme="dark"] {
  background: #3d464d;
  color: #fff;
}
header[theme][theme="dark"] &gt; section.primary {
  background: #3d464d;
}
header[theme][theme="pulse"] {
  background: #3bafda;
  color: #fff;
}
header[theme][theme="pulse"] &gt; section.primary {
  background: #3bafda;
}
header[theme][theme="neutral"] {
  background: #4f5361;
  color: #fff;
}
header[theme][theme="neutral"] &gt; section.primary {
  background: #4f5361;
}
header[theme][theme="navy"] {
  background: #0d2d42;
  color: #fff;
}
header[theme][theme="navy"] &gt; section.primary {
  background: #0d2d42;
}
header[theme][theme="contract"] {
  background: #454ea0;
  color: #fff;
}
header[theme][theme="contract"] &gt; section.primary {
  background: #454ea0;
}
header[theme][theme="mountain"] {
  background: #9678b6;
  color: #fff;
}
header[theme][theme="mountain"] &gt; section.primary {
  background: #9678b6;
}
header[theme][theme="billableCharge"] {
  background: #696d79;
  color: #fff;
}
header[theme][theme="billableCharge"] &gt; section.primary {
  background: #696d79;
}
header[theme][theme="payableCharge"] {
  background: #696d79;
  color: #fff;
}
header[theme][theme="payableCharge"] &gt; section.primary {
  background: #696d79;
}
header[theme][theme="invoiceStatement"] {
  background: #696d79;
  color: #fff;
}
header[theme][theme="invoiceStatement"] &gt; section.primary {
  background: #696d79;
}
header[theme][theme="submission"] {
  background: #a9adbb;
  color: #fff;
}
header[theme][theme="submission"] &gt; section.primary {
  background: #a9adbb;
}
header[theme][theme="note"] {
  background: #747884;
  color: #fff;
}
header[theme][theme="note"] &gt; section.primary {
  background: #747884;
}
header[theme][theme="empty"] {
  background: #cccdcc;
  color: #fff;
}
header[theme][theme="empty"] &gt; section.primary {
  background: #cccdcc;
}
header[theme][theme="background"] {
  background: #f4f4f4;
  color: #fff;
}
header[theme][theme="background"] &gt; section.primary {
  background: #f4f4f4;
}
header[theme][theme="white"],
header[theme][theme="white"] &gt; section.primary {
  background: #fff;
}
header[theme][theme="grey"] {
  background: #999;
  color: #fff;
}
header[theme][theme="grey"] &gt; section.primary {
  background: #999;
}
header[theme][theme="off-white"],
header[theme][theme="off-white"] &gt; section.primary {
  background: #f4f4f4;
}
header[theme][theme="light"],
header[theme][theme="light"] &gt; section.primary {
  background: #d9dadc;
}
header[theme][theme="light"],
header[theme][theme="off-white"],
header[theme][theme="white"] {
  color: #3d464d;
}
header[theme] &gt; main {
  padding: 4px 16px 4px 32px;
}
header[theme] &gt; novo-nav {
  padding-left: 16px;
}
header[theme] &gt; novo-nav.block {
  padding-left: 0;
}
header[theme].condensed &gt; section {
  padding: 0 1em;
  height: 55px;
}
header[theme].condensed &gt; section i {
  font-size: 1.2em;
}
header[theme].condensed novo-icon &gt; i {
  font-size: 1.4em;
}
header[theme].condensed button[theme][theme="icon"] {
  width: 30px !important;
  height: 30px !important;
  padding: 5px;
}
novo-list {
  display: flex;
}
novo-list.vertical-list {
  flex-direction: column;
}
novo-list.horizontal-list {
  flex-direction: row;
}
novo-list[theme="star"] novo-list-item {
  background: #0b344f;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="star"] novo-list-item i,
novo-list[theme="star"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="star"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="person"] novo-list-item {
  background: #fa4;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="person"] novo-list-item i,
novo-list[theme="person"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="person"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="company"] novo-list-item {
  background: #39d;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="company"] novo-list-item i,
novo-list[theme="company"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="company"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="candidate"] novo-list-item {
  background: #4b7;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="candidate"] novo-list-item i,
novo-list[theme="candidate"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="candidate"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="navigation"] novo-list-item {
  background: #2f384f;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="navigation"] novo-list-item i,
novo-list[theme="navigation"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="navigation"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="lead"] novo-list-item {
  background: #a69;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="lead"] novo-list-item i,
novo-list[theme="lead"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="lead"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="contact"] novo-list-item {
  background: #fa4;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="contact"] novo-list-item i,
novo-list[theme="contact"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="contact"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="opportunity"] novo-list-item {
  background: #625;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="opportunity"] novo-list-item i,
novo-list[theme="opportunity"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="opportunity"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="job"] novo-list-item {
  background: #b56;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="job"] novo-list-item i,
novo-list[theme="job"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="job"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="submission"] novo-list-item {
  background: #a9adbb;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="submission"] novo-list-item i,
novo-list[theme="submission"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="submission"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="sendout"] novo-list-item {
  background: #747884;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="sendout"] novo-list-item i,
novo-list[theme="sendout"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="sendout"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="placement"] novo-list-item {
  background: #0b344f;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="placement"] novo-list-item i,
novo-list[theme="placement"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="placement"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="note"] novo-list-item {
  background: #747884;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="note"] novo-list-item i,
novo-list[theme="note"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="note"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="task"] novo-list-item {
  background: #4f5361;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="task"] novo-list-item i,
novo-list[theme="task"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="task"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="distributionList"] novo-list-item {
  background: #4f5361;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="distributionList"] novo-list-item i,
novo-list[theme="distributionList"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="distributionList"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="credential"] novo-list-item {
  background: #4f5361;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="credential"] novo-list-item i,
novo-list[theme="credential"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="credential"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="user"] novo-list-item {
  background: #4f5361;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="user"] novo-list-item i,
novo-list[theme="user"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="user"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="corporateuser"] novo-list-item {
  background: #4f5361;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="corporateuser"] novo-list-item i,
novo-list[theme="corporateuser"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="corporateuser"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="contract"] novo-list-item {
  background: #454ea0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="contract"] novo-list-item i,
novo-list[theme="contract"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="contract"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="jobCode"] novo-list-item {
  background: #696d79;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="jobCode"] novo-list-item i,
novo-list[theme="jobCode"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="jobCode"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="earnCode"] novo-list-item {
  background: #696d79;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="earnCode"] novo-list-item i,
novo-list[theme="earnCode"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="earnCode"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="billableCharge"] novo-list-item {
  background: #696d79;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="billableCharge"] novo-list-item i,
novo-list[theme="billableCharge"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="billableCharge"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="payableCharge"] novo-list-item {
  background: #696d79;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="payableCharge"] novo-list-item i,
novo-list[theme="payableCharge"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="payableCharge"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="invoiceStatement"] novo-list-item {
  background: #696d79;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="invoiceStatement"] novo-list-item i,
novo-list[theme="invoiceStatement"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="invoiceStatement"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="positive"] novo-list-item {
  background: #4a89dc;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="positive"] novo-list-item i,
novo-list[theme="positive"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="positive"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="success"] novo-list-item {
  background: #8cc152;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="success"] novo-list-item i,
novo-list[theme="success"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="success"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="negative"] novo-list-item {
  background: #da4453;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="negative"] novo-list-item i,
novo-list[theme="negative"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="negative"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="warning"] novo-list-item {
  background: #f6b042;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="warning"] novo-list-item i,
novo-list[theme="warning"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="warning"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="background"] novo-list-item {
  background: #f4f4f4;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="background"] novo-list-item i,
novo-list[theme="background"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="background"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="black"] novo-list-item {
  background: #000;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="black"] novo-list-item i,
novo-list[theme="black"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="black"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="white"] novo-list-item {
  background: #fff;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="white"] novo-list-item i,
novo-list[theme="white"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="white"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="grey"] novo-list-item {
  background: #999;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="grey"] novo-list-item i,
novo-list[theme="grey"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="grey"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="off-white"] novo-list-item {
  background: #f4f4f4;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="off-white"] novo-list-item i,
novo-list[theme="off-white"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="off-white"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="dark"] novo-list-item {
  background: #3d464d;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="dark"] novo-list-item i,
novo-list[theme="dark"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="dark"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="light"] novo-list-item {
  background: #d9dadc;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="light"] novo-list-item i,
novo-list[theme="light"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="light"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="pulse"] novo-list-item {
  background: #3bafda;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="pulse"] novo-list-item i,
novo-list[theme="pulse"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="pulse"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="neutral"] novo-list-item {
  background: #4f5361;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="neutral"] novo-list-item i,
novo-list[theme="neutral"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="neutral"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list[theme="empty"] novo-list-item {
  background: #cccdcc;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
novo-list[theme="empty"] novo-list-item i,
novo-list[theme="empty"] novo-list-item item-title h6 {
  color: #fff;
}
novo-list[theme="empty"] novo-list-item item-content &gt; * {
  color: rgba(255, 255, 255, 0.65);
}
novo-list-item {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px;
  display: flex;
  flex-direction: row;
}
novo-list-item:last-child {
  border-bottom: none;
}
novo-list-item .list-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
novo-list-item item-header {
  display: flex;
  align-items: center;
}
novo-list-item item-header item-avatar {
  margin-right: 0.5em;
  font-size: 20px;
}
novo-list-item item-header item-avatar i.star {
  background: #0b344f;
}
novo-list-item item-header item-avatar i.person {
  background: #fa4;
}
novo-list-item item-header item-avatar i.company {
  background: #39d;
}
novo-list-item item-header item-avatar i.candidate {
  background: #4b7;
}
novo-list-item item-header item-avatar i.navigation {
  background: #2f384f;
}
novo-list-item item-header item-avatar i.lead {
  background: #a69;
}
novo-list-item item-header item-avatar i.contact {
  background: #fa4;
}
novo-list-item item-header item-avatar i.opportunity {
  background: #625;
}
novo-list-item item-header item-avatar i.job {
  background: #b56;
}
novo-list-item item-header item-avatar i.submission {
  background: #a9adbb;
}
novo-list-item item-header item-avatar i.sendout {
  background: #747884;
}
novo-list-item item-header item-avatar i.placement {
  background: #0b344f;
}
novo-list-item item-header item-avatar i.note {
  background: #747884;
}
novo-list-item item-header item-avatar i.corporateuser,
novo-list-item item-header item-avatar i.credential,
novo-list-item item-header item-avatar i.distributionList,
novo-list-item item-header item-avatar i.task,
novo-list-item item-header item-avatar i.user {
  background: #4f5361;
}
novo-list-item item-header item-avatar i.contract {
  background: #454ea0;
}
novo-list-item item-header item-avatar i.billableCharge,
novo-list-item item-header item-avatar i.earnCode,
novo-list-item item-header item-avatar i.invoiceStatement,
novo-list-item item-header item-avatar i.jobCode,
novo-list-item item-header item-avatar i.payableCharge {
  background: #696d79;
}
novo-list-item item-header item-title {
  flex: 2 0 0;
}
novo-list-item item-header item-title h6 {
  margin: 0;
  color: #434343;
  padding: 0;
}
novo-list-item item-header item-header-end {
  flex: 1 0 0;
  text-align: right;
}
novo-list-item .avatar item-content {
  margin-left: 2.7em;
}
novo-list-item item-content {
  display: flex;
  margin-left: 0.2em;
}
novo-list-item item-content &gt; * {
  color: rgba(67, 67, 67, 0.85);
}
novo-list-item item-content i.positive {
  color: #8cc152;
}
novo-list-item item-content i.negative {
  color: #da4453;
}
novo-list-item item-content i.aqua {
  color: #3bafda;
}
novo-list-item item-content i.ocean {
  color: #4a89dc;
}
novo-list-item item-content i.mint {
  color: #37bc9b;
}
novo-list-item item-content i.grass {
  color: #8cc152;
}
novo-list-item item-content i.sunflower {
  color: #f6b042;
}
novo-list-item item-content i.bittersweet {
  color: #eb6845;
}
novo-list-item item-content i.grapefruit {
  color: #da4453;
}
novo-list-item item-content i.carnation {
  color: #d770ad;
}
novo-list-item item-content i.lavender {
  color: #967adc;
}
novo-list-item item-content i.mountain {
  color: #9678b6;
}
novo-list-item item-content i.star {
  color: #0b344f;
}
novo-list-item item-content i.person {
  color: #fa4;
}
novo-list-item item-content i.company {
  color: #39d;
}
novo-list-item item-content i.candidate {
  color: #4b7;
}
novo-list-item item-content i.navigation {
  color: #2f384f;
}
novo-list-item item-content i.lead {
  color: #a69;
}
novo-list-item item-content i.contact {
  color: #fa4;
}
novo-list-item item-content i.opportunity {
  color: #625;
}
novo-list-item item-content i.job {
  color: #b56;
}
novo-list-item item-content i.submission {
  color: #a9adbb;
}
novo-list-item item-content i.sendout {
  color: #747884;
}
novo-list-item item-content i.placement {
  color: #0b344f;
}
novo-list-item item-content i.note {
  color: #747884;
}
novo-list-item item-content i.corporateuser,
novo-list-item item-content i.credential,
novo-list-item item-content i.distributionList,
novo-list-item item-content i.task,
novo-list-item item-content i.user {
  color: #4f5361;
}
novo-list-item item-content i.contract {
  color: #454ea0;
}
novo-list-item item-content i.billableCharge,
novo-list-item item-content i.earnCode,
novo-list-item item-content i.invoiceStatement,
novo-list-item item-content i.jobCode,
novo-list-item item-content i.payableCharge {
  color: #696d79;
}
novo-list-item item-content.vertical-list {
  flex-direction: column;
}
novo-list-item item-content.horizontal-list {
  flex-direction: row;
}
novo-list-item item-end {
  align-self: center;
  flex: 1;
  text-align: right;
}
novo-list-item item-end i {
  line-height: 1.4em;
}
novo-table {
  width: 100%;
  display: block;
}
novo-table &gt; header novo-table-header {
  padding: 10px;
}
novo-table &gt; header novo-table-header button {
  height: 39px;
  margin-right: 10px;
}
novo-table &gt; header novo-table-header button:last-child {
  margin-right: 0;
}
novo-table &gt; header div.header-actions {
  display: flex;
  align-items: center;
}
novo-table &gt; header div.header-actions &gt; novo-pagination {
  flex: 1;
}
novo-table &gt; header div.header-actions &gt; novo-pagination &gt; h5 {
  margin-left: 0;
}
novo-table
  &gt; header
  div.header-actions
  &gt; novo-pagination
  novo-select
  .novo-select-list {
  transform: translateY(5%) !important;
}
novo-table &gt; header div.header-actions &gt; novo-table-actions {
  padding: 10px;
  display: flex;
  align-items: center;
}
novo-table &gt; header div.header-actions &gt; novo-table-actions &gt; * {
  margin-right: 10px;
}
novo-table &gt; header div.header-actions &gt; novo-table-actions &gt; :last-child {
  margin-right: 0;
}
novo-table &gt; header div.header-actions &gt; novo-table-actions &gt; button {
  height: 39px;
}
novo-table &gt; .table-container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  display: block;
}
novo-table novo-table-footer {
  display: flex;
}
novo-table tfoot.novo-table-total-footer td {
  padding: 1.2rem;
}
novo-table.editing novo-pagination h5,
novo-table.editing novo-pagination novo-select,
novo-table.editing novo-pagination ul.pager,
novo-table.editing th .th-title,
novo-table.editing th novo-dropdown {
  pointer-events: none;
  opacity: 0.7;
}
novo-table.editing novo-control {
  margin-top: 0 !important;
}
novo-table.novo-table-loading {
  position: relative;
}
novo-table div.novo-table-loading-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.07);
  z-index: 9999;
}
novo-table novo-form {
  max-width: inherit;
}
novo-table novo-form td.novo-form-row {
  width: inherit !important;
}
.table {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; th {
  position: relative;
  text-align: left;
  padding: 0.6rem;
  vertical-align: middle;
}
.table &gt; tbody &gt; tr &gt; td button,
.table &gt; tbody &gt; tr &gt; th button,
.table &gt; thead &gt; tr &gt; td button,
.table &gt; thead &gt; tr &gt; th button {
  padding: 5px !important;
  width: inherit !important;
  height: inherit !important;
}
.table &gt; tbody &gt; tr &gt; td .th-title,
.table &gt; tbody &gt; tr &gt; th .th-title,
.table &gt; thead &gt; tr &gt; td .th-title,
.table &gt; thead &gt; tr &gt; th .th-title {
  padding: 5px 5px 5px 0;
}
.table &gt; tbody &gt; tr &gt; td.checkbox,
.table &gt; tbody &gt; tr &gt; th.checkbox,
.table &gt; thead &gt; tr &gt; td.checkbox,
.table &gt; thead &gt; tr &gt; th.checkbox {
  text-align: center;
  padding-bottom: 15px;
}
.table &gt; tbody &gt; tr &gt; td.checkbox &gt; multi-picker,
.table &gt; tbody &gt; tr &gt; td.checkbox &gt; novo-checkbox,
.table &gt; tbody &gt; tr &gt; th.checkbox &gt; multi-picker,
.table &gt; tbody &gt; tr &gt; th.checkbox &gt; novo-checkbox,
.table &gt; thead &gt; tr &gt; td.checkbox &gt; multi-picker,
.table &gt; thead &gt; tr &gt; td.checkbox &gt; novo-checkbox,
.table &gt; thead &gt; tr &gt; th.checkbox &gt; multi-picker,
.table &gt; thead &gt; tr &gt; th.checkbox &gt; novo-checkbox {
  justify-content: center;
}
.table &gt; tbody &gt; tr.active,
.table &gt; tbody &gt; tr.table-selection-row,
.table &gt; thead &gt; tr.active,
.table &gt; thead &gt; tr.table-selection-row {
  background-color: #caddf5 !important;
}
.table &gt; thead &gt; tr &gt; th.sorted {
  background: rgba(74, 137, 220, 0.2);
}
.table &gt; thead &gt; tr &gt; th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  padding: 0.75rem;
}
.table &gt; thead &gt; tr &gt; th.over {
  background: #eee;
  border-right: 2px double #000 !important;
}
.table &gt; thead &gt; tr &gt; th.over * {
  pointer-events: none;
}
.table &gt; thead &gt; tr &gt; th .th-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  novo-dropdown.column-filters
  button.filtered
  i {
  color: #4a89dc;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px 10px 5px;
  border-radius: 3px;
  font-weight: 400;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title.sortable {
  cursor: pointer;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title.sortable label {
  cursor: pointer;
  margin-right: 10px;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title:hover .table-sort-icons {
  opacity: 1;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title:hover
  .table-sort-icons
  i.bhi-arrow-down {
  color: #9b9b9b;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title:hover
  .table-sort-icons
  i.bhi-arrow-up {
  color: #5c5b5b;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title .table-sort-icons {
  display: flex;
  flex-direction: row;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title .table-sort-icons i {
  font-size: 0.8em;
  margin: 0;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title
  .table-sort-icons
  i.bhi-arrow-down {
  padding-top: 5px;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title .table-sort-icons.asc {
  opacity: 1;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title
  .table-sort-icons.asc
  i.bhi-arrow-down {
  color: #9b9b9b;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title
  .table-sort-icons.asc
  i.bhi-arrow-up {
  color: #4a89dc;
}
.table &gt; thead &gt; tr &gt; th .th-group .th-title .table-sort-icons.desc {
  opacity: 1;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title
  .table-sort-icons.desc
  i.bhi-arrow-down {
  color: #4a89dc;
}
.table
  &gt; thead
  &gt; tr
  &gt; th
  .th-group
  .th-title
  .table-sort-icons.desc
  i.bhi-arrow-up {
  color: #9b9b9b;
}
.table &gt; tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table-message td,
.table .table-message tr {
  background-color: #fff !important;
}
.table .table {
  background-color: #fff;
}
.table .row-action {
  padding: 0.3rem !important;
}
.table tr.details-row td {
  padding-top: 0 !important;
}
.table .no-border {
  border: 0;
}
.table .no-matching-records,
.table .table-empty-message,
.table .table-error-message,
.table .table-message {
  color: #999;
  margin: 40px 0;
  vertical-align: middle;
}
.table .table-loading {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.table multi-picker .check-box-group,
.table novo-checkbox .check-box-group {
  color: #999;
  margin-right: 0;
}
.table multi-picker .check-box-group .bhi-checkbox-indeterminate,
.table multi-picker .check-box-group.checked,
.table novo-checkbox .check-box-group .bhi-checkbox-indeterminate,
.table novo-checkbox .check-box-group.checked {
  color: #4a89dc;
}
.dropdown-container.simple-table-dropdown,
.dropdown-container.table-dropdown {
  right: -15px;
  min-width: 230px;
  max-width: 230px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-container.simple-table-dropdown
  button[theme][theme="dialogue"][icon]
  i,
.dropdown-container.table-dropdown button[theme][theme="dialogue"][icon] i {
  padding: inherit;
  padding-left: 5px;
  height: inherit;
  width: inherit;
  display: inline-block;
  line-height: inherit;
}
.dropdown-container.simple-table-dropdown list item.filter-search,
.dropdown-container.table-dropdown list item.filter-search {
  padding: 10px 0;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  cursor: initial;
}
.dropdown-container.simple-table-dropdown list item.filter-search:hover,
.dropdown-container.table-dropdown list item.filter-search:hover {
  background: 0 0;
}
.dropdown-container.simple-table-dropdown list item.filter-search .header,
.dropdown-container.table-dropdown list item.filter-search .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  font-size: 0.9em;
  margin: 0 auto;
}
.dropdown-container.simple-table-dropdown list item.filter-search .header span,
.dropdown-container.table-dropdown list item.filter-search .header span {
  text-transform: uppercase;
  font-weight: 400;
}
.dropdown-container.simple-table-dropdown
  list
  item.filter-search
  .header
  button,
.dropdown-container.table-dropdown list item.filter-search .header button {
  padding: 0 5px;
}
.dropdown-container.simple-table-dropdown
  list
  item.filter-search
  .header
  button
  i,
.dropdown-container.table-dropdown list item.filter-search .header button i {
  height: auto !important;
  width: auto !important;
  font-size: 0.9em;
}
.dropdown-container.simple-table-dropdown list item.filter-search input,
.dropdown-container.table-dropdown list item.filter-search input {
  border: none;
  border-bottom: 2px solid #bebebe;
  width: 90%;
  margin: 0 auto;
  background: 0 0;
}
.dropdown-container.simple-table-dropdown list item.filter-search input:focus,
.dropdown-container.table-dropdown list item.filter-search input:focus {
  outline: 0;
  border-bottom: 2px solid #4a89dc;
}
.dropdown-container.simple-table-dropdown list item &gt; span,
.dropdown-container.table-dropdown list item &gt; span {
  display: inline-block;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-container.simple-table-dropdown .calendar-container,
.dropdown-container.table-dropdown .calendar-container {
  height: 100%;
  min-height: 200px;
  width: 100%;
  background: #fff;
}
.dropdown-container.simple-table-dropdown .calendar-container &gt; div,
.dropdown-container.table-dropdown .calendar-container &gt; div {
  color: #4a89dc;
  line-height: 3em;
  font-size: 0.9em;
  padding-left: 5px;
  cursor: pointer;
}
.dropdown-container.simple-table-dropdown
  .calendar-container
  novo-date-picker
  .calendar,
.dropdown-container.table-dropdown
  .calendar-container
  novo-date-picker
  .calendar {
  width: 100%;
  height: 100%;
  box-shadow: none;
  padding: 0 5px 10px;
}
.dropdown-container.simple-table-dropdown
  .calendar-container
  novo-date-picker
  .calendar
  .calendar-top,
.dropdown-container.table-dropdown
  .calendar-container
  novo-date-picker
  .calendar
  .calendar-top {
  display: none;
}
.table-bordered tbody tr td,
.table-bordered tbody tr th,
.table-bordered tfoot tr td,
.table-bordered tfoot tr th,
.table-bordered thead tr td,
.table-bordered thead tr th {
  border-bottom: 1px solid #f5f5f5;
}
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; thead &gt; tr &gt; th {
  border-bottom-width: 2px;
}
.table-striped.table-details &gt; tbody tr:nth-of-type(4n + 1),
.table-striped.table-details &gt; tbody tr:nth-of-type(4n + 2),
.table-striped:not(.table-details)
  &gt; tbody
  tr:nth-of-type(odd):not(.table-selection-row),
.table-striped:not(.table-details)
  &gt; tbody
  tr:nth-of-type(odd):not(.table-selection-row)
  td {
  background-color: #f4f4f4;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.handle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  cursor: col-resize;
}
novo-table[dark] .table &gt; thead &gt; tr &gt; th {
  border-right: 1px solid rgba(244, 244, 244, 0.04);
}
novo-table[dark]
  .table-striped:not(.table-details)
  &gt; tbody
  tr:nth-of-type(odd) {
  background-color: rgba(244, 244, 244, 0.04);
}
novo-table[dark]
  .table-striped:not(.table-details)
  &gt; tbody
  tr:nth-of-type(odd)
  td {
  background-color: transparent;
}
novo-table[dark] .table-striped.table-details &gt; tbody tr:nth-of-type(4n + 1),
novo-table[dark] .table-striped.table-details &gt; tbody tr:nth-of-type(4n + 2) {
  background-color: rgba(244, 244, 244, 0.04);
}
novo-table[theme="aqua"] &gt; header {
  background: #3bafda;
  color: #fff;
}
novo-table[theme="aqua"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="aqua"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="aqua"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="aqua"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="aqua"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="aqua"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="ocean"] &gt; header {
  background: #4a89dc;
  color: #fff;
}
novo-table[theme="ocean"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="ocean"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="ocean"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="ocean"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="ocean"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="ocean"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="mint"] &gt; header {
  background: #37bc9b;
  color: #fff;
}
novo-table[theme="mint"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="mint"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="mint"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="mint"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="mint"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="mint"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="grass"] &gt; header {
  background: #8cc152;
  color: #fff;
}
novo-table[theme="grass"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="grass"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="grass"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="grass"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="grass"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="grass"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="sunflower"] &gt; header {
  background: #f6b042;
  color: #fff;
}
novo-table[theme="sunflower"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="sunflower"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="sunflower"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="sunflower"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="sunflower"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="sunflower"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="bittersweet"] &gt; header {
  background: #eb6845;
  color: #fff;
}
novo-table[theme="bittersweet"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="bittersweet"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="bittersweet"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="bittersweet"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="bittersweet"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="bittersweet"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="grapefruit"] &gt; header {
  background: #da4453;
  color: #fff;
}
novo-table[theme="grapefruit"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="grapefruit"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="grapefruit"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="grapefruit"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="grapefruit"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="grapefruit"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="carnation"] &gt; header {
  background: #d770ad;
  color: #fff;
}
novo-table[theme="carnation"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="carnation"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="carnation"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="carnation"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="carnation"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="carnation"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="lavender"] &gt; header {
  background: #967adc;
  color: #fff;
}
novo-table[theme="lavender"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="lavender"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="lavender"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="lavender"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="lavender"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="lavender"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="mountain"] &gt; header {
  background: #9678b6;
  color: #fff;
}
novo-table[theme="mountain"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="mountain"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="mountain"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="mountain"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="mountain"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="mountain"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="star"] &gt; header {
  background: #0b344f;
  color: #fff;
}
novo-table[theme="star"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="star"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="star"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="star"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="star"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="star"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="person"] &gt; header {
  background: #fa4;
  color: #fff;
}
novo-table[theme="person"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="person"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="person"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="person"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="person"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="person"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="company"] &gt; header {
  background: #39d;
  color: #fff;
}
novo-table[theme="company"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="company"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="company"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="company"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="company"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="company"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="candidate"] &gt; header {
  background: #4b7;
  color: #fff;
}
novo-table[theme="candidate"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="candidate"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="candidate"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="candidate"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="candidate"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="candidate"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="navigation"] &gt; header {
  background: #2f384f;
  color: #fff;
}
novo-table[theme="navigation"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="navigation"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="navigation"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="navigation"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="navigation"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="navigation"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="lead"] &gt; header {
  background: #a69;
  color: #fff;
}
novo-table[theme="lead"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="lead"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="lead"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="lead"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="lead"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="lead"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="contact"] &gt; header {
  background: #fa4;
  color: #fff;
}
novo-table[theme="contact"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="contact"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="contact"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="contact"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="contact"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="contact"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="opportunity"] &gt; header {
  background: #625;
  color: #fff;
}
novo-table[theme="opportunity"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="opportunity"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="opportunity"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="opportunity"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="opportunity"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="opportunity"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="job"] &gt; header {
  background: #b56;
  color: #fff;
}
novo-table[theme="job"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="job"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="job"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="job"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="job"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="job"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="submission"] &gt; header {
  background: #a9adbb;
  color: #fff;
}
novo-table[theme="submission"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="submission"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="submission"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="submission"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="submission"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="submission"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="sendout"] &gt; header {
  background: #747884;
  color: #fff;
}
novo-table[theme="sendout"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="sendout"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="sendout"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="sendout"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="sendout"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="sendout"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="placement"] &gt; header {
  background: #0b344f;
  color: #fff;
}
novo-table[theme="placement"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="placement"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="placement"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="placement"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="placement"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="placement"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="note"] &gt; header {
  background: #747884;
  color: #fff;
}
novo-table[theme="note"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="note"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="note"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="note"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="note"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="note"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="task"] &gt; header {
  background: #4f5361;
  color: #fff;
}
novo-table[theme="task"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="task"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="task"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="task"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="task"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="task"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="distributionList"] &gt; header {
  background: #4f5361;
  color: #fff;
}
novo-table[theme="distributionList"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="distributionList"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="distributionList"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="distributionList"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="distributionList"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="distributionList"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="credential"] &gt; header {
  background: #4f5361;
  color: #fff;
}
novo-table[theme="credential"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="credential"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="credential"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="credential"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="credential"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="credential"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="user"] &gt; header {
  background: #4f5361;
  color: #fff;
}
novo-table[theme="user"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="user"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="user"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="user"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="user"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="user"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="corporateuser"] &gt; header {
  background: #4f5361;
  color: #fff;
}
novo-table[theme="corporateuser"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="corporateuser"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="corporateuser"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="corporateuser"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="corporateuser"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="corporateuser"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="contract"] &gt; header {
  background: #454ea0;
  color: #fff;
}
novo-table[theme="contract"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="contract"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="contract"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="contract"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="contract"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="contract"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="jobCode"] &gt; header {
  background: #696d79;
  color: #fff;
}
novo-table[theme="jobCode"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="jobCode"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="jobCode"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="jobCode"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="jobCode"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="jobCode"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="earnCode"] &gt; header {
  background: #696d79;
  color: #fff;
}
novo-table[theme="earnCode"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="earnCode"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="earnCode"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="earnCode"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="earnCode"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="earnCode"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="billableCharge"] &gt; header {
  background: #696d79;
  color: #fff;
}
novo-table[theme="billableCharge"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="billableCharge"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="billableCharge"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="billableCharge"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="billableCharge"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="billableCharge"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="payableCharge"] &gt; header {
  background: #696d79;
  color: #fff;
}
novo-table[theme="payableCharge"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="payableCharge"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="payableCharge"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="payableCharge"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="payableCharge"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="payableCharge"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="invoiceStatement"] &gt; header {
  background: #696d79;
  color: #fff;
}
novo-table[theme="invoiceStatement"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="invoiceStatement"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="invoiceStatement"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="invoiceStatement"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="invoiceStatement"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="invoiceStatement"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="positive"] &gt; header {
  background: #4a89dc;
  color: #fff;
}
novo-table[theme="positive"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="positive"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="positive"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="positive"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="positive"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="positive"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="success"] &gt; header {
  background: #8cc152;
  color: #fff;
}
novo-table[theme="success"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="success"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="success"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="success"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="success"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="success"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="negative"] &gt; header {
  background: #da4453;
  color: #fff;
}
novo-table[theme="negative"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="negative"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="negative"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="negative"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="negative"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="negative"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="warning"] &gt; header {
  background: #f6b042;
  color: #fff;
}
novo-table[theme="warning"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="warning"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="warning"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="warning"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="warning"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="warning"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="background"] &gt; header {
  background: #f4f4f4;
  color: #fff;
}
novo-table[theme="background"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="background"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="background"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="background"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="background"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="background"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="black"] &gt; header {
  background: #000;
  color: #fff;
}
novo-table[theme="black"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="black"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="black"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="black"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="black"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="black"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="white"] &gt; header {
  background: #fff;
  color: #fff;
}
novo-table[theme="white"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="white"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="white"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="white"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="white"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="white"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="grey"] &gt; header {
  background: #999;
  color: #fff;
}
novo-table[theme="grey"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="grey"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="grey"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="grey"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="grey"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="grey"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="off-white"] &gt; header {
  background: #f4f4f4;
  color: #fff;
}
novo-table[theme="off-white"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="off-white"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="off-white"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="off-white"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="off-white"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="off-white"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="dark"] &gt; header {
  background: #3d464d;
  color: #fff;
}
novo-table[theme="dark"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="dark"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="dark"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="dark"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="dark"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="dark"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="light"] &gt; header {
  background: #d9dadc;
  color: #fff;
}
novo-table[theme="light"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="light"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="light"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="light"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="light"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="light"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="pulse"] &gt; header {
  background: #3bafda;
  color: #fff;
}
novo-table[theme="pulse"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="pulse"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="pulse"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="pulse"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="pulse"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="pulse"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="neutral"] &gt; header {
  background: #4f5361;
  color: #fff;
}
novo-table[theme="neutral"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="neutral"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="neutral"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="neutral"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="neutral"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="neutral"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[theme="empty"] &gt; header {
  background: #cccdcc;
  color: #fff;
}
novo-table[theme="empty"] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[theme="empty"] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[theme="empty"] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[theme="empty"] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[theme="empty"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[theme="empty"]
  &gt; header
  novo-pagination
  novo-select
  div[type="button"]
  i {
  color: #fff !important;
}
novo-table[dark] &gt; header {
  color: #fff;
}
novo-table[dark] &gt; header novo-pagination {
  background: rgba(0, 0, 0, 0.15);
}
novo-table[dark] &gt; header novo-pagination &gt; * {
  color: #fff;
  opacity: 1;
}
novo-table[dark] &gt; header novo-pagination .page {
  color: #fff;
}
novo-table[dark] &gt; header novo-pagination .page.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
novo-table[dark] &gt; header novo-pagination h5.rows {
  opacity: 0.75;
}
novo-table[dark] &gt; header novo-pagination novo-select div[type="button"] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
novo-table[dark] &gt; header novo-pagination novo-select div[type="button"] i {
  color: #fff !important;
}
th.dragging {
  opacity: 0.4;
}
novo-pagination {
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
}
novo-pagination &gt; * {
  margin: auto 5px;
}
novo-pagination h5.rows {
  padding: 0;
  font-size: 12px;
  opacity: 0.75;
  letter-spacing: 0.1px;
}
novo-pagination span.spacer {
  flex: 1;
}
novo-pagination novo-select {
  max-width: 100px;
  min-width: 100px;
}
novo-pagination novo-select div[type="button"]:hover i {
  opacity: 0.75;
}
novo-pagination novo-select div[type="button"]:active i,
novo-pagination novo-select div[type="button"]:focus i {
  opacity: 1;
}
novo-pagination novo-select div[type="button"] i {
  opacity: 0.45;
}
novo-pagination .pager {
  list-style-type: none;
}
novo-pagination .pager .page {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  list-style-type: none;
  cursor: pointer;
  color: #39d;
}
novo-pagination .pager .page:last-child {
  padding-right: 0;
}
novo-pagination .pager .page.disabled {
  opacity: 0.3;
  pointer-events: none;
}
novo-pagination .pager .page.active {
  color: #39d;
  background-color: #f4f4f4;
  opacity: 1;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
}
novo-address {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .apt.invalid
  input,
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .apt.invalid
  novo-select
  div[type="button"],
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .city.invalid
  input,
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .city.invalid
  novo-select
  div[type="button"],
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .country-name.invalid
  input,
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .country-name.invalid
  novo-select
  div[type="button"],
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .state.invalid
  input,
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .state.invalid
  novo-select
  div[type="button"],
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .street-address.invalid
  input,
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .street-address.invalid
  novo-select
  div[type="button"],
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .zip.invalid
  input,
novo-address.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  .zip.invalid
  novo-select
  div[type="button"] {
  border-bottom: 1px solid #da4453 !important;
}
novo-address input {
  min-width: 10px;
}
novo-address .apt,
novo-address .city,
novo-address .country-name,
novo-address .state,
novo-address .street-address,
novo-address .zip {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
novo-address .apt input.invalid,
novo-address .city input.invalid,
novo-address .country-name input.invalid,
novo-address .state input.invalid,
novo-address .street-address input.invalid,
novo-address .zip input.invalid {
  border-bottom: 1px solid #da4453;
}
novo-address .street-address {
  flex: 3 3 75%;
  padding: 0 0 5px !important;
}
novo-address .street-address.disabled {
  padding: 0 2px 5px 0 !important;
}
novo-address .apt {
  flex: 1 1 25%;
  padding: 0 0 5px !important;
  align-self: flex-end;
}
novo-address .city {
  flex: 2 2 28%;
  padding: 5px 0 !important;
}
novo-address .city.disabled {
  padding: 5px 2px 5px 0 !important;
}
novo-address .state {
  flex: 1 1 30%;
  align-items: center;
}
novo-address .state.disabled {
  padding-right: 2px;
}
novo-address .state &gt; div {
  padding: 19px 29px 17px 0 !important;
}
novo-address .zip {
  flex: 1 0 19.4%;
  padding: 5px 0 !important;
}
novo-address .country-name {
  flex: 4 4 100%;
  padding: 10px 0 0 !important;
}
novo-address .disabled {
  pointer-events: none;
}
novo-address .disabled i.required-indicator.bhi-check,
novo-address .disabled i.required-indicator.bhi-circle {
  display: none !important;
}
novo-address .disabled input {
  border-bottom-style: dashed !important;
}
novo-address .disabled input::-webkit-input-placeholder {
  color: #85939e !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address:hover:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip:hover:not(.invalid)
  i.required-indicator.bhi-circle {
  border-bottom: 1px solid #5f6d78;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .apt.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .city.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .country-name.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .state.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .street-address.focus:not(.invalid)
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .zip.focus:not(.invalid)
  i.required-indicator.bhi-circle {
  border-bottom: 1px solid #4a89dc;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-circle {
  display: flex;
  border-bottom: 1px solid #afb9c0;
  padding-bottom: 18px;
  margin-right: 0;
  padding-top: 10px;
  padding-right: 20px;
  margin-top: 0;
  align-self: flex-end;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator {
  padding-bottom: 18px;
  padding-top: 8px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  i.required-indicator.bhi-check {
  padding-bottom: 20px;
  padding-top: 6px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  novo-address
  .invalid
  i.required-indicator {
  border-bottom: 1px solid #da4453;
}
multi-picker,
novo-check-list,
novo-checkbox {
  display: flex;
  flex-flow: row wrap;
}
multi-picker [class*="-group"],
novo-check-list [class*="-group"],
novo-checkbox [class*="-group"] {
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}
multi-picker [class*="-group"]:hover label i:before,
novo-check-list [class*="-group"]:hover label i:before,
novo-checkbox [class*="-group"]:hover label i:before {
  box-shadow: 0 0 15px 3px rgba(74, 137, 220, 0.25);
}
multi-picker [class*="-group"]:hover label i.bhi-checkbox-empty,
multi-picker [class*="-group"]:hover label i.bhi-radio-empty,
novo-check-list [class*="-group"]:hover label i.bhi-checkbox-empty,
novo-check-list [class*="-group"]:hover label i.bhi-radio-empty,
novo-checkbox [class*="-group"]:hover label i.bhi-checkbox-empty,
novo-checkbox [class*="-group"]:hover label i.bhi-radio-empty {
  color: #4a89dc;
}
multi-picker [class*="-group"].checked label,
novo-check-list [class*="-group"].checked label,
novo-checkbox [class*="-group"].checked label {
  color: #393939;
}
multi-picker [class*="-group"].checked label i,
novo-check-list [class*="-group"].checked label i,
novo-checkbox [class*="-group"].checked label i {
  -webkit-animation: 160ms ease-in-out iconEnter;
  animation: 160ms ease-in-out iconEnter;
}
multi-picker [class*="-group"].disabled,
novo-check-list [class*="-group"].disabled,
novo-checkbox [class*="-group"].disabled {
  pointer-events: none;
}
multi-picker [class*="-group"].disabled label &gt; i,
novo-check-list [class*="-group"].disabled label &gt; i,
novo-checkbox [class*="-group"].disabled label &gt; i {
  opacity: 0.7;
}
multi-picker [class*="-group"] input,
novo-check-list [class*="-group"] input,
novo-checkbox [class*="-group"] input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: 0 !important;
  border: none !important;
  position: absolute;
}
multi-picker [class*="-group"] input:focus + label i:before,
novo-check-list [class*="-group"] input:focus + label i:before,
novo-checkbox [class*="-group"] input:focus + label i:before {
  text-shadow: 0 0 20px rgba(74, 137, 220, 0.5);
}
multi-picker [class*="-group"] input:focus + label i.bhi-checkbox-empty,
multi-picker [class*="-group"] input:focus + label i.bhi-checkbox-filled,
novo-check-list [class*="-group"] input:focus + label i.bhi-checkbox-empty,
novo-check-list [class*="-group"] input:focus + label i.bhi-checkbox-filled,
novo-checkbox [class*="-group"] input:focus + label i.bhi-checkbox-empty,
novo-checkbox [class*="-group"] input:focus + label i.bhi-checkbox-filled {
  color: #4a89dc;
}
multi-picker [class*="-group"] label,
novo-check-list [class*="-group"] label,
novo-checkbox [class*="-group"] label {
  color: #868585;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: baseline;
}
multi-picker [class*="-group"] label i,
novo-check-list [class*="-group"] label i,
novo-checkbox [class*="-group"] label i {
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}
multi-picker [class*="-group"] label i.bhi-checkbox-empty,
multi-picker [class*="-group"] label i.bhi-circle-o,
multi-picker [class*="-group"] label i.bhi-radio-empty,
novo-check-list [class*="-group"] label i.bhi-checkbox-empty,
novo-check-list [class*="-group"] label i.bhi-circle-o,
novo-check-list [class*="-group"] label i.bhi-radio-empty,
novo-checkbox [class*="-group"] label i.bhi-checkbox-empty,
novo-checkbox [class*="-group"] label i.bhi-circle-o,
novo-checkbox [class*="-group"] label i.bhi-radio-empty {
  color: #d2d2d2;
}
multi-picker [class*="-group"] label i.bhi-check,
novo-check-list [class*="-group"] label i.bhi-check,
novo-checkbox [class*="-group"] label i.bhi-check {
  background: #d2d2d2;
  color: #fff;
  padding: 0.15em 0 0 0.3em;
  font-size: 1em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
multi-picker [class*="-group"] label i.bhi-checkbox-filled,
multi-picker [class*="-group"] label i.bhi-radio-filled,
novo-check-list [class*="-group"] label i.bhi-checkbox-filled,
novo-check-list [class*="-group"] label i.bhi-radio-filled,
novo-checkbox [class*="-group"] label i.bhi-checkbox-filled,
novo-checkbox [class*="-group"] label i.bhi-radio-filled {
  color: #4a89dc;
}
multi-picker [class*="-group"] label span,
novo-check-list [class*="-group"] label span,
novo-checkbox [class*="-group"] label span {
  display: inline-block;
}
novo-file-input {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
novo-file-input .files-below {
  padding-top: 10px;
}
novo-file-input .file-output-group {
  width: 100%;
  margin-top: 15px;
}
novo-file-input .file-output-group .file-item {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 4px 12px;
  width: 100%;
}
novo-file-input .file-output-group .file-item i.bhi-move {
  color: #999;
  padding-right: 0.75em;
  padding-bottom: 4px;
  font-size: 2em;
  cursor: -webkit-grab;
  cursor: grab;
}
novo-file-input .file-output-group .file-item label {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
novo-file-input .file-output-group .file-item label span {
  margin: 0 8px;
}
novo-file-input .file-output-group .file-item button {
  font-size: 1.4rem;
  width: 42px;
  height: 42px;
  padding: 4px;
  color: #999;
}
novo-file-input .file-output-group .file-item button.active,
novo-file-input .file-output-group .file-item button:focus,
novo-file-input .file-output-group .file-item button:hover {
  background: 0 0;
  color: #4a89dc;
}
novo-file-input .file-output-group .file-item.disabled {
  box-shadow: none;
  border: 2px dashed #999;
}
novo-file-input .file-input-group {
  cursor: pointer;
  width: 100%;
}
novo-file-input .file-input-group input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
novo-file-input .file-input-group.active label.boxed,
novo-file-input .file-input-group:hover label.boxed {
  border: 2px dashed #4a89dc;
}
novo-file-input .file-input-group.disabled {
  opacity: 0.3;
  pointer-events: none;
}
novo-file-input .file-input-group label {
  color: #999;
  margin-left: 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  padding: 15px;
  cursor: pointer;
  pointer-events: none;
}
novo-file-input .file-input-group label strong {
  color: #4a89dc;
}
novo-file-input .file-input-group label small {
  margin-top: 7px;
}
novo-file-input .file-input-group label i.bhi-dropzone {
  float: left;
  margin: -17px 0.25em 0 0;
}
novo-file-input .file-input-group label.boxed {
  border: 2px dashed #999;
}
novo-file-input .file-input-group label i {
  font-size: 3em;
}
novo-file-input novo-loading {
  padding: 10px;
  transform: scale(0.8, 0.8);
}
.gu-mirror .actions button {
  display: none;
}
novo-control-group .novo-section-header {
  box-sizing: border-box;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
novo-control-group .novo-section-header button {
  padding: 3px 15px;
}
novo-control-group .novo-section-header &gt; span {
  display: flex;
  align-items: center;
}
novo-control-group .novo-section-header label.novo-control-group-description {
  font-size: 0.8em;
  font-weight: 500;
  padding-right: 10px;
}
novo-control-group .novo-section-header i.bhi-section {
  margin-top: -10px;
}
novo-control-group .novo-section-header i.bhi-next {
  cursor: pointer;
  transform: rotate(0);
  transition: all 0.3s ease-out;
}
novo-control-group .novo-section-header i.bhi-next.toggled {
  transform: rotate(90deg);
}
novo-control-group .novo-section-header .clickable {
  cursor: pointer;
}
novo-control-group .novo-control-group-controls {
  display: flex;
  flex-wrap: nowrap;
  padding: 1em;
  flex-direction: column;
}
novo-control-group .novo-control-group-controls.hidden {
  display: none !important;
}
novo-control-group .novo-control-group-controls novo-control novo-select {
  min-width: 100%;
  max-width: 100%;
}
novo-control-group .novo-control-group-controls.horizontal novo-control {
  margin: 0.5em 0;
  padding: 0 0.5em 0.5em 0;
}
novo-control-group
  .novo-control-group-controls.horizontal
  novo-control
  .novo-control-outer-container {
  max-width: 100% !important;
}
novo-control-group
  .novo-control-group-controls.horizontal
  novo-control:first-of-type {
  padding-left: 0;
}
novo-control-group
  .novo-control-group-controls.horizontal
  novo-control:last-of-type {
  padding-right: 0;
}
novo-control-group
  .novo-control-group-controls.vertical
  .novo-control-group-control {
  flex-direction: column;
}
novo-control-group
  .novo-control-group-controls.vertical
  .novo-control-group-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #afb9c0;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
novo-control-group
  .novo-control-group-controls.vertical
  .novo-control-group-row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
novo-control-group .novo-control-group-controls &gt; .novo-control-group-labels {
  display: flex;
  padding: 0 0 1em;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-labels
  &gt; .novo-control-group-control-label {
  flex: 1;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-labels
  &gt; .novo-control-group-control-label:nth-child(1).column-required {
  margin-left: 23px;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-labels
  &gt; .novo-control-group-control-label
  &gt; span {
  color: #9e9e9e;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-labels
  &gt; .novo-control-group-control-label.last {
  min-width: 40px;
  max-width: 40px;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  .novo-control-group-control {
  display: flex;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  div.novo-control-container {
  flex: 1;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  div.novo-control-container
  .novo-control-inner-container {
  margin-right: 1em;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  div.novo-control-container.is-label {
  display: flex;
  align-items: center;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  div.novo-control-container.first {
  min-width: 40px;
  max-width: 40px;
  margin-left: 0;
  display: flex;
  align-items: center;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  div.novo-control-container.first
  &gt; span
  i {
  margin: 0;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  div.novo-control-container.last {
  min-width: 40px;
  max-width: 40px;
  margin-right: 0;
  display: flex;
  align-items: center;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  button[theme="icon"] {
  padding: 3px;
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-left: 10px;
}
novo-control-group
  .novo-control-group-controls
  &gt; .novo-control-group-row
  button[theme="icon"]
  i.bhi-delete-o {
  color: #da4453;
  font-size: 1.2em;
}
.novo-form-control-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label {
  color: #3d464d;
  font-size: 0.9em;
  flex: 1;
  max-width: 130px;
  min-width: 130px;
  font-weight: 500;
  transition: 0.2s ease-out;
  margin-right: 35px;
  text-transform: uppercase;
  padding-top: 8px;
  word-break: word-break;
  overflow-wrap: break-word;
}
.novo-form-control-label.encrypted,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label.encrypted,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label.encrypted {
  max-width: 110px;
  min-width: 110px;
}
novo-dynamic-form,
novo-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 715px;
}
novo-dynamic-form .novo-form-container,
novo-form .novo-form-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
novo-dynamic-form .novo-form-container form,
novo-form .novo-form-container form {
  width: 100%;
}
novo-dynamic-form .novo-form-container form novo-fieldset-header,
novo-form .novo-form-container form novo-fieldset-header {
  background: #f4f4f4;
  box-sizing: content-box;
  padding: 1em 1em 1em 3em;
  margin-bottom: 2em;
  display: flex;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
novo-dynamic-form .novo-form-container form novo-fieldset-header i,
novo-form .novo-form-container form novo-fieldset-header i {
  margin-right: 10px;
}
novo-dynamic-form .novo-form-container form novo-fieldset-header h6,
novo-form .novo-form-container form novo-fieldset-header h6 {
  font-weight: 400;
  padding: 0;
  display: flex;
}
novo-dynamic-form .novo-form-container form novo-fieldset-header h6 &gt; i,
novo-form .novo-form-container form novo-fieldset-header h6 &gt; i {
  display: flex;
  margin-top: -3px;
}
novo-dynamic-form .novo-form-container form div.novo-control-group-control,
novo-dynamic-form .novo-form-container form div.novo-form-row,
novo-dynamic-form .novo-form-container form td.novo-form-row,
novo-form .novo-form-container form div.novo-control-group-control,
novo-form .novo-form-container form div.novo-form-row,
novo-form .novo-form-container form td.novo-form-row {
  width: 100%;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control:first-child
  &gt; novo-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control:first-child
  &gt; novo-custom-control-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row:first-child
  &gt; novo-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row:first-child
  &gt; novo-custom-control-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row:first-child
  &gt; novo-control,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row:first-child
  &gt; novo-custom-control-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control:first-child
  &gt; novo-control,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control:first-child
  &gt; novo-custom-control-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row:first-child
  &gt; novo-control,
novo-form
  .novo-form-container
  form
  div.novo-form-row:first-child
  &gt; novo-custom-control-container,
novo-form .novo-form-container form td.novo-form-row:first-child &gt; novo-control,
novo-form
  .novo-form-container
  form
  td.novo-form-row:first-child
  &gt; novo-custom-control-container {
  margin-top: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container,
novo-dynamic-form .novo-form-container form div.novo-form-row novo-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container,
novo-dynamic-form .novo-form-container form td.novo-form-row novo-control,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container,
novo-form .novo-form-container form div.novo-control-group-control novo-control,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container,
novo-form .novo-form-container form div.novo-form-row novo-control,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container,
novo-form .novo-form-container form td.novo-form-row novo-control,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  opacity: 1;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container) {
  border-bottom: 1px solid #da4453 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number {
  border-bottom: none !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-list.vertical-list,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-list.vertical-list,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-list.vertical-list,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-list.vertical-list,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-list.vertical-list,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-list.vertical-list,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-list.vertical-list,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-list.vertical-list,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-list.vertical-list,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-list.vertical-list,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-list.vertical-list,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-list.vertical-list {
  margin-left: 1px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  chips.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  multi-picker.ng-touched.ng-invalid:not(.ng-pristine),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-picker.ng-touched.ng-invalid:not(.ng-pristine)
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  textarea.ng-touched.ng-invalid:not(.ng-pristine):not(.ng-valid) {
  border-bottom: 1px solid #da4453 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.address
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.checklist
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.file
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.radio
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container).valid-number,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container) {
  border-bottom: none !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.date
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.time
  .ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  &gt; input {
  border-bottom: 1px solid #da4453 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container) {
  border-bottom: none !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-date-time-picker-input.ng-touched.ng-invalid:not(.ng-pristine):not(.novo-control-container)
  input {
  border-bottom: 1px solid #da4453 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.hidden,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.hidden,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.hidden,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.hidden,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.hidden,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.hidden,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.hidden,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.hidden,
novo-form .novo-form-container form div.novo-form-row novo-control.hidden,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.hidden,
novo-form .novo-form-container form td.novo-form-row novo-control.hidden,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.hidden {
  height: 0;
  min-height: 0;
  opacity: 0;
  display: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled:not(.file):not(.editor) {
  pointer-events: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input {
  -webkit-text-fill-color: #3d464d;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input) {
  border-bottom-style: dashed !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder {
  color: #85939e !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input) {
  border-bottom-style: none !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  textarea,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  textarea,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  textarea {
  border-bottom-style: dashed !important;
  -webkit-text-fill-color: #3d464d;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  div[type="button"],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  div[type="button"],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"] {
  border-bottom-style: dashed !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse {
  top: auto;
  color: #85939e !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  label.clear-all,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  label.clear-all,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  label.clear-all,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  label.clear-all,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  label.clear-all,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  label.clear-all,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  label.clear-all,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  label.clear-all,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  label.clear-all,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  label.clear-all,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  label.clear-all,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  label.clear-all {
  display: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker {
  border-bottom: 1px dashed #85939e !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  input {
  border: none !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  novo-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker {
  border: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input {
  border: none !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  chip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  chip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  chip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  chip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip {
  opacity: 0.4;
  padding: 10px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close {
  display: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  novo-tiles,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  novo-tiles,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles {
  opacity: 0.7 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles
  label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles
  label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  novo-tiles
  label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles
  label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles
  label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  novo-tiles
  label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles
  label {
  color: inherit !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  .bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  .bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  .bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  .bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-times,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  .bhi-search,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  .bhi-times,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  .bhi-search,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  .bhi-times {
  display: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-radio-empty,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-radio-filled,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-empty,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-filled,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-empty,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-filled,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-search,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-calendar,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-clock,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-radio-empty,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-radio-filled,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control.disabled
  i.bhi-search,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-search {
  top: -5px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active {
  font-size: 1em !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  &gt; div,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  &gt; div,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  &gt; div,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  &gt; div,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  &gt; div,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  &gt; div,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  &gt; div,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  &gt; div,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  &gt; div,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  &gt; div,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  &gt; div,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  &gt; div {
  width: 100%;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message {
  min-height: 24px;
  margin-bottom: 0 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active {
  font-size: 0.8em;
  padding: 5px 0;
  margin-left: 22px;
  margin-bottom: 5px;
  max-width: 530px;
  display: flex;
  justify-content: space-between;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active[hidden] {
  display: block !important;
  visibility: hidden;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message.has-tip,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message.has-tip,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active.has-tip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message.has-tip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active.has-tip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message.has-tip,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active.has-tip {
  margin-bottom: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .character-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count {
  font-size: 12px;
  color: #999;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count.error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .character-count.error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .character-count.error {
  color: #da4453;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .record-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count {
  font-size: 12px;
  color: #999;
  margin-right: 9em;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.zero-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.zero-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.zero-count {
  margin-right: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.row-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .record-count.row-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .record-count.row-picker {
  margin-right: 20em;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages {
  flex: 1;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  span.error-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  span.error-text {
  color: #da4453;
  padding-bottom: 5px;
  padding-right: 5px;
  flex: 1;
  display: flex;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .description,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .description,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .description,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages
  .description,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .description,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .description,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .description {
  display: flex;
  padding-bottom: 5px;
  flex: 1;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .warning-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .field-message
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  novo-tip-well.active
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .field-message
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .field-message
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .field-message
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  novo-tip-well.active
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .field-message
  .messages
  .warning-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  novo-tip-well.active
  .messages
  .warning-text {
  color: #f6b042;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message {
  color: #da4453;
  font-size: 0.8em;
  padding: 5px 0;
  flex-basis: 100%;
  margin-left: 185px;
  margin-bottom: 5px;
  height: 2em;
  max-width: 530px;
  display: flex;
  justify-content: space-between;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message[hidden] {
  display: block !important;
  visibility: hidden;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message
  .character-count,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message
  .character-count,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message
  .character-count,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count {
  font-size: 12px;
  color: #999;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message
  .character-count.error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message
  .character-count.error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message
  .character-count.error {
  color: #da4453;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message
  span.error-text,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .error-message
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .error-message
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .error-message
  span.error-text,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .error-message
  span.error-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  .error-message
  span.error-text,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  .error-message
  span.error-text {
  flex: 1;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  i.bhi-lock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  i.bhi-lock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  i.bhi-lock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  i.bhi-lock,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  i.bhi-lock,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  i.bhi-lock,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  i.bhi-lock,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  i.bhi-lock,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  i.bhi-lock,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  i.bhi-lock,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  i.bhi-lock,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  i.bhi-lock {
  width: 20px;
  color: #999;
  font-weight: 500;
  font-size: 1.2em;
  padding-top: 6px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container {
  display: flex;
  align-items: center;
  max-width: 550px;
  position: relative;
  width: 100%;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-animation: 1.2s linear infinite rotate;
  animation: 1.2s linear infinite rotate;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg {
  width: 100%;
  height: 100%;
  max-width: 15px;
  max-height: 15px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  i.loading
  svg
  .spinner {
  fill: #4a89dc;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .field-message.address,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container.required
  div.novo-control-input.address {
  margin-left: 20px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input {
  width: 100%;
  position: relative;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  .textarea-container {
  display: flex;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.control-disabled:not(.file):not(.editor) {
  pointer-events: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input[type="picker"] {
  align-self: auto;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input.editor {
  margin-bottom: 10px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  textarea {
  line-height: inherit;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  novo-quick-note
  .quick-note-overlay {
  padding: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input {
  font-size: 1em;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #afb9c0;
  border-radius: 0;
  outline: 0;
  height: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #26282b;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:hover {
  border-bottom: 1px solid #5f6d78;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input:invalid {
  border-bottom: 1px solid #da4453;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  input.maxlength-error {
  border-bottom: 1px solid #da4453 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea {
  font-size: 1em;
  height: 2rem;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #afb9c0;
  border-radius: 0;
  outline: 0;
  width: 100%;
  resize: vertical;
  margin: 0;
  padding: 5px 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  transition: height 0s;
  color: #26282b;
  overflow-y: hidden;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:hover {
  border-bottom: 1px solid #5f6d78;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:focus {
  border-bottom: 1px solid #4a89dc;
  overflow-y: auto !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:invalid {
  border-bottom: 1px solid #da4453;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea.maxlength-error {
  border-bottom: 1px solid #da4453;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea[autosize] {
  min-height: 2rem;
  max-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea),
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  textarea:not(.quick-note-textarea) {
  transition: height 0;
  background: 0 0 !important;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label {
  display: flex;
  align-items: center;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  input {
  flex: 1;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-with-label
  label.input-label {
  padding-left: 5px;
  color: #3d464d;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container {
  font-size: 1rem;
  flex: 1;
  position: relative;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-calendar,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-clock,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-search,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; i.bhi-times {
  cursor: pointer;
  font-size: 1.1em;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  novo-date-time-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-date-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; novo-time-picker {
  position: absolute;
  top: 100%;
  left: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-right: 1px solid rgba(217, 218, 220, 0.5);
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-date-picker
  &gt; .calendar {
  box-shadow: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker {
  position: absolute;
  height: 100%;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  novo-time-picker
  .digital {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control {
  border-top: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  &gt; div.novo-control-input
  &gt; div.novo-control-input-container
  &gt; div.date-time-container
  .time-control
  .am-pm {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator {
  height: 13px;
  width: 13px;
  font-size: 13px;
  margin-right: 10px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle {
  color: #da4453;
  text-align: center;
  font-size: 7px;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check {
  color: #8cc152;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address {
  display: none;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden],
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator[hidden] {
  display: inherit !important;
  visibility: hidden;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; div.novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator
  &gt; h4 {
  font-weight: 500;
}
novo-dynamic-form[dark] .novo-form-container form form-field form-label label,
novo-form[dark] .novo-form-container form form-field form-label label {
  color: #747e86;
}
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  textarea,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  input,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  textarea,
novo-form[dark] .novo-form-container form form-field form-input text-area input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  textarea,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  input,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  textarea {
  color: #d9dadc;
  border-bottom: 1px solid rgba(88, 101, 111, 0.25);
  background: 0 0 !important;
}
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  textarea:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  input:focus,
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  address-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  currency-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  date-time-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  entity-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  float-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  number-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  percent-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  picker-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-area
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  text-input
  textarea:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  input:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  time-input
  textarea:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  novo-select
  &gt; div[type="button"],
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  novo-select
  &gt; div[type="button"] {
  color: #d9dadc;
  border-bottom: 1px solid rgba(88, 101, 111, 0.25);
}
novo-dynamic-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  novo-select
  &gt; div[type="button"]:focus,
novo-form[dark]
  .novo-form-container
  form
  form-field
  form-input
  novo-select
  &gt; div[type="button"]:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-dynamic-form address-input,
novo-form address-input {
  display: flex;
  flex-flow: row wrap;
}
novo-dynamic-form address-input .street-address,
novo-form address-input .street-address {
  flex: 3 3 75%;
}
novo-dynamic-form address-input .apt,
novo-form address-input .apt {
  flex: 1 1 25%;
}
novo-dynamic-form address-input .city,
novo-form address-input .city {
  flex: 2 2 40%;
}
novo-dynamic-form address-input .state,
novo-form address-input .state {
  flex: 1 1 30%;
}
novo-dynamic-form address-input .zip,
novo-form address-input .zip {
  flex: 1 0 20%;
}
novo-dynamic-form address-input .country-name,
novo-form address-input .country-name {
  flex: 4 4 100%;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container {
  margin-top: 0;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled:not(.file):not(.editor),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled:not(.file):not(.editor),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled:not(.file):not(.editor),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled:not(.file):not(.editor),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled:not(.file):not(.editor),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled:not(.file):not(.editor) {
  pointer-events: none;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input) {
  border-bottom-style: dashed !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input:not(.picker-input):not(.tiles-input)::-webkit-input-placeholder {
  color: #85939e !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input),
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  input[type="checkbox"]:not(.picker-input):not(.tiles-input) {
  border-bottom-style: none !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"],
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  textarea,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"],
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  textarea,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"],
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  textarea,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"],
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  textarea,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"],
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  textarea,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"],
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  textarea,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"],
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  textarea,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"],
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  textarea {
  border-bottom-style: dashed !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  div[type="button"]
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  div[type="button"]
  i.bhi-collapse {
  top: auto;
  color: #85939e !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  label.clear-all,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  label.clear-all,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  label.clear-all,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  label.clear-all,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  label.clear-all,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  label.clear-all,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  label.clear-all,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  label.clear-all {
  display: none;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker {
  border-bottom: 1px dashed #85939e !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  input {
  border: none !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker {
  border: none;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  novo-picker
  &gt; input.picker-input,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  novo-picker
  &gt; input.picker-input {
  border: none !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip {
  opacity: 0.4;
  padding: 10px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  chips
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  multi-picker
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  chips
  chip
  .bhi-close,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  multi-picker
  chip
  .bhi-close {
  display: none;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles {
  opacity: 0.7 !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles
  label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles
  label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  novo-tiles
  label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  novo-tiles
  label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  novo-tiles
  label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  novo-tiles
  label {
  color: inherit !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-times,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-times,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-times,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-times,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  .bhi-times,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  .bhi-times,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  .bhi-times,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  .bhi-times {
  display: none;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-calendar,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-clock,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-calendar,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-clock,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-search,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-calendar,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-clock,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-radio-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control.disabled
  i.bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container.disabled
  i.bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-calendar,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-checkbox-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-clock,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-radio-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control.disabled
  i.bhi-search,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-calendar,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-checkbox-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-clock,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-collapse,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-radio-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container.disabled
  i.bhi-search {
  top: -5px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: 16px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container {
  max-width: 550px;
  width: 100%;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container {
  position: relative;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container {
  align-items: center;
  position: relative;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-circle {
  padding-top: 2px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.bhi-check {
  margin-top: -4px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  i.required-indicator.address {
  display: none;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  .novo-control-input-container.novo-control-input-with-label {
  flex-direction: row;
  display: flex;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .novo-control-inner-container
  .novo-control-inner-input-container
  div.novo-control-input.address {
  margin-left: 20px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label {
  bottom: 20px;
  color: #3d464d;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  left: 22px;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  display: block;
  cursor: text;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  transform: translateY(0);
  transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    scale 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-empty {
  display: block;
  cursor: text;
  top: 7px;
  bottom: 0;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-extra-spacing {
  top: 0;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-always-active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-filled,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  &gt; label.novo-control-label.novo-control-focused {
  display: block;
  transform: translateY(-100%);
  height: 1.5em;
  top: 0;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .novo-control-outer-container
  .tiles,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .address,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checkbox,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .checklist,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .file,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .select,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .novo-control-outer-container
  .tiles {
  margin-top: 0.5em;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active {
  margin-bottom: 5px;
  font-size: 1em !important;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active
  &gt; div,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  &gt; div {
  width: 100%;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message {
  min-height: 24px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active {
  justify-content: space-between;
  display: flex;
  margin-left: 22px;
  padding-left: 0;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message
  .messages,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message
  .messages,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active
  .messages {
  min-height: 10px;
}
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message.has-tip,
novo-dynamic-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  .field-message.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  .field-message.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  .field-message.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  .novo-control-container
  novo-tip-well.active.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  .field-message.has-tip,
novo-form[layout="vertical"]
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  .novo-control-container
  novo-tip-well.active.has-tip {
  margin-bottom: 0;
}
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control.address
  .field-message {
  margin-left: 0;
}
control-confirm-modal p,
control-prompt-modal p {
  max-width: 100%;
}
control-confirm-modal h2,
control-prompt-modal h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
control-confirm-modal h2 i,
control-prompt-modal h2 i {
  font-size: 0.8em;
  margin: 0 0.5em;
}
control-confirm-modal h2 label,
control-prompt-modal h2 label {
  margin-right: 10px;
}
@-webkit-keyframes iconEnter {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  90% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes iconEnter {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  90% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.quick-note-wrapper,
novo-quick-note {
  width: 100%;
  height: 200px;
  position: relative;
}
.quick-note-wrapper .cke_top,
novo-quick-note .cke_top {
  padding: 4px 3px 0;
}
.quick-note-wrapper .cke_top .cke_toolbar .cke_combo_text,
novo-quick-note .cke_top .cke_toolbar .cke_combo_text {
  padding-left: 7px;
}
.quick-note-wrapper .cke_top .cke_toolbar .cke_combo_open,
novo-quick-note .cke_top .cke_toolbar .cke_combo_open {
  margin-left: 4px;
}
.quick-note-wrapper .cke_top .cke_toolbar .cke_combo__fontsize .cke_combo_text,
novo-quick-note .cke_top .cke_toolbar .cke_combo__fontsize .cke_combo_text {
  width: 27px;
}
.quick-note-wrapper .quick-note-results,
.quick-note-wrapper quick-note-results,
novo-quick-note .quick-note-results,
novo-quick-note quick-note-results {
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  min-width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  border: none !important;
}
.quick-note-wrapper .quick-note-results ul,
.quick-note-wrapper quick-note-results ul,
novo-quick-note .quick-note-results ul,
novo-quick-note quick-note-results ul {
  width: 100%;
}
.quick-note-wrapper .quick-note-results ul li,
.quick-note-wrapper quick-note-results ul li,
novo-quick-note .quick-note-results ul li,
novo-quick-note quick-note-results ul li {
  margin: 0 !important;
}
.quick-note-results,
quick-note-results {
  position: absolute;
  z-index: 1000;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.quick-note-results novo-list,
quick-note-results novo-list {
  box-shadow: none;
}
novo-tiles {
  display: inline-block;
  position: relative;
  color: #9fc1ed;
}
novo-tiles input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: 0 !important;
  border: none !important;
  position: absolute;
}
novo-tiles &gt; .tile-container {
  display: flex;
  text-align: center;
  background-color: #fff;
  border: 0.2em solid #9fc1ed;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  align-items: center;
}
novo-tiles &gt; .tile-container .tile {
  padding: 10px 15px;
  line-height: 1.5em;
  height: 100%;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
novo-tiles &gt; .tile-container .tile:not(.disabled).active,
novo-tiles &gt; .tile-container .tile:not(.disabled):hover {
  color: #4a89dc;
}
novo-tiles &gt; .tile-container .tile:not(.disabled) label {
  cursor: pointer;
}
novo-tiles &gt; .tile-container .tile.disabled {
  color: #4a89dc;
  cursor: not-allowed;
}
novo-tiles &gt; .tile-container .tile.disabled label {
  cursor: not-allowed;
}
novo-tiles &gt; .tile-container .tile label {
  z-index: 1;
  position: relative;
  font-weight: 500;
}
novo-tiles &gt; .tile-container.active {
  color: #4a89dc;
  border-color: #4a89dc;
  box-shadow: 0 0 15px 3px rgba(74, 137, 220, 0.25);
}
novo-tiles &gt; .tile-container.disabled {
  border-color: #ccc;
  color: #ccc;
}
novo-tiles span.active-indicator {
  position: absolute;
  top: -0.15em;
  margin-left: -0.15em;
  height: calc(100% + 0.34em);
  width: 100%;
  opacity: 0;
  z-index: 0;
  border: 0.2em solid #4a89dc;
  border-radius: 3px;
  transition: all 140ms ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
novo-tooltip div {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
novo-tooltip div.error {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}
novo-tooltip div.info {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}
novo-tooltip div.warning {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}
novo-tooltip div.success {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}
novo-tooltip div.rounded {
  border-radius: 4px;
}
novo-tooltip div.extra-large,
novo-tooltip div.large,
novo-tooltip div.medium,
novo-tooltip div.small {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}
novo-tooltip div.extra-large {
  width: 400px;
  font-size: 1.2vh;
}
novo-tooltip div.large {
  width: 300px;
}
novo-tooltip div.medium {
  width: 150px;
}
novo-tooltip div.small {
  width: 80px;
}
novo-tooltip div.preline {
  white-space: pre-line;
}
novo-tooltip div.top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
  bottom: 0;
  border-top-color: #383838;
}
novo-tooltip div.top.error:before {
  border-top-color: #b34e4d;
}
novo-tooltip div.top.info:before {
  border-top-color: #3986ac;
}
novo-tooltip div.top.warning:before {
  border-top-color: #c09854;
}
novo-tooltip div.top.success:before {
  border-top-color: #458746;
}
novo-tooltip div.top-left:before {
  border-top-color: #383838;
  margin-right: 0;
  margin-bottom: -11px;
  right: 0;
  bottom: 0;
}
novo-tooltip div.top-left.error:before {
  border-top-color: #b34e4d;
}
novo-tooltip div.top-left.info:before {
  border-top-color: #3986ac;
}
novo-tooltip div.top-left.warning:before {
  border-top-color: #c09854;
}
novo-tooltip div.top-left.success:before {
  border-top-color: #458746;
}
novo-tooltip div.top-right:before {
  border-top-color: #383838;
  margin-left: 0;
  margin-bottom: -11px;
  left: 0;
  bottom: 0;
}
novo-tooltip div.top-right.error:before {
  border-top-color: #b34e4d;
}
novo-tooltip div.top-right.info:before {
  border-top-color: #3986ac;
}
novo-tooltip div.top-right.warning:before {
  border-top-color: #c09854;
}
novo-tooltip div.top-right.success:before {
  border-top-color: #458746;
}
novo-tooltip div.bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
  top: 0;
  border-bottom-color: #383838;
}
novo-tooltip div.bottom.error:before {
  border-top-color: #b34e4d;
}
novo-tooltip div.bottom.info:before {
  border-top-color: #3986ac;
}
novo-tooltip div.bottom.warning:before {
  border-top-color: #c09854;
}
novo-tooltip div.bottom.success:before {
  border-top-color: #458746;
}
novo-tooltip div.bottom-left:before {
  border-bottom-color: #383838;
  margin-right: 0;
  margin-top: -11px;
  right: 0;
  top: 0;
}
novo-tooltip div.bottom-left.error:before {
  border-bottom-color: #b34e4d;
}
novo-tooltip div.bottom-left.info:before {
  border-bottom-color: #3986ac;
}
novo-tooltip div.bottom-left.warning:before {
  border-bottom-color: #c09854;
}
novo-tooltip div.bottom-left.success:before {
  border-bottom-color: #458746;
}
novo-tooltip div.bottom-right:before {
  border-bottom-color: #383838;
  margin-left: 0;
  margin-top: -11px;
  left: 0;
  top: 0;
}
novo-tooltip div.bottom-right.error:before {
  border-bottom-color: #b34e4d;
}
novo-tooltip div.bottom-right.info:before {
  border-bottom-color: #3986ac;
}
novo-tooltip div.bottom-right.warning:before {
  border-bottom-color: #c09854;
}
novo-tooltip div.bottom-right.success:before {
  border-bottom-color: #458746;
}
novo-tooltip div.left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
  right: 0;
  bottom: 50%;
}
novo-tooltip div.left.error:before {
  border-left-color: #b34e4d;
}
novo-tooltip div.left.info:before {
  border-left-color: #3986ac;
}
novo-tooltip div.left.warning:before {
  border-left-color: #c09854;
}
novo-tooltip div.left.success:before {
  border-left-color: #458746;
}
novo-tooltip div.right:before {
  left: 0;
  bottom: 50%;
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}
novo-tooltip div.right.error:before {
  border-right-color: #b34e4d;
}
novo-tooltip div.right.info:before {
  border-right-color: #3986ac;
}
novo-tooltip div.right.warning:before {
  border-right-color: #c09854;
}
novo-tooltip div.right.success:before {
  border-right-color: #458746;
}
novo-tooltip div:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  box-sizing: border-box;
}
novo-slider {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
novo-slider &gt; [slide="0"] {
  left: 0;
}
novo-slider.slide-0 .slides {
  transform: translateX(0);
}
novo-slider &gt; [slide="1"] {
  left: 100%;
}
novo-slider.slide-1 .slides {
  transform: translateX(-100%);
}
novo-slider &gt; [slide="2"] {
  left: 200%;
}
novo-slider.slide-2 .slides {
  transform: translateX(-200%);
}
novo-slider &gt; [slide="3"] {
  left: 300%;
}
novo-slider.slide-3 .slides {
  transform: translateX(-300%);
}
novo-slider &gt; [slide="4"] {
  left: 400%;
}
novo-slider.slide-4 .slides {
  transform: translateX(-400%);
}
novo-slider &gt; [slide="5"] {
  left: 500%;
}
novo-slider.slide-5 .slides {
  transform: translateX(-500%);
}
novo-slider &gt; [slide="6"] {
  left: 600%;
}
novo-slider.slide-6 .slides {
  transform: translateX(-600%);
}
novo-slider &gt; [slide="7"] {
  left: 700%;
}
novo-slider.slide-7 .slides {
  transform: translateX(-700%);
}
novo-slider &gt; [slide="8"] {
  left: 800%;
}
novo-slider.slide-8 .slides {
  transform: translateX(-800%);
}
novo-slider &gt; [slide="9"] {
  left: 900%;
}
novo-slider.slide-9 .slides {
  transform: translateX(-900%);
}
novo-slider &gt; [slide="10"] {
  left: 1000%;
}
novo-slider.slide-10 .slides {
  transform: translateX(-1000%);
}
novo-slider &gt; [slide="11"] {
  left: 1100%;
}
novo-slider.slide-11 .slides {
  transform: translateX(-1100%);
}
novo-slider &gt; [slide="12"] {
  left: 1200%;
}
novo-slider.slide-12 .slides {
  transform: translateX(-1200%);
}
novo-slider &gt; [slide="13"] {
  left: 1300%;
}
novo-slider.slide-13 .slides {
  transform: translateX(-1300%);
}
novo-slider &gt; [slide="14"] {
  left: 1400%;
}
novo-slider.slide-14 .slides {
  transform: translateX(-1400%);
}
novo-slider &gt; [slide="15"] {
  left: 1500%;
}
novo-slider.slide-15 .slides {
  transform: translateX(-1500%);
}
novo-slider &gt; [slide="16"] {
  left: 1600%;
}
novo-slider.slide-16 .slides {
  transform: translateX(-1600%);
}
novo-slider &gt; [slide="17"] {
  left: 1700%;
}
novo-slider.slide-17 .slides {
  transform: translateX(-1700%);
}
novo-slider &gt; [slide="18"] {
  left: 1800%;
}
novo-slider.slide-18 .slides {
  transform: translateX(-1800%);
}
novo-slider &gt; [slide="19"] {
  left: 1900%;
}
novo-slider.slide-19 .slides {
  transform: translateX(-1900%);
}
novo-slider &gt; [slide="20"] {
  left: 2000%;
}
novo-slider.slide-20 .slides {
  transform: translateX(-2000%);
}
novo-slider &gt; [slide="21"] {
  left: 2100%;
}
novo-slider.slide-21 .slides {
  transform: translateX(-2100%);
}
novo-slider &gt; [slide="22"] {
  left: 2200%;
}
novo-slider.slide-22 .slides {
  transform: translateX(-2200%);
}
novo-slider &gt; [slide="23"] {
  left: 2300%;
}
novo-slider.slide-23 .slides {
  transform: translateX(-2300%);
}
novo-slider &gt; [slide="24"] {
  left: 2400%;
}
novo-slider.slide-24 .slides {
  transform: translateX(-2400%);
}
novo-slider &gt; [slide="25"] {
  left: 2500%;
}
novo-slider.slide-25 .slides {
  transform: translateX(-2500%);
}
novo-slider &gt; [slide="26"] {
  left: 2600%;
}
novo-slider.slide-26 .slides {
  transform: translateX(-2600%);
}
novo-slider &gt; [slide="27"] {
  left: 2700%;
}
novo-slider.slide-27 .slides {
  transform: translateX(-2700%);
}
novo-slider &gt; [slide="28"] {
  left: 2800%;
}
novo-slider.slide-28 .slides {
  transform: translateX(-2800%);
}
novo-slider &gt; [slide="29"] {
  left: 2900%;
}
novo-slider.slide-29 .slides {
  transform: translateX(-2900%);
}
novo-slider &gt; [slide="30"] {
  left: 3000%;
}
novo-slider.slide-30 .slides {
  transform: translateX(-3000%);
}
novo-slider &gt; [slide="31"] {
  left: 3100%;
}
novo-slider.slide-31 .slides {
  transform: translateX(-3100%);
}
novo-slider &gt; [slide="32"] {
  left: 3200%;
}
novo-slider.slide-32 .slides {
  transform: translateX(-3200%);
}
novo-slider &gt; [slide="33"] {
  left: 3300%;
}
novo-slider.slide-33 .slides {
  transform: translateX(-3300%);
}
novo-slider &gt; [slide="34"] {
  left: 3400%;
}
novo-slider.slide-34 .slides {
  transform: translateX(-3400%);
}
novo-slider &gt; [slide="35"] {
  left: 3500%;
}
novo-slider.slide-35 .slides {
  transform: translateX(-3500%);
}
novo-slider &gt; [slide="36"] {
  left: 3600%;
}
novo-slider.slide-36 .slides {
  transform: translateX(-3600%);
}
novo-slider &gt; [slide="37"] {
  left: 3700%;
}
novo-slider.slide-37 .slides {
  transform: translateX(-3700%);
}
novo-slider &gt; [slide="38"] {
  left: 3800%;
}
novo-slider.slide-38 .slides {
  transform: translateX(-3800%);
}
novo-slider &gt; [slide="39"] {
  left: 3900%;
}
novo-slider.slide-39 .slides {
  transform: translateX(-3900%);
}
novo-slider &gt; [slide="40"] {
  left: 4000%;
}
novo-slider.slide-40 .slides {
  transform: translateX(-4000%);
}
novo-slider &gt; [slide="41"] {
  left: 4100%;
}
novo-slider.slide-41 .slides {
  transform: translateX(-4100%);
}
novo-slider &gt; [slide="42"] {
  left: 4200%;
}
novo-slider.slide-42 .slides {
  transform: translateX(-4200%);
}
novo-slider &gt; [slide="43"] {
  left: 4300%;
}
novo-slider.slide-43 .slides {
  transform: translateX(-4300%);
}
novo-slider &gt; [slide="44"] {
  left: 4400%;
}
novo-slider.slide-44 .slides {
  transform: translateX(-4400%);
}
novo-slider &gt; [slide="45"] {
  left: 4500%;
}
novo-slider.slide-45 .slides {
  transform: translateX(-4500%);
}
novo-slider &gt; [slide="46"] {
  left: 4600%;
}
novo-slider.slide-46 .slides {
  transform: translateX(-4600%);
}
novo-slider &gt; [slide="47"] {
  left: 4700%;
}
novo-slider.slide-47 .slides {
  transform: translateX(-4700%);
}
novo-slider &gt; [slide="48"] {
  left: 4800%;
}
novo-slider.slide-48 .slides {
  transform: translateX(-4800%);
}
novo-slider &gt; [slide="49"] {
  left: 4900%;
}
novo-slider.slide-49 .slides {
  transform: translateX(-4900%);
}
novo-slider &gt; [slide="50"] {
  left: 5000%;
}
novo-slider.slide-50 .slides {
  transform: translateX(-5000%);
}
novo-slider &gt; [slide="51"] {
  left: 5100%;
}
novo-slider.slide-51 .slides {
  transform: translateX(-5100%);
}
novo-slider &gt; [slide="52"] {
  left: 5200%;
}
novo-slider.slide-52 .slides {
  transform: translateX(-5200%);
}
novo-slider &gt; [slide="53"] {
  left: 5300%;
}
novo-slider.slide-53 .slides {
  transform: translateX(-5300%);
}
novo-slider &gt; [slide="54"] {
  left: 5400%;
}
novo-slider.slide-54 .slides {
  transform: translateX(-5400%);
}
novo-slider &gt; [slide="55"] {
  left: 5500%;
}
novo-slider.slide-55 .slides {
  transform: translateX(-5500%);
}
novo-slider &gt; [slide="56"] {
  left: 5600%;
}
novo-slider.slide-56 .slides {
  transform: translateX(-5600%);
}
novo-slider &gt; [slide="57"] {
  left: 5700%;
}
novo-slider.slide-57 .slides {
  transform: translateX(-5700%);
}
novo-slider &gt; [slide="58"] {
  left: 5800%;
}
novo-slider.slide-58 .slides {
  transform: translateX(-5800%);
}
novo-slider &gt; [slide="59"] {
  left: 5900%;
}
novo-slider.slide-59 .slides {
  transform: translateX(-5900%);
}
novo-slider &gt; [slide="60"] {
  left: 6000%;
}
novo-slider.slide-60 .slides {
  transform: translateX(-6000%);
}
novo-slider &gt; [slide="61"] {
  left: 6100%;
}
novo-slider.slide-61 .slides {
  transform: translateX(-6100%);
}
novo-slider &gt; [slide="62"] {
  left: 6200%;
}
novo-slider.slide-62 .slides {
  transform: translateX(-6200%);
}
novo-slider &gt; [slide="63"] {
  left: 6300%;
}
novo-slider.slide-63 .slides {
  transform: translateX(-6300%);
}
novo-slider &gt; [slide="64"] {
  left: 6400%;
}
novo-slider.slide-64 .slides {
  transform: translateX(-6400%);
}
novo-slider &gt; [slide="65"] {
  left: 6500%;
}
novo-slider.slide-65 .slides {
  transform: translateX(-6500%);
}
novo-slider &gt; [slide="66"] {
  left: 6600%;
}
novo-slider.slide-66 .slides {
  transform: translateX(-6600%);
}
novo-slider &gt; [slide="67"] {
  left: 6700%;
}
novo-slider.slide-67 .slides {
  transform: translateX(-6700%);
}
novo-slider &gt; [slide="68"] {
  left: 6800%;
}
novo-slider.slide-68 .slides {
  transform: translateX(-6800%);
}
novo-slider &gt; [slide="69"] {
  left: 6900%;
}
novo-slider.slide-69 .slides {
  transform: translateX(-6900%);
}
novo-slider &gt; [slide="70"] {
  left: 7000%;
}
novo-slider.slide-70 .slides {
  transform: translateX(-7000%);
}
novo-slider &gt; [slide="71"] {
  left: 7100%;
}
novo-slider.slide-71 .slides {
  transform: translateX(-7100%);
}
novo-slider &gt; [slide="72"] {
  left: 7200%;
}
novo-slider.slide-72 .slides {
  transform: translateX(-7200%);
}
novo-slider &gt; [slide="73"] {
  left: 7300%;
}
novo-slider.slide-73 .slides {
  transform: translateX(-7300%);
}
novo-slider &gt; [slide="74"] {
  left: 7400%;
}
novo-slider.slide-74 .slides {
  transform: translateX(-7400%);
}
novo-slider &gt; [slide="75"] {
  left: 7500%;
}
novo-slider.slide-75 .slides {
  transform: translateX(-7500%);
}
novo-slider &gt; [slide="76"] {
  left: 7600%;
}
novo-slider.slide-76 .slides {
  transform: translateX(-7600%);
}
novo-slider &gt; [slide="77"] {
  left: 7700%;
}
novo-slider.slide-77 .slides {
  transform: translateX(-7700%);
}
novo-slider &gt; [slide="78"] {
  left: 7800%;
}
novo-slider.slide-78 .slides {
  transform: translateX(-7800%);
}
novo-slider &gt; [slide="79"] {
  left: 7900%;
}
novo-slider.slide-79 .slides {
  transform: translateX(-7900%);
}
novo-slider &gt; [slide="80"] {
  left: 8000%;
}
novo-slider.slide-80 .slides {
  transform: translateX(-8000%);
}
novo-slider &gt; [slide="81"] {
  left: 8100%;
}
novo-slider.slide-81 .slides {
  transform: translateX(-8100%);
}
novo-slider &gt; [slide="82"] {
  left: 8200%;
}
novo-slider.slide-82 .slides {
  transform: translateX(-8200%);
}
novo-slider &gt; [slide="83"] {
  left: 8300%;
}
novo-slider.slide-83 .slides {
  transform: translateX(-8300%);
}
novo-slider &gt; [slide="84"] {
  left: 8400%;
}
novo-slider.slide-84 .slides {
  transform: translateX(-8400%);
}
novo-slider &gt; [slide="85"] {
  left: 8500%;
}
novo-slider.slide-85 .slides {
  transform: translateX(-8500%);
}
novo-slider &gt; [slide="86"] {
  left: 8600%;
}
novo-slider.slide-86 .slides {
  transform: translateX(-8600%);
}
novo-slider &gt; [slide="87"] {
  left: 8700%;
}
novo-slider.slide-87 .slides {
  transform: translateX(-8700%);
}
novo-slider &gt; [slide="88"] {
  left: 8800%;
}
novo-slider.slide-88 .slides {
  transform: translateX(-8800%);
}
novo-slider &gt; [slide="89"] {
  left: 8900%;
}
novo-slider.slide-89 .slides {
  transform: translateX(-8900%);
}
novo-slider &gt; [slide="90"] {
  left: 9000%;
}
novo-slider.slide-90 .slides {
  transform: translateX(-9000%);
}
novo-slider &gt; [slide="91"] {
  left: 9100%;
}
novo-slider.slide-91 .slides {
  transform: translateX(-9100%);
}
novo-slider &gt; [slide="92"] {
  left: 9200%;
}
novo-slider.slide-92 .slides {
  transform: translateX(-9200%);
}
novo-slider &gt; [slide="93"] {
  left: 9300%;
}
novo-slider.slide-93 .slides {
  transform: translateX(-9300%);
}
novo-slider &gt; [slide="94"] {
  left: 9400%;
}
novo-slider.slide-94 .slides {
  transform: translateX(-9400%);
}
novo-slider &gt; [slide="95"] {
  left: 9500%;
}
novo-slider.slide-95 .slides {
  transform: translateX(-9500%);
}
novo-slider &gt; [slide="96"] {
  left: 9600%;
}
novo-slider.slide-96 .slides {
  transform: translateX(-9600%);
}
novo-slider &gt; [slide="97"] {
  left: 9700%;
}
novo-slider.slide-97 .slides {
  transform: translateX(-9700%);
}
novo-slider &gt; [slide="98"] {
  left: 9800%;
}
novo-slider.slide-98 .slides {
  transform: translateX(-9800%);
}
novo-slider &gt; [slide="99"] {
  left: 9900%;
}
novo-slider.slide-99 .slides {
  transform: translateX(-9900%);
}
novo-slider &gt; [slide="100"] {
  left: 10000%;
}
novo-slider.slide-100 .slides {
  transform: translateX(-10000%);
}
novo-slider .slides {
  min-height: 250px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: flex;
  flex: 1 0 100%;
}
novo-slider .slides &gt; [slide] {
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
novo-slider .slides img {
  display: block;
  margin: auto;
}
novo-slider .controls {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
novo-slider .controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
novo-slider .controls button[icon="previous"] {
  left: 10px;
}
novo-slider .controls button[icon="check"],
novo-slider .controls button[icon="next"] {
  right: 10px;
}
novo-slider .indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
}
novo-slider .indicators .indicator-circle {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #d8d8d8;
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}
novo-slider .indicators .indicator-circle.active {
  opacity: 1;
}
novo-tip-well.active {
  display: inline-block;
  margin-bottom: 1em;
}
novo-tip-well &gt; div {
  display: inline-block;
  border-radius: 0.25em;
  background-color: #f4f4f4;
  color: #3d464d;
  padding: 1em;
  text-align: right;
}
novo-tip-well &gt; div &gt; div {
  display: flex;
}
novo-tip-well &gt; div &gt; div &gt; i {
  flex-shrink: 0;
  text-align: center;
  margin-top: 0.3em;
  margin-right: 10px;
  color: #aaa;
}
novo-tip-well &gt; div &gt; div &gt; p {
  width: 100%;
  max-width: 33em;
  text-align: left;
  padding-top: 6px;
  white-space: pre-line;
}
novo-editor .cke {
  font: inherit !important;
  box-shadow: none;
  border-color: #e2e2e2;
}
novo-editor .cke .cke_bottom,
novo-editor .cke .cke_top {
  background: #e2e2e2;
  box-shadow: none;
}
novo-editor .cke .cke_bottom {
  border-top: none;
}
.cke_dialog_background_cover {
  background-color: #000 !important;
}
.cke_dialog .cke_dialog_title {
  text-shadow: none;
  background: #e2e2e2;
  box-shadow: none;
  border-bottom: none;
}
.cke_dialog .cke_dialog_footer {
  text-shadow: none;
  background: #e2e2e2;
  box-shadow: none;
  border-top: none;
}
novo-category-dropdown {
  display: block;
  position: relative;
}
novo-category-dropdown button {
  position: relative;
  z-index: 0;
}
novo-category-dropdown.active .dropdown-container {
  overflow: hidden;
  max-height: inherit;
  max-width: 400px;
  min-width: 400px;
  display: block;
  z-index: 1000;
  border-radius: 2px;
  top: 100%;
  margin-top: 5px;
}
novo-category-dropdown .dropdown-container {
  background-color: #fff;
  list-style: none;
  line-height: 26px;
  display: none;
  margin: 0;
  max-height: 0;
  position: absolute;
  padding: 0;
  transform: translateY(0);
  transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  min-width: 180px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
novo-category-dropdown .dropdown-container .novo-category-dropdown-search {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  input {
  font-size: 1em;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #afb9c0;
  border-radius: 0;
  outline: 0;
  height: 2rem;
  width: 95%;
  margin: 0 0 0 10px;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #26282b;
}
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  input:hover {
  border-bottom: 1px solid #5f6d78;
}
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  input:focus {
  border-bottom: 1px solid #4a89dc;
}
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  input::-webkit-input-placeholder {
  color: #aaa;
}
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  i.bhi-search,
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  i.bhi-times {
  position: absolute;
  bottom: 8px;
  right: 5px;
  color: #aaa;
  font-size: 1em;
  margin-right: 10px;
}
novo-category-dropdown
  .dropdown-container
  .novo-category-dropdown-search
  i.bhi-times {
  cursor: pointer;
  font-size: 0.8em;
}
novo-category-dropdown .dropdown-container footer {
  padding: 5px 23px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: flex-end;
}
novo-activity-table
  novo-category-dropdown
  .dropdown-container
  footer
  &gt; .clickable,
novo-category-dropdown .dropdown-container footer &gt; a,
novo-category-dropdown
  .dropdown-container
  novo-activity-table
  footer
  &gt; .clickable,
novo-category-dropdown .dropdown-container novo-data-table footer &gt; .clickable,
novo-data-table novo-category-dropdown .dropdown-container footer &gt; .clickable {
  margin-left: 10px;
  margin-right: 0;
  font-weight: 500;
}
novo-category-dropdown
  .dropdown-container
  footer.novo-category-dropdown-footer-align-left {
  justify-content: flex-start;
}
novo-activity-table
  novo-category-dropdown
  .dropdown-container
  footer.novo-category-dropdown-footer-align-left
  &gt; .clickable,
novo-category-dropdown
  .dropdown-container
  footer.novo-category-dropdown-footer-align-left
  &gt; a,
novo-category-dropdown
  .dropdown-container
  novo-activity-table
  footer.novo-category-dropdown-footer-align-left
  &gt; .clickable,
novo-category-dropdown
  .dropdown-container
  novo-data-table
  footer.novo-category-dropdown-footer-align-left
  &gt; .clickable,
novo-data-table
  novo-category-dropdown
  .dropdown-container
  footer.novo-category-dropdown-footer-align-left
  &gt; .clickable {
  margin-right: 10px;
  margin-left: 0;
}
novo-category-dropdown .dropdown-container novo-nav {
  max-height: 140px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
novo-category-dropdown .dropdown-container novo-nav &gt; novo-tab {
  height: 30px;
  min-height: 30px;
}
novo-category-dropdown
  .dropdown-container
  novo-nav
  &gt; novo-tab
  &gt; .novo-tab-link {
  max-width: 100%;
  height: 100%;
  font-size: 0.9em;
  padding: 0.5em;
  display: flex;
  align-items: center;
}
novo-category-dropdown .dropdown-container novo-list {
  max-height: 350px;
  overflow: auto;
}
novo-category-dropdown .dropdown-container novo-list-item {
  padding: 0.5em;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0.9em;
}
novo-category-dropdown .dropdown-container novo-list-item:focus,
novo-category-dropdown .dropdown-container novo-list-item:hover {
  background: #f4f4f4;
  color: #4b4d51;
}
novo-category-dropdown
  .dropdown-container
  novo-list-item:focus
  .novo-category-dropdown-hover,
novo-category-dropdown
  .dropdown-container
  novo-list-item:hover
  .novo-category-dropdown-hover {
  display: block;
}
novo-category-dropdown
  .dropdown-container
  novo-list-item
  .novo-category-dropdown-hover {
  display: none;
  color: #4a89dc;
  font-size: 0.9em;
}
novo-category-dropdown
  .dropdown-container
  novo-list-item
  .novo-category-dropdown-hover
  &gt; i {
  font-size: 0.9em;
}
novo-category-dropdown
  .dropdown-container
  novo-list-item.novo-category-dropdown-empty-item {
  pointer-events: none;
}
novo-category-dropdown[side="left"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
novo-category-dropdown[side="right"] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
novo-category-dropdown[side="right"] .dropdown-container {
  right: 0;
}
multi-picker .chip-input-container {
  padding-top: 10px;
}
multi-picker ul.summary {
  display: inline;
  list-style: none;
  color: #868585;
  padding: 0 10px;
}
multi-picker ul.summary li {
  display: inline;
  padding: 0 3px;
}
multi-picker ul.summary li:after {
  content: ", ";
}
multi-picker ul.summary li:last-child:after {
  content: " ";
}
multi-picker novo-picker li.header {
  text-transform: uppercase;
  font-weight: 400;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 0;
}
multi-picker novo-picker li label {
  color: #9e9e9e;
  text-transform: capitalize;
}
multi-picker novo-picker li label:hover i.bhi-checkbox-empty,
multi-picker novo-picker li label:hover i.bhi-checkbox-indeterminate {
  color: #4a89dc;
}
multi-picker novo-picker li.checked label {
  color: #393939;
}
multi-picker novo-picker i {
  margin-right: 5px;
}
multi-picker novo-picker i.bhi-checkbox-empty {
  color: #d2d2d2;
}
multi-picker novo-picker i.bhi-checkbox-filled,
multi-picker novo-picker i.bhi-checkbox-indeterminate {
  color: #4a89dc;
}
multi-picker chip span {
  text-transform: capitalize;
}
popover-content .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 400px;
  padding: 23px 20px 16px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: flex-start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.09), 0 1px 3px rgba(0, 0, 0, 0.2);
}
popover-content .popover.top {
  margin-top: -10px;
}
popover-content .popover.top.virtual-area {
  bottom: -11px;
}
popover-content .popover.right {
  margin-left: 10px;
}
popover-content .popover.right.virtual-area {
  left: -11px;
}
popover-content .popover.bottom {
  margin-top: 10px;
}
popover-content .popover.bottom.virtual-area {
  top: -11px;
}
popover-content .popover.left {
  margin-left: -10px;
}
popover-content .popover.left.virtual-area {
  right: -11px;
}
popover-content .popover .virtual-area {
  height: 11px;
  width: 100%;
  position: absolute;
}
popover-content .popover.top &gt; .arrow {
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.1);
  bottom: -9px;
}
popover-content .popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
popover-content .popover.top &gt; .arrow.center {
  left: 50%;
}
popover-content .popover.top &gt; .arrow.left {
  left: 91%;
}
popover-content .popover.top &gt; .arrow.right {
  left: 9%;
}
popover-content .popover.right &gt; .arrow {
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.1);
}
popover-content .popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
popover-content .popover.right &gt; .arrow.center {
  top: 50%;
}
popover-content .popover.right &gt; .arrow.top {
  top: 91%;
}
popover-content .popover.right &gt; .arrow.bottom {
  top: 9%;
}
popover-content .popover.bottom &gt; .arrow {
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -9px;
}
popover-content .popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
popover-content .popover.bottom &gt; .arrow.center {
  left: 50%;
}
popover-content .popover.bottom &gt; .arrow.left {
  left: 91%;
}
popover-content .popover.bottom &gt; .arrow.right {
  left: 9%;
}
popover-content .popover.left &gt; .arrow {
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.1);
}
popover-content .popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
popover-content .popover.left &gt; .arrow.center {
  top: 50%;
}
popover-content .popover.left &gt; .arrow.top {
  top: 91%;
}
popover-content .popover.left &gt; .arrow.bottom {
  top: 9%;
}
popover-content .popover &gt; .arrow {
  border-width: 9px;
}
popover-content .popover &gt; .arrow,
popover-content .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
popover-content .popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
popover-content .popover-title {
  margin: 0;
  padding: 0 0 8px;
  font-weight: 600;
}
popover-content .popover-content {
  padding: 9px 0;
}
popover-content .popover-content .popover-content-text {
  white-space: pre-line;
}
.novo-table-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon],
novo-dropdown-cell &gt; novo-dropdown &gt; button[theme][theme="secondary"][icon] {
  font-size: inherit;
  color: inherit;
  border: none;
  background: inherit;
  text-transform: inherit;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  padding: 0;
  width: 100% !important;
  max-width: 200px;
}
.novo-table-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]
  i,
novo-dropdown-cell &gt; novo-dropdown &gt; button[theme][theme="secondary"][icon] i {
  font-size: 10px;
  margin-right: -5px;
  color: #a0a0a0;
}
.novo-table-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]
  .flex-wrapper,
novo-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]
  .flex-wrapper {
  justify-content: space-between;
}
.novo-table-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]:active,
.novo-table-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]:hover,
novo-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]:active,
novo-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]:hover {
  background: inherit;
  box-shadow: none;
}
.novo-table-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]
  span,
novo-dropdown-cell
  &gt; novo-dropdown
  &gt; button[theme][theme="secondary"][icon]
  span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
}
.novo-table-dropdown-cell list,
novo-dropdown-cell list {
  max-height: 400px;
  display: block;
  overflow: auto;
  padding: 5px 0;
}
.novo-table-dropdown-cell item,
novo-dropdown-cell item {
  height: 30px !important;
  padding: 0 16px !important;
}
.novo-table-dropdown-cell item span,
novo-dropdown-cell item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
}
.novo-table-dropdown-cell item.active,
novo-dropdown-cell item.active {
  font-weight: 500;
}
.novo-table-dropdown-cell dropdown-item-header,
novo-dropdown-cell dropdown-item-header {
  padding: 0 10px !important;
}
novo-search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 17px;
}
novo-search &gt; input {
  height: 100%;
  width: 0;
  display: block;
  background: #fff;
  padding: 12px 8px;
  position: relative;
  border: 1px solid #d9dadc;
  border-left: none;
  border-radius: 0 2px 2px 0;
  font-size: 1.4em;
  color: #3d464d;
  z-index: 12;
  opacity: 0;
  transition: background-color 250ms ease-in-out, opacity 150ms ease-in-out,
    250ms width ease-in-out;
}
novo-search &gt; input:active,
novo-search &gt; input:focus {
  outline: 0;
  border: 1px solid #4a89dc;
  border-left: none;
}
novo-search &gt; input::-webkit-input-placeholder {
  color: #cccdcc !important;
}
novo-search.active {
  max-width: 400px;
  min-width: 250px;
  z-index: 1000;
}
novo-search.active &gt; button[theme="fab"] {
  border-radius: 2px 0 0 2px !important;
  width: 47px;
  height: 47px;
  box-shadow: none;
}
novo-search.active &gt; input {
  opacity: 1;
  width: 100%;
}
novo-search.focused &gt; button {
  color: #4a89dc !important;
  border: 1px solid #4a89dc;
  border-right: none;
  background: #fff !important;
  box-shadow: none !important;
}
novo-search.focused &gt; button:hover {
  box-shadow: none !important;
}
novo-search.focused[theme="company"] &gt; button {
  color: #39d !important;
}
novo-search.focused[theme="candidate"] &gt; button {
  color: #4b7 !important;
}
novo-search.focused[theme="navigation"] &gt; button {
  color: #2f384f !important;
}
novo-search.focused[theme="lead"] &gt; button {
  color: #a69 !important;
}
novo-search.focused[theme="contact"] &gt; button {
  color: #fa4 !important;
}
novo-search.focused[theme="opportunity"] &gt; button {
  color: #625 !important;
}
novo-search.focused[theme="job"] &gt; button {
  color: #b56 !important;
}
novo-search.focused[theme="earnCode"] &gt; button,
novo-search.focused[theme="jobCode"] &gt; button {
  color: #696d79 !important;
}
novo-search.focused[theme="sendout"] &gt; button {
  color: #747884 !important;
}
novo-search.focused[theme="placement"] &gt; button {
  color: #0b344f !important;
}
novo-search.focused[theme="corporateuser"] &gt; button,
novo-search.focused[theme="credential"] &gt; button,
novo-search.focused[theme="distributionList"] &gt; button,
novo-search.focused[theme="task"] &gt; button,
novo-search.focused[theme="user"] &gt; button {
  color: #4f5361 !important;
}
novo-search.focused[theme="aqua"] &gt; button {
  color: #3bafda !important;
}
novo-search.focused[theme="ocean"] &gt; button {
  color: #4a89dc !important;
}
novo-search.focused[theme="mint"] &gt; button {
  color: #37bc9b !important;
}
novo-search.focused[theme="grass"] &gt; button {
  color: #8cc152 !important;
}
novo-search.focused[theme="sunflower"] &gt; button {
  color: #f6b042 !important;
}
novo-search.focused[theme="bittersweet"] &gt; button {
  color: #eb6845 !important;
}
novo-search.focused[theme="grapefruit"] &gt; button {
  color: #da4453 !important;
}
novo-search.focused[theme="carnation"] &gt; button {
  color: #d770ad !important;
}
novo-search.focused[theme="lavender"] &gt; button {
  color: #967adc !important;
}
novo-search.focused[theme="positive"] &gt; button {
  color: #4a89dc !important;
}
novo-search.focused[theme="success"] &gt; button {
  color: #8cc152 !important;
}
novo-search.focused[theme="negative"] &gt; button {
  color: #da4453 !important;
}
novo-search.focused[theme="warning"] &gt; button {
  color: #f6b042 !important;
}
novo-search.focused[theme="black"] &gt; button {
  color: #000 !important;
}
novo-search.focused[theme="dark"] &gt; button {
  color: #3d464d !important;
}
novo-search.focused[theme="pulse"] &gt; button {
  color: #3bafda !important;
}
novo-search.focused[theme="neutral"] &gt; button {
  color: #4f5361 !important;
}
novo-search.focused[theme="navy"] &gt; button {
  color: #0d2d42 !important;
}
novo-search.focused[theme="contract"] &gt; button {
  color: #454ea0 !important;
}
novo-search.focused[theme="mountain"] &gt; button {
  color: #9678b6 !important;
}
novo-search.focused[theme="billableCharge"] &gt; button,
novo-search.focused[theme="invoiceStatement"] &gt; button,
novo-search.focused[theme="payableCharge"] &gt; button {
  color: #696d79 !important;
}
novo-search.focused[theme="submission"] &gt; button {
  color: #a9adbb !important;
}
novo-search.focused[theme="note"] &gt; button {
  color: #747884 !important;
}
novo-search.focused[theme="empty"] &gt; button {
  color: #cccdcc !important;
}
novo-search.focused[theme="background"] &gt; button {
  color: #f4f4f4 !important;
}
novo-search.focused[theme="white"] &gt; button {
  color: #fff !important;
}
novo-search.focused[theme="grey"] &gt; button {
  color: #999 !important;
}
novo-search.focused[theme="off-white"] &gt; button {
  color: #f4f4f4 !important;
}
novo-search.focused[theme="light"] &gt; button {
  color: #d9dadc !important;
}
google-places-list novo-list {
  border: 1px solid #4a89dc;
}
google-places-list novo-list novo-list-item {
  cursor: pointer;
  flex: 0 0;
  transition: background-color 250ms;
}
google-places-list novo-list novo-list-item &gt; div {
  width: 100%;
}
google-places-list novo-list novo-list-item.active {
  background-color: #e0ebf9;
}
google-places-list novo-list novo-list-item:hover {
  background-color: #f1f6fc;
}
google-places-list novo-list novo-list-item item-content {
  flex-flow: row wrap;
}
google-places-list novo-list novo-list-item item-content &gt; * {
  flex: 0 0 33%;
  white-space: nowrap;
}
novo-value {
  display: flex;
  flex-direction: row;
  max-width: 500px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
}
novo-value .value-outer {
  display: flex;
  flex-direction: column;
}
novo-value .value-outer label {
  color: #9e9e9e;
  font-size: 0.9em;
  flex: 1;
  font-weight: 500;
  transition: 0.2s ease-out;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
novo-value i.star {
  color: #0b344f;
}
novo-value i.person {
  color: #fa4;
}
novo-value i.company {
  color: #39d;
}
novo-value i.candidate {
  color: #4b7;
}
novo-value i.navigation {
  color: #2f384f;
}
novo-value i.lead {
  color: #a69;
}
novo-value i.contact {
  color: #fa4;
}
novo-value i.opportunity {
  color: #625;
}
novo-value i.job {
  color: #b56;
}
novo-value i.submission {
  color: #a9adbb;
}
novo-value i.sendout {
  color: #747884;
}
novo-value i.placement {
  color: #0b344f;
}
novo-value i.note {
  color: #747884;
}
novo-value i.corporateuser,
novo-value i.credential,
novo-value i.distributionList,
novo-value i.task,
novo-value i.user {
  color: #4f5361;
}
novo-value i.contract {
  color: #454ea0;
}
novo-value i.billableCharge,
novo-value i.earnCode,
novo-value i.invoiceStatement,
novo-value i.jobCode,
novo-value i.payableCharge {
  color: #696d79;
}
novo-value .actions i {
  cursor: default;
  color: #9e9e9e;
  margin-left: 15px;
  margin-top: 7px;
}
novo-value .actions.clickable {
  cursor: pointer;
  color: #4a89dc;
}
novo-value novo-entity-list {
  display: block;
}
novo-value novo-entity-list .entity {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.15em;
}
novo-value novo-entity-list i.star {
  color: #0b344f;
}
novo-value novo-entity-list i.person {
  color: #fa4;
}
novo-value novo-entity-list i.company {
  color: #39d;
}
novo-value novo-entity-list i.candidate {
  color: #4b7;
}
novo-value novo-entity-list i.navigation {
  color: #2f384f;
}
novo-value novo-entity-list i.lead {
  color: #a69;
}
novo-value novo-entity-list i.contact {
  color: #fa4;
}
novo-value novo-entity-list i.opportunity {
  color: #625;
}
novo-value novo-entity-list i.job {
  color: #b56;
}
novo-value novo-entity-list i.submission {
  color: #a9adbb;
}
novo-value novo-entity-list i.sendout {
  color: #747884;
}
novo-value novo-entity-list i.placement {
  color: #0b344f;
}
novo-value novo-entity-list i.note {
  color: #747884;
}
novo-value novo-entity-list i.corporateuser,
novo-value novo-entity-list i.credential,
novo-value novo-entity-list i.distributionList,
novo-value novo-entity-list i.task,
novo-value novo-entity-list i.user {
  color: #4f5361;
}
novo-value novo-entity-list i.contract {
  color: #454ea0;
}
novo-value novo-entity-list i.billableCharge,
novo-value novo-entity-list i.earnCode,
novo-value novo-entity-list i.invoiceStatement,
novo-value novo-entity-list i.jobCode,
novo-value novo-entity-list i.payableCharge {
  color: #696d79;
}
novo-value novo-entity-list i {
  font-size: 1.1em;
  margin-right: 6px;
}
novo-icon {
  display: inline-block;
}
novo-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
}
novo-icon i * {
  display: none;
}
novo-icon[theme="company"] i {
  color: #fff;
  background: #39d;
  border-radius: 0.3em;
}
novo-icon[theme="aqua"][size="small"] i,
novo-icon[theme="background"][size="small"] i,
novo-icon[theme="billableCharge"][size="small"] i,
novo-icon[theme="bittersweet"][size="small"] i,
novo-icon[theme="black"][size="small"] i,
novo-icon[theme="candidate"][size="small"] i,
novo-icon[theme="carnation"][size="small"] i,
novo-icon[theme="company"][size="small"] i,
novo-icon[theme="contact"][size="small"] i,
novo-icon[theme="contract"][size="small"] i,
novo-icon[theme="corporateuser"][size="small"] i,
novo-icon[theme="credential"][size="small"] i,
novo-icon[theme="dark"][size="small"] i,
novo-icon[theme="distributionList"][size="small"] i,
novo-icon[theme="earnCode"][size="small"] i,
novo-icon[theme="empty"][size="small"] i,
novo-icon[theme="grapefruit"][size="small"] i,
novo-icon[theme="grass"][size="small"] i,
novo-icon[theme="grey"][size="small"] i,
novo-icon[theme="invoiceStatement"][size="small"] i,
novo-icon[theme="jobCode"][size="small"] i,
novo-icon[theme="job"][size="small"] i,
novo-icon[theme="lavender"][size="small"] i,
novo-icon[theme="lead"][size="small"] i,
novo-icon[theme="light"][size="small"] i,
novo-icon[theme="mint"][size="small"] i,
novo-icon[theme="mountain"][size="small"] i,
novo-icon[theme="navigation"][size="small"] i,
novo-icon[theme="navy"][size="small"] i,
novo-icon[theme="negative"][size="small"] i,
novo-icon[theme="neutral"][size="small"] i,
novo-icon[theme="note"][size="small"] i,
novo-icon[theme="ocean"][size="small"] i,
novo-icon[theme="off-white"][size="small"] i,
novo-icon[theme="opportunity"][size="small"] i,
novo-icon[theme="payableCharge"][size="small"] i,
novo-icon[theme="placement"][size="small"] i,
novo-icon[theme="positive"][size="small"] i,
novo-icon[theme="pulse"][size="small"] i,
novo-icon[theme="sendout"][size="small"] i,
novo-icon[theme="submission"][size="small"] i,
novo-icon[theme="success"][size="small"] i,
novo-icon[theme="sunflower"][size="small"] i,
novo-icon[theme="task"][size="small"] i,
novo-icon[theme="user"][size="small"] i,
novo-icon[theme="warning"][size="small"] i,
novo-icon[theme="white"][size="small"] i {
  font-size: 1em;
  width: 1.6em;
  height: 1.6em;
}
novo-icon[theme="aqua"][size="medium"] i,
novo-icon[theme="background"][size="medium"] i,
novo-icon[theme="billableCharge"][size="medium"] i,
novo-icon[theme="bittersweet"][size="medium"] i,
novo-icon[theme="black"][size="medium"] i,
novo-icon[theme="candidate"][size="medium"] i,
novo-icon[theme="carnation"][size="medium"] i,
novo-icon[theme="company"][size="medium"] i,
novo-icon[theme="contact"][size="medium"] i,
novo-icon[theme="contract"][size="medium"] i,
novo-icon[theme="corporateuser"][size="medium"] i,
novo-icon[theme="credential"][size="medium"] i,
novo-icon[theme="dark"][size="medium"] i,
novo-icon[theme="distributionList"][size="medium"] i,
novo-icon[theme="earnCode"][size="medium"] i,
novo-icon[theme="empty"][size="medium"] i,
novo-icon[theme="grapefruit"][size="medium"] i,
novo-icon[theme="grass"][size="medium"] i,
novo-icon[theme="grey"][size="medium"] i,
novo-icon[theme="invoiceStatement"][size="medium"] i,
novo-icon[theme="jobCode"][size="medium"] i,
novo-icon[theme="job"][size="medium"] i,
novo-icon[theme="lavender"][size="medium"] i,
novo-icon[theme="lead"][size="medium"] i,
novo-icon[theme="light"][size="medium"] i,
novo-icon[theme="mint"][size="medium"] i,
novo-icon[theme="mountain"][size="medium"] i,
novo-icon[theme="navigation"][size="medium"] i,
novo-icon[theme="navy"][size="medium"] i,
novo-icon[theme="negative"][size="medium"] i,
novo-icon[theme="neutral"][size="medium"] i,
novo-icon[theme="note"][size="medium"] i,
novo-icon[theme="ocean"][size="medium"] i,
novo-icon[theme="off-white"][size="medium"] i,
novo-icon[theme="opportunity"][size="medium"] i,
novo-icon[theme="payableCharge"][size="medium"] i,
novo-icon[theme="placement"][size="medium"] i,
novo-icon[theme="positive"][size="medium"] i,
novo-icon[theme="pulse"][size="medium"] i,
novo-icon[theme="sendout"][size="medium"] i,
novo-icon[theme="submission"][size="medium"] i,
novo-icon[theme="success"][size="medium"] i,
novo-icon[theme="sunflower"][size="medium"] i,
novo-icon[theme="task"][size="medium"] i,
novo-icon[theme="user"][size="medium"] i,
novo-icon[theme="warning"][size="medium"] i,
novo-icon[theme="white"][size="medium"] i {
  font-size: 1.2em;
  width: 2em;
  height: 2em;
}
novo-icon[theme="aqua"][size="large"] i,
novo-icon[theme="background"][size="large"] i,
novo-icon[theme="billableCharge"][size="large"] i,
novo-icon[theme="bittersweet"][size="large"] i,
novo-icon[theme="black"][size="large"] i,
novo-icon[theme="candidate"][size="large"] i,
novo-icon[theme="carnation"][size="large"] i,
novo-icon[theme="company"][size="large"] i,
novo-icon[theme="contact"][size="large"] i,
novo-icon[theme="contract"][size="large"] i,
novo-icon[theme="corporateuser"][size="large"] i,
novo-icon[theme="credential"][size="large"] i,
novo-icon[theme="dark"][size="large"] i,
novo-icon[theme="distributionList"][size="large"] i,
novo-icon[theme="earnCode"][size="large"] i,
novo-icon[theme="empty"][size="large"] i,
novo-icon[theme="grapefruit"][size="large"] i,
novo-icon[theme="grass"][size="large"] i,
novo-icon[theme="grey"][size="large"] i,
novo-icon[theme="invoiceStatement"][size="large"] i,
novo-icon[theme="jobCode"][size="large"] i,
novo-icon[theme="job"][size="large"] i,
novo-icon[theme="lavender"][size="large"] i,
novo-icon[theme="lead"][size="large"] i,
novo-icon[theme="light"][size="large"] i,
novo-icon[theme="mint"][size="large"] i,
novo-icon[theme="mountain"][size="large"] i,
novo-icon[theme="navigation"][size="large"] i,
novo-icon[theme="navy"][size="large"] i,
novo-icon[theme="negative"][size="large"] i,
novo-icon[theme="neutral"][size="large"] i,
novo-icon[theme="note"][size="large"] i,
novo-icon[theme="ocean"][size="large"] i,
novo-icon[theme="off-white"][size="large"] i,
novo-icon[theme="opportunity"][size="large"] i,
novo-icon[theme="payableCharge"][size="large"] i,
novo-icon[theme="placement"][size="large"] i,
novo-icon[theme="positive"][size="large"] i,
novo-icon[theme="pulse"][size="large"] i,
novo-icon[theme="sendout"][size="large"] i,
novo-icon[theme="submission"][size="large"] i,
novo-icon[theme="success"][size="large"] i,
novo-icon[theme="sunflower"][size="large"] i,
novo-icon[theme="task"][size="large"] i,
novo-icon[theme="user"][size="large"] i,
novo-icon[theme="warning"][size="large"] i,
novo-icon[theme="white"][size="large"] i {
  font-size: 1.4em;
  width: 2.4em;
  height: 2.4em;
}
novo-icon[theme="candidate"] i {
  color: #fff;
  background: #4b7;
  border-radius: 0.3em;
}
novo-icon[theme="navigation"] i {
  color: #fff;
  background: #2f384f;
  border-radius: 0.3em;
}
novo-icon[theme="lead"] i {
  color: #fff;
  background: #a69;
  border-radius: 0.3em;
}
novo-icon[theme="contact"] i {
  color: #fff;
  background: #fa4;
  border-radius: 0.3em;
}
novo-icon[theme="opportunity"] i {
  color: #fff;
  background: #625;
  border-radius: 0.3em;
}
novo-icon[theme="job"] i {
  color: #fff;
  background: #b56;
  border-radius: 0.3em;
}
novo-icon[theme="billableCharge"] i,
novo-icon[theme="earnCode"] i,
novo-icon[theme="invoiceStatement"] i,
novo-icon[theme="jobCode"] i,
novo-icon[theme="payableCharge"] i {
  color: #fff;
  background: #696d79;
  border-radius: 0.3em;
}
novo-icon[theme="note"] i,
novo-icon[theme="sendout"] i {
  color: #fff;
  background: #747884;
  border-radius: 0.3em;
}
novo-icon[theme="placement"] i {
  color: #fff;
  background: #0b344f;
  border-radius: 0.3em;
}
novo-icon[theme="corporateuser"] i,
novo-icon[theme="credential"] i,
novo-icon[theme="distributionList"] i,
novo-icon[theme="neutral"] i,
novo-icon[theme="task"] i,
novo-icon[theme="user"] i {
  color: #fff;
  background: #4f5361;
  border-radius: 0.3em;
}
novo-icon[theme="aqua"] i,
novo-icon[theme="pulse"] i {
  color: #fff;
  background: #3bafda;
  border-radius: 0.3em;
}
novo-icon[theme="ocean"] i,
novo-icon[theme="positive"] i {
  color: #fff;
  background: #4a89dc;
  border-radius: 0.3em;
}
novo-icon[theme="mint"] i {
  color: #fff;
  background: #37bc9b;
  border-radius: 0.3em;
}
novo-icon[theme="grass"] i,
novo-icon[theme="success"] i {
  color: #fff;
  background: #8cc152;
  border-radius: 0.3em;
}
novo-icon[theme="sunflower"] i,
novo-icon[theme="warning"] i {
  color: #fff;
  background: #f6b042;
  border-radius: 0.3em;
}
novo-icon[theme="bittersweet"] i {
  color: #fff;
  background: #eb6845;
  border-radius: 0.3em;
}
novo-icon[theme="grapefruit"] i,
novo-icon[theme="negative"] i {
  color: #fff;
  background: #da4453;
  border-radius: 0.3em;
}
novo-icon[theme="carnation"] i {
  color: #fff;
  background: #d770ad;
  border-radius: 0.3em;
}
novo-icon[theme="lavender"] i {
  color: #fff;
  background: #967adc;
  border-radius: 0.3em;
}
novo-icon[theme="black"] i {
  color: #fff;
  background: #000;
  border-radius: 0.3em;
}
novo-icon[theme="dark"] i {
  color: #fff;
  background: #3d464d;
  border-radius: 0.3em;
}
novo-icon[theme="navy"] i {
  color: #fff;
  background: #0d2d42;
  border-radius: 0.3em;
}
novo-icon[theme="contract"] i {
  color: #fff;
  background: #454ea0;
  border-radius: 0.3em;
}
novo-icon[theme="mountain"] i {
  color: #fff;
  background: #9678b6;
  border-radius: 0.3em;
}
novo-icon[theme="submission"] i {
  color: #fff;
  background: #a9adbb;
  border-radius: 0.3em;
}
novo-icon[theme="empty"] i {
  color: #fff;
  background: #cccdcc;
  border-radius: 0.3em;
}
novo-icon[theme="background"] i,
novo-icon[theme="off-white"] i {
  color: #fff;
  background: #f4f4f4;
  border-radius: 0.3em;
}
novo-icon[theme="white"] i {
  color: #fff;
  background: #fff;
  border-radius: 0.3em;
}
novo-icon[theme="grey"] i {
  color: #fff;
  background: #999;
  border-radius: 0.3em;
}
novo-icon[theme="light"] i {
  color: #fff;
  background: #d9dadc;
  border-radius: 0.3em;
}
novo-icon[color="company"] i,
novo-icon[color="company"] i:before {
  color: #39d;
}
novo-icon[color="candidate"] i,
novo-icon[color="candidate"] i:before {
  color: #4b7;
}
novo-icon[color="navigation"] i,
novo-icon[color="navigation"] i:before {
  color: #2f384f;
}
novo-icon[color="lead"] i,
novo-icon[color="lead"] i:before {
  color: #a69;
}
novo-icon[color="contact"] i,
novo-icon[color="contact"] i:before {
  color: #fa4;
}
novo-icon[color="opportunity"] i,
novo-icon[color="opportunity"] i:before {
  color: #625;
}
novo-icon[color="job"] i,
novo-icon[color="job"] i:before {
  color: #b56;
}
novo-icon[color="billableCharge"] i,
novo-icon[color="billableCharge"] i:before,
novo-icon[color="earnCode"] i,
novo-icon[color="earnCode"] i:before,
novo-icon[color="invoiceStatement"] i,
novo-icon[color="invoiceStatement"] i:before,
novo-icon[color="jobCode"] i,
novo-icon[color="jobCode"] i:before,
novo-icon[color="payableCharge"] i,
novo-icon[color="payableCharge"] i:before {
  color: #696d79;
}
novo-icon[color="note"] i,
novo-icon[color="note"] i:before,
novo-icon[color="sendout"] i,
novo-icon[color="sendout"] i:before {
  color: #747884;
}
novo-icon[color="placement"] i,
novo-icon[color="placement"] i:before {
  color: #0b344f;
}
novo-icon[color="corporateuser"] i,
novo-icon[color="corporateuser"] i:before,
novo-icon[color="credential"] i,
novo-icon[color="credential"] i:before,
novo-icon[color="distributionList"] i,
novo-icon[color="distributionList"] i:before,
novo-icon[color="neutral"] i,
novo-icon[color="neutral"] i:before,
novo-icon[color="task"] i,
novo-icon[color="task"] i:before,
novo-icon[color="user"] i,
novo-icon[color="user"] i:before {
  color: #4f5361;
}
novo-icon[color="aqua"] i,
novo-icon[color="aqua"] i:before,
novo-icon[color="pulse"] i,
novo-icon[color="pulse"] i:before {
  color: #3bafda;
}
novo-icon[color="ocean"] i,
novo-icon[color="ocean"] i:before,
novo-icon[color="positive"] i,
novo-icon[color="positive"] i:before {
  color: #4a89dc;
}
novo-icon[color="mint"] i,
novo-icon[color="mint"] i:before {
  color: #37bc9b;
}
novo-icon[color="grass"] i,
novo-icon[color="grass"] i:before,
novo-icon[color="success"] i,
novo-icon[color="success"] i:before {
  color: #8cc152;
}
novo-icon[color="sunflower"] i,
novo-icon[color="sunflower"] i:before,
novo-icon[color="warning"] i,
novo-icon[color="warning"] i:before {
  color: #f6b042;
}
novo-icon[color="bittersweet"] i,
novo-icon[color="bittersweet"] i:before {
  color: #eb6845;
}
novo-icon[color="grapefruit"] i,
novo-icon[color="grapefruit"] i:before,
novo-icon[color="negative"] i,
novo-icon[color="negative"] i:before {
  color: #da4453;
}
novo-icon[color="carnation"] i,
novo-icon[color="carnation"] i:before {
  color: #d770ad;
}
novo-icon[color="lavender"] i,
novo-icon[color="lavender"] i:before {
  color: #967adc;
}
novo-icon[color="black"] i,
novo-icon[color="black"] i:before {
  color: #000;
}
novo-icon[color="dark"] i,
novo-icon[color="dark"] i:before {
  color: #3d464d;
}
novo-icon[color="navy"] i,
novo-icon[color="navy"] i:before {
  color: #0d2d42;
}
novo-icon[color="contract"] i,
novo-icon[color="contract"] i:before {
  color: #454ea0;
}
novo-icon[color="mountain"] i,
novo-icon[color="mountain"] i:before {
  color: #9678b6;
}
novo-icon[color="submission"] i,
novo-icon[color="submission"] i:before {
  color: #a9adbb;
}
novo-icon[color="empty"] i,
novo-icon[color="empty"] i:before {
  color: #cccdcc;
}
novo-icon[color="background"] i,
novo-icon[color="background"] i:before,
novo-icon[color="off-white"] i,
novo-icon[color="off-white"] i:before {
  color: #f4f4f4;
}
novo-icon[color="white"] i,
novo-icon[color="white"] i:before {
  color: #fff;
}
novo-icon[color="grey"] i,
novo-icon[color="grey"] i:before {
  color: #999;
}
novo-icon[color="light"] i,
novo-icon[color="light"] i:before {
  color: #d9dadc;
}
novo-icon[size="small"] i {
  width: 1em;
  height: 1em;
}
novo-icon[size="medium"] i {
  width: 1.4em;
  height: 1.4em;
}
novo-icon[size="large"] i {
  width: 1.8em;
  height: 1.8em;
}
novo-icon[raised="true"] i {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.novo-stepper-horizontal,
.novo-stepper-vertical {
  display: block;
}
.novo-horizontal-stepper-header-container {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  background: #f4f4f4;
}
.novo-stepper-horizontal-line {
  border-bottom: 1px solid #d9dadc;
  flex: auto;
  min-width: 0;
  height: 80px;
}
.novo-stepper-horizontal-line.complete {
  border-bottom: 1px solid #4a89dc;
}
.novo-horizontal-stepper-header {
  display: flex;
  height: 80px;
  flex-flow: column;
  overflow: visible;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.novo-horizontal-stepper-header .novo-step-status {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 1px;
  bottom: 0;
}
.novo-horizontal-stepper-header .novo-step-status .novo-stepper-status-line {
  width: 100%;
  position: absolute;
}
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-line:before {
  content: "";
  display: block;
  width: calc(50% - 8px);
  margin-right: 8px;
  border-bottom: 1px solid #d9dadc;
}
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-line:after {
  content: "";
  display: block;
  width: calc(50% - 8px);
  margin-left: calc(50% + 8px);
  margin-top: -1px;
  border-top: 1px solid #d9dadc;
}
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-line.done:before,
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-line.edit:before {
  border-bottom: 1px solid #4a89dc;
}
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-line.done:after {
  border-top: 1px solid #4a89dc;
}
.novo-horizontal-stepper-header .novo-step-status .novo-stepper-status-icon {
  position: relative;
}
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-icon:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
}
.novo-horizontal-stepper-header
  .novo-step-status
  .novo-stepper-status-icon
  &gt; * {
  position: relative;
  z-index: 1;
}
.novo-vertical-stepper-header {
  display: flex;
  align-items: center;
  padding: 24px;
  max-height: 24px;
}
.novo-vertical-stepper-header .novo-step-icon,
.novo-vertical-stepper-header .novo-step-icon-not-touched {
  margin-right: 12px;
}
[dir="rtl"] .novo-vertical-stepper-header .novo-step-icon,
[dir="rtl"] .novo-vertical-stepper-header .novo-step-icon-not-touched {
  margin-right: 0;
  margin-left: 12px;
}
.novo-horizontal-stepper-content {
  overflow: hidden;
}
.novo-horizontal-stepper-content[aria-expanded="false"] {
  height: 0;
}
.novo-horizontal-content-container {
  overflow: hidden;
  padding: 0 24px 24px;
}
.novo-vertical-content-container {
  margin-left: 36px;
  border: 0;
  position: relative;
}
[dir="rtl"] .novo-vertical-content-container {
  margin-left: 0;
  margin-right: 36px;
}
.novo-stepper-vertical-line:before {
  content: "";
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: 0;
  z-index: -1;
  border-left: 1px solid #d9dadc;
}
[dir="rtl"] .novo-stepper-vertical-line:before {
  left: auto;
  right: 0;
}
.novo-stepper-vertical-line.done:after,
.novo-stepper-vertical-line.done:before,
.novo-stepper-vertical-line.edit:before {
  border-left-color: 1px solid #4a89dc;
}
.novo-stepper-vertical novo-step-status {
  position: absolute;
  left: 35px;
  top: 25px;
  transform: scale(0.8);
}
.novo-vertical-stepper-content {
  overflow: hidden;
}
.novo-vertical-content {
  padding: 0 24px 24px;
}
.novo-step:last-child .novo-vertical-content-container {
  border: none;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(200deg);
  }
  100% {
    transform: rotateZ(180deg);
  }
}
@keyframes half-rotate {
  0% {
    transform: rotateZ(45deg);
  }
  75% {
    transform: rotateZ(100deg);
  }
  100% {
    transform: rotateZ(90deg);
  }
}
@keyframes rotateBack {
  0% {
    transform: rotateZ(90deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.novo-step-header {
  overflow: visible;
  outline: 0;
  cursor: pointer;
  position: relative;
}
.novo-step-optional {
  font-size: 12px;
}
.novo-step-icon,
.novo-step-icon-not-touched {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.novo-step-icon .novo-step-number,
.novo-step-icon-not-touched .novo-step-number {
  font-size: 1em;
  min-width: 1.6em;
  height: 1.6em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.novo-step-icon .novo-step-number {
  background: #4a89dc;
  color: #fff;
}
.novo-step-icon-not-touched .novo-step-number {
  background: #a9adbb;
  color: #fff;
}
.novo-step-label {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 4px 0;
}
.novo-step-text-label {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
novo-simple-table {
  display: block;
  min-height: 300px;
  flex: 1;
}
novo-simple-table.empty {
  min-height: 52px;
  overflow: hidden;
  max-height: 52px;
}
novo-simple-table &gt; .novo-simple-row:nth-of-type(odd) .novo-simple-button-cell,
novo-simple-table &gt; .novo-simple-row:nth-of-type(odd) .novo-simple-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(odd)
  .novo-simple-checkbox-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(odd)
  .novo-simple-dropdown-cell {
  background-color: #f4f4f4;
}
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(odd).active
  .novo-simple-button-cell,
novo-simple-table &gt; .novo-simple-row:nth-of-type(odd).active .novo-simple-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(odd).active
  .novo-simple-checkbox-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(odd).active
  .novo-simple-dropdown-cell {
  background-color: rgba(74, 137, 220, 0.15);
}
novo-simple-table &gt; .novo-simple-row:nth-of-type(even) .novo-simple-button-cell,
novo-simple-table &gt; .novo-simple-row:nth-of-type(even) .novo-simple-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(even)
  .novo-simple-checkbox-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(even)
  .novo-simple-dropdown-cell {
  background-color: #fff;
}
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(even).active
  .novo-simple-button-cell,
novo-simple-table &gt; .novo-simple-row:nth-of-type(even).active .novo-simple-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(even).active
  .novo-simple-checkbox-cell,
novo-simple-table
  &gt; .novo-simple-row:nth-of-type(even).active
  .novo-simple-dropdown-cell {
  background-color: rgba(74, 137, 220, 0.15);
}
.novo-simple-header-row,
.novo-simple-row {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}
.novo-simple-header-row .novo-simple-checkbox-header-cell,
.novo-simple-header-row .novo-simple-header-cell,
.novo-simple-header-row novo-simple-empty-header-cell,
.novo-simple-row .novo-simple-checkbox-header-cell,
.novo-simple-row .novo-simple-header-cell,
.novo-simple-row novo-simple-empty-header-cell {
  border-bottom: 1px solid #f4f4f4;
}
.novo-simple-cell,
.novo-simple-header-cell {
  min-width: 200px;
  padding: 10px;
  flex: 1;
}
.novo-simple-cell &gt; span,
.novo-simple-header-cell &gt; span {
  display: block;
  min-width: 180px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.novo-simple-cell novo-dropdown,
.novo-simple-header-cell novo-dropdown {
  display: inline-block;
}
.novo-simple-cell button.active,
.novo-simple-header-cell button.active {
  color: #4a89dc;
}
.novo-simple-cell.clickable,
.novo-simple-header-cell.clickable {
  cursor: pointer;
  color: #39d;
}
.novo-simple-cell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.novo-simple-header-cell {
  border-left: 1px solid #f4f4f4;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.novo-simple-header-cell + novo-simple-empty-header-cell {
  border-left: none;
}
.novo-simple-header-cell &gt; label {
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.novo-simple-header-cell &gt; label.sort-disabled {
  cursor: default;
}
.novo-simple-header-cell &gt; div {
  width: 60px;
}
.novo-simple-header-cell novo-dropdown[side="right"] {
  display: inline-block;
}
novo-simple-empty-header-cell.button-header-cell {
  min-width: 40px;
}
novo-simple-empty-header-cell.dropdown-header-cell {
  min-width: 98px;
}
.novo-simple-button-cell,
.novo-simple-dropdown-cell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 5px;
}
.novo-simple-button-cell novo-dropdown button,
.novo-simple-dropdown-cell novo-dropdown button {
  padding: 5px;
}
.novo-simple-button-cell novo-dropdown button:active,
.novo-simple-button-cell novo-dropdown button:focus,
.novo-simple-button-cell novo-dropdown button:hover,
.novo-simple-dropdown-cell novo-dropdown button:active,
.novo-simple-dropdown-cell novo-dropdown button:focus,
.novo-simple-dropdown-cell novo-dropdown button:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.novo-simple-checkbox-cell,
.novo-simple-checkbox-header-cell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 40px;
  padding: 0 10px;
}
.novo-simple-checkbox-cell &gt; multi-picker,
.novo-simple-checkbox-cell &gt; novo-checkbox,
.novo-simple-checkbox-header-cell &gt; multi-picker,
.novo-simple-checkbox-header-cell &gt; novo-checkbox {
  margin-top: -4px;
}
novo-activity-table {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
novo-activity-table.loading {
  min-height: 300px;
}
novo-activity-table header {
  padding: 5px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #f4f4f4;
}
novo-activity-table header &gt; [novo-activity-table-custom-header] {
  flex: 1;
}
novo-activity-table header &gt; novo-search {
  padding-right: 10px;
  display: none;
}
novo-activity-table header &gt; novo-search &gt; input {
  padding: 8.5px;
  font-size: 1.1em;
  height: 35px;
}
novo-activity-table header &gt; novo-search.active &gt; button[theme="fab"] {
  height: 35px;
}
novo-activity-table header &gt; div.novo-activity-table-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
novo-activity-table header &gt; div.novo-activity-table-actions &gt; div,
novo-activity-table header &gt; div.novo-activity-table-actions &gt; section {
  display: flex;
  align-items: center;
}
novo-activity-table header &gt; div.novo-activity-table-actions &gt; div button,
novo-activity-table header &gt; div.novo-activity-table-actions &gt; section button {
  margin-left: 3px;
}
novo-activity-table
  header
  &gt; div.novo-activity-table-actions
  &gt; div
  button[theme][theme="icon"],
novo-activity-table
  header
  &gt; div.novo-activity-table-actions
  &gt; section
  button[theme][theme="icon"] {
  height: 35px;
  width: 35px;
  font-size: 1.4em;
}
novo-activity-table
  header
  &gt; div.novo-activity-table-actions
  &gt; div
  novo-dropdown
  button[theme],
novo-activity-table
  header
  &gt; div.novo-activity-table-actions
  &gt; section
  novo-dropdown
  button[theme] {
  white-space: nowrap;
  padding: 6px 5px 6px 15px !important;
}
novo-activity-table button[theme][theme="icon"] {
  height: 30px;
  width: 30px;
  padding: 5px;
}
novo-activity-table .novo-activity-table-loading-mask {
  position: absolute;
  display: flex;
  padding-top: 10%;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.07);
  z-index: 99;
}
novo-activity-table .novo-activity-table-empty-container,
novo-activity-table .novo-activity-table-no-results-container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
novo-activity-table .novo-activity-table-filter-container {
  display: flex;
  flex: 1;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter {
  border-right: 1px solid #f4f4f4;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  novo-date-picker
  .calendar {
  box-shadow: none;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  novo-date-picker
  .calendar
  .date-range-tabs {
  height: 51px;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  novo-date-picker
  .calendar
  .calendar-footer {
  display: none;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector {
  padding: 1em;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  .novo-form-control-label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  div.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-dynamic-form
  .novo-form-container
  form
  td.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-control-group-control
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  div.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-control
  &gt; div.novo-control-container
  &gt; label,
novo-form
  .novo-form-container
  form
  td.novo-form-row
  novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-custom-filter
  div.period-selector
  novo-custom-control-container
  &gt; div.novo-control-container
  &gt; label {
  display: block;
  max-width: 100%;
  margin-bottom: 1em;
}
novo-activity-table
  .novo-activity-table-filter-container
  .novo-activity-table-container {
  flex: 1;
  overflow: auto;
}
novo-simple-table-pagination {
  display: flex;
  align-items: center;
}
novo-simple-table-pagination novo-tiles &gt; .tile-container .tile {
  padding: 7px 10px;
}
novo-simple-table-pagination &gt; .novo-simple-table-pagination-size,
novo-simple-table-pagination &gt; .novo-simple-table-range-label-long,
novo-simple-table-pagination &gt; .novo-simple-table-range-label-short {
  padding-right: 10px;
}
novo-simple-table-pagination &gt; .novo-simple-table-range-label-long {
  display: none;
}
novo-simple-table-pagination &gt; .novo-simple-table-range-label-short {
  display: block;
}
@media (min-width: 1000px) {
  novo-activity-table header &gt; novo-search {
    display: flex;
  }
  novo-simple-table-pagination &gt; .novo-simple-table-range-label-long {
    display: block;
  }
  novo-simple-table-pagination &gt; .novo-simple-table-range-label-short {
    display: none;
  }
}
novo-simple-table-pagination &gt; button:first-of-type {
  margin-right: 5px;
}
novo-simple-table-pagination &gt; button span {
  display: none;
}
novo-simple-table-pagination
  &gt; button[theme][theme="dialogue"][icon][side="left"],
novo-simple-table-pagination
  &gt; button[theme][theme="dialogue"][icon][side="right"] {
  padding: 5px;
}
@media (min-width: 1000px) {
  novo-simple-table-pagination &gt; button span {
    display: block;
  }
  novo-simple-table-pagination
    &gt; button[theme][theme="dialogue"][icon][side="left"] {
    padding: 5px 15px 5px 5px;
  }
  novo-simple-table-pagination
    &gt; button[theme][theme="dialogue"][icon][side="right"] {
    padding: 5px 5px 5px 15px;
  }
}
.simple-table-dropdown .header {
  padding: 5px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.simple-table-dropdown .header button {
  padding: 3px;
}
.simple-table-dropdown .header button icon {
  font-size: 0.8em;
}
.simple-table-dropdown list item.active {
  background: 0 0;
  font-weight: 500;
}
.bgc-company {
  background: #39d;
  color: #fff;
}
.bgc-candidate {
  background: #4b7;
  color: #fff;
}
.bgc-navigation {
  background: #2f384f;
  color: #fff;
}
.bgc-lead {
  background: #a69;
  color: #fff;
}
.bgc-contact {
  background: #fa4;
  color: #fff;
}
.bgc-opportunity {
  background: #625;
  color: #fff;
}
.bgc-job {
  background: #b56;
  color: #fff;
}
.bgc-earnCode,
.bgc-jobCode {
  background: #696d79;
  color: #fff;
}
.bgc-sendout {
  background: #747884;
  color: #fff;
}
.bgc-placement {
  background: #0b344f;
  color: #fff;
}
.bgc-corporateuser,
.bgc-credential,
.bgc-distributionList,
.bgc-task,
.bgc-user {
  background: #4f5361;
  color: #fff;
}
.bgc-aqua {
  background: #3bafda;
  color: #fff;
}
.bgc-ocean {
  background: #4a89dc;
  color: #fff;
}
.bgc-mint {
  background: #37bc9b;
  color: #fff;
}
.bgc-grass {
  background: #8cc152;
  color: #fff;
}
.bgc-sunflower {
  background: #f6b042;
  color: #fff;
}
.bgc-bittersweet {
  background: #eb6845;
  color: #fff;
}
.bgc-grapefruit {
  background: #da4453;
  color: #fff;
}
.bgc-carnation {
  background: #d770ad;
  color: #fff;
}
.bgc-lavender {
  background: #967adc;
  color: #fff;
}
.bgc-positive {
  background: #4a89dc;
  color: #fff;
}
.bgc-success {
  background: #8cc152;
  color: #fff;
}
.bgc-negative {
  background: #da4453;
  color: #fff;
}
.bgc-warning {
  background: #f6b042;
  color: #fff;
}
.bgc-black {
  background: #000;
  color: #fff;
}
.bgc-dark {
  background: #3d464d;
  color: #fff;
}
.bgc-pulse {
  background: #3bafda;
  color: #fff;
}
.bgc-neutral {
  background: #4f5361;
  color: #fff;
}
.bgc-navy {
  background: #0d2d42;
  color: #fff;
}
.bgc-contract {
  background: #454ea0;
  color: #fff;
}
.bgc-mountain {
  background: #9678b6;
  color: #fff;
}
.bgc-billableCharge,
.bgc-invoiceStatement,
.bgc-payableCharge {
  background: #696d79;
  color: #fff;
}
.bgc-submission {
  background: #a9adbb;
  color: #fff;
}
.bgc-note {
  background: #747884;
  color: #fff;
}
.bgc-empty {
  background: #cccdcc;
  color: #fff;
}
.bgc-background {
  background: #f4f4f4;
  color: #3d464d;
}
.bgc-white {
  background: #fff;
  color: #3d464d;
}
.bgc-grey {
  background: #999;
  color: #3d464d;
}
.bgc-off-white {
  background: #f4f4f4;
  color: #3d464d;
}
.bgc-light {
  background: #d9dadc;
  color: #3d464d;
}
.tc-company {
  color: #39d;
}
.tc-candidate {
  color: #4b7;
}
.tc-navigation {
  color: #2f384f;
}
.tc-lead {
  color: #a69;
}
.tc-contact {
  color: #fa4;
}
.tc-opportunity {
  color: #625;
}
.tc-job {
  color: #b56;
}
.tc-earnCode,
.tc-jobCode {
  color: #696d79;
}
.tc-sendout {
  color: #747884;
}
.tc-placement {
  color: #0b344f;
}
.tc-corporateuser,
.tc-credential,
.tc-distributionList,
.tc-task,
.tc-user {
  color: #4f5361;
}
.tc-aqua {
  color: #3bafda;
}
.tc-ocean {
  color: #4a89dc;
}
.tc-mint {
  color: #37bc9b;
}
.tc-grass {
  color: #8cc152;
}
.tc-sunflower {
  color: #f6b042;
}
.tc-bittersweet {
  color: #eb6845;
}
.tc-grapefruit {
  color: #da4453;
}
.tc-carnation {
  color: #d770ad;
}
.tc-lavender {
  color: #967adc;
}
.tc-positive {
  color: #4a89dc;
}
.tc-success {
  color: #8cc152;
}
.tc-negative {
  color: #da4453;
}
.tc-warning {
  color: #f6b042;
}
.tc-black {
  color: #000;
}
.tc-dark {
  color: #3d464d;
}
.tc-pulse {
  color: #3bafda;
}
.tc-neutral {
  color: #4f5361;
}
.tc-navy {
  color: #0d2d42;
}
.tc-contract {
  color: #454ea0;
}
.tc-mountain {
  color: #9678b6;
}
.tc-billableCharge,
.tc-invoiceStatement,
.tc-payableCharge {
  color: #696d79;
}
.tc-submission {
  color: #a9adbb;
}
.tc-note {
  color: #747884;
}
.tc-empty {
  color: #cccdcc;
}
.tc-background {
  color: #f4f4f4;
}
.tc-white {
  color: #fff;
}
.tc-grey {
  color: #999;
}
.tc-off-white {
  color: #f4f4f4;
}
.tc-light {
  color: #d9dadc;
}
.skeleton:empty {
  width: 100px;
  margin: 0.2em 0;
  height: 1em;
  display: inline-flex;
  background: rgba(61, 70, 77, 0.1);
  background-image: linear-gradient(
    to right,
    rgba(153, 153, 153, 0.2) 0,
    rgba(153, 153, 153, 0.3) 50%,
    rgba(153, 153, 153, 0.2) 100%
  );
  background-repeat: repeat-y;
  background-size: 25% 100%;
  background-position: 0 0;
  -webkit-animation: 1s infinite shine;
  animation: 1s infinite shine;
}
@-webkit-keyframes shine {
  to {
    background-position: 100% 0;
  }
}
@keyframes shine {
  to {
    background-position: 100% 0;
  }
}
app-job-list novo-loading {
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body {
  overflow: hidden;
  background-color: #fff;
}
app-job-list novo-list &gt; div &gt; novo-list-item {
  border-bottom: unset;
}
app-job-list novo-list &gt; div &gt; novo-list-item div.list-item item-content i,
app-job-list
  novo-list
  &gt; div
  &gt; novo-list-item
  div.list-item
  &gt; item-header
  item-title
  &gt; h6 {
  color: #4a89dc;
}
novo-search &gt; input[data-automation-id="novo-search-input"] {
  padding: 8px 10px;
  font-size: 1em;
}
novo-search button[theme="fab"][icon="bhi-search"] {
  width: 40px;
  height: 33px;
  min-height: unset;
  padding: 0;
}
novo-search button[theme="fab"][icon="bhi-search"] .flex-wrapper i {
  font-size: 1em;
  line-height: 14px;
  padding: 0;
}
novo-search.active {
  max-width: 700px;
}
app-job-details novo-card header {
  padding: 10px 20px !important;
  background-color: #b56;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
app-job-details novo-card header i {
  font-size: 1em;
}
app-job-details novo-card header h3 {
  font-weight: 500 !important;
}
.header &gt; header h1 {
  color: #d9dadc;
}
.job-details p {
  max-width: 100em;
}
app-sidebar novo-check-list {
  display: flex;
  flex-direction: column;
  max-height: 20em;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}
app-sidebar novo-check-list::-webkit-scrollbar {
  background-color: #fff;
  height: 4px;
  width: 4px;
}
app-sidebar novo-check-list::-webkit-scrollbar-track {
  background-color: #fff;
}
app-sidebar novo-check-list::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 4px;
}
app-sidebar novo-check-list label {
  color: #2f384f !important;
  font-weight: 600;
}
app-main-page &gt; novo-loading {
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
}
app-apply-modal novo-form form div.consent-form {
  display: flex;
}
app-apply-modal novo-form form div.consent-form novo-control.checkbox {
  width: 50px;
}
app-apply-modal
  novo-form
  form
  div.consent-form
  novo-control.checkbox
  div.field-message.checkbox.error-hidden,
app-apply-modal
  novo-form
  form
  div.consent-form
  novo-control.checkbox
  div.field-message.checkbox.error-shown {
  display: none;
}
app-apply-modal novo-form form div.consent-form label.consent-checkbox-label {
  float: right;
  padding: 2em 0 0;
}
app-apply-modal
  novo-form
  form
  div.consent-form
  label.consent-checkbox-label
  span {
  color: #276ecc;
}
app-apply-modal novo-form form div.eeoc-form novo-fieldset-header {
  margin-left: -3em;
  margin-right: -3em;
}
@font-face {
  font-family: Bullhorn-Glyphicons;
  src: url(Bullhorn-Glyphicons.eot?a5ad240e6abb06aafafb5a83a146f29b);
  src: url(Bullhorn-Glyphicons.eot?#iefix) format("embedded-opentype"),
    url(Bullhorn-Glyphicons.woff?a5ad240e6abb06aafafb5a83a146f29b)
      format("woff"),
    url(Bullhorn-Glyphicons.ttf?a5ad240e6abb06aafafb5a83a146f29b)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
[class*=" bhi-"]:before,
[class^="bhi-"]:before {
  font-family: Bullhorn-Glyphicons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bhi-activity:before {
  content: "\f101";
}
.bhi-add-appointment:before {
  content: "\f102";
}
.bhi-add-file:before {
  content: "\f103";
}
.bhi-add-note:before {
  content: "\f104";
}
.bhi-add-o:before {
  content: "\f105";
}
.bhi-add-thin:before {
  content: "\f106";
}
.bhi-add:before {
  content: "\f107";
}
.bhi-addcard:before {
  content: "\f108";
}
.bhi-appointment:before {
  content: "\f109";
}
.bhi-archive:before {
  content: "\f10a";
}
.bhi-arrow-down:before {
  content: "\f10b";
}
.bhi-arrow-left-h:before {
  content: "\f10c";
}
.bhi-arrow-left:before {
  content: "\f10d";
}
.bhi-arrow-right-h:before {
  content: "\f10e";
}
.bhi-arrow-right:before {
  content: "\f10f";
}
.bhi-arrow-up:before {
  content: "\f110";
}
.bhi-attach:before {
  content: "\f111";
}
.bhi-back-office:before {
  content: "\f112";
}
.bhi-bell:before {
  content: "\f113";
}
.bhi-board:before {
  content: "\f114";
}
.bhi-bot:before {
  content: "\f115";
}
.bhi-bull:before {
  content: "\f116";
}
.bhi-calculator:before {
  content: "\f117";
}
.bhi-calendar:before {
  content: "\f118";
}
.bhi-candidate-circle:before {
  content: "\f119";
}
.bhi-candidate:before {
  content: "\f11a";
}
.bhi-canvas:before {
  content: "\f11b";
}
.bhi-card-expand:before {
  content: "\f11c";
}
.bhi-category-tags:before {
  content: "\f11d";
}
.bhi-caution-o:before {
  content: "\f11e";
}
.bhi-caution:before {
  content: "\f11f";
}
.bhi-certification:before {
  content: "\f120";
}
.bhi-chart-bar:before {
  content: "\f121";
}
.bhi-chart-donut:before {
  content: "\f122";
}
.bhi-chart-funnel:before {
  content: "\f123";
}
.bhi-chart-line:before {
  content: "\f124";
}
.bhi-chart-pie-o:before {
  content: "\f125";
}
.bhi-chart-pie:before {
  content: "\f126";
}
.bhi-check-circle:before {
  content: "\f127";
}
.bhi-check-o:before {
  content: "\f128";
}
.bhi-check:before {
  content: "\f129";
}
.bhi-checkbox-add:before {
  content: "\f12a";
}
.bhi-checkbox-empty:before {
  content: "\f12b";
}
.bhi-checkbox-filled:before {
  content: "\f12c";
}
.bhi-checkbox-indeterminate:before {
  content: "\f12d";
}
.bhi-circle-o:before {
  content: "\f12e";
}
.bhi-circle:before {
  content: "\f12f";
}
.bhi-clipboard:before {
  content: "\f130";
}
.bhi-clock-arrow:before {
  content: "\f131";
}
.bhi-clock:before {
  content: "\f132";
}
.bhi-close-o:before {
  content: "\f133";
}
.bhi-close:before {
  content: "\f134";
}
.bhi-coffee:before {
  content: "\f135";
}
.bhi-collapse:before {
  content: "\f136";
}
.bhi-columns:before {
  content: "\f137";
}
.bhi-comment-o:before {
  content: "\f138";
}
.bhi-comment:before {
  content: "\f139";
}
.bhi-company-circle:before {
  content: "\f13a";
}
.bhi-company:before {
  content: "\f13b";
}
.bhi-compass:before {
  content: "\f13c";
}
.bhi-complex:before {
  content: "\f13d";
}
.bhi-configure-o:before {
  content: "\f13e";
}
.bhi-configure:before {
  content: "\f13f";
}
.bhi-convert:before {
  content: "\f140";
}
.bhi-credential:before {
  content: "\f141";
}
.bhi-custom-objects:before {
  content: "\f142";
}
.bhi-dashboard-o:before {
  content: "\f143";
}
.bhi-dashboard:before {
  content: "\f144";
}
.bhi-day:before {
  content: "\f145";
}
.bhi-delete-o:before {
  content: "\f146";
}
.bhi-delete:before {
  content: "\f147";
}
.bhi-desktop:before {
  content: "\f148";
}
.bhi-download:before {
  content: "\f149";
}
.bhi-dropzone:before {
  content: "\f14a";
}
.bhi-duplicate:before {
  content: "\f14b";
}
.bhi-edit-o:before {
  content: "\f14c";
}
.bhi-edit:before {
  content: "\f14d";
}
.bhi-education:before {
  content: "\f14e";
}
.bhi-email-autoadd:before {
  content: "\f14f";
}
.bhi-email:before {
  content: "\f150";
}
.bhi-engagement:before {
  content: "\f151";
}
.bhi-evening:before {
  content: "\f152";
}
.bhi-expand:before {
  content: "\f153";
}
.bhi-external:before {
  content: "\f154";
}
.bhi-facebook-o:before {
  content: "\f155";
}
.bhi-facebook:before {
  content: "\f156";
}
.bhi-fasterfind:before {
  content: "\f157";
}
.bhi-file:before {
  content: "\f158";
}
.bhi-filter:before {
  content: "\f159";
}
.bhi-flag:before {
  content: "\f15a";
}
.bhi-flagged-email:before {
  content: "\f15b";
}
.bhi-footprint:before {
  content: "\f15c";
}
.bhi-funnel:before {
  content: "\f15d";
}
.bhi-google:before {
  content: "\f15e";
}
.bhi-home:before {
  content: "\f15f";
}
.bhi-idea:before {
  content: "\f160";
}
.bhi-inactive:before {
  content: "\f161";
}
.bhi-inbound-call:before {
  content: "\f162";
}
.bhi-inbox:before {
  content: "\f163";
}
.bhi-industry:before {
  content: "\f164";
}
.bhi-info-o:before {
  content: "\f165";
}
.bhi-info:before {
  content: "\f166";
}
.bhi-interview:before {
  content: "\f167";
}
.bhi-job-circle:before {
  content: "\f168";
}
.bhi-job:before {
  content: "\f169";
}
.bhi-layout:before {
  content: "\f16a";
}
.bhi-lead-circle:before {
  content: "\f16b";
}
.bhi-lead:before {
  content: "\f16c";
}
.bhi-link:before {
  content: "\f16d";
}
.bhi-linkedin-f:before {
  content: "\f16e";
}
.bhi-linkedin-o:before {
  content: "\f16f";
}
.bhi-linkedin:before {
  content: "\f170";
}
.bhi-list-o:before {
  content: "\f171";
}
.bhi-list:before {
  content: "\f172";
}
.bhi-location-o:before {
  content: "\f173";
}
.bhi-location:before {
  content: "\f174";
}
.bhi-lock:before {
  content: "\f175";
}
.bhi-logout:before {
  content: "\f176";
}
.bhi-menu-o:before {
  content: "\f177";
}
.bhi-menu:before {
  content: "\f178";
}
.bhi-missed-call:before {
  content: "\f179";
}
.bhi-mobile:before {
  content: "\f17a";
}
.bhi-more:before {
  content: "\f17b";
}
.bhi-morning:before {
  content: "\f17c";
}
.bhi-move:before {
  content: "\f17d";
}
.bhi-news:before {
  content: "\f17e";
}
.bhi-next:before {
  content: "\f17f";
}
.bhi-no-data:before {
  content: "\f180";
}
.bhi-note:before {
  content: "\f181";
}
.bhi-notes:before {
  content: "\f182";
}
.bhi-nps:before {
  content: "\f183";
}
.bhi-opportunity-circle:before {
  content: "\f184";
}
.bhi-opportunity:before {
  content: "\f185";
}
.bhi-organize:before {
  content: "\f186";
}
.bhi-outbound-call:before {
  content: "\f187";
}
.bhi-outbound-email:before {
  content: "\f188";
}
.bhi-overview:before {
  content: "\f189";
}
.bhi-person-circle:before {
  content: "\f18a";
}
.bhi-person:before {
  content: "\f18b";
}
.bhi-phone:before {
  content: "\f18c";
}
.bhi-pin:before {
  content: "\f18d";
}
.bhi-plus:before {
  content: "\f18e";
}
.bhi-preview:before {
  content: "\f18f";
}
.bhi-previous:before {
  content: "\f190";
}
.bhi-print:before {
  content: "\f191";
}
.bhi-projects:before {
  content: "\f192";
}
.bhi-publish:before {
  content: "\f193";
}
.bhi-pulse:before {
  content: "\f194";
}
.bhi-question-o:before {
  content: "\f195";
}
.bhi-question:before {
  content: "\f196";
}
.bhi-radio-empty:before {
  content: "\f197";
}
.bhi-radio-filled:before {
  content: "\f198";
}
.bhi-rate:before {
  content: "\f199";
}
.bhi-refresh-o:before {
  content: "\f19a";
}
.bhi-refresh:before {
  content: "\f19b";
}
.bhi-reply:before {
  content: "\f19c";
}
.bhi-report:before {
  content: "\f19d";
}
.bhi-republish:before {
  content: "\f19e";
}
.bhi-resume:before {
  content: "\f19f";
}
.bhi-save:before {
  content: "\f1a0";
}
.bhi-search-menu:before {
  content: "\f1a1";
}
.bhi-search-question:before {
  content: "\f1a2";
}
.bhi-search:before {
  content: "\f1a3";
}
.bhi-section:before {
  content: "\f1a4";
}
.bhi-send:before {
  content: "\f1a5";
}
.bhi-sendout:before {
  content: "\f1a6";
}
.bhi-share:before {
  content: "\f1a7";
}
.bhi-slideout:before {
  content: "\f1a8";
}
.bhi-sms:before {
  content: "\f1a9";
}
.bhi-sort-asc:before {
  content: "\f1aa";
}
.bhi-sort-desc:before {
  content: "\f1ab";
}
.bhi-sortable:before {
  content: "\f1ac";
}
.bhi-source:before {
  content: "\f1ad";
}
.bhi-star-circle:before {
  content: "\f1ae";
}
.bhi-star-o-circle:before {
  content: "\f1af";
}
.bhi-star-o:before {
  content: "\f1b0";
}
.bhi-star:before {
  content: "\f1b1";
}
.bhi-tab:before {
  content: "\f1b2";
}
.bhi-tearsheet:before {
  content: "\f1b3";
}
.bhi-times:before {
  content: "\f1b4";
}
.bhi-tools:before {
  content: "\f1b5";
}
.bhi-trending-down:before {
  content: "\f1b6";
}
.bhi-trending-up:before {
  content: "\f1b7";
}
.bhi-twitter-f:before {
  content: "\f1b8";
}
.bhi-twitter-o:before {
  content: "\f1b9";
}
.bhi-twitter:before {
  content: "\f1ba";
}
.bhi-upload:before {
  content: "\f1bb";
}
.bhi-user-o:before {
  content: "\f1bc";
}
.bhi-user:before {
  content: "\f1bd";
}
.bhi-users:before {
  content: "\f1be";
}
.bhi-view-list:before {
  content: "\f1bf";
}
.bhi-view-module:before {
  content: "\f1c0";
}
.bhi-viewall:before {
  content: "\f1c1";
}
.bhi-share-o:before {
  content: "\f1c2";
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Regular.eot);
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url(Roboto-Regular.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Regular.woff2) format("woff2"),
    url(Roboto-Regular.woff) format("woff"),
    url(Roboto-Regular.ttf) format("truetype"),
    url(Roboto-Regular.svg#Roboto) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Regular;
  src: url(Roboto-Regular.eot);
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url(Roboto-Regular.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Regular.woff2) format("woff2"),
    url(Roboto-Regular.woff) format("woff"),
    url(Roboto-Regular.ttf) format("truetype"),
    url(Roboto-Regular.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-RegularItalic.eot);
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"),
    url(Roboto-RegularItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-RegularItalic.woff2) format("woff2"),
    url(Roboto-RegularItalic.woff) format("woff"),
    url(Roboto-RegularItalic.ttf) format("truetype"),
    url(Roboto-RegularItalic.svg#Roboto) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto-RegularItalic;
  src: url(Roboto-RegularItalic.eot);
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"),
    url(Roboto-RegularItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-RegularItalic.woff2) format("woff2"),
    url(Roboto-RegularItalic.woff) format("woff"),
    url(Roboto-RegularItalic.ttf) format("truetype"),
    url(Roboto-RegularItalic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Light.eot);
  src: local("Roboto Light"), local("Roboto-Light"),
    url(Roboto-Light.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Light.woff2) format("woff2"),
    url(Roboto-Light.woff) format("woff"),
    url(Roboto-Light.ttf) format("truetype"),
    url(Roboto-Light.svg#Roboto) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Light;
  src: url(Roboto-Light.eot);
  src: local("Roboto Light"), local("Roboto-Light"),
    url(Roboto-Light.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Light.woff2) format("woff2"),
    url(Roboto-Light.woff) format("woff"),
    url(Roboto-Light.ttf) format("truetype"),
    url(Roboto-Light.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-LightItalic.eot);
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"),
    url(Roboto-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-LightItalic.woff2) format("woff2"),
    url(Roboto-LightItalic.woff) format("woff"),
    url(Roboto-LightItalic.ttf) format("truetype"),
    url(Roboto-LightItalic.svg#Roboto) format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Roboto-LightItalic;
  src: url(Roboto-LightItalic.eot);
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"),
    url(Roboto-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-LightItalic.woff2) format("woff2"),
    url(Roboto-LightItalic.woff) format("woff"),
    url(Roboto-LightItalic.ttf) format("truetype"),
    url(Roboto-LightItalic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Thin.eot);
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url(Roboto-Thin.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Thin.woff2) format("woff2"), url(Roboto-Thin.woff) format("woff"),
    url(Roboto-Thin.ttf) format("truetype"),
    url(Roboto-Thin.svg#Roboto) format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Thin;
  src: url(Roboto-Thin.eot);
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url(Roboto-Thin.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Thin.woff2) format("woff2"), url(Roboto-Thin.woff) format("woff"),
    url(Roboto-Thin.ttf) format("truetype"),
    url(Roboto-Thin.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-ThinItalic.eot);
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"),
    url(Roboto-ThinItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-ThinItalic.woff2) format("woff2"),
    url(Roboto-ThinItalic.woff) format("woff"),
    url(Roboto-ThinItalic.ttf) format("truetype"),
    url(Roboto-ThinItalic.svg#Roboto) format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Roboto-ThinItalic;
  src: url(Roboto-ThinItalic.eot);
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"),
    url(Roboto-ThinItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-ThinItalic.woff2) format("woff2"),
    url(Roboto-ThinItalic.woff) format("woff"),
    url(Roboto-ThinItalic.ttf) format("truetype"),
    url(Roboto-ThinItalic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Medium.eot);
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(Roboto-Medium.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Medium.woff2) format("woff2"),
    url(Roboto-Medium.woff) format("woff"),
    url(Roboto-Medium.ttf) format("truetype"),
    url(Roboto-Medium.svg#Roboto) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Medium;
  src: url(Roboto-Medium.eot);
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(Roboto-Medium.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Medium.woff2) format("woff2"),
    url(Roboto-Medium.woff) format("woff"),
    url(Roboto-Medium.ttf) format("truetype"),
    url(Roboto-Medium.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-MediumItalic.eot);
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"),
    url(Roboto-MediumItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-MediumItalic.woff2) format("woff2"),
    url(Roboto-MediumItalic.woff) format("woff"),
    url(Roboto-MediumItalic.ttf) format("truetype"),
    url(Roboto-MediumItalic.svg#Roboto) format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Roboto-MediumItalic;
  src: url(Roboto-MediumItalic.eot);
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"),
    url(Roboto-MediumItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-MediumItalic.woff2) format("woff2"),
    url(Roboto-MediumItalic.woff) format("woff"),
    url(Roboto-MediumItalic.ttf) format("truetype"),
    url(Roboto-MediumItalic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Bold.eot);
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(Roboto-Bold.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Bold.woff2) format("woff2"), url(Roboto-Bold.woff) format("woff"),
    url(Roboto-Bold.ttf) format("truetype"),
    url(Roboto-Bold.svg#Roboto) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Bold;
  src: url(Roboto-Bold.eot);
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(Roboto-Bold.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Bold.woff2) format("woff2"), url(Roboto-Bold.woff) format("woff"),
    url(Roboto-Bold.ttf) format("truetype"),
    url(Roboto-Bold.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-BoldItalic.eot);
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"),
    url(Roboto-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-BoldItalic.woff2) format("woff2"),
    url(Roboto-BoldItalic.woff) format("woff"),
    url(Roboto-BoldItalic.ttf) format("truetype"),
    url(Roboto-BoldItalic.svg#Roboto) format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto-BoldItalic;
  src: url(Roboto-BoldItalic.eot);
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"),
    url(Roboto-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-BoldItalic.woff2) format("woff2"),
    url(Roboto-BoldItalic.woff) format("woff"),
    url(Roboto-BoldItalic.ttf) format("truetype"),
    url(Roboto-BoldItalic.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-Black.eot);
  src: local("Roboto Black"), local("Roboto-Black"),
    url(Roboto-Black.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Black.woff2) format("woff2"),
    url(Roboto-Black.woff) format("woff"),
    url(Roboto-Black.ttf) format("truetype"),
    url(Roboto-Black.svg#Roboto) format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Black;
  src: url(Roboto-Black.eot);
  src: local("Roboto Black"), local("Roboto-Black"),
    url(Roboto-Black.eot?#iefix) format("embedded-opentype"),
    url(Roboto-Black.woff2) format("woff2"),
    url(Roboto-Black.woff) format("woff"),
    url(Roboto-Black.ttf) format("truetype"),
    url(Roboto-Black.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-BlackItalic.eot);
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"),
    url(Roboto-BlackItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-BlackItalic.woff2) format("woff2"),
    url(Roboto-BlackItalic.woff) format("woff"),
    url(Roboto-BlackItalic.ttf) format("truetype"),
    url(Roboto-BlackItalic.svg#Roboto) format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Roboto-BlackItalic;
  src: url(Roboto-BlackItalic.eot);
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"),
    url(Roboto-BlackItalic.eot?#iefix) format("embedded-opentype"),
    url(Roboto-BlackItalic.woff2) format("woff2"),
    url(Roboto-BlackItalic.woff) format("woff"),
    url(Roboto-BlackItalic.ttf) format("truetype"),
    url(Roboto-BlackItalic.svg#Roboto) format("svg");
}
</pre></body></html>