.cxe-colorpicker-alpha, .cxe-colorpicker-color, .cxe-colorfield-left-icon {
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAfSURBVChTY9i5Y89/dAwEDOh4SCjEJohN8+BXuOc/AOttNBKJWD4sAAAAAElFTkSuQmCC"); }

html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 100%;
  background-color: #eee;
  background: #eff1f7; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.77);
  background: white; }

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-weight: 400;
  color: #24b5d6; }

h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: #4a8bb8; }

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: #24b5d6; }

h4 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: #24b5d6; }

h5 {
  font-size: 1.15rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: #24b5d6; }

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: #24b5d6; }

p {
  margin: 0 0 1rem 0; }

a {
  text-decoration: none;
  color: #0275d8; }

a:hover {
  text-decoration: underline; }

ul {
  margin: 0 0 1rem 0; }

ol {
  margin: 0 0 1rem 0; }

th {
  font-weight: 500; }

text {
  fill: currentColor;
  stroke: none; }

.cx-text-left.cx-text-left {
  text-align: left; }

.cx-text-right.cx-text-right {
  text-align: right; }

.cx-text-center.cx-text-center {
  text-align: center; }

.cxb-labelsleftlayout {
  border-spacing: 0; }
  .cxb-labelsleftlayout.cxm-stretch {
    width: 100%; }
    .cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label {
      width: 5em; }
      .cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label .cxb-label, .cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label .cxb-menu .cxe-menuitem-title, .cxb-menu .cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label .cxe-menuitem-title {
        white-space: nowrap; }

.cxe-labelsleftlayout-field {
  padding: 5px 0 5px 5px; }

.cxe-labelsleftlayout-label {
  text-align: right;
  vertical-align: top;
  padding: 5px 5px 5px 0; }
  .cxe-labelsleftlayout-label .cxb-label, .cxe-labelsleftlayout-label .cxb-menu .cxe-menuitem-title, .cxb-menu .cxe-labelsleftlayout-label .cxe-menuitem-title {
    padding-right: 0; }

.cxb-labelstoplayout {
  border-spacing: 0; }
  .cxb-labelstoplayout.cxm-stretch {
    width: 100%; }

.cxe-labelstoplayout-field {
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top; }
  .cxe-labelstoplayout-field:first-child {
    padding-left: 0; }
  .cxe-labelstoplayout-field:last-child {
    padding-right: 0; }

.cxe-labelstoplayout-label {
  vertical-align: bottom;
  padding: 5px 5px 0 5px;
  box-sizing: border-box; }
  .cxe-labelstoplayout-label .cxb-label, .cxe-labelstoplayout-label .cxb-menu .cxe-menuitem-title, .cxb-menu .cxe-labelstoplayout-label .cxe-menuitem-title {
    padding-left: 0;
    padding-bottom: 0; }
  .cxe-labelstoplayout-label:first-child {
    padding-left: 0; }
  .cxe-labelstoplayout-label:last-child {
    padding-right: 0; }

@keyframes cx-rotate {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.cxb-button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  background-color: #ededed;
  box-shadow: none;
  border-color: #e3e5eb;
  border-width: 0;
  border-radius: 3px;
  border-style: solid;
  user-select: none;
  color: #2574a9;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 7px 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none; }
  .cxb-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxb-button:hover {
    box-shadow: none;
    text-decoration: none;
    background-color: #e6e6e6; }
  .cxb-button:focus {
    outline: none;
    box-shadow: 0 0 1px 1px rgba(77, 144, 254, 0.8);
    background-color: #e6e6e6; }
  .cxb-button:active, .cxb-button.cxs-pressed {
    top: 1px;
    box-shadow: none;
    background-color: #dbdbdb; }
  .cxb-button[disabled], .cxb-button.cxs-disabled {
    color: gray;
    box-shadow: none;
    pointer-events: none; }
  .cxb-button.cxm-primary {
    background-color: #2574a9;
    border-color: #1E88E5;
    color: white; }
    .cxb-button.cxm-primary[disabled], .cxb-button.cxm-primary.cxs-disabled {
      background-color: rgba(37, 116, 169, 0.4);
      border-color: rgba(30, 136, 229, 0.1);
      color: rgba(255, 255, 255, 0.6); }
    .cxb-button.cxm-primary:hover {
      background-color: #277ab1; }
    .cxb-button.cxm-primary:active, .cxb-button.cxm-primary.cxs-pressed {
      background-color: #216998; }
  .cxb-button.cxm-danger {
    background-color: #d32f2f;
    border-color: #c62828;
    color: white; }
    .cxb-button.cxm-danger[disabled], .cxb-button.cxm-danger.cxs-disabled {
      background-color: rgba(211, 47, 47, 0.6);
      border-color: rgba(198, 40, 40, 0.1);
      color: rgba(255, 255, 255, 0.5); }
    .cxb-button.cxm-danger:hover {
      background-color: #d32f2f; }
  .cxb-button.cxm-hollow {
    background-color: transparent;
    border-color: transparent;
    color: #2574a9;
    box-shadow: none;
    font-weight: 600; }
    .cxb-button.cxm-hollow[disabled], .cxb-button.cxm-hollow.cxs-disabled {
      color: rgba(128, 128, 128, 0.5); }
    .cxb-button.cxm-hollow:hover {
      background-color: transparent;
      outline: none;
      box-shadow: none;
      border-color: #9fb1bf; }
    .cxb-button.cxm-hollow:focus {
      background-color: transparent;
      outline: none;
      box-shadow: none;
      border-color: #4483ae; }
    .cxb-button.cxm-hollow:active, .cxb-button.cxm-hollow.cxs-pressed {
      background-color: transparent; }
  .cxb-button.cxm-accent {
    background-color: #35addc;
    color: #fff; }
    .cxb-button.cxm-accent[disabled], .cxb-button.cxm-accent.cxs-disabled {
      background-color: rgba(53, 173, 220, 0.4); }
    .cxb-button.cxm-accent:hover {
      background-color: #3eb1de;
      color: #fff; }
    .cxb-button.cxm-accent:active, .cxb-button.cxm-accent.cxs-pressed {
      background-color: #25a5d7;
      color: #fff; }

.cxe-button-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-button-baseline {
  display: inline-block;
  width: 1px;
  margin-left: -1px; }

.cxb-button.cxs-icon {
  padding: 7px 18px 7px 34px; }
  .cxb-button.cxs-icon.cxs-empty {
    padding: 7px 9px 7px 25px; }

.cxb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 0 solid #e6e6e6;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }
  .cxb-list.cxs-focused {
    outline: none; }
  .cxb-list.cxm-bordered {
    border-width: 1px; }
    .cxb-list.cxm-bordered > .cxe-list-item:not(:first-child) {
      border-top-width: 1px; }

.cxe-list-item {
  margin: 0;
  border: 0 solid #e6e6e6; }
  .cxe-list-item.cxs-pad {
    padding: 5px 10px; }
  .cxs-selectable > .cxe-list-item {
    cursor: pointer; }
  .cxe-list-item.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.03);
    outline: none; }
    .cxb-list.cxs-focused > .cxe-list-item.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-cursor {
      background-color: rgba(92, 151, 191, 0.03);
      outline: none; }
  .cxe-list-item.cxs-selected {
    background-color: rgba(92, 151, 191, 0.1);
    color: #5c97bf;
    font-weight: 600; }
    .cxe-list-item.cxs-selected.cxs-cursor {
      background-color: rgba(92, 151, 191, 0.03); }
      .cxb-list.cxs-focused > .cxe-list-item.cxs-selected.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-selected.cxs-cursor {
        background-color: rgba(92, 151, 191, 0.2);
        outline: none; }

.cxe-list-empty-text {
  padding: 5px 10px;
  color: rgba(128, 128, 128, 0.7); }

.cxb-cxcredit {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .cxb-cxcredit:hover {
    opacity: 1; }
  .cxb-cxcredit.cxm-inline {
    position: relative;
    bottom: auto;
    right: auto; }

.cxe-cxcredit-icon {
  width: 100%;
  height: 100%; }

.cxb-section {
  flex-direction: column;
  display: flex;
  box-sizing: border-box; }
  .cxb-section.cxm-card, .cxb-section.cxm-well {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px; }
  .cxb-section.cxm-warning {
    color: #fff;
    background-color: #f09037;
    border-radius: 3px; }
  .cxb-section.cxm-primary {
    color: #fff;
    background-color: #1f99f8;
    border-radius: 3px; }
  .cxb-section.cxm-success {
    color: #fff;
    background-color: #5cb85c;
    border-radius: 3px; }
  .cxb-section.cxm-error {
    color: #fff;
    background-color: #d9534f;
    border-radius: 3px; }

.cxe-section-header {
  margin: 0 1.5rem;
  padding: 1rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3); }

.cxe-section-body {
  flex: 1 1 auto;
  box-sizing: border-box;
  overflow: auto; }
  .cxs-pad > .cxe-section-body {
    padding: 1rem 1.5rem; }

.cxe-section-footer {
  margin: 0 1.5rem;
  padding: 1rem 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(128, 128, 128, 0.3); }

.cxb-heading.cxs-level-1 {
  margin: 0;
  padding: 0; }

.cxb-heading.cxs-level-2 {
  margin: 0;
  padding: 0; }

.cxb-heading.cxs-level-3 {
  margin: 0;
  padding: 0; }

.cxb-heading.cxs-level-4 {
  margin: 0;
  padding: 0; }

.cxb-heading.cxs-level-5 {
  margin: 0;
  padding: 0; }

.cxb-heading.cxs-level-6 {
  margin: 0;
  padding: 0; }

.cxb-flexbox {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column; }
  .cxb-flexbox.cxs-xsmall-hpad {
    padding-left: 3px;
    padding-right: 3px; }
  .cxb-flexbox.cxs-xsmall-vpad {
    padding-top: 3px;
    padding-bottom: 3px; }
  .cxb-flexbox.cxs-small-hpad {
    padding-left: 5px;
    padding-right: 5px; }
  .cxb-flexbox.cxs-small-vpad {
    padding-top: 5px;
    padding-bottom: 5px; }
  .cxb-flexbox.cxs-medium-hpad {
    padding-left: 10px;
    padding-right: 10px; }
  .cxb-flexbox.cxs-medium-vpad {
    padding-top: 10px;
    padding-bottom: 10px; }
  .cxb-flexbox.cxs-large-hpad {
    padding-left: 15px;
    padding-right: 15px; }
  .cxb-flexbox.cxs-large-vpad {
    padding-top: 15px;
    padding-bottom: 15px; }
  .cxb-flexbox.cxs-xlarge-hpad {
    padding-left: 20px;
    padding-right: 20px; }
  .cxb-flexbox.cxs-xlarge-vpad {
    padding-top: 20px;
    padding-bottom: 20px; }

.cxe-flexbox-flexbox {
  display: flex;
  flex: 1 1 auto; }
  .cxe-flexbox-flexbox.cxs-column {
    flex-direction: column; }
  .cxe-flexbox-flexbox.cxs-row {
    flex-direction: row; }
  .cxe-flexbox-flexbox.cxs-row-reverse {
    flex-direction: row-reverse; }
  .cxe-flexbox-flexbox.cxs-xsmall-hspacing {
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .cxe-flexbox-flexbox.cxs-xsmall-hspacing > * {
      margin-left: 1.5px;
      margin-right: 1.5px; }
  .cxe-flexbox-flexbox.cxs-xsmall-vspacing {
    margin-top: -1.5px;
    margin-bottom: -1.5px; }
    .cxe-flexbox-flexbox.cxs-xsmall-vspacing > * {
      margin-top: 1.5px;
      margin-bottom: 1.5px; }
  .cxe-flexbox-flexbox.cxs-small-hspacing {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .cxe-flexbox-flexbox.cxs-small-hspacing > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .cxe-flexbox-flexbox.cxs-small-vspacing {
    margin-top: -2.5px;
    margin-bottom: -2.5px; }
    .cxe-flexbox-flexbox.cxs-small-vspacing > * {
      margin-top: 2.5px;
      margin-bottom: 2.5px; }
  .cxe-flexbox-flexbox.cxs-medium-hspacing {
    margin-left: -5px;
    margin-right: -5px; }
    .cxe-flexbox-flexbox.cxs-medium-hspacing > * {
      margin-left: 5px;
      margin-right: 5px; }
  .cxe-flexbox-flexbox.cxs-medium-vspacing {
    margin-top: -5px;
    margin-bottom: -5px; }
    .cxe-flexbox-flexbox.cxs-medium-vspacing > * {
      margin-top: 5px;
      margin-bottom: 5px; }
  .cxe-flexbox-flexbox.cxs-large-hspacing {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .cxe-flexbox-flexbox.cxs-large-hspacing > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .cxe-flexbox-flexbox.cxs-large-vspacing {
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
    .cxe-flexbox-flexbox.cxs-large-vspacing > * {
      margin-top: 7.5px;
      margin-bottom: 7.5px; }
  .cxe-flexbox-flexbox.cxs-xlarge-hspacing {
    margin-left: -10px;
    margin-right: -10px; }
    .cxe-flexbox-flexbox.cxs-xlarge-hspacing > * {
      margin-left: 10px;
      margin-right: 10px; }
  .cxe-flexbox-flexbox.cxs-xlarge-vspacing {
    margin-top: -10px;
    margin-bottom: -10px; }
    .cxe-flexbox-flexbox.cxs-xlarge-vspacing > * {
      margin-top: 10px;
      margin-bottom: 10px; }
  .cxe-flexbox-flexbox.cxs-align-center {
    align-items: center; }
  .cxe-flexbox-flexbox.cxs-align-start {
    align-items: flex-start; }
  .cxe-flexbox-flexbox.cxs-align-end {
    align-items: flex-end; }
  .cxe-flexbox-flexbox.cxs-align-baseline {
    align-items: baseline; }
  .cxe-flexbox-flexbox.cxs-wrap {
    flex-wrap: wrap; }
  .cxe-flexbox-flexbox.cxs-justify-center {
    justify-content: center; }
  .cxe-flexbox-flexbox.cxs-justify-start {
    justify-content: flex-start; }
  .cxe-flexbox-flexbox.cxs-justify-end {
    justify-content: flex-end; }
  @media not screen and (min-width: 400px) {
    .cxe-flexbox-flexbox.cxs-target-phone {
      display: block; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing {
        margin-left: -3px;
        margin-right: -3px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing > * {
          margin-left: 3px;
          margin-right: 3px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing {
        margin-top: -3px;
        margin-bottom: -3px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing > * {
          margin-top: 3px;
          margin-bottom: 3px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing {
        margin-left: -5px;
        margin-right: -5px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing > * {
          margin-left: 5px;
          margin-right: 5px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing {
        margin-top: -5px;
        margin-bottom: -5px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing > * {
          margin-top: 5px;
          margin-bottom: 5px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-hspacing {
        margin-left: -10px;
        margin-right: -10px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-hspacing > * {
          margin-left: 10px;
          margin-right: 10px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-vspacing {
        margin-top: -10px;
        margin-bottom: -10px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-vspacing > * {
          margin-top: 10px;
          margin-bottom: 10px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing {
        margin-left: -15px;
        margin-right: -15px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing > * {
          margin-left: 15px;
          margin-right: 15px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing {
        margin-top: -15px;
        margin-bottom: -15px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing > * {
          margin-top: 15px;
          margin-bottom: 15px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing {
        margin-left: -20px;
        margin-right: -20px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing > * {
          margin-left: 20px;
          margin-right: 20px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing {
        margin-top: -20px;
        margin-bottom: -20px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing > * {
          margin-top: 20px;
          margin-bottom: 20px; } }
  @media not screen and (min-width: 700px) {
    .cxe-flexbox-flexbox.cxs-target-tablet {
      display: block; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing {
        margin-left: -3px;
        margin-right: -3px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing > * {
          margin-left: 3px;
          margin-right: 3px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing {
        margin-top: -3px;
        margin-bottom: -3px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing > * {
          margin-top: 3px;
          margin-bottom: 3px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing {
        margin-left: -5px;
        margin-right: -5px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing > * {
          margin-left: 5px;
          margin-right: 5px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing {
        margin-top: -5px;
        margin-bottom: -5px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing > * {
          margin-top: 5px;
          margin-bottom: 5px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-hspacing {
        margin-left: -10px;
        margin-right: -10px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-hspacing > * {
          margin-left: 10px;
          margin-right: 10px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-vspacing {
        margin-top: -10px;
        margin-bottom: -10px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-vspacing > * {
          margin-top: 10px;
          margin-bottom: 10px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing {
        margin-left: -15px;
        margin-right: -15px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing > * {
          margin-left: 15px;
          margin-right: 15px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing {
        margin-top: -15px;
        margin-bottom: -15px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing > * {
          margin-top: 15px;
          margin-bottom: 15px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing {
        margin-left: -20px;
        margin-right: -20px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing > * {
          margin-left: 20px;
          margin-right: 20px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing {
        margin-top: -20px;
        margin-bottom: -20px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing > * {
          margin-top: 20px;
          margin-bottom: 20px; } }
  @media not screen and (min-width: 1000px) {
    .cxe-flexbox-flexbox.cxs-target-desktop {
      display: block; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing {
        margin-left: -3px;
        margin-right: -3px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing > * {
          margin-left: 3px;
          margin-right: 3px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing {
        margin-top: -3px;
        margin-bottom: -3px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing > * {
          margin-top: 3px;
          margin-bottom: 3px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing {
        margin-left: -5px;
        margin-right: -5px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing > * {
          margin-left: 5px;
          margin-right: 5px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing {
        margin-top: -5px;
        margin-bottom: -5px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing > * {
          margin-top: 5px;
          margin-bottom: 5px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-hspacing {
        margin-left: -10px;
        margin-right: -10px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-hspacing > * {
          margin-left: 10px;
          margin-right: 10px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-vspacing {
        margin-top: -10px;
        margin-bottom: -10px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-vspacing > * {
          margin-top: 10px;
          margin-bottom: 10px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing {
        margin-left: -15px;
        margin-right: -15px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing > * {
          margin-left: 15px;
          margin-right: 15px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing {
        margin-top: -15px;
        margin-bottom: -15px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing > * {
          margin-top: 15px;
          margin-bottom: 15px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing {
        margin-left: -20px;
        margin-right: -20px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing > * {
          margin-left: 20px;
          margin-right: 20px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing {
        margin-top: -20px;
        margin-bottom: -20px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing > * {
          margin-top: 20px;
          margin-bottom: 20px; } }

.cxb-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  display: inline-block; }

.cxb-label, .cxb-menu .cxe-menuitem-title {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  font-family: inherit;
  font-weight: normal;
  line-height: 18px;
  border-style: solid;
  border-width: 2px 0 2px 0;
  border-color: transparent; }
  .cxb-label.cxs-disabled, .cxb-menu .cxs-disabled.cxe-menuitem-title {
    color: #bdbdbd; }

.cxe-label-asterisk {
  color: #a80000; }

.cxb-textfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0; }
  .cxb-textfield.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-textfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding: 6px 12px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-textfield-input:hover {
    border-color: #e0e0e0; }
  .cxe-textfield-input:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-textfield-input:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-textfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-textfield-input:focus {
      box-shadow: none; }
  .cxe-textfield-input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-textfield-input::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-textfield-input:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-textfield-input::-ms-clear {
    width: 0;
    height: 0; }
  .cxs-icon > .cxe-textfield-input {
    padding-left: 40px; }
  .cxs-clear > .cxe-textfield-input {
    padding-right: 31px; }

.cxe-textfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  pointer-events: none; }
  .cxe-textfield-left-icon:hover {
    opacity: 1; }

.cxe-textfield-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-textfield-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-textfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-textfield-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxb-numberfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0; }
  .cxb-numberfield.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-numberfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding: 6px 12px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-numberfield-input:hover {
    border-color: #e0e0e0; }
  .cxe-numberfield-input:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-numberfield-input:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-numberfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-numberfield-input:focus {
      box-shadow: none; }
  .cxe-numberfield-input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-numberfield-input::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-numberfield-input:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-numberfield-input::-ms-clear {
    width: 0;
    height: 0; }
  .cxe-numberfield-input::-webkit-inner-spin-button, .cxe-numberfield-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .cxs-icon > .cxe-numberfield-input {
    padding-left: 40px; }

.cxe-numberfield-tool {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  pointer-events: none; }
  .cxe-numberfield-tool:hover {
    opacity: 1; }

.cxe-numberfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-numberfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  pointer-events: none; }
  .cxe-numberfield-left-icon:hover {
    opacity: 1; }

.cxe-numberfield-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-numberfield-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-numberfield-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxb-calendar {
  line-height: 18px;
  padding: 5px;
  border-width: 0px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  width: 18em;
  box-sizing: border-box; }
  .cxb-calendar:hover {
    border-color: rgba(77, 144, 254, 0.3); }
  .cxb-calendar:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: none; }
  .cxb-calendar.cxs-error {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxb-calendar.cxs-error:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxb-calendar table {
    border-spacing: 0;
    width: 100%; }
  .cxb-calendar td, .cxb-calendar th {
    text-align: center;
    width: 2em;
    line-height: 2em;
    -webkit-tap-highlight-color: transparent; }
  .cxb-calendar th {
    font-weight: 600; }
  .cxb-calendar tbody td {
    font-size: 13px;
    background-color: transparent;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    width: 32px;
    color: #0b455d;
    user-select: none; }
  .cxb-calendar .cxe-calendar-header {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.77);
    background-color: transparent; }
  .cxb-calendar td.cxs-today {
    background-color: rgba(78, 205, 196, 0.5); }
    .cxb-calendar td.cxs-today:hover {
      background-color: rgba(128, 128, 128, 0.1);
      outline: none; }
  .cxb-calendar td.cxs-outside {
    color: rgba(0, 0, 0, 0.3); }
  .cxb-calendar td.cxs-unselectable {
    color: rgba(128, 128, 128, 0.5);
    background-color: rgba(128, 128, 128, 0.1);
    cursor: default; }
  .cxb-calendar td.cxs-cursor, .cxb-calendar .cxe-calendar-header td:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none; }
  .cxb-calendar td.cxs-selected {
    background-color: #35addc;
    color: #fff; }
  .cxb-calendar:not(.cxs-disabled) td {
    cursor: pointer; }
  .cxb-calendar td:first-child, .cxb-calendar td:last-child {
    display: none;
    pointer-events: none; }
  .cxb-calendar:focus td.cxs-cursor, .cxb-calendar:focus .cxe-calendar-header td:hover {
    background-color: #35addc;
    color: #fff; }
  .cxb-calendar:focus td.cxs-selected {
    background-color: #35addc; }
  .cxb-calendar.cxs-disabled {
    background-color: transparent;
    border-color: transparent;
    color: #d1d1d1;
    pointer-events: none;
    opacity: 0.9; }

.cxe-calendar-header td {
  line-height: 0; }

.cxe-calendar-icon-next-year,
.cxe-calendar-icon-prev-year,
.cxe-calendar-icon-prev-month,
.cxe-calendar-icon-next-month {
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  user-select: none; }

.cxe-calendar-icon-prev-year {
  transform: rotate(180deg); }

.cxe-calendar-icon-prev-month {
  transform: rotate(90deg); }

.cxe-calendar-icon-next-month {
  transform: rotate(-90deg); }

th.cxe-calendar-display {
  line-height: 1.5;
  padding: 0.5em; }

.cxb-lookupfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  width: 180px;
  font-size: 13px; }
  .cxb-lookupfield.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
  .cxb-lookupfield.cxs-multiple {
    min-width: 180px;
    width: auto; }

.cxe-lookupfield-input {
  box-sizing: border-box;
  line-height: 18px;
  padding: 6px 33px 6px 12px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-lookupfield-input:hover {
    border-color: #e0e0e0; }
  .cxe-lookupfield-input:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxs-disabled > .cxe-lookupfield-input {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-lookupfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-lookupfield-input:focus {
      box-shadow: none; }
  .cxs-multiple > .cxe-lookupfield-input {
    padding: 0 33px 3px 0; }
  .cxs-icon > .cxe-lookupfield-input {
    padding-left: 40px; }

.cxe-lookupfield-tag {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background-color: #ededed;
  margin: 3px 0 0 3px;
  padding: 2px;
  padding-right: 20px;
  border-radius: 5px; }
  .cxe-lookupfield-tag.cxs-readonly {
    padding-right: 12px;
    pointer-events: none; }

.cxe-lookupfield-placeholder {
  color: rgba(128, 128, 128, 0.7); }
  .cxb-lookupfield.cxs-multiple .cxe-lookupfield-placeholder {
    display: inline-block;
    margin: 3px 0 0 3px;
    box-sizing: border-box;
    padding: 2px 2px 2px 2px; }

.cxe-lookupfield-tag-value {
  padding: 0 4px;
  display: inline-block; }

.cxe-lookupfield-tag-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center;
  right: 0.5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .cxe-lookupfield-tag-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-lookupfield-lookup-options {
  padding: 0;
  margin: 0;
  min-width: 100%;
  width: 100%; }
  .cxe-lookupfield-lookup-options:focus {
    outline: none; }
  .cxe-lookupfield-lookup-options > li {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer; }
    .cxe-lookupfield-lookup-options > li.cxs-cursor {
      background-color: rgba(92, 151, 191, 0.03);
      outline: none; }
    .cxe-lookupfield-lookup-options > li.cxs-selected {
      background-color: rgba(92, 151, 191, 0.1);
      color: #5c97bf;
      font-weight: 600; }
      .cxe-lookupfield-lookup-options > li.cxs-selected.cxs-cursor {
        background-color: rgba(92, 151, 191, 0.2);
        outline: none; }

.cxe-lookupfield-query {
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: 32px;
  line-height: 18px;
  padding: 6px 12px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 5px;
  flex: 0 0 auto; }
  .cxe-lookupfield-query:hover {
    border-color: #e0e0e0; }
  .cxe-lookupfield-query:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-lookupfield-query:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-lookupfield-query {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-lookupfield-query:focus {
      box-shadow: none; }
  .cxe-lookupfield-query::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-lookupfield-query::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-lookupfield-query:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-lookupfield-query::-ms-clear {
    width: 0;
    height: 0; }
  .cxs-place-up-right .cxe-lookupfield-query,
  .cxs-place-up .cxe-lookupfield-query,
  .cxs-place-up-left .cxe-lookupfield-query {
    order: 1; }

.cxe-lookupfield-dropdown {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .cxe-lookupfield-dropdown:focus {
    outline: none; }

.cxe-lookupfield-message {
  font-size: smaller;
  padding: 10px;
  color: gray;
  font-style: italic; }
  .cxe-lookupfield-message.cxs-error {
    color: #9e2f2d; }

.cxe-lookupfield-scroll-container {
  overflow: auto;
  flex: 1 1 auto; }

.cxe-lookupfield-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-lookupfield-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-lookupfield-tool {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-lookupfield-tool:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-lookupfield-tool {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }

.cxe-lookupfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center; }
  .cxe-lookupfield-left-icon:hover {
    opacity: 1; }

.cxe-lookupfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-lookupfield-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxb-dropdown {
  display: block;
  left: -10000px;
  top: -10000px;
  color: rgba(0, 0, 0, 0.77);
  background-color: white;
  border-radius: 0;
  border-color: #e6e6e6;
  border-width: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  white-space: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  line-height: normal;
  border-style: solid;
  padding: 5px 10px; }
  .cxb-dropdown.cxs-place-screen-center {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29), 0 0 1000px 1000px rgba(128, 128, 128, 0.3); }
  .cxb-dropdown.cxs-pad {
    padding: 5px; }

.cxe-dropdown-arrow-border, .cxe-dropdown-arrow-fill {
  border-style: solid;
  border-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.cxe-dropdown-arrow-border {
  color: #e6e6e6;
  border-width: 6px; }

.cxe-dropdown-arrow-fill {
  color: white;
  border-width: 6px; }

.cxs-place-right > .cxe-dropdown-arrow-fill, .cxs-place-right-up > .cxe-dropdown-arrow-fill, .cxs-place-right-down > .cxe-dropdown-arrow-fill {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -6px; }

.cxs-place-right > .cxe-dropdown-arrow-border, .cxs-place-right-up > .cxe-dropdown-arrow-border, .cxs-place-right-down > .cxe-dropdown-arrow-border {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -6px; }

.cxs-place-left > .cxe-dropdown-arrow-fill, .cxs-place-left-down > .cxe-dropdown-arrow-fill, .cxs-place-left-up > .cxe-dropdown-arrow-fill {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -6px; }

.cxs-place-left > .cxe-dropdown-arrow-border, .cxs-place-left-down > .cxe-dropdown-arrow-border, .cxs-place-left-up > .cxe-dropdown-arrow-border {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -6px; }

.cxs-place-right-down > .cxe-dropdown-arrow-fill, .cxs-place-left-down > .cxe-dropdown-arrow-fill {
  top: 26px; }

.cxs-place-right-down > .cxe-dropdown-arrow-border, .cxs-place-left-down > .cxe-dropdown-arrow-border {
  top: 26px; }

.cxs-place-right-up > .cxe-dropdown-arrow-fill, .cxs-place-right-up > .cxe-dropdown-arrow-border, .cxs-place-left-up > .cxe-dropdown-arrow-fill, .cxs-place-left-up > .cxe-dropdown-arrow-border {
  top: calc(100% + -26px); }

.cxs-place-up > .cxe-dropdown-arrow-fill, .cxs-place-up-left > .cxe-dropdown-arrow-fill, .cxs-place-up-right > .cxe-dropdown-arrow-fill {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -6px; }

.cxs-place-up > .cxe-dropdown-arrow-border, .cxs-place-up-left > .cxe-dropdown-arrow-border, .cxs-place-up-right > .cxe-dropdown-arrow-border {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -6px; }

.cxs-place-down > .cxe-dropdown-arrow-fill, .cxs-place-down-left > .cxe-dropdown-arrow-fill, .cxs-place-down-right > .cxe-dropdown-arrow-fill {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -6px; }

.cxs-place-down > .cxe-dropdown-arrow-border, .cxs-place-down-left > .cxe-dropdown-arrow-border, .cxs-place-down-right > .cxe-dropdown-arrow-border {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -6px; }

.cxs-place-down-right > .cxe-dropdown-arrow-fill, .cxs-place-down-right > .cxe-dropdown-arrow-border, .cxs-place-up-right > .cxe-dropdown-arrow-fill, .cxs-place-up-right > .cxe-dropdown-arrow-border {
  left: 26px; }

.cxs-place-down-left > .cxe-dropdown-arrow-fill, .cxs-place-up-left > .cxe-dropdown-arrow-fill {
  left: calc(100% + -26px); }

.cxs-place-down-left > .cxe-dropdown-arrow-border, .cxs-place-up-left > .cxe-dropdown-arrow-border {
  left: calc(100% + -26px); }

.cxb-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0; }
  .cxb-select.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
  .cxb-select .cxe-select-left-icon {
    display: block;
    position: absolute;
    font-size: 16px;
    left: 6px;
    top: 50%;
    margin-top: -9px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    opacity: 0.6;
    text-align: center;
    pointer-events: none; }
    .cxb-select .cxe-select-left-icon:hover {
      opacity: 1; }

.cxe-select-select {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding: 6px 12px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-select-select:hover {
    border-color: #e0e0e0; }
  .cxe-select-select:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-select-select:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-select-select {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-select-select:focus {
      box-shadow: none; }
  .cxe-select-select::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-select-select::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-select-select:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-select-select::-ms-clear {
    width: 0;
    height: 0; }
  .cxs-icon > .cxe-select-select {
    padding-left: 40px; }
  .cxs-empty > .cxe-select-select {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-select-select::-ms-expand {
    display: none;
    margin: 0;
    padding: 0; }
  .cxe-select-select option {
    background-color: white;
    color: black; }

.cxe-select-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-select-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-select-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1; }

.cxe-select-tool {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  pointer-events: none; }
  .cxe-select-tool:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-select-tool {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }

.cxe-select-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxb-textarea {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 0;
  width: 300px; }
  .cxb-textarea.cxs-view-mode {
    line-height: 18px;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent; }

.cxe-textarea-input {
  box-sizing: border-box;
  line-height: 18px;
  padding: 5px;
  border-width: 2px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%; }
  .cxe-textarea-input:hover {
    border-color: rgba(77, 144, 254, 0.3); }
  .cxe-textarea-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxs-disabled > .cxe-textarea-input {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    background-color: transparent;
    border-color: rgba(230, 230, 230, 0.25); }
  .cxs-error > .cxe-textarea-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-textarea-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }

.cxe-textarea-tool {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-textarea-tool:hover {
    opacity: 1; }

.cxe-textarea-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-textarea-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxb-checkbox {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  padding: 5px;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 13px;
  min-width: 20px; }
  .cxb-checkbox.cxs-view-mode {
    line-height: 18px;
    padding: 5px;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: transparent; }

.cxe-checkbox-checkbox {
  padding: 0;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  position: absolute; }
  .cxe-checkbox-checkbox::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxe-checkbox-checkbox:focus {
    box-shadow: inset 0 0 1px 1px rgba(77, 144, 254, 0.8), 0 0 2px 2px rgba(77, 144, 254, 0.8);
    background: rgba(77, 144, 254, 0.8);
    outline: 0; }

.cxe-checkbox-text {
  display: inline-block;
  margin-left: 20px;
  user-select: none; }
  .cxs-disabled > .cxe-checkbox-text {
    opacity: 0.5; }

.cxe-checkbox-baseline {
  user-select: none; }

.cxe-checkbox-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxe-checkbox-input {
  box-sizing: border-box;
  line-height: 18px;
  padding: 0;
  border-width: 2px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 4px;
  background-color: white;
  color: #5c97bf;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  position: absolute; }
  .cxe-checkbox-input:hover {
    border-color: rgba(77, 144, 254, 0.3); }
  .cxe-checkbox-input:focus {
    border-color: #dbdbdb;
    outline: none;
    box-shadow: none; }
  .cxs-disabled > .cxe-checkbox-input {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.04); }
  .cxs-error > .cxe-checkbox-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-checkbox-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-checkbox-input.cxs-checked {
    color: #5c97bf;
    border-color: #5c97bf; }
    .cxs-disabled > .cxe-checkbox-input.cxs-checked {
      color: rgba(0, 0, 0, 0.26);
      border-color: rgba(0, 0, 0, 0.04); }

.cxe-checkbox-input-check {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .cxs-checked > .cxe-checkbox-input-check {
    visibility: visible; }

.cxb-radio {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  padding: 5px;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 13px;
  min-width: 20px; }
  .cxb-radio.cxs-view-mode {
    line-height: 18px;
    padding: 5px;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: transparent; }

.cxe-radio-radio {
  padding: 0;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  outline: none; }
  .cxe-radio-radio::-moz-focus-outer {
    border: 0; }
  .cxe-radio-radio:focus {
    box-shadow: 0 0 2px 2px rgba(77, 144, 254, 0.8);
    background: transparent;
    border-radius: 50%;
    outline: none; }

.cxe-radio-text {
  display: inline-block;
  margin-left: 20px;
  user-select: none; }
  .cxs-disabled > .cxe-radio-text {
    opacity: 0.5; }

.cxe-radio-input {
  box-sizing: border-box;
  line-height: 18px;
  padding: 0;
  border-width: 2px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: #5c97bf;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  opacity: 1; }
  .cxe-radio-input:focus {
    border-color: #dbdbdb;
    outline: none;
    box-shadow: none; }
  .cxs-disabled > .cxe-radio-input {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.04); }
  .cxs-error > .cxe-radio-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-radio-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-radio-input.cxs-checked {
    color: #5c97bf;
    border-color: #5c97bf; }
    .cxe-radio-input.cxs-checked:hover {
      border-color: #5c97bf; }
    .cxs-disabled > .cxe-radio-input.cxs-checked {
      color: rgba(0, 0, 0, 0.26);
      border-color: rgba(0, 0, 0, 0.04); }
  .cxe-radio-input:before {
    content: ' ';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    visibility: hidden;
    position: absolute;
    margin: 3px;
    box-sizing: border-box;
    background-color: currentColor;
    border-radius: 50%; }
  .cxe-radio-input.cxs-checked:before {
    visibility: visible; }

.cxb-colorpicker {
  line-height: 18px;
  padding: 5px;
  border-width: 2px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  flex-direction: column; }
  @media screen and (min-width: 500px) {
    .cxb-colorpicker {
      flex-direction: row; } }
  .cxb-colorpicker:hover {
    border-color: rgba(77, 144, 254, 0.3); }
  .cxb-colorpicker input {
    box-sizing: border-box;
    line-height: 12px;
    padding: 2px;
    border-width: 2px;
    font-size: 11px;
    font-family: "Consolas", monospace;
    border-color: #e6e6e6;
    border-style: solid;
    border-radius: 0;
    background-color: white;
    color: black;
    outline-offset: 0;
    box-shadow: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .cxb-colorpicker input:hover {
      border-color: rgba(77, 144, 254, 0.3); }
    .cxb-colorpicker input:focus {
      border-color: rgba(77, 144, 254, 0.8);
      outline: none;
      box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
    .cxs-disabled > .cxb-colorpicker input {
      background: #ebebe4;
      color: #545454;
      pointer-events: none; }
    .cxs-error > .cxb-colorpicker input {
      border-color: rgba(220, 0, 9, 0.8); }
      .cxs-error > .cxb-colorpicker input:focus {
        box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }

.cxe-colorpicker-picker {
  width: 200px;
  height: 200px;
  margin: 5px;
  float: left;
  position: relative;
  touch-action: none;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, black 100%), -webkit-linear-gradient(left, gray 0%, rgba(128, 128, 128, 0) 100%);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, black 100%), -moz-linear-gradient(left, gray 0%, rgba(128, 128, 128, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, black 100%), -ms-linear-gradient(left, gray 0%, rgba(128, 128, 128, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, black 100%), -o-linear-gradient(left, gray 0%, rgba(128, 128, 128, 0) 100%); }

.cxe-colorpicker-indicator {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  left: calc(50% - 5px);
  top: calc(50% - 5px); }

.cxe-colorpicker-hue {
  height: 15px;
  position: relative;
  background: -moz-linear-gradient(left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
  background: -webkit-linear-gradient(left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
  background: -ms-linear-gradient(left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
  background: -o-linear-gradient(left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
  touch-action: none; }
  .cxe-colorpicker-hue .cxe-colorpicker-indicator {
    border-color: rgba(0, 0, 0, 0.5);
    height: calc(100% + 4px);
    border-radius: 2px;
    width: 4px;
    top: -2px; }

.cxe-colorpicker-alpha {
  height: 15px;
  position: relative;
  touch-action: none; }
  .cxe-colorpicker-alpha > div:first-child {
    width: 100%;
    height: 100%; }
  .cxe-colorpicker-alpha .cxe-colorpicker-indicator {
    border-color: rgba(0, 0, 0, 0.5);
    top: -2px;
    height: calc(100% + 4px);
    border-radius: 2px;
    width: 4px; }

.cxe-colorpicker-details {
  width: 200px;
  min-height: 170px;
  float: left;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.cxe-colorpicker-inputs label {
  width: 25%;
  display: inline-block;
  text-align: right;
  font-size: 12px; }
  .cxe-colorpicker-inputs label input {
    width: 60%;
    text-align: center; }

.cxe-colorpicker-color {
  height: 70px;
  width: 70px;
  float: right; }
  .cxe-colorpicker-color > div {
    width: 100%;
    height: 100%; }

.cxe-colorpicker-values {
  float: left;
  width: 100px;
  margin-right: 5px; }
  .cxe-colorpicker-values input {
    width: 120px;
    display: block; }
  .cxe-colorpicker-values input:not(:last-child) {
    margin: 0 0 8px 0; }

.cxb-colorfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0; }
  .cxb-colorfield.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-colorfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding: 6px 30px 6px 35px;
  border-width: 1px;
  font-size: 11px;
  font-family: "Consolas", monospace;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-colorfield-input:hover {
    border-color: #e0e0e0; }
  .cxe-colorfield-input:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-colorfield-input:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-colorfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-colorfield-input:focus {
      box-shadow: none; }
  .cxe-colorfield-input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-colorfield-input::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-colorfield-input:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-colorfield-input::-ms-clear {
    width: 0;
    height: 0; }

.cxe-colorfield-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-colorfield-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-colorfield-right-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-colorfield-right-icon:hover {
    opacity: 1; }

.cxe-colorfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1; }
  .cxe-colorfield-left-icon:hover {
    opacity: 1; }
  .cxe-colorfield-left-icon div {
    width: 100%;
    height: 100%; }

.cxe-colorfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-colorfield-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxb-monthpicker {
  box-sizing: border-box;
  line-height: 18px;
  padding: 5px;
  border-width: 2px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 10em;
  max-height: 30em;
  height: 100%;
  position: relative;
  width: 23em;
  overflow-anchor: none;
  touch-action: pan-y; }
  .cxb-monthpicker:hover {
    border-color: rgba(77, 144, 254, 0.3); }
  .cxb-monthpicker:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxs-disabled > .cxb-monthpicker {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxb-monthpicker {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxb-monthpicker:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxb-monthpicker table {
    border-spacing: 0;
    width: 100%;
    font-size: 0.9em; }
  .cxb-monthpicker th, .cxb-monthpicker td {
    border-top: 1px solid rgba(230, 230, 230, 0.5);
    -webkit-tap-highlight-color: transparent; }
  .cxb-monthpicker tbody:not(:first-child) tr:first-child th, .cxb-monthpicker tbody:not(:first-child) tr:first-child td {
    border-top: 1px solid #e6e6e6; }
  .cxb-monthpicker th, .cxb-monthpicker td {
    text-align: center;
    font-size: smaller;
    font-weight: normal;
    line-height: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .cxb-monthpicker th {
    padding: 0 0.5em;
    color: lightgray; }
  .cxb-monthpicker .cxe-monthpicker-year {
    font-size: 120%;
    color: gray; }
  .cxb-monthpicker td {
    padding: 0.5em 1em; }
  .cxb-monthpicker td.cxs-outside {
    color: lightgray; }
  .cxb-monthpicker td.cxs-unselectable {
    color: rgba(128, 128, 128, 0.5);
    background-color: rgba(128, 128, 128, 0.1);
    cursor: default; }
  .cxb-monthpicker td.cxs-selected {
    background-color: rgba(92, 151, 191, 0.1);
    color: #5c97bf;
    font-weight: 600;
    border-color: transparent; }
    .cxb-monthpicker td.cxs-selected:hover {
      background-color: rgba(92, 151, 191, 0.03); }
  .cxb-monthpicker td.cxs-cursor, .cxb-monthpicker th.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.03);
    outline: none; }
  .cxb-monthpicker:focus td.cxs-selected {
    background-color: rgba(92, 151, 191, 0.1);
    color: #5c97bf;
    font-weight: 600; }
  .cxb-monthpicker:focus td.cxs-cursor, .cxb-monthpicker:focus th.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.2);
    outline: none; }
  .cxb-monthpicker td.cxs-handle {
    touch-action: none; }

.cxb-monthpicker.cxs-disabled {
  background-color: transparent;
  border-color: transparent;
  color: #d1d1d1;
  pointer-events: none; }

.cxb-monthfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0; }
  .cxb-monthfield.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-monthfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding: 6px 30px 6px 40px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-monthfield-input:hover {
    border-color: #e0e0e0; }
  .cxe-monthfield-input:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-monthfield-input:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-monthfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-monthfield-input:focus {
      box-shadow: none; }
  .cxe-monthfield-input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-monthfield-input::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-monthfield-input:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-monthfield-input::-ms-clear {
    width: 0;
    height: 0; }

.cxe-monthfield-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-monthfield-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-monthfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-monthfield-left-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-monthfield-left-icon {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }

.cxe-monthfield-right-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-monthfield-right-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-monthfield-right-icon {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }

.cxe-monthfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-monthfield-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxb-uploadbutton {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  background-color: #ededed;
  box-shadow: none;
  border-color: #e3e5eb;
  border-width: 0;
  border-radius: 3px;
  border-style: solid;
  user-select: none;
  color: #2574a9;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 7px 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none; }
  .cxb-uploadbutton::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxb-uploadbutton:hover {
    box-shadow: none;
    text-decoration: none;
    background-color: #e6e6e6; }
  .cxb-uploadbutton:focus {
    outline: none;
    box-shadow: 0 0 1px 1px rgba(77, 144, 254, 0.8);
    background-color: #e6e6e6; }
  .cxb-uploadbutton:active, .cxb-uploadbutton.cxs-pressed {
    top: 1px;
    box-shadow: none;
    background-color: #dbdbdb; }
  .cxb-uploadbutton[disabled], .cxb-uploadbutton.cxs-disabled {
    color: gray;
    box-shadow: none;
    pointer-events: none; }
  .cxb-uploadbutton.cxm-primary {
    background-color: #2574a9;
    border-color: #1E88E5;
    color: white; }
    .cxb-uploadbutton.cxm-primary[disabled], .cxb-uploadbutton.cxm-primary.cxs-disabled {
      background-color: rgba(37, 116, 169, 0.4);
      border-color: rgba(30, 136, 229, 0.1);
      color: rgba(255, 255, 255, 0.6); }
    .cxb-uploadbutton.cxm-primary:hover {
      background-color: #277ab1; }
    .cxb-uploadbutton.cxm-primary:active, .cxb-uploadbutton.cxm-primary.cxs-pressed {
      background-color: #216998; }
  .cxb-uploadbutton.cxm-danger {
    background-color: #d32f2f;
    border-color: #c62828;
    color: white; }
    .cxb-uploadbutton.cxm-danger[disabled], .cxb-uploadbutton.cxm-danger.cxs-disabled {
      background-color: rgba(211, 47, 47, 0.6);
      border-color: rgba(198, 40, 40, 0.1);
      color: rgba(255, 255, 255, 0.5); }
    .cxb-uploadbutton.cxm-danger:hover {
      background-color: #d32f2f; }
  .cxb-uploadbutton.cxm-hollow {
    background-color: transparent;
    border-color: transparent;
    color: #2574a9;
    box-shadow: none;
    font-weight: 600; }
    .cxb-uploadbutton.cxm-hollow[disabled], .cxb-uploadbutton.cxm-hollow.cxs-disabled {
      color: rgba(128, 128, 128, 0.5); }
    .cxb-uploadbutton.cxm-hollow:hover {
      background-color: transparent;
      outline: none;
      box-shadow: none;
      border-color: #9fb1bf; }
    .cxb-uploadbutton.cxm-hollow:focus {
      background-color: transparent;
      outline: none;
      box-shadow: none;
      border-color: #4483ae; }
    .cxb-uploadbutton.cxm-hollow:active, .cxb-uploadbutton.cxm-hollow.cxs-pressed {
      background-color: transparent; }
  .cxb-uploadbutton.cxm-accent {
    background-color: #35addc;
    color: #fff; }
    .cxb-uploadbutton.cxm-accent[disabled], .cxb-uploadbutton.cxm-accent.cxs-disabled {
      background-color: rgba(53, 173, 220, 0.4); }
    .cxb-uploadbutton.cxm-accent:hover {
      background-color: #3eb1de;
      color: #fff; }
    .cxb-uploadbutton.cxm-accent:active, .cxb-uploadbutton.cxm-accent.cxs-pressed {
      background-color: #25a5d7;
      color: #fff; }

.cxe-uploadbutton-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-uploadbutton-baseline {
  display: inline-block;
  width: 1px;
  margin-left: -1px; }

.cxb-uploadbutton.cxs-icon {
  padding: 7px 18px 7px 34px; }
  .cxb-uploadbutton.cxs-icon.cxs-empty {
    padding: 7px 9px 7px 25px; }

.cxe-uploadbutton-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.cxe-uploadbutton-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(8, 176, 255, 0.5);
  outline: 1px solid rgba(8, 176, 255, 0.5);
  transition: opacity 0.5s ease-in-out; }
  .cxe-uploadbutton-progress.cxs-done {
    opacity: 0; }

.cxb-slider {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  font-size: 13px;
  width: 180px;
  user-select: none; }
  .cxb-slider.cxs-view-mode {
    line-height: 18px;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent; }
  .cxb-slider.cxs-vertical {
    width: 28px;
    height: 180px; }
  .cxb-slider.cxs-disabled {
    pointer-events: none;
    opacity: 0.5; }

.cxe-slider-axis {
  position: absolute;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 9px;
  box-sizing: border-box; }
  .cxb-slider.cxs-horizontal .cxe-slider-axis {
    left: 9px;
    right: 9px;
    top: calc(50% - 4px);
    height: 8px;
    padding: 0 4px; }
  .cxb-slider.cxs-vertical .cxe-slider-axis {
    top: 9px;
    bottom: 9px;
    width: 8px;
    left: calc(50% - 4px);
    padding: 4px 0; }

.cxe-slider-space {
  position: relative;
  width: 100%;
  height: 100%; }

.cxe-slider-range {
  position: absolute;
  background-color: #98d4ff;
  border-radius: 4px; }
  .cxb-slider.cxs-horizontal .cxe-slider-range {
    height: 100%; }
  .cxb-slider.cxs-vertical .cxe-slider-range {
    width: 100%; }

.cxe-slider-handle {
  position: absolute;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  touch-action: none;
  background-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3); }
  .cxb-slider.cxs-horizontal .cxe-slider-handle {
    left: 0;
    top: 50%; }
  .cxb-slider.cxs-vertical .cxe-slider-handle {
    left: 50%;
    top: 0; }
  .cxe-slider-handle:hover {
    box-shadow: 0 0 3px rgba(128, 128, 128, 0.5); }
  .cxe-slider-handle:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-slider-handle:active {
    background: gainsboro; }

.cxb-validationerror {
  color: #dc0009;
  font-size: smaller; }
  .cxb-validationerror.cxm-block {
    display: block; }

.cxb-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 18px;
  padding: 5px 0 5px 0;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 13px;
  cursor: pointer;
  min-width: 50px;
  -webkit-tap-highlight-color: transparent; }
  .cxb-switch.cxs-view-mode {
    line-height: 18px;
    padding: 5px 0 5px 0;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: transparent; }
  .cxb-switch.cxs-disabled {
    pointer-events: none;
    opacity: 0.5; }
  .cxb-switch:focus {
    outline: none; }

.cxe-switch-text {
  display: inline-block;
  margin-left: 50px;
  padding: 0 5px 0 5px; }

.cxe-switch-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxe-switch-axis {
  user-select: none;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  width: 32px;
  left: 9px;
  right: 9px;
  top: calc(50% - 10px);
  height: 20px;
  padding: 0 10px; }

.cxe-switch-space {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }

.cxe-switch-range {
  position: absolute;
  background-color: #87cc8a;
  border-radius: 10px;
  height: 100%;
  left: 0;
  width: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 200ms; }
  .cxs-on .cxe-switch-range {
    width: 100%;
    opacity: 1;
    transform: none; }

.cxe-switch-handle {
  position: absolute;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  left: 0;
  top: 50%;
  transition: left 200ms;
  background-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3); }
  .cxs-on .cxe-switch-handle {
    left: 100%; }
  .cxe-switch-handle:hover {
    box-shadow: 0 0 3px rgba(128, 128, 128, 0.5); }
  .cxb-switch:focus .cxe-switch-handle {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-switch-handle:active {
    background: gainsboro; }

.cxb-helptext {
  font-size: smaller;
  opacity: 0.8; }
  .cxb-helptext.cxm-block {
    display: block; }

.cxb-wheel {
  display: inline-block;
  text-align: center;
  padding: 30px 5px;
  vertical-align: middle;
  background: inherit;
  position: relative;
  font-size: 14px;
  user-select: none; }
  .cxb-wheel:focus {
    outline: 0; }
    .cxb-wheel:focus .cxe-wheel-selection {
      border-color: #3c7eff;
      background: rgba(60, 126, 255, 0.1); }

.cxe-wheel-container {
  position: relative;
  display: inline-block;
  padding: 30px 5px;
  vertical-align: middle;
  background: inherit;
  text-align: center; }

.cxe-wheel-clip {
  position: relative;
  overflow: hidden;
  background: inherit;
  user-select: none;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: #d3d3d3; }

.cxe-wheel-mask {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background: inherit;
  opacity: 0.6; }

.cxe-wheel-vscroll {
  width: calc(100% + 20px);
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: pan-y; }
  .cxe-wheel-vscroll::-webkit-scrollbar {
    display: none; }

.cxe-wheel-option {
  padding: 5px 15px;
  flex: 0 0 auto; }
  .cxe-wheel-option.cxs-dummy {
    visibility: hidden; }

.cxe-wheel-selection {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -2px;
  box-sizing: content-box;
  pointer-events: none;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #9bc8ff;
  background-color: rgba(155, 200, 255, 0.1); }

.cxe-wheel-container.cxs-active .cxe-wheel-selection {
  border-color: #3c7eff;
  background: rgba(60, 126, 255, 0.1); }

.cxe-wheel-arrow-up,
.cxe-wheel-arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  cursor: pointer; }
  .cxe-wheel-arrow-up:hover,
  .cxe-wheel-arrow-down:hover {
    opacity: 1; }

.cxe-wheel-arrow-down {
  bottom: 5px; }

.cxe-wheel-arrow-up {
  transform: rotate(180deg);
  top: 5px; }

.cxe-wheel-arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px; }

.cxb-datetimepicker {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: #d3d3d3;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  user-select: none;
  font-size: 14px; }
  .cxb-datetimepicker:focus {
    outline: 0; }

.cxe-datetimepicker-wheel-container {
  position: relative;
  display: inline-block;
  padding: 30px 5px;
  vertical-align: middle;
  background: inherit;
  text-align: center; }

.cxe-datetimepicker-wheel-clip {
  position: relative;
  overflow: hidden;
  background: inherit;
  user-select: none;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: #d3d3d3; }

.cxe-datetimepicker-wheel-mask {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background: inherit;
  opacity: 0.6; }

.cxe-datetimepicker-wheel-vscroll {
  width: calc(100% + 20px);
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: pan-y; }
  .cxe-datetimepicker-wheel-vscroll::-webkit-scrollbar {
    display: none; }

.cxe-datetimepicker-wheel-option {
  padding: 5px 15px;
  flex: 0 0 auto; }
  .cxe-datetimepicker-wheel-option.cxs-dummy {
    visibility: hidden; }

.cxe-datetimepicker-wheel-selection {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -2px;
  box-sizing: content-box;
  pointer-events: none;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #9bc8ff;
  background-color: rgba(155, 200, 255, 0.1); }

.cxe-datetimepicker-wheel-container.cxs-active .cxe-datetimepicker-wheel-selection {
  border-color: #3c7eff;
  background: rgba(60, 126, 255, 0.1); }

.cxe-datetimepicker-wheel-arrow-up,
.cxe-datetimepicker-wheel-arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  cursor: pointer; }
  .cxe-datetimepicker-wheel-arrow-up:hover,
  .cxe-datetimepicker-wheel-arrow-down:hover {
    opacity: 1; }

.cxe-datetimepicker-wheel-arrow-down {
  bottom: 5px; }

.cxe-datetimepicker-wheel-arrow-up {
  transform: rotate(180deg);
  top: 5px; }

.cxe-datetimepicker-wheel-arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px; }

.cxe-datetimepicker-spacer {
  width: 20px;
  display: inline-block; }

.cxb-datetimefield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0; }
  .cxb-datetimefield.cxs-view-mode {
    line-height: 18px;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-datetimefield-input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding: 6px 30px 6px 40px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-datetimefield-input:hover {
    border-color: #e0e0e0; }
  .cxe-datetimefield-input:focus {
    border-color: #5c97bf;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  .cxe-datetimefield-input:disabled {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-datetimefield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-datetimefield-input:focus {
      box-shadow: none; }
  .cxe-datetimefield-input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-datetimefield-input::-moz-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-datetimefield-input:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.7);
    opacity: 1; }
  .cxe-datetimefield-input::-ms-clear {
    width: 0;
    height: 0; }

.cxe-datetimefield-clear {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #828282;
  border-radius: 5px;
  text-align: center; }
  .cxe-datetimefield-clear:hover {
    background-color: rgba(128, 128, 128, 0.2); }

.cxe-datetimefield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-datetimefield-left-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-datetimefield-left-icon {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }

.cxe-datetimefield-right-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-datetimefield-right-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-datetimefield-right-icon {
    background: #ebebe4;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }

.cxe-datetimefield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-datetimefield-empty-text {
  color: rgba(128, 128, 128, 0.7); }

.cxm-cover {
  background-color: white;
  border-color: #e6e6e6;
  border-style: solid;
  fill: white;
  stroke: #e6e6e6; }

.cxb-tab {
  box-sizing: border-box;
  display: inline-block;
  color: inherit;
  line-height: 18px;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 5px;
  padding: 5px 10px;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  box-shadow: none; }
  .cxb-tab:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    text-decoration: none; }
  .cxb-tab:focus {
    background-color: rgba(123, 190, 255, 0.15);
    outline: none; }
  .cxb-tab.cxs-active {
    background-color: rgba(123, 190, 255, 0.4); }
    .cxb-tab.cxs-active:focus {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none; }
  .cxb-tab.cxs-disabled {
    color: rgba(128, 128, 128, 0.5);
    background-color: transparent;
    cursor: default;
    pointer-events: none; }
  .cxb-tab.cxm-classic {
    position: relative;
    border-width: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .cxb-tab.cxm-classic.cxs-active {
      border-color: #e6e6e6;
      background-color: white; }
  .cxb-tab.cxm-line {
    background-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .cxb-tab.cxm-line:hover {
      border-color: rgba(128, 128, 128, 0.2); }
    .cxb-tab.cxm-line:focus {
      border-color: rgba(123, 190, 255, 0.3); }
    .cxb-tab.cxm-line.cxs-active {
      border-color: rgba(128, 128, 128, 0.4); }
      .cxb-tab.cxm-line.cxs-active:focus {
        border-color: rgba(123, 190, 255, 0.7); }
    .cxb-tab.cxm-line.cxs-disabled {
      border-color: transparent; }
  .cxb-tab.cxm-classic.cxs-active:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: white; }

.cxb-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cxb-menu.cxs-horizontal {
    white-space: nowrap; }
    .cxb-menu.cxs-horizontal > .cxe-menu-item {
      display: inline-block;
      user-select: none; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xsmall > .cxm-menu {
        margin: 0 6px 0 6px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-small > .cxm-menu {
        margin: 0 10px 0 10px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-medium > .cxm-menu {
        margin: 0 20px 0 20px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-large > .cxm-menu {
        margin: 0 30px 0 30px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xlarge > .cxm-menu {
        margin: 0 40px 0 40px; }
  .cxb-menu.cxs-vertical.cxs-xsmall-item-padding .cxm-menu {
    margin: 3px 6px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-small-item-padding .cxm-menu {
    margin: 5px 10px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-medium-item-padding .cxm-menu {
    margin: 10px 20px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-large-item-padding .cxm-menu {
    margin: 15px 30px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-xlarge-item-padding .cxm-menu {
    margin: 20px 40px;
    display: block; }
  .cxb-menu .cxe-menu-item > hr {
    border: none;
    border-top: 1px solid lightgray;
    margin: 10px 20px; }

.cxb-menuitem {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border-radius: 5px; }
  .cxb-menuitem:focus {
    outline: none; }
  .cxb-menuitem > a:hover {
    text-decoration: none; }
  .cxs-focusable > .cxb-menuitem.cxs-cursor:hover {
    background-color: rgba(92, 151, 191, 0.03);
    outline: none; }
  .cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.2);
    outline: none; }
  .cxb-menuitem .cxs-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .cxb-menuitem > a {
    text-decoration: none;
    color: inherit; }
    .cxb-menuitem > a:focus {
      outline: none; }
  .cxb-menuitem.cxs-xsmall-padding > a,
  .cxb-menuitem.cxs-xsmall-padding > span {
    padding: 3px 6px;
    line-height: 18px;
    border: 2px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-xsmall-padding.cxs-arrow {
    padding-right: 16px; }
  .cxb-menuitem.cxs-xsmall-padding.cxs-icon {
    padding-left: 16px; }
  .cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-arrow {
    right: 3px; }
  .cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-button {
    width: 22px; }
  .cxb-menuitem.cxs-small-padding > a,
  .cxb-menuitem.cxs-small-padding > span {
    padding: 5px 10px;
    line-height: 18px;
    border: 2px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-small-padding.cxs-arrow {
    padding-right: 16px; }
  .cxb-menuitem.cxs-small-padding.cxs-icon {
    padding-left: 16px; }
  .cxb-menuitem.cxs-small-padding > .cxe-menuitem-arrow {
    right: 5px; }
  .cxb-menuitem.cxs-small-padding > .cxe-menuitem-button {
    width: 26px; }
  .cxb-menuitem.cxs-medium-padding > a,
  .cxb-menuitem.cxs-medium-padding > span {
    padding: 10px 20px;
    line-height: 18px;
    border: 2px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-medium-padding.cxs-arrow {
    padding-right: 16px; }
  .cxb-menuitem.cxs-medium-padding.cxs-icon {
    padding-left: 16px; }
  .cxb-menuitem.cxs-medium-padding > .cxe-menuitem-arrow {
    right: 10px; }
  .cxb-menuitem.cxs-medium-padding > .cxe-menuitem-button {
    width: 36px; }
  .cxb-menuitem.cxs-large-padding > a,
  .cxb-menuitem.cxs-large-padding > span {
    padding: 15px 30px;
    line-height: 18px;
    border: 2px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-large-padding.cxs-arrow {
    padding-right: 16px; }
  .cxb-menuitem.cxs-large-padding.cxs-icon {
    padding-left: 16px; }
  .cxb-menuitem.cxs-large-padding > .cxe-menuitem-arrow {
    right: 15px; }
  .cxb-menuitem.cxs-large-padding > .cxe-menuitem-button {
    width: 46px; }
  .cxb-menuitem.cxs-xlarge-padding > a,
  .cxb-menuitem.cxs-xlarge-padding > span {
    padding: 20px 40px;
    line-height: 18px;
    border: 2px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-xlarge-padding.cxs-arrow {
    padding-right: 16px; }
  .cxb-menuitem.cxs-xlarge-padding.cxs-icon {
    padding-left: 16px; }
  .cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-arrow {
    right: 20px; }
  .cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-button {
    width: 56px; }

.cxe-menuitem-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px; }
  .cxs-vertical > .cxe-menuitem-arrow {
    transform: rotate(-90deg); }

.cxe-menuitem-button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.cxe-menuitem-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.cxb-link.cxs-active {
  font-weight: bold; }

.cxb-hscroller {
  white-space: nowrap;
  position: relative;
  user-select: none; }
  .cxb-hscroller.cxs-scrollable {
    padding: 0 20px; }

.cxe-hscroller-scroller {
  overflow-x: auto; }
  .cxe-hscroller-scroller::-webkit-scrollbar {
    display: none; }

.cxe-hscroller-clip {
  overflow: hidden; }

.cxe-hscroller-left-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  cursor: pointer;
  display: none; }
  .cxe-hscroller-left-arrow > .cxe-hscroller-icon {
    transform: rotate(90deg); }
  .cxs-scrollable > .cxe-hscroller-left-arrow {
    display: block; }

.cxe-hscroller-right-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
  display: none; }
  .cxe-hscroller-right-arrow > .cxe-hscroller-icon {
    transform: rotate(-90deg); }
  .cxs-scrollable > .cxe-hscroller-right-arrow {
    display: block; }

.cxe-hscroller-icon {
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px; }

.cxb-mousecapture {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000000; }

.cxb-dropdown, .cxb-overlay, .cxb-window, .cxb-tooltip {
  left: calc(50% - 250px);
  top: calc(50% - 100px);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  overflow: visible;
  box-sizing: border-box; }
  .cxs-draggable.cxb-dropdown, .cxs-draggable.cxb-overlay, .cxs-draggable.cxb-window, .cxs-draggable.cxb-tooltip {
    cursor: pointer;
    touch-action: none; }
  .cxb-dropdown:focus, .cxb-overlay:focus, .cxb-window:focus, .cxb-tooltip:focus {
    outline: none; }

.cxe-overlay-modal-backdrop, .cxe-window-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.cxe-window-shadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(128, 128, 128, 0.3); }

.cxb-overlay.cxs-pad {
  padding: 5px; }

.cxb-window {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.19);
  background-color: transparent;
  border-radius: 5px;
  background: white; }
  .cxb-window.cxs-resizable.cxs-active {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29); }
  .cxb-window.cxm-alert {
    min-width: 300px; }

.cxe-window-header {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: none;
  touch-action: none;
  color: #2574a9;
  padding: 1rem 0;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 1.5rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  border-width: 0; }
  .cxs-draggable .cxe-window-header {
    cursor: pointer; }

.cxe-window-footer {
  position: relative;
  box-sizing: border-box;
  flex: none;
  padding: 1rem 0;
  margin: 0 1.5rem;
  border-top: 1px solid rgba(128, 128, 128, 0.1); }
  .cxe-window-footer:after {
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0; }
  .cxm-alert .cxe-window-footer {
    text-align: center; }

.cxe-window-body {
  overflow: auto;
  position: relative;
  box-sizing: border-box;
  flex: auto; }
  .cxm-alert .cxe-window-body {
    padding: 40px;
    text-align: center; }

@keyframes cx-tooltip-enter-animation {
  from {
    transform: scale(0.9);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes cx-tooltip-leave-animation {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.9);
    opacity: 0; } }

.cxb-tooltip {
  display: block;
  left: -10000px;
  top: -10000px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #d5d5d5;
  padding: 10px;
  border-radius: 5px;
  font-size: smaller;
  transition: opacity 0.2s ease-in;
  max-width: 400px;
  pointer-events: none; }
  .cxb-tooltip.cxs-animate {
    animation: cx-tooltip-enter-animation 0.2s; }
  .cxb-tooltip.cxs-animate-leave {
    animation: cx-tooltip-leave-animation 0.2s;
    animation-fill-mode: forwards; }
  .cxb-tooltip.cxs-mouse-trap {
    pointer-events: auto; }
  .cxb-tooltip.cxm-error {
    background-color: white;
    border-color: #e63001; }
    .cxb-tooltip.cxm-error .cxe-tooltip-arrow-border {
      color: #e63001; }
    .cxb-tooltip.cxm-error .cxe-tooltip-arrow-fill {
      color: white; }

.cxe-tooltip-title {
  font-weight: bold;
  font-size: 100%; }

.cxe-tooltip-arrow-border, .cxe-tooltip-arrow-fill {
  border-style: solid;
  border-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.cxe-tooltip-arrow-border {
  color: #d5d5d5;
  border-width: 6px; }

.cxe-tooltip-arrow-fill {
  color: white;
  border-width: 5px; }

.cxs-place-right > .cxe-tooltip-arrow-fill, .cxs-place-right-up > .cxe-tooltip-arrow-fill, .cxs-place-right-down > .cxe-tooltip-arrow-fill {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -5px; }

.cxs-place-right > .cxe-tooltip-arrow-border, .cxs-place-right-up > .cxe-tooltip-arrow-border, .cxs-place-right-down > .cxe-tooltip-arrow-border {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -6px; }

.cxs-place-left > .cxe-tooltip-arrow-fill, .cxs-place-left-down > .cxe-tooltip-arrow-fill, .cxs-place-left-up > .cxe-tooltip-arrow-fill {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -5px; }

.cxs-place-left > .cxe-tooltip-arrow-border, .cxs-place-left-down > .cxe-tooltip-arrow-border, .cxs-place-left-up > .cxe-tooltip-arrow-border {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -6px; }

.cxs-place-right-down > .cxe-tooltip-arrow-fill, .cxs-place-left-down > .cxe-tooltip-arrow-fill {
  top: 26px; }

.cxs-place-right-down > .cxe-tooltip-arrow-border, .cxs-place-left-down > .cxe-tooltip-arrow-border {
  top: 26px; }

.cxs-place-right-up > .cxe-tooltip-arrow-fill, .cxs-place-right-up > .cxe-tooltip-arrow-border, .cxs-place-left-up > .cxe-tooltip-arrow-fill, .cxs-place-left-up > .cxe-tooltip-arrow-border {
  top: calc(100% + -26px); }

.cxs-place-up > .cxe-tooltip-arrow-fill, .cxs-place-up-left > .cxe-tooltip-arrow-fill, .cxs-place-up-right > .cxe-tooltip-arrow-fill {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -5px; }

.cxs-place-up > .cxe-tooltip-arrow-border, .cxs-place-up-left > .cxe-tooltip-arrow-border, .cxs-place-up-right > .cxe-tooltip-arrow-border {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -6px; }

.cxs-place-down > .cxe-tooltip-arrow-fill, .cxs-place-down-left > .cxe-tooltip-arrow-fill, .cxs-place-down-right > .cxe-tooltip-arrow-fill {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -5px; }

.cxs-place-down > .cxe-tooltip-arrow-border, .cxs-place-down-left > .cxe-tooltip-arrow-border, .cxs-place-down-right > .cxe-tooltip-arrow-border {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -6px; }

.cxs-place-down-right > .cxe-tooltip-arrow-fill, .cxs-place-down-right > .cxe-tooltip-arrow-border, .cxs-place-up-right > .cxe-tooltip-arrow-fill, .cxs-place-up-right > .cxe-tooltip-arrow-border {
  left: 26px; }

.cxs-place-down-left > .cxe-tooltip-arrow-fill, .cxs-place-up-left > .cxe-tooltip-arrow-fill {
  left: calc(100% + -26px); }

.cxs-place-down-left > .cxe-tooltip-arrow-border, .cxs-place-up-left > .cxe-tooltip-arrow-border {
  left: calc(100% + -26px); }

@keyframes cx-toast-enter-animation {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes cx-toast-leave-animation {
  to {
    transform: scale(0);
    opacity: 0; }
  from {
    transform: scale(1);
    opacity: 1; } }

.cxb-toast {
  color: rgba(0, 0, 0, 0.77);
  background-color: white;
  box-sizing: border-box;
  position: relative;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 5px 1px rgba(128, 128, 128, 0.3);
  border-style: solid;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .cxb-toast.cxs-pad {
    padding: 10px; }
  .cxb-toast.cxs-animate {
    animation: cx-toast-enter-animation 0.2s; }
  .cxb-toast.cxs-animate-leave {
    animation: cx-toast-leave-animation 0.2s;
    animation-fill-mode: forwards; }
  .cxb-toast.cxm-warning {
    color: #fff;
    background-color: #f09037; }
  .cxb-toast.cxm-primary {
    color: #fff;
    background-color: #1f99f8; }
  .cxb-toast.cxm-success {
    color: #fff;
    background-color: #5cb85c; }
  .cxb-toast.cxm-error {
    color: #fff;
    background-color: #d9534f; }

.cxb-toaster {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .cxb-toaster.cxs-placement-right {
    justify-content: center;
    align-items: flex-end; }
  .cxb-toaster.cxs-placement-left {
    justify-content: center;
    align-items: flex-start; }
  .cxb-toaster.cxs-placement-bottom {
    flex-direction: column-reverse; }
  .cxb-toaster.cxs-placement-top-left {
    align-items: flex-start; }
  .cxb-toaster.cxs-placement-top-right {
    align-items: flex-end; }
  .cxb-toaster.cxs-placement-bottom-left {
    justify-content: flex-end;
    align-items: flex-start; }
  .cxb-toaster.cxs-placement-bottom-right {
    justify-content: flex-end;
    align-items: flex-end; }

.cxe-toaster-item {
  margin: 0;
  height: 0;
  transition: all 0.2s ease-in-out; }
  .cxe-toaster-item.cxs-live {
    margin: 10px; }

.cxb-pagination {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 18px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-overflow-scrolling: touch; }
  .cxb-pagination:focus {
    outline: none; }

.cxe-pagination-page {
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  margin-left: -1px;
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 5px 10px;
  position: relative; }
  .cxe-pagination-page:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .cxe-pagination-page:first-child:after {
      content: '<';
      visibility: hidden; }
  .cxe-pagination-page:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .cxe-pagination-page:last-child:after {
      content: '>';
      visibility: hidden; }
  .cxe-pagination-page:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none; }
    .cxe-pagination-page:hover:focus {
      background-color: rgba(123, 190, 255, 0.15);
      outline: none; }
  .cxe-pagination-page.cxs-active {
    background-color: rgba(123, 190, 255, 0.4); }
    .cxb-pagination:focus > .cxe-pagination-page.cxs-active {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none; }
  .cxe-pagination-page.cxs-disabled {
    color: rgba(128, 128, 128, 0.5);
    background-color: rgba(128, 128, 128, 0.1);
    cursor: default; }

.cxe-pagination-icon-prev-page,
.cxe-pagination-icon-next-page {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px; }

.cxe-pagination-icon-prev-page {
  transform: rotate(180deg); }

.cxb-treenode {
  padding-left: 22px;
  position: relative; }
  .cxb-treenode.cxs-icon {
    padding-left: 38px; }
  .cxb-treenode.cxs-level-1 {
    margin-left: 20px; }
  .cxb-treenode.cxs-level-2 {
    margin-left: 40px; }
  .cxb-treenode.cxs-level-3 {
    margin-left: 60px; }
  .cxb-treenode.cxs-level-4 {
    margin-left: 80px; }
  .cxb-treenode.cxs-level-5 {
    margin-left: 100px; }
  .cxb-treenode.cxs-level-6 {
    margin-left: 120px; }
  .cxb-treenode.cxs-level-7 {
    margin-left: 140px; }
  .cxb-treenode.cxs-level-8 {
    margin-left: 160px; }
  .cxb-treenode.cxs-level-9 {
    margin-left: 180px; }
  .cxb-treenode.cxs-level-10 {
    margin-left: 200px; }
  .cxb-treenode.cxs-level-11 {
    margin-left: 220px; }
  .cxb-treenode.cxs-level-12 {
    margin-left: 240px; }
  .cxb-treenode.cxs-level-13 {
    margin-left: 260px; }
  .cxb-treenode.cxs-level-14 {
    margin-left: 280px; }
  .cxb-treenode.cxs-level-15 {
    margin-left: 300px; }
  .cxb-treenode.cxs-level-16 {
    margin-left: 320px; }
  .cxb-treenode.cxs-level-17 {
    margin-left: 340px; }
  .cxb-treenode.cxs-level-18 {
    margin-left: 360px; }
  .cxb-treenode.cxs-level-19 {
    margin-left: 380px; }
  .cxb-treenode.cxs-level-20 {
    margin-left: 400px; }

.cxe-treenode-handle {
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  left: 0;
  top: 50%;
  margin-top: -9px;
  bottom: 0;
  width: 34px;
  height: 18px; }
  .cxe-treenode-handle:hover {
    opacity: 1; }

.cxe-treenode-arrow {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 1px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  transform: rotate(-90deg);
  transition: transform 0.2s; }
  .cxs-expanded .cxe-treenode-arrow {
    transform: rotate(0); }

.cxe-treenode-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 17px;
  height: 16px;
  width: 16px;
  line-height: 16px; }

.cxb-grid.cxm-tree td {
  border-top: none; }

.cxb-grid {
  box-sizing: border-box;
  position: relative;
  font-size: 13px; }
  .cxb-grid table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    position: relative; }
  .cxb-grid .cxs-aligned-left {
    text-align: left; }
  .cxb-grid .cxs-aligned-right {
    text-align: right; }
  .cxb-grid .cxs-aligned-center {
    text-align: center; }
  .cxb-grid.cxs-scrollable {
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .cxb-grid.cxs-scrollable.cxs-border {
      border: 1px solid #e6e6e6; }
      .cxb-grid.cxs-scrollable.cxs-border table {
        border: none; }
    .cxb-grid.cxs-scrollable th {
      border-top: none;
      border-left: none; }
    .cxb-grid.cxs-scrollable th:last-child {
      border-right: none; }
    .cxb-grid.cxs-scrollable > .cxe-grid-scroll-area {
      overflow-y: auto;
      flex: 1 1 0%;
      -webkit-overflow-scrolling: touch; }
      .cxb-grid.cxs-scrollable > .cxe-grid-scroll-area.cxs-fixed-header .cxe-grid-header {
        visibility: hidden; }
    .cxb-grid.cxs-scrollable > .cxe-grid-fixed-header {
      overflow: hidden; }
      .cxb-grid.cxs-scrollable > .cxe-grid-fixed-header > table {
        width: auto;
        table-layout: fixed; }
  .cxb-grid.cxm-responsive {
    width: 100%; }
    .cxb-grid.cxm-responsive > .cxe-grid-scroll-area {
      overflow-x: auto; }

.cxe-grid-empty-text td {
  color: #aaa;
  padding: 2rem; }

.cxe-grid-col-header {
  text-align: left;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  font-size: 14px;
  font-weight: 600;
  color: #4a8bb8;
  background-color: #e5e9ec;
  border-color: #e5e9ec;
  background-clip: padding-box;
  padding: 8px; }
  .cxs-header-default .cxe-grid-col-header {
    border-width: 1px;
    border-style: solid;
    position: relative; }
  .cxs-header-plain .cxe-grid-col-header {
    background-color: transparent; }
  .cxe-grid-col-header.cxs-sortable {
    cursor: pointer;
    user-select: none; }
    .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc {
      background-color: #d9dfe3;
      color: #417ea7;
      border-color: #d9dfe3; }
      .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
        background-color: #d9dfe3;
        color: #417ea7;
        border-color: #d9dfe3; }
    .cxe-grid-col-header.cxs-sortable:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable:hover {
      background-color: #dfe4e8;
      border-color: #dfe4e8; }
    .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
      background-color: #d9dfe3;
      color: #417ea7;
      border-color: #d9dfe3; }
  .cxe-grid-col-header.cxs-tool {
    transition: padding-left 0.2s;
    padding-right: 31px; }
  .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) {
    padding-right: 21px; }
    .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) .cxe-grid-column-sort-icon {
      right: 2px; }
    .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc {
      padding-left: 21px; }
      .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc .cxe-grid-column-sort-icon, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc .cxe-grid-column-sort-icon {
        left: 2px; }
  .cxe-grid-col-header.cxs-sortable.cxs-aligned-center {
    padding-left: 21px; }
  .cxe-grid-col-header.cxs-sortable.cxs-aligned-right {
    padding-left: 21px; }
    .cxe-grid-col-header.cxs-sortable.cxs-aligned-right .cxe-grid-column-sort-icon {
      left: 2px; }

.cxe-grid-column-sort-icon {
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  transition: transform 0.1s linear; }
  .cxs-sorted-desc > .cxe-grid-column-sort-icon {
    transform: rotate(180deg); }

.cxe-grid-data {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff; }
  .cxe-grid-data td {
    padding: 0;
    border-top: 1px solid #e6e6e6;
    line-height: 18px; }
  .cxe-grid-data td.cxs-pad {
    padding: 8px; }
  .cxe-grid-data.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.03);
    outline: none; }
  .cxe-grid-data.cxs-selected {
    background-color: rgba(92, 151, 191, 0.1);
    color: #5c97bf;
    font-weight: 600; }
    .cxe-grid-data.cxs-selected.cxs-cursor {
      background-color: rgba(92, 151, 191, 0.2);
      outline: none; }
  .cxs-focused .cxe-grid-data.cxs-cursor, :focus .cxe-grid-data.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.03);
    outline: none; }
  .cxs-focused .cxe-grid-data.cxs-selected.cxs-cursor, :focus .cxe-grid-data.cxs-selected.cxs-cursor {
    background-color: rgba(92, 151, 191, 0.2);
    outline: none; }
  .cxs-drag-move .cxe-grid-data.cxs-dragged {
    display: none; }
  .cxs-drag-copy .cxe-grid-data.cxs-dragged {
    opacity: 0.5; }
  .cxe-grid-data.cxs-draggable {
    touch-action: none; }

.cxe-grid-dropzone {
  position: relative;
  padding: 0; }
  .cxs-drop-preview .cxe-grid-dropzone {
    border-top: 1px solid #e6e6e6; }
    .cxs-drop-preview .cxe-grid-dropzone:after {
      position: absolute;
      left: 3px;
      right: 3px;
      top: 3px;
      bottom: 3px;
      border: 1px dotted gray;
      content: ' '; }
  .cxs-drop-insertion .cxe-grid-dropzone {
    height: 0; }
    .cxs-drop-insertion .cxe-grid-dropzone:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-top: 1px solid black;
      content: ' ';
      box-shadow: 0 0 2px black; }

.cxe-grid-group-caption {
  font-weight: bold;
  font-size: 115%; }
  .cxe-grid-group-caption td {
    padding: 8px; }
  .cxe-grid-group-caption:not(:first-child) td {
    padding-top: 15px; }
  .cxe-grid-group-caption.cxs-level-2 {
    font-size: 130%; }
    .cxe-grid-group-caption.cxs-level-2 td {
      border-bottom: 1px solid grey; }
  .cxe-grid-group-caption.cxs-level-3 {
    font-size: 145%; }
    .cxe-grid-group-caption.cxs-level-3 td {
      border-bottom: 1px solid grey; }
  .cxe-grid-group-caption.cxs-level-4 {
    font-size: 160%; }
    .cxe-grid-group-caption.cxs-level-4 td {
      border-bottom: 1px solid grey; }

.cxe-grid-group-footer {
  font-weight: bold; }
  .cxe-grid-group-footer td {
    border-top: 1px solid #e6e6e6; }
    .cxe-grid-group-footer td.cxs-pad {
      padding: 8px; }
  .cxe-grid-group-footer.cxs-level-2 {
    font-weight: bold;
    font-size: 110%; }
    .cxe-grid-group-footer.cxs-level-2 td {
      border-top: 1px solid grey; }
  .cxe-grid-group-footer.cxs-level-3 {
    font-weight: bold;
    font-size: 120%; }
    .cxe-grid-group-footer.cxs-level-3 td {
      border-top: 1px solid grey; }
  .cxe-grid-group-footer.cxs-level-4 {
    font-weight: bold;
    font-size: 130%; }
    .cxe-grid-group-footer.cxs-level-4 td {
      border-top: 1px solid grey; }

.cxs-border table {
  border: 1px solid #e6e6e6; }

.cxs-vlines td:not(:last-child), .cxs-vlines th:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e6e6e6; }

.cxe-grid-fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.cxb-grid.cxs-selectable .cxe-grid-scroll-area {
  -webkit-overflow-scrolling: touch; }
  .cxb-grid.cxs-selectable .cxe-grid-scroll-area:focus {
    outline: none; }

.cxb-grid.cxs-selectable .cxe-grid-data {
  cursor: pointer; }

.cxb-grid.cxs-buffered .cxe-grid-data {
  white-space: nowrap; }

.cxe-grid-col-header-tool {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.cxb-dragsource {
  box-sizing: border-box; }
  .cxb-dragsource.cxs-dragged {
    opacity: 0.3; }
  .cxb-dragsource.cxs-draggable {
    touch-action: none; }

.cxb-dropzone {
  box-sizing: border-box;
  position: relative; }
  .cxb-dropzone.cxm-hline {
    height: 1px;
    margin-top: -1px;
    align-self: stretch; }
    .cxb-dropzone.cxm-hline.cxs-over {
      background: black;
      box-shadow: 0 0 2px black; }
  .cxb-dropzone.cxm-vline {
    width: 1px;
    margin-left: -1px;
    min-height: 1em;
    display: inline-block;
    vertical-align: middle;
    align-self: stretch; }
    .cxb-dropzone.cxm-vline.cxs-over {
      background: black;
      box-shadow: 0 0 2px black; }
  .cxb-dropzone.cxm-block {
    height: 1px;
    margin-top: -1px;
    align-self: stretch; }
    .cxb-dropzone.cxm-block.cxs-over {
      height: 25px;
      border: 2px dotted lightgray;
      margin: 5px; }
  .cxb-dropzone.cxm-inline-block {
    width: 1px;
    margin-left: -1px;
    min-height: 1em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    align-self: stretch; }
    .cxb-dropzone.cxm-inline-block:after {
      content: ' '; }
    .cxb-dropzone.cxm-inline-block.cxs-over {
      width: 50px;
      border: 2px dotted lightgray;
      margin: 5px; }

.cxb-draghandle {
  touch-action: none; }

.cxb-dragclone {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  opacity: 0.9;
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
  display: flex; }
  .cxb-dragclone > * {
    margin: 0 !important;
    display: block;
    flex: auto; }

.cxb-progressbar {
  box-sizing: border-box;
  position: relative;
  width: 180px;
  min-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #98d4ff;
  border-width: 1px;
  border-radius: 0;
  font-size: smaller;
  text-align: center;
  line-height: 24px; }
  .cxb-progressbar[disabled], .cxb-progressbar.cxs-disabled {
    opacity: 0.2; }

.cxe-progressbar-indicator {
  background-color: rgba(152, 212, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.cxe-progressbar-label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 22px;
  width: 100%;
  text-align: center; }

.cxs-text-anchor-middle {
  text-anchor: middle; }

.cxs-text-anchor-right {
  text-anchor: end; }

.cxb-svg {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 150px; }
  .cxb-svg > svg {
    width: 100%;
    height: 100%;
    position: absolute; }

.cxb-numericaxis {
  shape-rendering: crispEdges; }

.cxe-numericaxis-ticks {
  stroke: rgba(128, 128, 128, 0.3);
  stroke-width: 1px; }

.cxe-numericaxis-line {
  stroke: rgba(128, 128, 128, 0.2);
  stroke-width: 1px; }

.cxe-numericaxis-label {
  font-size: smaller;
  fill: currentColor; }

.cxe-numericaxis-label-offset {
  visibility: hidden; }

.cxb-categoryaxis {
  shape-rendering: crispEdges; }

.cxe-categoryaxis-ticks {
  stroke: rgba(128, 128, 128, 0.3);
  stroke-width: 1px; }

.cxe-categoryaxis-line {
  stroke: rgba(128, 128, 128, 0.2);
  stroke-width: 1px; }

.cxe-categoryaxis-label {
  font-size: smaller;
  fill: currentColor; }

.cxe-categoryaxis-label-offset {
  visibility: hidden; }

.cxb-timeaxis {
  shape-rendering: crispEdges; }

.cxe-timeaxis-ticks {
  stroke: rgba(128, 128, 128, 0.3);
  stroke-width: 1px; }

.cxe-timeaxis-line {
  stroke: rgba(128, 128, 128, 0.2);
  stroke-width: 1px; }

.cxe-timeaxis-label {
  font-size: smaller;
  fill: currentColor; }

.cxe-timeaxis-label-offset {
  visibility: hidden; }

.cxe-pieslice-slice {
  stroke-width: 0;
  fill: #eee;
  stroke: #ccc; }
  .cxe-pieslice-slice.cxs-selectable {
    cursor: pointer; }
  .cxe-pieslice-slice.cxs-selected {
    stroke-width: 2px; }

.cxb-legend {
  text-align: center; }

.cxe-legend-entry {
  display: inline-block;
  padding: 5px 5px 5px 30px;
  font-size: smaller;
  position: relative;
  margin: 5px;
  box-sizing: border-box;
  cursor: pointer; }
  .cxb-legend.cxs-vertical .cxe-legend-entry {
    display: block;
    text-align: left; }

.cxe-legend-svg {
  position: absolute;
  left: 5px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px; }

.cxe-legend-shape {
  fill: rgba(128, 128, 128, 0.1); }

.cxb-legendentry {
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer; }

.cxe-legendentry-svg {
  position: absolute;
  left: 5px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px; }

.cxe-legendentry-shape {
  fill: #eee; }

.cxb-gridlines {
  shape-rendering: crispEdges; }
  .cxb-gridlines path {
    stroke: rgba(128, 128, 128, 0.15);
    fill: none;
    stroke-width: 1; }

.cxe-column-rect {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc; }
  .cxe-column-rect.cxs-selectable {
    cursor: pointer; }
  .cxe-column-rect.cxs-selected {
    stroke-width: 2px; }

.cxe-bar-rect {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc; }
  .cxe-bar-rect.cxs-selectable {
    cursor: pointer; }
  .cxe-bar-rect.cxs-selected {
    stroke-width: 2px; }

.cxe-linegraph-line {
  stroke: gray;
  stroke-width: 2px;
  fill: none !important; }

.cxe-linegraph-area {
  stroke-width: 0;
  opacity: 0.5; }

.cxe-columngraph-column {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc; }
  .cxe-columngraph-column.cxs-selectable {
    cursor: pointer; }
  .cxe-columngraph-column.cxs-selected {
    stroke-width: 2px; }

.cxe-bargraph-bar {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc; }
  .cxe-bargraph-bar.cxs-selectable {
    cursor: pointer; }
  .cxe-bargraph-bar.cxs-selected {
    stroke-width: 2px; }

.cxe-scattergraph-shape {
  fill: gray;
  opacity: 0.8; }
  .cxe-scattergraph-shape.cxs-selected {
    stroke-width: 2px; }

.cxe-bubblegraph-bubble {
  fill: gray;
  opacity: 0.5; }
  .cxe-bubblegraph-bubble:hover {
    opacity: 0.75; }
  .cxe-bubblegraph-bubble.cxs-selected {
    stroke: black;
    stroke-width: 2px; }

.cxe-marker-shape {
  fill: gray;
  stroke: gray;
  stroke-width: 1px; }
  .cxs-draggable-x > .cxe-marker-shape {
    cursor: ew-resize;
    touch-action: none; }
  .cxs-draggable-y > .cxe-marker-shape {
    cursor: ns-resize;
    touch-action: none; }
  .cxs-draggable-xy > .cxe-marker-shape {
    cursor: move;
    touch-action: none; }
  .cxs-selectable > .cxe-marker-shape {
    cursor: pointer; }

.cxe-markerline-line {
  stroke: gray;
  stroke-width: 1px; }

.cxe-range-rect {
  stroke-width: 0;
  fill-opacity: 0.3;
  fill: lightgray; }

.cxs-color-0 {
  fill: #afa7d1;
  stroke: #9e96bc;
  background: #afa7d1;
  border-color: #9e96bc; }
  .cxs-color-0.cxs-selectable:hover {
    fill: #9b90c5;
    stroke: #8c82b1;
    background: #9b90c5;
    border-color: #8c82b1; }
  .cxs-color-0.cxs-selected, .cxs-color-0.cxs-selected:hover {
    fill: #5e4ea2;
    stroke: #554692;
    background: #5e4ea2;
    border-color: #554692; }
  .cxs-color-0.cxs-disabled {
    fill: #ebe9f3;
    stroke: #d4d2db;
    background: #ebe9f3;
    border-color: #d4d2db; }

.cxs-color-1 {
  fill: #cdcce9;
  stroke: #b9b8d2;
  background: #cdcce9;
  border-color: #b9b8d2; }
  .cxs-color-1.cxs-selectable:hover {
    fill: #c0bfe4;
    stroke: #adaccd;
    background: #c0bfe4;
    border-color: #adaccd; }
  .cxs-color-1.cxs-selected, .cxs-color-1.cxs-selected:hover {
    fill: #9a99d4;
    stroke: #8b8abf;
    background: #9a99d4;
    border-color: #8b8abf; }
  .cxs-color-1.cxs-disabled {
    fill: #f2f2fa;
    stroke: #dadae1;
    background: #f2f2fa;
    border-color: #dadae1; }

.cxs-color-2 {
  fill: #a8b9cc;
  stroke: #97a7b8;
  background: #a8b9cc;
  border-color: #97a7b8; }
  .cxs-color-2.cxs-selectable:hover {
    fill: #92a7bf;
    stroke: #8396ac;
    background: #92a7bf;
    border-color: #8396ac; }
  .cxs-color-2.cxs-selected, .cxs-color-2.cxs-selected:hover {
    fill: #517399;
    stroke: #49688a;
    background: #517399;
    border-color: #49688a; }
  .cxs-color-2.cxs-disabled {
    fill: #e9edf2;
    stroke: #d2d5da;
    background: #e9edf2;
    border-color: #d2d5da; }

.cxs-color-3 {
  fill: #dce3f9;
  stroke: #c6cce0;
  background: #dce3f9;
  border-color: #c6cce0; }
  .cxs-color-3.cxs-selectable:hover {
    fill: #d3dcf8;
    stroke: #bec6df;
    background: #d3dcf8;
    border-color: #bec6df; }
  .cxs-color-3.cxs-selected, .cxs-color-3.cxs-selected:hover {
    fill: #b9c6f3;
    stroke: #a7b2db;
    background: #b9c6f3;
    border-color: #a7b2db; }
  .cxs-color-3.cxs-disabled {
    fill: #f6f8fe;
    stroke: #dddfe5;
    background: #f6f8fe;
    border-color: #dddfe5; }

.cxs-color-4 {
  fill: #d3e9f7;
  stroke: #bed2de;
  background: #d3e9f7;
  border-color: #bed2de; }
  .cxs-color-4.cxs-selectable:hover {
    fill: #c7e3f5;
    stroke: #b3ccdd;
    background: #c7e3f5;
    border-color: #b3ccdd; }
  .cxs-color-4.cxs-selected, .cxs-color-4.cxs-selected:hover {
    fill: #a6d2f0;
    stroke: #95bdd8;
    background: #a6d2f0;
    border-color: #95bdd8; }
  .cxs-color-4.cxs-disabled {
    fill: #f4f9fd;
    stroke: #dce0e4;
    background: #f4f9fd;
    border-color: #dce0e4; }

.cxs-color-5 {
  fill: #a8c7dd;
  stroke: #97b3c7;
  background: #a8c7dd;
  border-color: #97b3c7; }
  .cxs-color-5.cxs-selectable:hover {
    fill: #92bad4;
    stroke: #83a7bf;
    background: #92bad4;
    border-color: #83a7bf; }
  .cxs-color-5.cxs-selected, .cxs-color-5.cxs-selected:hover {
    fill: #5190ba;
    stroke: #4982a7;
    background: #5190ba;
    border-color: #4982a7; }
  .cxs-color-5.cxs-disabled {
    fill: #e9f1f6;
    stroke: #d2d9dd;
    background: #e9f1f6;
    border-color: #d2d9dd; }

.cxs-color-6 {
  fill: #b9dcf5;
  stroke: #a7c6dd;
  background: #b9dcf5;
  border-color: #a7c6dd; }
  .cxs-color-6.cxs-selectable:hover {
    fill: #a7d4f2;
    stroke: #96bfda;
    background: #a7d4f2;
    border-color: #96bfda; }
  .cxs-color-6.cxs-selected, .cxs-color-6.cxs-selected:hover {
    fill: #72baea;
    stroke: #67a7d3;
    background: #72baea;
    border-color: #67a7d3; }
  .cxs-color-6.cxs-disabled {
    fill: #edf6fc;
    stroke: #d5dde3;
    background: #edf6fc;
    border-color: #d5dde3; }

.cxs-color-7 {
  fill: #a9e0f6;
  stroke: #98cadd;
  background: #a9e0f6;
  border-color: #98cadd; }
  .cxs-color-7.cxs-selectable:hover {
    fill: #94d9f3;
    stroke: #85c3db;
    background: #94d9f3;
    border-color: #85c3db; }
  .cxs-color-7.cxs-selected, .cxs-color-7.cxs-selected:hover {
    fill: #54c2ec;
    stroke: #4cafd4;
    background: #54c2ec;
    border-color: #4cafd4; }
  .cxs-color-7.cxs-disabled {
    fill: #eaf7fd;
    stroke: #d3dee4;
    background: #eaf7fd;
    border-color: #d3dee4; }

.cxs-color-8 {
  fill: #99d3fa;
  stroke: #8abee1;
  background: #99d3fa;
  border-color: #8abee1; }
  .cxs-color-8.cxs-selectable:hover {
    fill: #80c8f9;
    stroke: #73b4e0;
    background: #80c8f9;
    border-color: #73b4e0; }
  .cxs-color-8.cxs-selected, .cxs-color-8.cxs-selected:hover {
    fill: #33a7f5;
    stroke: #2e96dd;
    background: #33a7f5;
    border-color: #2e96dd; }
  .cxs-color-8.cxs-disabled {
    fill: #e6f4fe;
    stroke: #cfdce5;
    background: #e6f4fe;
    border-color: #cfdce5; }

.cxs-color-9 {
  fill: #a0e4ff;
  stroke: #90cde6;
  background: #a0e4ff;
  border-color: #90cde6; }
  .cxs-color-9.cxs-selectable:hover {
    fill: #89deff;
    stroke: #7bc8e6;
    background: #89deff;
    border-color: #7bc8e6; }
  .cxs-color-9.cxs-selected, .cxs-color-9.cxs-selected:hover {
    fill: #41caff;
    stroke: #3bb6e6;
    background: #41caff;
    border-color: #3bb6e6; }
  .cxs-color-9.cxs-disabled {
    fill: #e7f8ff;
    stroke: #d0dfe6;
    background: #e7f8ff;
    border-color: #d0dfe6; }

.cxs-color-10 {
  fill: #c2f1ff;
  stroke: #afd9e6;
  background: #c2f1ff;
  border-color: #afd9e6; }
  .cxs-color-10.cxs-selectable:hover {
    fill: #b3edff;
    stroke: #a1d5e6;
    background: #b3edff;
    border-color: #a1d5e6; }
  .cxs-color-10.cxs-selected, .cxs-color-10.cxs-selected:hover {
    fill: #85e2ff;
    stroke: #78cbe6;
    background: #85e2ff;
    border-color: #78cbe6; }
  .cxs-color-10.cxs-disabled {
    fill: #f0fbff;
    stroke: #d8e2e6;
    background: #f0fbff;
    border-color: #d8e2e6; }

.cxs-color-11 {
  fill: #99d7c4;
  stroke: #8ac2b0;
  background: #99d7c4;
  border-color: #8ac2b0; }
  .cxs-color-11.cxs-selectable:hover {
    fill: #80cdb5;
    stroke: #73b9a3;
    background: #80cdb5;
    border-color: #73b9a3; }
  .cxs-color-11.cxs-selected, .cxs-color-11.cxs-selected:hover {
    fill: #34b089;
    stroke: #2f9e7b;
    background: #34b089;
    border-color: #2f9e7b; }
  .cxs-color-11.cxs-disabled {
    fill: #e6f5f0;
    stroke: #cfddd8;
    background: #e6f5f0;
    border-color: #cfddd8; }

.cxs-color-12 {
  fill: #a0ead7;
  stroke: #90d3c2;
  background: #a0ead7;
  border-color: #90d3c2; }
  .cxs-color-12.cxs-selectable:hover {
    fill: #88e5cd;
    stroke: #7aceb9;
    background: #88e5cd;
    border-color: #7aceb9; }
  .cxs-color-12.cxs-selected, .cxs-color-12.cxs-selected:hover {
    fill: #41d5af;
    stroke: #3bc09e;
    background: #41d5af;
    border-color: #3bc09e; }
  .cxs-color-12.cxs-disabled {
    fill: #e7faf5;
    stroke: #d0e1dd;
    background: #e7faf5;
    border-color: #d0e1dd; }

.cxs-color-13 {
  fill: #c1fbe9;
  stroke: #aee2d2;
  background: #c1fbe9;
  border-color: #aee2d2; }
  .cxs-color-13.cxs-selectable:hover {
    fill: #b2fae3;
    stroke: #a0e1cc;
    background: #b2fae3;
    border-color: #a0e1cc; }
  .cxs-color-13.cxs-selected, .cxs-color-13.cxs-selected:hover {
    fill: #84f7d3;
    stroke: #77debe;
    background: #84f7d3;
    border-color: #77debe; }
  .cxs-color-13.cxs-disabled {
    fill: #f0fef9;
    stroke: #d8e5e0;
    background: #f0fef9;
    border-color: #d8e5e0; }

.cxs-color-14 {
  fill: #defdf3;
  stroke: #c8e4db;
  background: #defdf3;
  border-color: #c8e4db; }
  .cxs-color-14.cxs-selectable:hover {
    fill: #d6fcf0;
    stroke: #c1e3d8;
    background: #d6fcf0;
    border-color: #c1e3d8; }
  .cxs-color-14.cxs-selected, .cxs-color-14.cxs-selected:hover {
    fill: #bdfbe7;
    stroke: #aae2d0;
    background: #bdfbe7;
    border-color: #aae2d0; }
  .cxs-color-14.cxs-disabled {
    fill: #f7fefc;
    stroke: #dee5e3;
    background: #f7fefc;
    border-color: #dee5e3; }

.cxb-section.cxm-card.cxm-card, .cxb-section.cxm-well {
  background-color: white;
  box-shadow: #dbdfed 0 3px, #e5e8f2 0 0 0 1px;
  color: #66686e; }

.cxe-section-header.cxe-section-header {
  color: #24b5d6;
  font-weight: normal; }
  .cxm-pad > .cxe-section-header.cxe-section-header {
    border: none; }

.cxb-datefield .cxb-calendar {
  border-color: transparent !important; }

.cxb-monthfield .cxb-monthpicker {
  border-color: transparent !important; }

.cxb-colorfield .cxb-colorpicker {
  border-color: transparent !important; }

.cxb-button, .cxb-tab, .cxb-menu {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.cxb-button.cxs-icon.cxs-empty .cxe-button-icon {
  left: 12.5px; }

.cxb-treenode.cxs-folder {
  font-weight: 600;
  color: #949494; }
  .cxb-treenode.cxs-folder.cxs-level-0 {
    text-transform: uppercase;
    color: #4a8bb8; }

.cxb-treenode.cxm-no-icon .cxe-treenode-arrow {
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px; }

.cxe-window-shadow {
  background-color: rgba(128, 128, 128, 0.3); }

.cxb-section.cxm-card.cxm-card, .cxb-section.cxm-well {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.19); }
  .cxb-section.cxm-card.cxm-card .cxe-section-header, .cxb-section.cxm-well .cxe-section-header {
    border-color: #e6e6e6; }
  .cxb-section.cxm-card.cxm-card h3, .cxb-section.cxm-well h3 {
    color: #2574a9; }

.cxe-radio-text {
  margin-left: 26px; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-1 {
  flex: 1 !important; }

.momentum-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.cxb-menu.cxm-settings-menu > .cxe-menu-item > .cxb-menuitem {
  border-radius: 0; }

.cxb-menu .cxe-menuitem-title {
  margin: 10px 5px 0; }

text {
  fill: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem; }

.cxb-marker.cxm-transparent .cxe-marker-shape {
  fill: rgba(0, 0, 0, 0.1);
  stroke-width: 0; }

.hamburger {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  flex-shrink: 0; }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger:after, .hamburger:before {
    background-color: rgba(92, 151, 191, 0.8);
    transition: all .2s linear;
    content: ' ';
    display: block;
    position: absolute;
    height: 1px;
    left: 2px;
    right: 2px;
    top: 9px; }
  .hamburger:before {
    box-shadow: rgba(92, 151, 191, 0.8) 0 -7px; }
  .hamburger:after {
    box-shadow: rgba(92, 151, 191, 0.8) 0 7px; }
  .hamburger.open:before {
    box-shadow: rgba(92, 151, 191, 0.8) 0 -4px; }
  .hamburger.open:after {
    box-shadow: rgba(92, 151, 191, 0.8) 0 4px; }

.generic-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }
  .generic-table thead tr {
    text-align: left;
    vertical-align: bottom;
    font-weight: bold; }
  .generic-table thead th {
    padding: 8px;
    font-size: 13px;
    color: #4a8bb8;
    font-weight: bold;
    background-color: #e5e9ec; }
    .generic-table thead th.pull-right {
      text-align: right; }
  .generic-table tbody tr {
    text-align: left; }
    .generic-table tbody tr.table-footer {
      text-align: right;
      font-weight: bold; }
      .generic-table tbody tr.table-footer td {
        border-style: solid;
        border-width: 1px 0;
        border-color: transparent; }
    .generic-table tbody tr.spacer-row {
      height: 30px; }
      .generic-table tbody tr.spacer-row td {
        border-color: transparent; }
  .generic-table tbody th {
    padding: 8px;
    font-size: 13px;
    color: #4a8bb8;
    background-color: #e5e9ec;
    font-weight: bold; }
    .generic-table tbody th.pull-right {
      text-align: right; }
  .generic-table tbody td {
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6; }
    .generic-table tbody td.pull-right {
      text-align: right; }
    .generic-table tbody td.emphasize-data {
      background-color: rgba(0, 0, 0, 0.01); }
  .generic-table tfoot tr.table-footer {
    font-size: 13px;
    font-weight: bold; }
    .generic-table tfoot tr.table-footer td {
      border-style: solid;
      border-width: 1px 0;
      border-color: transparent;
      padding: 8px; }

.generic-table td:nth-child(1) {
  text-align: left !important; }

.cxb-loading-overlay-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  animation: fadein 0.2s;
  font-size: 12px; }
  .cxb-loading-overlay-container.cxm-inset {
    padding: 5px 10px; }

.cxe-loading-overlay-indicator {
  text-transform: uppercase; }

.cxe-loading-overlay-error {
  color: red; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.cxb-daterange-menu {
  width: 220px; }
  .cxb-daterange-menu li {
    width: 100%; }

.cxb-daterange-field {
  background-color: white;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  width: 100%; }

html {
  font-size: 14px;
  font-weight: 600; }

.layout,
.pane-header,
.pane-modules,
.pane-simple,
.pane-clients,
.pane-portfolio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.pane-modules, .pane-simple, .pane-clients, .pane-portfolio {
  margin: 0 12px; }
  .closed.pane-modules, .closed.pane-simple, .closed.pane-clients, .closed.pane-portfolio {
    transform: translate3d(0, 100%, 0); }

.layout {
  background: #51626f; }

.pane-content {
  overflow: hidden;
  height: 100%; }
  .opened .pane-content,
  .collapsed .pane-content,
  .focused .pane-content {
    display: block;
    height: 100%; }
  .opened .pane-content {
    overflow: auto; }
  .layout-animation .from-closed .pane-content {
    animation-duration: 1s;
    animation-name: remove-content-from-closed; }
  .layout-animation .from-opened .pane-content {
    animation-duration: 1s;
    animation-name: remove-content-from-opened; }
  .layout-animation .from-collapsed .pane-content {
    animation-duration: 1s;
    animation-name: remove-content-from-collapsed; }
  .layout-animation .from-focused .pane-content {
    animation-duration: 1s;
    animation-name: remove-content-from-focused; }

@keyframes remove-content-from-closed {
  0% {
    visibility: hidden;
    opacity: 0; }
  70% {
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes remove-content-from-opened {
  0% {
    visibility: hidden;
    opacity: 0; }
  70% {
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes remove-content-from-collapsed {
  0% {
    visibility: hidden;
    opacity: 0; }
  70% {
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes remove-content-from-collapsed {
  0% {
    visibility: hidden;
    opacity: 0; }
  70% {
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes remove-content-from-focused {
  0% {
    visibility: hidden;
    opacity: 0; }
  70% {
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1; } }

.pane-header {
  background-color: #394853;
  color: white;
  margin: 20px;
  border-radius: 0px; }
  .pane-header.collapsed {
    border-radius: 0;
    margin: 0; }
    .layout-animation .pane-header.collapsed {
      animation-name: collapse-header-from-focused;
      animation-duration: 0.35s; }

@keyframes collapse-header-from-focused {
  from {
    margin: 20px;
    border-radius: 0px; }
  to {
    border-radius: 0;
    margin: 0; } }

@keyframes focus-header-from-collapsed {
  from {
    border-radius: 0;
    margin: 0; }
  to {
    margin: 20px;
    border-radius: 0px; } }

.header-toolbar {
  padding: 6px 6px 0 0; }

.header-logo {
  height: 22px;
  padding: 5px 16px;
  display: inline-block; }
  .header-logo img {
    height: 100%;
    width: auto; }

.header-title {
  color: white;
  line-height: 34px;
  font-size: 17px;
  font-weight: 600;
  margin: 2px 0 0 12px;
  position: relative;
  text-transform: uppercase; }
  .header-title:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -16px;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -4px;
    border-radius: 50%; }

.pane-modules {
  width: 80%;
  margin: 0 auto;
  top: 48px;
  transform: translate3d(0, 100%, 0) scale(1, 1);
  background: #51626f; }
  .pane-modules.opened {
    transform: translate3d(0, 50%, 0) scale(1, 1);
    background: #51626f;
    border-radius: 0px 0px 0 0; }
    .layout-animation .pane-modules.opened.from-collapsed {
      animation-name: open-modules-from-collapsed;
      animation-duration: 0.7s; }
    .layout-animation .pane-modules.opened.from-closed {
      animation-name: open-modules-from-closed;
      animation-duration: 0.7s; }
  .pane-modules.collapsed {
    width: auto;
    margin: 0;
    background: #5a6c7b;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0;
    transform: translate3d(0, 0, 0); }
    .layout-animation .pane-modules.collapsed {
      animation-name: collapse-modules-from-opened;
      animation-duration: 0.7s; }

@keyframes collapse-modules-from-opened {
  0% {
    transform: translate3d(0, 50%, 0) scale(1, 1);
    background: #51626f;
    border-radius: 0px 0px 0 0;
    width: 80%;
    margin: 0 auto;
    transform: translate3d(0, 50%, 0) scale(1, 1); }
  60% {
    background-color: #51626f;
    transform: translate3d(0, 0, 0) scale(1, 1);
    border-radius: 0px 0px 0 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0; }
  100% {
    width: auto;
    margin: 0;
    background: #5a6c7b;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0;
    transform: translate3d(0, 0, 0);
    width: 80%;
    margin: 0 auto;
    transform: translate3d(0, 0, 0) scale(1.25, 1); } }

@keyframes open-modules-from-collapsed {
  from {
    width: auto;
    margin: 0;
    background: #5a6c7b;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0;
    transform: translate3d(0, 0, 0);
    width: 80%;
    margin: 0 auto;
    transform: translate3d(0, 0, 0) scale(1.25, 1); }
  to {
    transform: translate3d(0, 50%, 0) scale(1, 1);
    background: #51626f;
    border-radius: 0px 0px 0 0;
    width: 80%;
    margin: 0 auto;
    transform: translate3d(0, 50%, 0) scale(1, 1); } }

@keyframes open-modules-from-closed {
  from {
    transform: translate3d(0, 100%, 0) scale(1, 1);
    background: #51626f; }
  to {
    transform: translate3d(0, 50%, 0) scale(1, 1);
    background: #51626f;
    border-radius: 0px 0px 0 0; } }

.pane-simple {
  background-color: white; }
  .pane-simple.opened {
    transform: none; }
    .layout-animation .pane-simple.opened.from-closed {
      animation-name: open-simple-from-closed;
      animation-duration: 0.7s; }
  .pane-simple.closed {
    transform: translate3d(0, 100%, 0); }
    .layout-animation .pane-simple.closed.from-open {
      animation-name: close-simple-from-opened;
      animation-duration: 0.7s; }

@keyframes open-simple-from-closed {
  0% {
    transform: translate3d(0, 100%, 0); }
  60% {
    transform: translate3d(0, 100%, 0); }
  100% {
    transform: none; } }

@keyframes close-simple-from-opened {
  0% {
    transform: none; }
  40% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 100%, 0); } }

.context-header {
  opacity: 0; }
  .collapsed .context-header {
    opacity: 1; }
    .layout-animation .collapsed .context-header.from-open {
      animation-name: show-context-header;
      animation-duration: .6s; }

@keyframes show-context-header {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modules {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #394853; }
  .collapsed .modules {
    display: none; }
  .modules-cell {
    border-right: 1px solid #394853;
    width: 20%;
    min-width: 160px; }
    .modules-cell:first-child {
      border-left: 1px solid #394853; }

.module-link {
  text-align: center;
  display: block;
  position: relative;
  padding: 16px; }

.module-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0; }

.logo {
  padding-top: 24px;
  position: absolute;
  right: 0;
  left: 0;
  top: 25%;
  transition: all .4s; }
  .logo-img {
    width: 200px;
    margin: 0 auto;
    height: auto;
    display: block; }
  .focused .logo {
    transform: scale(1.75); }
  .collapsed .logo {
    display: none; }

.pane-clients {
  top: 108px;
  border-radius: 0px 0px 0 0; }
  .pane-clients.opened {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 0, 0); }
    .layout-animation .pane-clients.opened.from-closed {
      animation-name: clients-open-from-closed;
      animation-duration: 0.7s; }
    .layout-animation .pane-clients.opened.from-collapsed {
      animation-name: clients-open-from-collapsed;
      animation-duration: 0.7s; }
  .pane-clients.collapsed {
    margin: 0 12px;
    background-color: #c2cdd6;
    top: 58px; }
    .layout-animation .pane-clients.collapsed.from-opened {
      animation-name: clients-collapse-from-opened;
      animation-duration: 0.7s; }
  .pane-clients.closed {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 100%, 0); }
    .layout-animation .pane-clients.closed.from-opened {
      animation-name: clients-close-from-opened;
      animation-duration: 0.7s; }
  .pane-clients-content {
    position: relative;
    overflow: auto;
    height: 100%;
    z-index: 100; }
  .pane-clients-watermark {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 600px;
    color: whitesmoke; }

@keyframes clients-open-from-closed {
  0% {
    transform: translate3d(0, 100%, 0); }
  60% {
    transform: translate3d(0, 100%, 0); }
  100% {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 0, 0); } }

@keyframes clients-open-from-collapsed {
  0% {
    margin: 0 12px;
    background-color: #c2cdd6;
    transform: translate3d(0, 0, 0);
    top: 58px; }
  40% {
    transform: translate3d(0, 0, 0);
    margin: 0 160px;
    background-color: #dde3e8; }
  100% {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 50px, 0);
    top: 58px; } }

@keyframes clients-collapse-from-opened {
  0% {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 108px; }
  60% {
    transform: translate3d(0, -50px, 0);
    margin: 0 160px;
    background-color: #dde3e8; }
  100% {
    margin: 0 12px;
    background-color: #c2cdd6;
    transform: translate3d(0, -50px, 0);
    top: 108px; } }

@keyframes clients-close-from-opened {
  from {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 0, 0); }
  to {
    background-color: #dde3e8;
    margin: 0 160px;
    transform: translate3d(0, 100%, 0); } }

.client-search {
  position: relative;
  margin: 12px 160px 0;
  font-size: 15px; }
  .client-search .client-search-back-icon {
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
    left: -24px;
    top: 0;
    line-height: 40px; }
  .client-search-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    color: white; }
  .client-search-input {
    width: 100%;
    display: block; }
    .client-search-input .cxe-textfield-input {
      background: rgba(255, 255, 255, 0.2);
      border: rgba(255, 255, 255, 0.3);
      color: white;
      height: 40px;
      line-height: 26px;
      padding-left: 36px;
      border-radius: 0px; }
      .client-search-input .cxe-textfield-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.5);
        font-weight: lighter; }

.clients-list {
  list-style: none;
  margin-top: 24px;
  margin-left: 0;
  padding-left: 12px; }
  .clients-list .cxb-link {
    color: #3b4f59;
    line-height: 32px;
    padding-left: 24px;
    display: block; }
    .clients-list .cxb-link.cxs-active {
      color: white;
      background: #35addc; }

.clients-context-toolbar {
  height: 44px;
  border-bottom: 1px solid #9fb1bf; }
  .clients-context-toolbar .cxb-lookupfield.cxm-header-tool .cxe-lookupfield-input, .clients-context-toolbar .cxb-menuitem.cxs-horizontal a.array-header-tool-button {
    background-color: transparent;
    border-width: 0 0 0 1px;
    border-color: #9fb1bf;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    font-size: 15px;
    color: #0b455d; }
  .clients-context-toolbar .header-tool-button, .clients-context-toolbar .cxb-menuitem.cxs-horizontal a.menu-header-tool-button {
    border-width: 0 0 0 1px;
    border-color: #9fb1bf;
    border-style: solid;
    font-size: 20px;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #0b455d; }
  .clients-context-toolbar .cxb-lookupfield.cxm-header-tool.cxs-focus {
    background-color: rgba(92, 151, 191, 0.2); }
  .clients-context-toolbar .cxb-menuitem.cxs-horizontal a.menu-header-tool-button .cxb-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    vertical-align: inherit; }

.breadcrumb-nav {
  line-height: 34px;
  white-space: nowrap; }
  .breadcrumb-nav-item {
    color: #0b455d;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    line-height: 44px;
    background: #35addc;
    color: white; }
    .breadcrumb-nav-item:before {
      content: ' ';
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: -6px;
      width: 12px;
      height: 12px;
      background-color: #35addc;
      transform-origin: 50% 50%;
      transform: rotate(45deg);
      z-index: 1; }
    .breadcrumb-nav-item:last-child {
      transition: background-color .2s;
      background-color: #2574a9;
      color: white; }
      .breadcrumb-nav-item:last-child:before {
        display: none; }
    .breadcrumb-nav-item.active {
      background-color: #778898; }

.pane-content.cxm-portfolio-list {
  overflow: auto; }

.sign-in-layout {
  background-color: #394853;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 20px solid #51626f; }

.sign-in-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.08); }

.sign-in-logo {
  background: #51626f;
  text-align: center;
  padding: 24px; }
  .sign-in-logo img {
    width: 200px; }

.sign-in-form {
  background-color: #51626f;
  position: relative;
  top: 25%; }
  .sign-in-form h3 {
    color: gray;
    margin-bottom: 20px; }
  .sign-in-form form {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9); }

.cxm-hollow.grid-icon-button {
  border-radius: 6px;
  padding: 0;
  height: 16px; }
  .cxm-hollow.grid-icon-button:hover {
    color: #4a8bb8;
    background-color: transparent; }
  .cxm-hollow.grid-icon-button i {
    font-size: 16px; }

.per-graph-window .cxe-window-body {
  display: flex;
  flex-direction: column; }
  .per-graph-window .cxe-window-body > .cxb-flexbox {
    flex: 1; }

.portfolio-positions .cxs-pad {
  position: relative; }
  .portfolio-positions .cxs-pad .portfolio-positions-icon {
    font-size: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 2px; }

.cxm-value-indicator {
  position: absolute;
  top: 25px;
  left: 70px;
  background-color: rgba(255, 255, 255, 0.5); }

.asset-allocation-grid tbody:nth-last-child(2) {
  font-weight: 600; }

.asset-allocation-grid tbody:last-child {
  color: #aeb6be; }

.long-input-lookupfield > .cxe-lookupfield-input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.cxe-grid-col-header.cxs-aligned-right .cxe-daterange-helper {
  display: flex;
  justify-content: flex-end; }

.cxm-hollow.grid-icon-button {
  border-radius: 6px;
  padding: 0;
  height: 16px; }
  .cxm-hollow.grid-icon-button:hover {
    color: #4a8bb8;
    background-color: transparent; }
  .cxm-hollow.grid-icon-button i {
    font-size: 16px; }

.per-graph-window .cxe-window-body {
  display: flex;
  flex-direction: column; }
  .per-graph-window .cxe-window-body > .cxb-flexbox {
    flex: 1; }

.portfolio-positions .cxs-pad {
  position: relative; }
  .portfolio-positions .cxs-pad .portfolio-positions-icon {
    font-size: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 2px; }

.complex-header-grid .cxe-grid-col-header {
  border-color: #cdd6de; }

.pane-portfolio {
  background-color: white;
  top: 102px; }
  .layout-animation .pane-portfolio.opened.from-closed {
    animation-name: portfolio-open-from-closed;
    animation-duration: 0.6s; }
  .layout-animation .pane-portfolio.opened.from-down {
    animation-name: portfolio-open-from-down;
    animation-duration: 0.6s; }
  .pane-portfolio.closed {
    transform: translate3d(0, 100%, 0); }
    .layout-animation .pane-portfolio.closed.from-opened {
      animation-name: portfolio-close-from-opened;
      animation-duration: 0.6s; }
    .layout-animation .pane-portfolio.closed.from-down {
      animation-name: portfolio-close-from-down;
      animation-duration: 0.6s; }
  .pane-portfolio.down {
    transform: translate3d(0, 50%, 0); }
    .layout-animation .pane-portfolio.down.from-opened {
      animation-name: portfolio-down-from-opened;
      animation-duration: 0.6s; }

@keyframes portfolio-open-from-closed {
  from {
    transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes portfolio-open-from-down {
  from {
    transform: translate3d(0, 50%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes portfolio-close-from-opened {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 100%, 0); } }

@keyframes portfolio-close-from-down {
  from {
    transform: translate3d(0, 50%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes portfolio-down-from-opened {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 50%, 0); } }

.nav-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  margin: 0;
  border-top: 6px solid #9fb1bf; }

.nav-card {
  flex-grow: 1;
  flex-basis: 25%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #9fb1bf;
  margin: 0; }
  .nav-card > .cxb-link {
    color: #0b455d;
    display: block;
    padding: 12px 12px 12px 24px; }
    .nav-card > .cxb-link.cxs-active {
      background: #2574a9;
      color: white;
      outline: 1px solid #2574a9; }
    .nav-card > .cxb-link .fal {
      float: right; }
    .nav-card > .cxb-link .fa-lg {
      line-height: 1;
      vertical-align: middle;
      font-size: 20px; }

.cxe-graph-tooltip-header {
  font-size: 13px;
  font-weight: 600;
  color: #5c97bf;
  margin-bottom: 8px;
  display: inline-block; }

.investment-proposal .cxe-radio-input {
  display: none; }

.investment-active {
  color: #4a8bb8;
  font-weight: 600; }
  .investment-active .cxe-radio-input {
    border-color: #4a8bb8; }
    .investment-active .cxe-radio-input:before {
      background-color: #4a8bb8; }

.comparison .cxe-flexbox-flexbox.cxs-row {
  flex-wrap: wrap;
  justify-content: space-between; }

.ip-wizard-card.comparison {
  height: 850px !important; }
  .ip-wizard-card.comparison > .cxe-section-body {
    padding: 1.5rem 0.5rem !important; }

.graph-card {
  box-sizing: border-box;
  min-width: 270px;
  flex: 1;
  max-height: 350px;
  margin: 0 1rem 2rem; }

.proposal-message {
  font-size: 32px;
  color: #2574a9; }

.proposal-action {
  margin: 2rem 0 0; }
  .proposal-action .proposal-action-button {
    margin: 0 2rem 0 0; }
    @media screen and (max-width: 480px) {
      .proposal-action .proposal-action-button {
        margin: 1rem 2rem 0 0; } }

.pane-wizard {
  top: 168px;
  overflow: auto; }
  .pane-wizard .ip-wizard-footer {
    margin: 20px 0 0; }

.wizard {
  display: flex;
  margin: 0 24px; }
  .wizard-step {
    display: block;
    color: white;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    text-decoration: none; }
    .wizard-step:after {
      content: ' ';
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -12px;
      border: 1px solid rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      width: 24px;
      height: 24px; }
    .wizard-step:before {
      content: ' ';
      position: absolute;
      bottom: -7px;
      left: 50%;
      margin-left: -7px;
      border-radius: 50%;
      background: #4ecdc4;
      width: 16px;
      height: 16px; }
    .wizard-step.cxs-active {
      text-decoration: none; }
    .wizard-step.cxs-active ~ .wizard-step:before {
      display: none; }
    .wizard-step.cxs-active ~ .wizard-step .wizard-text:after {
      display: none; }
  .wizard-text {
    padding: 12px 9px 24px;
    display: block;
    box-sizing: border-box;
    height: 100%; }
    .wizard-text:before {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      padding: 0 12px;
      background-color: rgba(255, 255, 255, 0.6);
      background-clip: content-box;
      transform: translateX(-50%); }
    .wizard-text:after {
      content: ' ';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 3px;
      padding: 0 7px;
      background-color: #4ecdc4;
      background-clip: content-box;
      transform: translateX(-50%);
      z-index: 10; }
    .wizard-step:first-child .wizard-text:before, .wizard-step:first-child .wizard-text:after {
      display: none; }

.cxb-questionnaire {
  padding: 30px;
  background-color: white;
  color: rgba(0, 0, 0, 0.77); }
  .cxb-questionnaire .cxm-group-header {
    margin: 2.5rem 0 1rem;
    display: block;
    color: #5c97bf;
    text-transform: uppercase;
    font-size: 1.4rem; }
  .cxb-questionnaire .cxe-labelsleftlayout-label {
    max-width: 250px; }
  .cxb-questionnaire p {
    line-height: 1.6;
    padding: 0; }

.pane-client-data {
  top: 90px; }
