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

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

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

h4 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

h5 {
  font-size: 1.15rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87); }

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

table {
  font-size: inherit; }

.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 {
        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 {
    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 {
    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: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  border-color: transparent;
  border-width: 0;
  border-radius: 2px;
  border-style: solid;
  user-select: none;
  color: #2196F3;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-transform: uppercase; }
  .cxb-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxb-button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    background-color: #eeeeee; }
  .cxb-button:focus {
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    background-color: #e9e9e9; }
  .cxb-button:active, .cxb-button.cxs-pressed {
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee; }
  .cxb-button[disabled], .cxb-button.cxs-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    pointer-events: none; }
  .cxb-button.cxm-primary {
    background-color: #2196F3;
    border-color: transparent;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .cxb-button.cxm-primary[disabled], .cxb-button.cxm-primary.cxs-disabled {
      background-color: rgba(33, 150, 243, 0.5);
      border-color: transparent;
      color: rgba(255, 255, 255, 0.45);
      box-shadow: none; }
    .cxb-button.cxm-primary:hover {
      background-color: #128ff2;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
    .cxb-button.cxm-primary:focus {
      background-color: #0c82df; }
    .cxb-button.cxm-primary:active, .cxb-button.cxm-primary.cxs-pressed {
      background-color: #1c94f3;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
      top: 0; }
  .cxb-button.cxm-danger {
    background-color: #F44336;
    border-color: transparent;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .cxb-button.cxm-danger[disabled], .cxb-button.cxm-danger.cxs-disabled {
      background-color: rgba(211, 47, 47, 0.6);
      border-color: transparent;
      color: rgba(255, 255, 255, 0.45);
      box-shadow: none; }
    .cxb-button.cxm-danger:hover {
      background-color: #f33527;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
    .cxb-button.cxm-danger:focus {
      background-color: #d2190b; }
    .cxb-button.cxm-danger:active, .cxb-button.cxm-danger.cxs-pressed {
      background-color: #f33123;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
      top: 0; }
  .cxb-button.cxm-hollow {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    box-shadow: none; }
    .cxb-button.cxm-hollow[disabled], .cxb-button.cxm-hollow.cxs-disabled {
      color: rgba(0, 0, 0, 0.26); }
    .cxb-button.cxm-hollow:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-button.cxm-hollow:focus {
      background-color: rgba(0, 0, 0, 0.08);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-button.cxm-hollow:active, .cxb-button.cxm-hollow.cxs-pressed {
      background-color: rgba(153, 153, 153, 0.4); }
  .cxb-button.cxm-flat-primary {
    font-size: 14px;
    color: #0d8aee;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
    .cxb-button.cxm-flat-primary[disabled], .cxb-button.cxm-flat-primary.cxs-disabled {
      color: rgba(0, 0, 0, 0.26); }
    .cxb-button.cxm-flat-primary:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-button.cxm-flat-primary:focus {
      background-color: #ebebeb;
      box-shadow: none; }
    .cxb-button.cxm-flat-primary:active, .cxb-button.cxm-flat-primary.cxs-pressed {
      background-color: rgba(153, 153, 153, 0.25); }
  .cxb-button.cxm-flat-accent {
    font-size: 14px;
    color: #ffc107;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
    .cxb-button.cxm-flat-accent[disabled], .cxb-button.cxm-flat-accent.cxs-disabled {
      color: rgba(0, 0, 0, 0.26); }
    .cxb-button.cxm-flat-accent:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-button.cxm-flat-accent:focus {
      background-color: #ebebeb;
      box-shadow: none; }
    .cxb-button.cxm-flat-accent:active, .cxb-button.cxm-flat-accent.cxs-pressed {
      background-color: rgba(153, 153, 153, 0.25); }
  .cxb-button.cxm-float {
    color: #ffffff;
    background-color: #ffc107;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.45);
    padding: 0 !important;
    width: 42px;
    height: 42px; }
    .cxb-button.cxm-float[disabled], .cxb-button.cxm-float.cxs-disabled {
      box-shadow: none;
      border-color: transparent;
      color: rgba(255, 255, 255, 0.45);
      background-color: rgba(33, 150, 243, 0.5); }
    .cxb-button.cxm-float:hover {
      background-color: #ffc107;
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.45); }
    .cxb-button.cxm-float:focus {
      background-color: #f2b500; }
    .cxb-button.cxm-float:active, .cxb-button.cxm-float.cxs-pressed {
      background-color: #ffc516;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.45); }

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

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

.cxb-button.cxs-icon {
  padding: 5px 14px 5px 36px; }
  .cxb-button.cxs-icon.cxs-empty {
    padding: 5px 7px 5px 29px; }

.cxb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 0 solid transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -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 transparent;
  color: inherit; }
  .cxe-list-item.cxs-pad {
    padding: 5px 10px; }
  .cxs-selectable > .cxe-list-item {
    cursor: pointer; }
  .cxe-list-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
  .cxe-list-item.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
    .cxb-list.cxs-focused > .cxe-list-item.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-cursor {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none; }
  .cxe-list-item.cxs-selected {
    background-color: rgba(0, 0, 0, 0.07); }
    .cxe-list-item.cxs-selected.cxs-cursor {
      background-color: rgba(0, 0, 0, 0.1); }
      .cxb-list.cxs-focused > .cxe-list-item.cxs-selected.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-selected.cxs-cursor {
        background-color: rgba(0, 0, 0, 0.1);
        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: white;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }
  .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; }
  .cxb-section.cxm-card-accent {
    color: #fff;
    background-color: #2196F3;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }

.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-nested {
    overflow: hidden; }
    .cxb-flexbox.cxs-nested > div {
      overflow: auto; }
  .cxb-flexbox.cxs-xsmall-hpad {
    padding-left: 5px;
    padding-right: 5px; }
  .cxb-flexbox.cxs-xsmall-vpad {
    padding-top: 5px;
    padding-bottom: 5px; }
  .cxb-flexbox.cxs-small-hpad {
    padding-left: 4px;
    padding-right: 4px; }
  .cxb-flexbox.cxs-small-vpad {
    padding-top: 4px;
    padding-bottom: 4px; }
  .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: 14px;
    padding-right: 14px; }
  .cxb-flexbox.cxs-large-vpad {
    padding-top: 14px;
    padding-bottom: 14px; }
  .cxb-flexbox.cxs-xlarge-hpad {
    padding-left: 19px;
    padding-right: 19px; }
  .cxb-flexbox.cxs-xlarge-vpad {
    padding-top: 19px;
    padding-bottom: 19px; }

.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: -2.5px;
    margin-right: -2.5px; }
    .cxe-flexbox-flexbox.cxs-xsmall-hspacing > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .cxe-flexbox-flexbox.cxs-xsmall-vspacing {
    margin-top: -2.5px;
    margin-bottom: -2.5px; }
    .cxe-flexbox-flexbox.cxs-xsmall-vspacing > * {
      margin-top: 2.5px;
      margin-bottom: 2.5px; }
  .cxe-flexbox-flexbox.cxs-small-hspacing {
    margin-left: -2px;
    margin-right: -2px; }
    .cxe-flexbox-flexbox.cxs-small-hspacing > * {
      margin-left: 2px;
      margin-right: 2px; }
  .cxe-flexbox-flexbox.cxs-small-vspacing {
    margin-top: -2px;
    margin-bottom: -2px; }
    .cxe-flexbox-flexbox.cxs-small-vspacing > * {
      margin-top: 2px;
      margin-bottom: 2px; }
  .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: -7px;
    margin-right: -7px; }
    .cxe-flexbox-flexbox.cxs-large-hspacing > * {
      margin-left: 7px;
      margin-right: 7px; }
  .cxe-flexbox-flexbox.cxs-large-vspacing {
    margin-top: -7px;
    margin-bottom: -7px; }
    .cxe-flexbox-flexbox.cxs-large-vspacing > * {
      margin-top: 7px;
      margin-bottom: 7px; }
  .cxe-flexbox-flexbox.cxs-xlarge-hspacing {
    margin-left: -9.5px;
    margin-right: -9.5px; }
    .cxe-flexbox-flexbox.cxs-xlarge-hspacing > * {
      margin-left: 9.5px;
      margin-right: 9.5px; }
  .cxe-flexbox-flexbox.cxs-xlarge-vspacing {
    margin-top: -9.5px;
    margin-bottom: -9.5px; }
    .cxe-flexbox-flexbox.cxs-xlarge-vspacing > * {
      margin-top: 9.5px;
      margin-bottom: 9.5px; }
  .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: -5px;
        margin-right: -5px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing > * {
          margin-left: 5px;
          margin-right: 5px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing {
        margin-top: -5px;
        margin-bottom: -5px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing > * {
          margin-top: 5px;
          margin-bottom: 5px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing {
        margin-left: -4px;
        margin-right: -4px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing > * {
          margin-left: 4px;
          margin-right: 4px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing {
        margin-top: -4px;
        margin-bottom: -4px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing > * {
          margin-top: 4px;
          margin-bottom: 4px; }
      .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: -14px;
        margin-right: -14px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing > * {
          margin-left: 14px;
          margin-right: 14px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing {
        margin-top: -14px;
        margin-bottom: -14px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing > * {
          margin-top: 14px;
          margin-bottom: 14px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing {
        margin-left: -19px;
        margin-right: -19px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing > * {
          margin-left: 19px;
          margin-right: 19px; }
      .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing {
        margin-top: -19px;
        margin-bottom: -19px; }
        .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing > * {
          margin-top: 19px;
          margin-bottom: 19px; } }
  @media not screen and (min-width: 800px) {
    .cxe-flexbox-flexbox.cxs-target-tablet {
      display: block; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing {
        margin-left: -5px;
        margin-right: -5px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing > * {
          margin-left: 5px;
          margin-right: 5px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing {
        margin-top: -5px;
        margin-bottom: -5px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing > * {
          margin-top: 5px;
          margin-bottom: 5px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing {
        margin-left: -4px;
        margin-right: -4px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing > * {
          margin-left: 4px;
          margin-right: 4px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing {
        margin-top: -4px;
        margin-bottom: -4px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing > * {
          margin-top: 4px;
          margin-bottom: 4px; }
      .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: -14px;
        margin-right: -14px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing > * {
          margin-left: 14px;
          margin-right: 14px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing {
        margin-top: -14px;
        margin-bottom: -14px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing > * {
          margin-top: 14px;
          margin-bottom: 14px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing {
        margin-left: -19px;
        margin-right: -19px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing > * {
          margin-left: 19px;
          margin-right: 19px; }
      .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing {
        margin-top: -19px;
        margin-bottom: -19px; }
        .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing > * {
          margin-top: 19px;
          margin-bottom: 19px; } }
  @media not screen and (min-width: 1300px) {
    .cxe-flexbox-flexbox.cxs-target-desktop {
      display: block; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing {
        margin-left: -5px;
        margin-right: -5px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing > * {
          margin-left: 5px;
          margin-right: 5px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing {
        margin-top: -5px;
        margin-bottom: -5px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing > * {
          margin-top: 5px;
          margin-bottom: 5px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing {
        margin-left: -4px;
        margin-right: -4px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing > * {
          margin-left: 4px;
          margin-right: 4px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing {
        margin-top: -4px;
        margin-bottom: -4px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing > * {
          margin-top: 4px;
          margin-bottom: 4px; }
      .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: -14px;
        margin-right: -14px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing > * {
          margin-left: 14px;
          margin-right: 14px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing {
        margin-top: -14px;
        margin-bottom: -14px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing > * {
          margin-top: 14px;
          margin-bottom: 14px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing {
        margin-left: -19px;
        margin-right: -19px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing > * {
          margin-left: 19px;
          margin-right: 19px; }
      .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing {
        margin-top: -19px;
        margin-bottom: -19px; }
        .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing > * {
          margin-top: 19px;
          margin-bottom: 19px; } }

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

.cxb-label {
  display: inline-block;
  padding: 4px 0;
  font-size: 12px;
  font-family: inherit;
  font-weight: normal;
  line-height: 22px;
  color: black;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: transparent; }
  .cxb-label.cxs-disabled {
    color: #bdbdbd; }

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

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

.cxe-textfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 4px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-textfield-input:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-textfield-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-textfield-input:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-textfield-input {
    border-color: transparent transparent #F44336; }
    .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: 22px; }
  .cxs-clear > .cxe-textfield-input {
    padding-right: 23px; }

.cxe-textfield-left-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-textfield-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }

.cxe-textfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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;
  height: 32px; }
  .cxb-numberfield.cxs-view-mode {
    line-height: 22px;
    padding: 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-numberfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 4px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-numberfield-input:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-numberfield-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-numberfield-input:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-numberfield-input {
    border-color: transparent transparent #F44336; }
    .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: 22px; }

.cxe-numberfield-tool {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
  pointer-events: none; }
  .cxe-numberfield-tool:hover {
    opacity: 1; }

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

.cxe-numberfield-left-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-numberfield-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }

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

.cxb-calendar {
  line-height: 22px;
  padding: 0 0 10px;
  border-width: 0px;
  font-size: 13px;
  font-family: inherit;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.5);
  color: black;
  outline-offset: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  width: 18em;
  box-sizing: border-box; }
  .cxb-calendar:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    background-color: #f7f7f7; }
  .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: rgba(0, 0, 0, 0); }
  .cxb-calendar th {
    font-weight: 500; }
  .cxb-calendar tbody td {
    font-size: 11px;
    background-color: transparent;
    border-radius: 50%;
    height: 32px;
    line-height: 32px;
    width: 32px;
    user-select: none; }
  .cxb-calendar .cxe-calendar-header {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #2196F3; }
  .cxb-calendar td.cxs-today {
    background-color: rgba(255, 193, 7, 0.6); }
    .cxb-calendar td.cxs-today:hover {
      background-color: rgba(33, 150, 243, 0.3);
      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(33, 150, 243, 0.3);
    outline: none; }
  .cxb-calendar td.cxs-selected {
    background-color: #2196F3;
    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: rgba(33, 150, 243, 0.3); }
  .cxb-calendar:focus td.cxs-selected {
    background-color: #0d8aee; }
  .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: 22px;
  height: 22px;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  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: 14px; }
  .cxb-lookupfield.cxs-view-mode {
    line-height: 22px;
    padding: 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
  .cxb-lookupfield.cxs-multiple {
    min-width: 180px;
    width: auto; }
  .cxb-lookupfield.cxs-readonly {
    pointer-events: none; }
    .cxb-lookupfield.cxs-readonly > .cxe-lookupfield-input {
      padding-right: 0; }

.cxe-lookupfield-input {
  box-sizing: border-box;
  line-height: 22px;
  padding: 4px 26px 4px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .cxe-lookupfield-input:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-lookupfield-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxs-disabled > .cxe-lookupfield-input {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-lookupfield-input {
    border-color: transparent transparent #F44336; }
    .cxs-error > .cxe-lookupfield-input:focus {
      box-shadow: none; }
  .cxs-multiple > .cxe-lookupfield-input {
    padding: 0 26px 4px 0; }
  .cxs-icon > .cxe-lookupfield-input {
    padding-left: 22px; }

.cxe-lookupfield-tag {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #eee;
  margin: 4px 0 0 4px;
  padding: 0px;
  padding-right: 24px;
  border-radius: 20px; }
  .cxe-lookupfield-tag:hover {
    background-color: #d5d5d5; }
  .cxe-lookupfield-tag.cxs-readonly {
    padding-right: 0;
    pointer-events: none; }

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

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

.cxe-lookupfield-tag-clear {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
  right: 2.5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .cxe-lookupfield-tag-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }

.cxe-lookupfield-lookup-options {
  padding: 0;
  margin: 0;
  min-width: 100%;
  width: 100%; }

.cxe-lookupfield-query {
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: 100%;
  line-height: 22px;
  padding: 4px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 5px;
  flex: 0 0 auto;
  height: auto; }
  .cxe-lookupfield-query:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-lookupfield-query:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-lookupfield-query:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-lookupfield-query {
    border-color: transparent transparent #F44336; }
    .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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-lookupfield-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
  .cxs-focus > .cxe-lookupfield-clear {
    color: #2196F3; }
  .cxs-error > .cxe-lookupfield-clear {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-lookupfield-tool {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575; }
  .cxe-lookupfield-tool:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-lookupfield-tool {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }
  .cxs-focus > .cxe-lookupfield-tool {
    color: #2196F3; }
  .cxs-error > .cxe-lookupfield-tool {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-lookupfield-left-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: -11px;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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.87);
  background-color: #fbfbfb;
  border-radius: 2px;
  border-color: transparent;
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  line-height: normal;
  border-style: solid; }
  .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: transparent;
  border-width: 6px; }

.cxe-dropdown-arrow-fill {
  color: #fbfbfb;
  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;
  height: 32px; }
  .cxb-select.cxs-view-mode {
    line-height: 22px;
    padding: 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
  .cxb-select .cxe-select-left-icon {
    display: block;
    position: absolute;
    font-size: 22px;
    left: 0;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    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: 100%;
  line-height: 22px;
  padding: 4px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-select-select:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-select-select:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-select-select:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-select-select {
    border-color: transparent transparent #F44336; }
    .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: 22px; }
  .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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-select-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }

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

.cxe-select-tool {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
  pointer-events: none; }
  .cxe-select-tool:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-select-tool {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }
  .cxs-focus > .cxe-select-tool {
    color: #2196F3; }

.cxe-select-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: 22px;
    padding: 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-textarea-input {
  box-sizing: border-box;
  line-height: 22px;
  padding: 4px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  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: transparent transparent #cccccc;
    background-color: rgba(0, 0, 0, 0.009); }
  .cxe-textarea-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out;
    background-color: rgba(0, 0, 0, 0.015); }
  .cxs-disabled > .cxe-textarea-input {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-textarea-input {
    border-color: transparent transparent #F44336; }
    .cxs-error > .cxe-textarea-input:focus {
      box-shadow: none; }

.cxe-textarea-tool {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575; }
  .cxe-textarea-tool:hover {
    opacity: 1; }

.cxe-textarea-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: 22px;
  padding: 4px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
  min-width: 16px; }
  .cxb-checkbox.cxs-view-mode {
    line-height: 22px;
    padding: 4px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: transparent; }

.cxe-checkbox-checkbox {
  padding: 0;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  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: 16px;
  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: 22px;
  padding: 0;
  border-width: 2px;
  font-size: 14px;
  font-family: inherit;
  border-color: #c2c2c2;
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0;
  display: inline-block;
  position: absolute; }
  .cxe-checkbox-input:hover {
    border-color: #c2c2c2; }
  .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.1); }
  .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 {
    background-color: #48a8f5;
    border-color: #48a8f5;
    color: white;
    opacity: 1; }
    .cxe-checkbox-input.cxs-checked:focus {
      border-color: #48a8f5; }
    .cxs-disabled > .cxe-checkbox-input.cxs-checked {
      background-color: rgba(0, 0, 0, 0.26);
      border-color: rgba(0, 0, 0, 0); }

.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: 22px;
  padding: 4px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
  min-width: 16px; }
  .cxb-radio.cxs-view-mode {
    line-height: 22px;
    padding: 4px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: transparent; }

.cxe-radio-radio {
  padding: 0;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  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: 16px;
  user-select: none; }
  .cxs-disabled > .cxe-radio-text {
    opacity: 0.5; }

.cxe-radio-input {
  box-sizing: border-box;
  line-height: 22px;
  padding: 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  color: #48a8f5;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  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.1); }
  .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: #48a8f5;
    border-color: #48a8f5; }
    .cxe-radio-input.cxs-checked:hover {
      border-color: #48a8f5; }
    .cxs-disabled > .cxe-radio-input.cxs-checked {
      color: rgba(0, 0, 0, 0.26);
      border-color: rgba(0, 0, 0, 0.1); }
  .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: 22px;
  padding: 4px;
  border-width: 1px;
  font-size: 11px;
  font-family: Roboto, "Open Sans", sans-serif;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.5);
  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 input {
    box-sizing: border-box;
    line-height: 12px;
    padding: 2px;
    border-width: 1px;
    font-size: 11px;
    font-family: Roboto, "Open Sans", sans-serif;
    border-color: #eff1f7;
    border-style: solid;
    border-radius: 2px;
    background-color: rgba(247, 247, 247, 0.5);
    color: black;
    outline-offset: 0;
    box-shadow: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .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%, rgba(0, 0, 0, 0) 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%, rgba(0, 0, 0, 0) 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%, rgba(0, 0, 0, 0) 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%, rgba(0, 0, 0, 0) 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: 16px;
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  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 {
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  height: 68px;
  width: 68px;
  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;
  height: 32px; }
  .cxb-colorfield.cxs-view-mode {
    line-height: 22px;
    padding: 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-colorfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 4px 22px 4px 26px;
  border-width: 1px;
  font-size: 11px;
  font-family: "Consolas", monospace;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-colorfield-input:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-colorfield-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-colorfield-input:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-colorfield-input {
    border-color: transparent transparent #F44336; }
    .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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-colorfield-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
  .cxs-focus > .cxe-colorfield-clear {
    color: #2196F3; }
  .cxs-error > .cxe-colorfield-clear {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-colorfield-right-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575; }
  .cxe-colorfield-right-icon:hover {
    opacity: 1; }
  .cxs-focus > .cxe-colorfield-right-icon {
    color: #2196F3; }
  .cxs-error > .cxe-colorfield-right-icon {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-colorfield-left-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  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: -11px;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center; }

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

.cxb-monthpicker {
  box-sizing: border-box;
  line-height: 22px;
  padding: 4px;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  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:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none; }
  .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(239, 241, 247, 0.5);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .cxb-monthpicker tbody:not(:first-child) tr:first-child th, .cxb-monthpicker tbody:not(:first-child) tr:first-child td {
    border-top: 1px solid #eff1f7; }
  .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: transparent;
    cursor: default; }
  .cxb-monthpicker td.cxs-selected {
    background-color: rgba(0, 0, 0, 0.07);
    border-color: transparent; }
    .cxb-monthpicker td.cxs-selected:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .cxb-monthpicker td.cxs-cursor, .cxb-monthpicker th.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
  .cxb-monthpicker:focus td.cxs-selected {
    background-color: rgba(0, 0, 0, 0.07); }
  .cxb-monthpicker:focus td.cxs-cursor, .cxb-monthpicker:focus th.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.1);
    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;
  height: 32px; }
  .cxb-monthfield.cxs-view-mode {
    line-height: 22px;
    padding: 4px 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-monthfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 4px 22px 4px 22px;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-monthfield-input:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-monthfield-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-monthfield-input:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-monthfield-input {
    border-color: transparent transparent #F44336; }
    .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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-monthfield-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
  .cxs-focus > .cxe-monthfield-clear {
    color: #2196F3; }
  .cxs-error > .cxe-monthfield-clear {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-monthfield-left-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }
  .cxs-focus > .cxe-monthfield-left-icon {
    color: #2196F3;
    opacity: 1; }
  .cxs-error > .cxe-monthfield-left-icon {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-monthfield-right-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575; }
  .cxe-monthfield-right-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-monthfield-right-icon {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }
  .cxs-focus > .cxe-monthfield-right-icon {
    color: #2196F3; }
  .cxs-error > .cxe-monthfield-right-icon {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-monthfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  border-color: transparent;
  border-width: 0;
  border-radius: 2px;
  border-style: solid;
  user-select: none;
  color: #2196F3;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-transform: uppercase; }
  .cxb-uploadbutton::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxb-uploadbutton:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    background-color: #eeeeee; }
  .cxb-uploadbutton:focus {
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    background-color: #e9e9e9; }
  .cxb-uploadbutton:active, .cxb-uploadbutton.cxs-pressed {
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee; }
  .cxb-uploadbutton[disabled], .cxb-uploadbutton.cxs-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    pointer-events: none; }
  .cxb-uploadbutton.cxm-primary {
    background-color: #2196F3;
    border-color: transparent;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .cxb-uploadbutton.cxm-primary[disabled], .cxb-uploadbutton.cxm-primary.cxs-disabled {
      background-color: rgba(33, 150, 243, 0.5);
      border-color: transparent;
      color: rgba(255, 255, 255, 0.45);
      box-shadow: none; }
    .cxb-uploadbutton.cxm-primary:hover {
      background-color: #128ff2;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
    .cxb-uploadbutton.cxm-primary:focus {
      background-color: #0c82df; }
    .cxb-uploadbutton.cxm-primary:active, .cxb-uploadbutton.cxm-primary.cxs-pressed {
      background-color: #1c94f3;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
      top: 0; }
  .cxb-uploadbutton.cxm-danger {
    background-color: #F44336;
    border-color: transparent;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    .cxb-uploadbutton.cxm-danger[disabled], .cxb-uploadbutton.cxm-danger.cxs-disabled {
      background-color: rgba(211, 47, 47, 0.6);
      border-color: transparent;
      color: rgba(255, 255, 255, 0.45);
      box-shadow: none; }
    .cxb-uploadbutton.cxm-danger:hover {
      background-color: #f33527;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
    .cxb-uploadbutton.cxm-danger:focus {
      background-color: #d2190b; }
    .cxb-uploadbutton.cxm-danger:active, .cxb-uploadbutton.cxm-danger.cxs-pressed {
      background-color: #f33123;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
      top: 0; }
  .cxb-uploadbutton.cxm-hollow {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    box-shadow: none; }
    .cxb-uploadbutton.cxm-hollow[disabled], .cxb-uploadbutton.cxm-hollow.cxs-disabled {
      color: rgba(0, 0, 0, 0.26); }
    .cxb-uploadbutton.cxm-hollow:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-uploadbutton.cxm-hollow:focus {
      background-color: rgba(0, 0, 0, 0.08);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-uploadbutton.cxm-hollow:active, .cxb-uploadbutton.cxm-hollow.cxs-pressed {
      background-color: rgba(153, 153, 153, 0.4); }
  .cxb-uploadbutton.cxm-flat-primary {
    font-size: 14px;
    color: #0d8aee;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
    .cxb-uploadbutton.cxm-flat-primary[disabled], .cxb-uploadbutton.cxm-flat-primary.cxs-disabled {
      color: rgba(0, 0, 0, 0.26); }
    .cxb-uploadbutton.cxm-flat-primary:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-uploadbutton.cxm-flat-primary:focus {
      background-color: #ebebeb;
      box-shadow: none; }
    .cxb-uploadbutton.cxm-flat-primary:active, .cxb-uploadbutton.cxm-flat-primary.cxs-pressed {
      background-color: rgba(153, 153, 153, 0.25); }
  .cxb-uploadbutton.cxm-flat-accent {
    font-size: 14px;
    color: #ffc107;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
    .cxb-uploadbutton.cxm-flat-accent[disabled], .cxb-uploadbutton.cxm-flat-accent.cxs-disabled {
      color: rgba(0, 0, 0, 0.26); }
    .cxb-uploadbutton.cxm-flat-accent:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none;
      box-shadow: none;
      border-color: transparent; }
    .cxb-uploadbutton.cxm-flat-accent:focus {
      background-color: #ebebeb;
      box-shadow: none; }
    .cxb-uploadbutton.cxm-flat-accent:active, .cxb-uploadbutton.cxm-flat-accent.cxs-pressed {
      background-color: rgba(153, 153, 153, 0.25); }
  .cxb-uploadbutton.cxm-float {
    color: #ffffff;
    background-color: #ffc107;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.45);
    padding: 0 !important;
    width: 42px;
    height: 42px; }
    .cxb-uploadbutton.cxm-float[disabled], .cxb-uploadbutton.cxm-float.cxs-disabled {
      box-shadow: none;
      border-color: transparent;
      color: rgba(255, 255, 255, 0.45);
      background-color: rgba(33, 150, 243, 0.5); }
    .cxb-uploadbutton.cxm-float:hover {
      background-color: #ffc107;
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.45); }
    .cxb-uploadbutton.cxm-float:focus {
      background-color: #f2b500; }
    .cxb-uploadbutton.cxm-float:active, .cxb-uploadbutton.cxm-float.cxs-pressed {
      background-color: #ffc516;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.45); }

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

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

.cxb-uploadbutton.cxs-icon {
  padding: 5px 14px 5px 36px; }
  .cxb-uploadbutton.cxs-icon.cxs-empty {
    padding: 5px 7px 5px 29px; }

.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: 22px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
  width: 180px;
  user-select: none; }
  .cxb-slider.cxs-view-mode {
    line-height: 22px;
    padding: 4px;
    border-width: 1px;
    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(0, 0, 0, 0.26);
  border-radius: 8px;
  box-sizing: border-box; }
  .cxb-slider.cxs-horizontal .cxe-slider-axis {
    left: 8px;
    right: 8px;
    top: calc(50% - 1px);
    height: 2px;
    padding: 0 1px; }
  .cxb-slider.cxs-vertical .cxe-slider-axis {
    top: 8px;
    bottom: 8px;
    width: 2px;
    left: calc(50% - 1px);
    padding: 1px 0; }

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

.cxe-slider-range {
  position: absolute;
  background-color: #0d8aee;
  border-radius: 1px; }
  .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: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  touch-action: none;
  background-color: #0d8aee;
  border-style: solid;
  border-width: 2px;
  border-color: #0d8aee;
  border-radius: 50%; }
  .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:focus {
    border-color: #0d8aee;
    outline: none;
    box-shadow: none; }
  .cxe-slider-handle:active {
    background: gainsboro;
    background-color: #0d8aee; }

.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: 22px;
  padding: 4px 0 4px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
  cursor: pointer;
  min-width: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .cxb-switch.cxs-view-mode {
    line-height: 22px;
    padding: 4px 0 4px 0;
    border-width: 1px 0 1px 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 4px 0 4px; }

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

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

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

.cxe-switch-range {
  position: absolute;
  background-color: rgba(33, 150, 243, 0.8);
  border-radius: 4px;
  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: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }
  .cxs-on .cxe-switch-handle {
    left: 100%;
    background-color: #2196F3;
    border-color: transparent; }
  .cxs-on:active .cxe-switch-handle {
    background-color: #0d8aee; }
  .cxe-switch-handle:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }
  .cxb-switch:focus .cxe-switch-handle {
    border-color: transparent;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }
  .cxe-switch-handle:active {
    background: gainsboro;
    background-color: #e0e0e0;
    border-color: transparent; }

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

.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: transparent;
  background-color: rgba(72, 168, 245, 0.2); }

.cxe-wheel-container.cxs-active .cxe-wheel-selection {
  border-color: transparent;
  background: rgba(60, 126, 255, 0.1);
  background-color: rgba(72, 168, 245, 0.45); }

.cxe-wheel-arrow-up,
.cxe-wheel-arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  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: -11px;
  margin-top: -11px;
  width: 22px;
  height: 22px; }

.cxb-datetimepicker {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: transparent;
  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: transparent; }

.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: transparent;
  background-color: rgba(72, 168, 245, 0.2); }

.cxe-datetimepicker-wheel-container.cxs-active .cxe-datetimepicker-wheel-selection {
  border-color: transparent;
  background: rgba(60, 126, 255, 0.1);
  background-color: rgba(72, 168, 245, 0.45); }

.cxe-datetimepicker-wheel-arrow-up,
.cxe-datetimepicker-wheel-arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  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: -11px;
  margin-top: -11px;
  width: 22px;
  height: 22px; }

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

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

.cxe-datetimefield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 4px 22px 4px 22px;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-datetimefield-input:hover {
    border-color: transparent transparent #cccccc; }
  .cxe-datetimefield-input:focus {
    border-color: transparent transparent #2196F3;
    outline: none;
    box-shadow: none;
    transition: border-color 0.55s ease-in-out; }
  .cxe-datetimefield-input:disabled {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed; }
  .cxs-error > .cxe-datetimefield-input {
    border-color: transparent transparent #F44336; }
    .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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: #828282;
  border-radius: 2px;
  text-align: center; }
  .cxe-datetimefield-clear:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
  .cxs-focus > .cxe-datetimefield-clear {
    color: #2196F3; }
  .cxs-error > .cxe-datetimefield-clear {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-datetimefield-left-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }
  .cxs-focus > .cxe-datetimefield-left-icon {
    color: #2196F3;
    opacity: 1; }
  .cxs-error > .cxe-datetimefield-left-icon {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

.cxe-datetimefield-right-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575; }
  .cxe-datetimefield-right-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-datetimefield-right-icon {
    background: #ebebe4;
    color: rgba(117, 117, 117, 0.5);
    pointer-events: none;
    background-color: transparent;
    border-style: dashed;
    border-width: 0; }
  .cxs-focus > .cxe-datetimefield-right-icon {
    color: #2196F3; }
  .cxs-error > .cxe-datetimefield-right-icon {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.6; }

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

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

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

.cxb-tab {
  box-sizing: border-box;
  display: inline-block;
  color: #757575;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 2px;
  padding: 5px 18px;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  box-shadow: none;
  text-transform: uppercase; }
  .cxb-tab:hover {
    background-color: rgba(0, 0, 0, 0.05);
    outline: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87); }
  .cxb-tab:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
    color: rgba(0, 0, 0, 0.87); }
  .cxb-tab.cxs-active {
    background-color: #2196F3;
    color: #fff;
    border-color: #ffc107; }
    .cxb-tab.cxs-active:focus {
      background-color: #0d8aee;
      outline: none;
      color: #fff;
      border-color: #ffc926; }
  .cxb-tab.cxs-disabled {
    color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
    cursor: default;
    pointer-events: none; }
  .cxb-tab.cxm-classic {
    position: relative;
    border-width: 0 0 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: rgba(255, 255, 255, 0.7);
    background-color: #2196F3;
    border-radius: 0;
    padding: 5px 18px 3px; }
    .cxb-tab.cxm-classic:hover {
      color: rgba(255, 255, 255, 0.8);
      background-color: #1791f2; }
    .cxb-tab.cxm-classic:focus {
      color: rgba(255, 255, 255, 0.85);
      border-color: rgba(255, 193, 7, 0.7); }
    .cxb-tab.cxm-classic.cxs-active {
      border-color: #ffc107;
      background-color: #2196F3;
      color: #fff; }
      .cxb-tab.cxm-classic.cxs-active:focus {
        color: #fff;
        background-color: #2196F3;
        border-color: #ffc926; }
    .cxb-tab.cxm-classic.cxs-disabled {
      color: rgba(255, 255, 255, 0.3); }
  .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;
    color: rgba(0, 0, 0, 0.7);
    padding: 5px 18px 3px; }
    .cxb-tab.cxm-line:hover {
      border-color: rgba(0, 0, 0, 0.06); }
    .cxb-tab.cxm-line:focus {
      border-color: rgba(0, 0, 0, 0.13); }
    .cxb-tab.cxm-line.cxs-active {
      border-color: #2196F3;
      color: #48a8f5; }
      .cxb-tab.cxm-line.cxs-active:focus {
        border-color: #51adf6; }
    .cxb-tab.cxm-line.cxs-disabled {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.26); }
  .cxb-tab.cxm-line-accent {
    color: rgba(255, 255, 255, 0.7);
    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;
    padding: 5px 18px 3px; }
    .cxb-tab.cxm-line-accent:hover {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: transparent; }
    .cxb-tab.cxm-line-accent:focus {
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.3);
      color: rgba(255, 255, 255, 0.8); }
    .cxb-tab.cxm-line-accent.cxs-active {
      color: #fff;
      background-color: transparent;
      border-color: #ffc107; }
      .cxb-tab.cxm-line-accent.cxs-active:focus {
        border-color: #ffce3a; }
    .cxb-tab.cxm-line-accent.cxs-disabled {
      color: rgba(255, 255, 255, 0.3); }
  .cxb-tab.cxm-classic.cxs-active:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: inherit; }

.cxb-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit; }
  .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 10px 0 10px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-small > .cxm-menu {
        margin: 0 8px 0 8px; }
      .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 28px 0 28px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xlarge > .cxm-menu {
        margin: 0 38px 0 38px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-hidden {
        visibility: hidden;
        position: absolute; }
  .cxb-menu.cxs-vertical.cxs-xsmall-item-padding .cxm-menu {
    margin: 5px 10px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-small-item-padding .cxm-menu {
    margin: 4px 8px;
    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: 14px 28px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-xlarge-item-padding .cxm-menu {
    margin: 19px 38px;
    display: block; }
  .cxb-menu .cxe-menu-item > hr {
    border: none;
    border-top: 1px solid #e9e9e9;
    margin: 10px 20px; }
  .cxb-menu.cxs-overflow {
    overflow: hidden;
    display: flex; }
    .cxb-menu.cxs-overflow > .cxe-menu-item:last-child {
      visibility: hidden;
      margin-left: auto; }
    .cxb-menu.cxs-overflow.cxs-pack > .cxe-menu-item:last-child {
      visibility: visible; }

.cxb-menuitem {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border-radius: 2px; }
  .cxb-menuitem:focus {
    outline: none; }
  .cxb-menuitem > a:hover {
    text-decoration: none; }
  .cxs-focusable > .cxb-menuitem.cxs-cursor {
    color: inherit; }
    .cxs-focusable > .cxb-menuitem.cxs-cursor:hover {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none; }
  .cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.1);
    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: 5px 10px;
    line-height: 22px;
    border: 1px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-xsmall-padding.cxs-arrow {
    padding-right: 22px; }
  .cxb-menuitem.cxs-xsmall-padding.cxs-icon {
    padding-left: 22px; }
  .cxb-menuitem.cxs-xsmall-padding.cxs-empty {
    padding-right: 11px; }
  .cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-arrow {
    right: 5px; }
  .cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-button {
    width: 32px; }
  .cxb-menuitem.cxs-small-padding > a,
  .cxb-menuitem.cxs-small-padding > span {
    padding: 4px 8px;
    line-height: 22px;
    border: 1px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-small-padding.cxs-arrow {
    padding-right: 22px; }
  .cxb-menuitem.cxs-small-padding.cxs-icon {
    padding-left: 22px; }
  .cxb-menuitem.cxs-small-padding.cxs-empty {
    padding-right: 11px; }
  .cxb-menuitem.cxs-small-padding > .cxe-menuitem-arrow {
    right: 4px; }
  .cxb-menuitem.cxs-small-padding > .cxe-menuitem-button {
    width: 30px; }
  .cxb-menuitem.cxs-medium-padding > a,
  .cxb-menuitem.cxs-medium-padding > span {
    padding: 10px 20px;
    line-height: 22px;
    border: 1px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-medium-padding.cxs-arrow {
    padding-right: 22px; }
  .cxb-menuitem.cxs-medium-padding.cxs-icon {
    padding-left: 22px; }
  .cxb-menuitem.cxs-medium-padding.cxs-empty {
    padding-right: 11px; }
  .cxb-menuitem.cxs-medium-padding > .cxe-menuitem-arrow {
    right: 10px; }
  .cxb-menuitem.cxs-medium-padding > .cxe-menuitem-button {
    width: 42px; }
  .cxb-menuitem.cxs-large-padding > a,
  .cxb-menuitem.cxs-large-padding > span {
    padding: 14px 28px;
    line-height: 22px;
    border: 1px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-large-padding.cxs-arrow {
    padding-right: 22px; }
  .cxb-menuitem.cxs-large-padding.cxs-icon {
    padding-left: 22px; }
  .cxb-menuitem.cxs-large-padding.cxs-empty {
    padding-right: 11px; }
  .cxb-menuitem.cxs-large-padding > .cxe-menuitem-arrow {
    right: 14px; }
  .cxb-menuitem.cxs-large-padding > .cxe-menuitem-button {
    width: 50px; }
  .cxb-menuitem.cxs-xlarge-padding > a,
  .cxb-menuitem.cxs-xlarge-padding > span {
    padding: 19px 38px;
    line-height: 22px;
    border: 1px solid transparent;
    display: block; }
  .cxb-menuitem.cxs-xlarge-padding.cxs-arrow {
    padding-right: 22px; }
  .cxb-menuitem.cxs-xlarge-padding.cxs-icon {
    padding-left: 22px; }
  .cxb-menuitem.cxs-xlarge-padding.cxs-empty {
    padding-right: 11px; }
  .cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-arrow {
    right: 19px; }
  .cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-button {
    width: 60px; }

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

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

.cxe-menuitem-baseline {
  display: inline-block;
  width: 1px;
  margin-left: -1px;
  visibility: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important; }

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

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

.cxb-scroller {
  position: relative;
  user-select: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch; }
  .cxb-scroller.cxs-horizontal {
    white-space: nowrap; }
    .cxb-scroller.cxs-horizontal.cxs-horizontal.cxs-scrollable {
      padding-left: 20px;
      padding-right: 20px; }
  .cxb-scroller.cxs-vertical.cxs-scrollable {
    padding-top: 20px;
    padding-bottom: 20px; }

.cxe-scroller-clip {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 0%; }

.cxe-scroller-scroller {
  box-sizing: border-box; }
  .cxb-scroller.cxs-horizontal > .cxe-scroller-clip > .cxe-scroller-scroller {
    overflow-x: auto; }
  .cxb-scroller.cxs-vertical > .cxe-scroller-clip > .cxe-scroller-scroller {
    overflow-y: auto;
    flex: 1 1 0%; }
  .cxe-scroller-scroller::-webkit-scrollbar {
    display: none; }

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

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

.cxe-scroller-top-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  cursor: pointer;
  display: none; }
  .cxe-scroller-top-arrow > .cxe-scroller-icon {
    transform: rotate(180deg); }
  .cxs-scrollable > .cxe-scroller-top-arrow {
    display: block; }

.cxe-scroller-bottom-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  cursor: pointer;
  display: none; }
  .cxs-scrollable > .cxe-scroller-bottom-arrow {
    display: block; }

.cxe-scroller-icon {
  height: 22px;
  width: 22px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -11px;
  margin-top: -11px; }

.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 8px 24px rgba(0, 0, 0, 0.45);
  background-color: transparent;
  border-radius: 2px;
  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: #fff;
  background: #0d8aee;
  padding: 10px 20px;
  font-size: 18px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .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: none; }
  .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; }

.cxm-alert {
  font-size: 16px;
  color: #757575; }
  .cxm-alert .cxe-window-body {
    padding: 24px 24px 20px;
    text-align: left; }
  .cxm-alert .cxe-window-footer {
    border-top: none;
    padding: 8px 0; }

@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.87);
  background-color: white;
  box-sizing: border-box;
  position: relative;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  border-style: solid;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .cxb-toast.cxs-pad {
    padding: 8px 8px; }
  .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: rgba(0, 0, 0, 0.87);
    background-color: #FFC107; }
  .cxb-toast.cxm-primary {
    color: #fff;
    background-color: #2196F3; }
  .cxb-toast.cxm-success {
    color: #fff;
    background-color: #4CAF50; }
  .cxb-toast.cxm-error {
    color: #fff;
    background-color: #F4511E; }
  .cxb-toast.cxm-dark {
    color: #fff;
    background-color: #333333; }

.cxb-toaster {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 1000000; }
  .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: 22px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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: transparent;
  padding: 4px 8px;
  color: inherit;
  border-radius: 2px;
  position: relative; }
  .cxe-pagination-page:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    .cxe-pagination-page:first-child:after {
      content: '<';
      visibility: hidden; }
  .cxe-pagination-page:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    .cxe-pagination-page:last-child:after {
      content: '>';
      visibility: hidden; }
  .cxe-pagination-page:hover {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
    .cxe-pagination-page:hover:focus {
      background-color: rgba(0, 0, 0, 0.03);
      outline: none; }
  .cxe-pagination-page.cxs-active {
    background-color: rgba(0, 0, 0, 0.07); }
    .cxb-pagination:focus > .cxe-pagination-page.cxs-active {
      background-color: rgba(0, 0, 0, 0.1);
      outline: none; }
  .cxe-pagination-page.cxs-disabled {
    color: rgba(128, 128, 128, 0.5);
    background-color: transparent;
    cursor: default; }

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

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

.cxb-treenode {
  padding-left: 27.5px;
  position: relative; }
  .cxb-treenode.cxs-icon {
    padding-left: 49.5px; }
  .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: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
  left: 0;
  top: 50%;
  margin-top: -11px;
  bottom: 0;
  width: 44px;
  height: 22px; }
  .cxe-treenode-handle:hover {
    opacity: 1; }

.cxe-treenode-arrow {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  margin-left: 0px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  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: -11px;
  margin-left: 22px;
  height: 22px;
  width: 22px;
  line-height: 22px; }

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

.cxb-grid {
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  border-radius: 2px; }
  .cxb-grid table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    position: relative;
    overflow-anchor: none; }
  .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 #e0e0e0; }
      .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-table-wrapper > table > .cxe-grid-header {
        visibility: hidden; }
      .cxb-grid.cxs-scrollable > .cxe-grid-scroll-area > .cxe-grid-table-wrapper {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        min-width: 100%; }
    .cxb-grid.cxs-scrollable > .cxe-grid-fixed-header {
      overflow: hidden;
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0; }
      .cxb-grid.cxs-scrollable > .cxe-grid-fixed-header > table {
        width: auto;
        table-layout: fixed; }
    .cxb-grid.cxs-scrollable > .cxe-grid-fixed-footer {
      overflow: hidden;
      position: absolute;
      display: none;
      left: 0;
      bottom: 0;
      right: 0; }
      .cxb-grid.cxs-scrollable > .cxe-grid-fixed-footer > table {
        width: auto;
        table-layout: fixed; }
    .cxb-grid.cxs-scrollable .cxe-grid-fixed-footer-corner {
      width: 100%; }
  .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: 4px 14px 5px;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 23px;
  color: #9b9b9b;
  background-color: #fff;
  border-color: transparent transparent #e0e0e0;
  background-clip: padding-box;
  padding: 9px 14px 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: #fafafa;
      color: rgba(0, 0, 0, 0.87); }
      .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
        background-color: #f7f7f7;
        color: #5c5c5c; }
    .cxe-grid-col-header.cxs-sortable:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable:hover {
      background-color: #fff;
      color: #828282;
      border-color: #e0e0e0; }
    .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: #f7f7f7;
      color: #5c5c5c; }
  .cxe-grid-col-header.cxs-tool {
    transition: padding-left 0.2s;
    padding-right: 37px; }
  .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) {
    padding-right: 27px; }
    .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: 27px; }
      .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: 27px; }
  .cxe-grid-col-header.cxs-sortable.cxs-aligned-right {
    padding-left: 27px; }
    .cxe-grid-col-header.cxs-sortable.cxs-aligned-right .cxe-grid-column-sort-icon {
      left: 2px; }

.cxe-grid-column-sort-icon {
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  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: rgba(0, 0, 0, 0);
  background-color: #fff; }
  .cxe-grid-data td {
    padding: 0;
    border-top: 1px solid #e0e0e0;
    line-height: 23px; }
  .cxe-grid-data td.cxs-pad {
    padding: 4px 14px 5px; }
  .cxs-selectable .cxe-grid-data:hover {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
  .cxs-selectable .cxe-grid-data.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
  .cxs-selectable .cxe-grid-data.cxs-selected {
    background-color: rgba(0, 0, 0, 0.07); }
    .cxs-selectable .cxe-grid-data.cxs-selected.cxs-cursor {
      background-color: rgba(0, 0, 0, 0.1);
      outline: none; }
  .cxs-focused .cxe-grid-data.cxs-cursor, :focus .cxe-grid-data.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.03);
    outline: none; }
  .cxs-focused .cxe-grid-data.cxs-selected.cxs-cursor, :focus .cxe-grid-data.cxs-selected.cxs-cursor {
    background-color: rgba(0, 0, 0, 0.1);
    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-data.cxs-dummy td {
    box-sizing: border-box; }

.cxe-grid-dropzone {
  position: relative;
  padding: 0; }
  .cxs-drop-preview .cxe-grid-dropzone {
    border-top: 1px solid #e0e0e0; }
    .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: 4px 14px 5px; }
  .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 #e0e0e0;
    box-sizing: border-box; }
    .cxe-grid-group-footer td.cxs-pad {
      padding: 4px 14px 5px; }
  .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 #e0e0e0; }

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

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

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

.cxb-grid.cxs-cell-editable .cxe-grid-data td:hover {
  background: rgba(128, 128, 128, 0.05); }

.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected {
  position: relative;
  user-select: none; }
  .cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:after {
    position: absolute;
    pointer-events: none;
    content: ' ';
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background: rgba(0, 128, 0, 0.1);
    border: 2px solid green; }

.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxe-grid-cell-editor {
  position: relative;
  user-select: none; }

.cxe-grid-cell-editor-wrap {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 2px); }
  .cxe-grid-cell-editor-wrap > *:only-child {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.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 {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
  opacity: 0.9;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  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; }

.cxb-resizer {
  position: relative;
  flex-shrink: 0; }
  .cxb-resizer.cxs-vertical {
    width: 5px;
    cursor: col-resize; }
  .cxb-resizer.cxs-horizontal {
    height: 5px;
    cursor: row-resize; }

.cxe-resizer-handle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .cxe-resizer-handle.cxs-dragged {
    background: rgba(128, 128, 128, 0.5); }

.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: 50%; }

.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: 50%; }

.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-marker-shape.cxs-hidden {
    visibility: hidden; }

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

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

.cxs-color-0 {
  fill: #fbb4af;
  stroke: #e2a29e;
  background: #fbb4af;
  border-color: #e2a29e; }
  .cxs-color-0.cxs-selectable:hover {
    fill: #faa19b;
    stroke: #e1918c;
    background: #faa19b;
    border-color: #e1918c; }
  .cxs-color-0.cxs-selected, .cxs-color-0.cxs-selected:hover {
    fill: #f6695e;
    stroke: #dd5f55;
    background: #f6695e;
    border-color: #dd5f55; }
  .cxs-color-0.cxs-disabled {
    fill: #feeceb;
    stroke: #e5d4d4;
    background: #feeceb;
    border-color: #e5d4d4; }

.cxs-color-1 {
  fill: #f6a5c1;
  stroke: #dd95ae;
  background: #f6a5c1;
  border-color: #dd95ae; }
  .cxs-color-1.cxs-selectable:hover {
    fill: #f48fb1;
    stroke: #dc819f;
    background: #f48fb1;
    border-color: #dc819f; }
  .cxs-color-1.cxs-selected, .cxs-color-1.cxs-selected:hover {
    fill: #ed4b82;
    stroke: #d54475;
    background: #ed4b82;
    border-color: #d54475; }
  .cxs-color-1.cxs-disabled {
    fill: #fde9ef;
    stroke: #e4d2d7;
    background: #fde9ef;
    border-color: #e4d2d7; }

.cxs-color-2 {
  fill: #d7a9df;
  stroke: #c298c9;
  background: #d7a9df;
  border-color: #c298c9; }
  .cxs-color-2.cxs-selectable:hover {
    fill: #ce93d8;
    stroke: #b984c2;
    background: #ce93d8;
    border-color: #b984c2; }
  .cxs-color-2.cxs-selected, .cxs-color-2.cxs-selected:hover {
    fill: #b052c0;
    stroke: #9e4aad;
    background: #b052c0;
    border-color: #9e4aad; }
  .cxs-color-2.cxs-disabled {
    fill: #f5e9f7;
    stroke: #ddd2de;
    background: #f5e9f7;
    border-color: #ddd2de; }

.cxs-color-3 {
  fill: #c2b0e2;
  stroke: #af9ecb;
  background: #c2b0e2;
  border-color: #af9ecb; }
  .cxs-color-3.cxs-selectable:hover {
    fill: #b39ddb;
    stroke: #a18dc5;
    background: #b39ddb;
    border-color: #a18dc5; }
  .cxs-color-3.cxs-selected, .cxs-color-3.cxs-selected:hover {
    fill: #8561c5;
    stroke: #7857b1;
    background: #8561c5;
    border-color: #7857b1; }
  .cxs-color-3.cxs-disabled {
    fill: #f0ebf8;
    stroke: #d8d4df;
    background: #f0ebf8;
    border-color: #d8d4df; }

.cxs-color-4 {
  fill: #b2b9e1;
  stroke: #a0a7cb;
  background: #b2b9e1;
  border-color: #a0a7cb; }
  .cxs-color-4.cxs-selectable:hover {
    fill: #9fa8da;
    stroke: #8f97c4;
    background: #9fa8da;
    border-color: #8f97c4; }
  .cxs-color-4.cxs-selected, .cxs-color-4.cxs-selected:hover {
    fill: #6574c4;
    stroke: #5b68b0;
    background: #6574c4;
    border-color: #5b68b0; }
  .cxs-color-4.cxs-disabled {
    fill: #eceef8;
    stroke: #d4d6df;
    background: #eceef8;
    border-color: #d4d6df; }

.cxs-color-5 {
  fill: #a6d5fa;
  stroke: #95c0e1;
  background: #a6d5fa;
  border-color: #95c0e1; }
  .cxs-color-5.cxs-selectable:hover {
    fill: #90cbf9;
    stroke: #82b7e0;
    background: #90cbf9;
    border-color: #82b7e0; }
  .cxs-color-5.cxs-selected, .cxs-color-5.cxs-selected:hover {
    fill: #4dabf5;
    stroke: #459add;
    background: #4dabf5;
    border-color: #459add; }
  .cxs-color-5.cxs-disabled {
    fill: #e9f5fe;
    stroke: #d2dde5;
    background: #e9f5fe;
    border-color: #d2dde5; }

.cxs-color-6 {
  fill: #9addfb;
  stroke: #8bc7e2;
  background: #9addfb;
  border-color: #8bc7e2; }
  .cxs-color-6.cxs-selectable:hover {
    fill: #81d4fa;
    stroke: #74bfe1;
    background: #81d4fa;
    border-color: #74bfe1; }
  .cxs-color-6.cxs-selected, .cxs-color-6.cxs-selected:hover {
    fill: #35baf6;
    stroke: #30a7dd;
    background: #35baf6;
    border-color: #30a7dd; }
  .cxs-color-6.cxs-disabled {
    fill: #e6f6fe;
    stroke: #cfdde5;
    background: #e6f6fe;
    border-color: #cfdde5; }

.cxs-color-7 {
  fill: #99e4ee;
  stroke: #8acdd6;
  background: #99e4ee;
  border-color: #8acdd6; }
  .cxs-color-7.cxs-selectable:hover {
    fill: #80deea;
    stroke: #73c8d3;
    background: #80deea;
    border-color: #73c8d3; }
  .cxs-color-7.cxs-selected, .cxs-color-7.cxs-selected:hover {
    fill: #33c9dd;
    stroke: #2eb5c7;
    background: #33c9dd;
    border-color: #2eb5c7; }
  .cxs-color-7.cxs-disabled {
    fill: #e6f8fb;
    stroke: #cfdfe2;
    background: #e6f8fb;
    border-color: #cfdfe2; }

.cxs-color-8 {
  fill: #99d5cf;
  stroke: #8ac0ba;
  background: #99d5cf;
  border-color: #8ac0ba; }
  .cxs-color-8.cxs-selectable:hover {
    fill: #80cbc4;
    stroke: #73b7b0;
    background: #80cbc4;
    border-color: #73b7b0; }
  .cxs-color-8.cxs-selected, .cxs-color-8.cxs-selected:hover {
    fill: #33aba0;
    stroke: #2e9a90;
    background: #33aba0;
    border-color: #2e9a90; }
  .cxs-color-8.cxs-disabled {
    fill: #e6f5f3;
    stroke: #cfdddb;
    background: #e6f5f3;
    border-color: #cfdddb; }

.cxs-color-9 {
  fill: #b7dfb9;
  stroke: #a5c9a7;
  background: #b7dfb9;
  border-color: #a5c9a7; }
  .cxs-color-9.cxs-selectable:hover {
    fill: #a6d7a8;
    stroke: #95c297;
    background: #a6d7a8;
    border-color: #95c297; }
  .cxs-color-9.cxs-selected, .cxs-color-9.cxs-selected:hover {
    fill: #70bf73;
    stroke: #65ac68;
    background: #70bf73;
    border-color: #65ac68; }
  .cxs-color-9.cxs-disabled {
    fill: #edf7ee;
    stroke: #d5ded6;
    background: #edf7ee;
    border-color: #d5ded6; }

.cxs-color-10 {
  fill: #d1e7b7;
  stroke: #bcd0a5;
  background: #d1e7b7;
  border-color: #bcd0a5; }
  .cxs-color-10.cxs-selectable:hover {
    fill: #c5e1a5;
    stroke: #b1cb95;
    background: #c5e1a5;
    border-color: #b1cb95; }
  .cxs-color-10.cxs-selected, .cxs-color-10.cxs-selected:hover {
    fill: #a2cf6e;
    stroke: #92ba63;
    background: #a2cf6e;
    border-color: #92ba63; }
  .cxs-color-10.cxs-disabled {
    fill: #f3f9ed;
    stroke: #dbe0d5;
    background: #f3f9ed;
    border-color: #dbe0d5; }

.cxs-color-11 {
  fill: #ebf1b0;
  stroke: #d4d99e;
  background: #ebf1b0;
  border-color: #d4d99e; }
  .cxs-color-11.cxs-selectable:hover {
    fill: #e6ee9c;
    stroke: #cfd68c;
    background: #e6ee9c;
    border-color: #cfd68c; }
  .cxs-color-11.cxs-selected, .cxs-color-11.cxs-selected:hover {
    fill: #d7e361;
    stroke: #c2cc57;
    background: #d7e361;
    border-color: #c2cc57; }
  .cxs-color-11.cxs-disabled {
    fill: #fafceb;
    stroke: #e1e3d4;
    background: #fafceb;
    border-color: #e1e3d4; }

.cxs-color-12 {
  fill: #fff7b1;
  stroke: #e6de9f;
  background: #fff7b1;
  border-color: #e6de9f; }
  .cxs-color-12.cxs-selectable:hover {
    fill: #fff59d;
    stroke: #e6dd8d;
    background: #fff59d;
    border-color: #e6dd8d; }
  .cxs-color-12.cxs-selected, .cxs-color-12.cxs-selected:hover {
    fill: #ffef62;
    stroke: #e6d758;
    background: #ffef62;
    border-color: #e6d758; }
  .cxs-color-12.cxs-disabled {
    fill: #fffdeb;
    stroke: #e6e4d4;
    background: #fffdeb;
    border-color: #e6e4d4; }

.cxs-color-13 {
  fill: #ffe69c;
  stroke: #e6cf8c;
  background: #ffe69c;
  border-color: #e6cf8c; }
  .cxs-color-13.cxs-selectable:hover {
    fill: #ffe083;
    stroke: #e6ca76;
    background: #ffe083;
    border-color: #e6ca76; }
  .cxs-color-13.cxs-selected, .cxs-color-13.cxs-selected:hover {
    fill: #ffcd39;
    stroke: #e6b933;
    background: #ffcd39;
    border-color: #e6b933; }
  .cxs-color-13.cxs-disabled {
    fill: #fff9e6;
    stroke: #e6e0cf;
    background: #fff9e6;
    border-color: #e6e0cf; }

.cxs-color-14 {
  fill: #ffd699;
  stroke: #e6c18a;
  background: #ffd699;
  border-color: #e6c18a; }
  .cxs-color-14.cxs-selectable:hover {
    fill: #ffcc80;
    stroke: #e6b873;
    background: #ffcc80;
    border-color: #e6b873; }
  .cxs-color-14.cxs-selected, .cxs-color-14.cxs-selected:hover {
    fill: #ffad33;
    stroke: #e69c2e;
    background: #ffad33;
    border-color: #e69c2e; }
  .cxs-color-14.cxs-disabled {
    fill: #fff5e6;
    stroke: #e6ddcf;
    background: #fff5e6;
    border-color: #e6ddcf; }

.cxs-color-15 {
  fill: #ffbca7;
  stroke: #e6a996;
  background: #ffbca7;
  border-color: #e6a996; }
  .cxs-color-15.cxs-selectable:hover {
    fill: #ffab91;
    stroke: #e69a83;
    background: #ffab91;
    border-color: #e69a83; }
  .cxs-color-15.cxs-selected, .cxs-color-15.cxs-selected:hover {
    fill: #ff794e;
    stroke: #e66d46;
    background: #ff794e;
    border-color: #e66d46; }
  .cxs-color-15.cxs-disabled {
    fill: #ffeee9;
    stroke: #e6d6d2;
    background: #ffeee9;
    border-color: #e6d6d2; }

p {
  line-height: 1.5; }

.cxb-section.cxm-card.cxm-card > .cxe-section-body, .cxb-section.cxm-well > .cxe-section-body {
  padding: 1em; }

.cxm-card .cxe-section-header h1, .cxm-well .cxe-section-header h1 {
  color: #48a8f5; }

.cxm-card-accent .cxe-section-header h1 {
  color: #fff; }

.cxm-card .cxe-section-header h2, .cxm-well .cxe-section-header h2 {
  color: #48a8f5; }

.cxm-card-accent .cxe-section-header h2 {
  color: #fff; }

.cxm-card .cxe-section-header h3, .cxm-well .cxe-section-header h3 {
  color: #48a8f5; }

.cxm-card-accent .cxe-section-header h3 {
  color: #fff; }

.cxm-card .cxe-section-header h4, .cxm-well .cxe-section-header h4 {
  color: #48a8f5; }

.cxm-card-accent .cxe-section-header h4 {
  color: #fff; }

.cxm-card .cxe-section-header h5, .cxm-well .cxe-section-header h5 {
  color: #48a8f5; }

.cxm-card-accent .cxe-section-header h5 {
  color: #fff; }

.cxm-card .cxe-section-header h6, .cxm-well .cxe-section-header h6 {
  color: #48a8f5; }

.cxm-card-accent .cxe-section-header h6 {
  color: #fff; }

.cxe-section-header.cxe-section-header {
  color: #48a8f5;
  font-weight: normal;
  border: none;
  padding: 1em 1em 0;
  margin: 0; }
  .cxm-pad > .cxe-section-header.cxe-section-header {
    border: none; }

.cxb-button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .cxb-button.cxm-float .cxe-button-icon {
    left: 10px; }

.cxb-textfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-textfield:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-textfield.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-textfield.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-numberfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-numberfield:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-numberfield.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-numberfield.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-lookupfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-lookupfield:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-lookupfield.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-lookupfield.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-datetimefield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-datetimefield:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-datetimefield.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-datetimefield.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-monthfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-monthfield:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-monthfield.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-monthfield.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-colorfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-colorfield:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-colorfield.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-colorfield.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-select {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 32px; }
  .cxb-select:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #2196F3;
    transform: scaleX(0);
    transition: 0s;
    position: absolute;
    bottom: 0;
    left: 0; }
  .cxb-select.cxs-focus:after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out; }
  .cxb-select.cxs-focus.cxs-error:after {
    transform: scaleX(1);
    background-color: #F44336; }

.cxb-lookupfield {
  max-height: none; }

.cxe-datefield-input,
.cxe-monthfield-input,
.cxe-colorfield-input {
  padding: 4px 26px 4px 26px; }

.cxb-select option {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.03); }

.cxb-textarea:after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #2196F3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0; }

.cxb-textarea.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out; }

.cxb-textarea.cxs-focus.cxs-error.cxs-visited:after {
  transform: scaleX(1);
  background-color: #F44336; }

.cxm-label-placement-material {
  margin-top: 33px; }
  .cxm-label-placement-material > .cxb-label {
    position: absolute;
    top: 0;
    left: 0;
    transition: margin-left 0.2s linear, margin-top 0.2s linear, font-size 0.2s linear;
    color: rgba(128, 128, 128, 0.7);
    font-size: 14px;
    pointer-events: none;
    white-space: nowrap; }
  .cxm-label-placement-material.cxs-focus > .cxb-label, .cxm-label-placement-material.cxs-error > .cxb-label, .cxm-label-placement-material:not(.cxs-empty) > .cxb-label {
    pointer-events: auto;
    margin-top: -22px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding-bottom: 0;
    border-bottom-width: 0; }
  .cxm-label-placement-material.cxs-focus.cxs-icon > .cxb-label, .cxm-label-placement-material.cxs-error.cxs-icon > .cxb-label, .cxm-label-placement-material:not(.cxs-empty).cxs-icon > .cxb-label {
    margin-left: -26px; }
  .cxm-label-placement-material.cxs-focus > .cxb-label {
    color: #2196F3; }
  .cxm-label-placement-material.cxs-error > .cxb-label {
    color: #F44336; }
  .cxm-label-placement-material.cxs-icon > .cxb-label {
    left: 26px; }

.cxm-help-placement-material .cxb-validationerror {
  position: absolute;
  left: 0;
  top: 105%;
  line-height: normal;
  display: none;
  color: #F44336;
  font-size: 10px; }

.cxm-help-placement-material.cxs-focus:not(.cxs-empty) > .cxb-validationerror,
.cxm-help-placement-material.cxs-visited > .cxb-validationerror {
  display: inline-block; }

.cxb-calendar .cxe-calendar-day-names {
  background-color: #2196F3;
  color: #fff; }

.cxe-checkbox-input:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  left: calc(50% - 16px);
  bottom: calc(50% - 16px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.2s ease-in-out; }

.cxe-checkbox-input.cxs-checked:after {
  background-color: rgba(33, 150, 243, 0.1); }

.cxe-checkbox-input:focus:after {
  visibility: visible;
  transform: scale(0.9, 0.9); }

.cxe-radio-input {
  border-width: 2px;
  border-color: #c2c2c2;
  color: #2196F3; }
  .cxe-radio-input:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(50% - 16px);
    bottom: calc(50% - 16px);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    visibility: hidden;
    transform: scale(0.6, 0.6);
    transition: transform 0.2s ease-in-out; }
  .cxe-radio-input:hover {
    border-color: #c2c2c2; }
  .cxe-radio-input.cxs-checked:after {
    background-color: rgba(33, 150, 243, 0.1); }
  .cxe-radio-input:focus:after {
    visibility: visible;
    transform: scale(0.9, 0.9); }

.cxb-colorpicker input {
  line-height: 14px;
  box-shadow: none;
  background-color: #fff;
  border-width: 0 0 1px;
  border-color: #dee2ef;
  border-radius: 0;
  padding: 2px 6px; }
  .cxb-colorpicker input:focus {
    box-shadow: none; }

.cxe-slider-handle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 0.75 * 16px);
  bottom: calc(50% - 0.75 * 16px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.15s ease-out, background-color 0.15s ease-out; }

.cxe-slider-handle:active:after, .cxe-slider-handle:active:focus:after {
  visibility: visible;
  transform: scale(1, 1);
  background-color: inherit; }

.cxe-slider-handle:focus:after {
  visibility: visible;
  transform: scale(1.4, 1.4);
  background-color: rgba(13, 138, 238, 0.1); }

.cxe-slider-handle[style*="left: 0%;"] {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.26); }
  .cxe-slider-handle[style*="left: 0%;"]:focus:after {
    background-color: rgba(0, 0, 0, 0.05); }
  .cxe-slider-handle[style*="left: 0%;"]:active {
    background-color: inherit; }

.cxe-switch-handle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 0.75 * 16px);
  bottom: calc(50% - 0.75 * 16px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.15s ease-out, background-color 0.15s ease-out; }

.cxb-switch:focus .cxe-switch-handle:after {
  visibility: visible;
  transform: scale(1.4, 1.4);
  background-color: rgba(33, 150, 243, 0.1); }

div.cxb-classic-tab-container {
  background-color: #2196F3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  height: 32px;
  padding: 0;
  margin-bottom: 3px;
  white-space: nowrap;
  flex-shrink: 0; }

.cxb-tab.cxm-classic {
  height: 100%; }
  .cxb-tab.cxm-classic:first-child {
    border-radius: 2px 0 0 2px; }
  .cxb-tab.cxm-classic:last-child {
    border-radius: 0 2px 2px 0; }

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

@keyframes cx-theme-window-appear-animation {
  from {
    opacity: 0;
    transform: scale(0.3); }
  to {
    opacity: 1;
    transform: none; } }

.cxb-window.cxs-animate {
  animation: cx-theme-window-appear-animation 0.2s; }

.cxe-window-shadow.cxs-animate {
  opacity: 0;
  transition: opacity .2s; }

.cxe-window-shadow.cxs-animate-enter {
  opacity: 1; }

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

.cxb-menuitem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 2px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left; }

.cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
  background-color: transparent; }
  .cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor:before {
    transform: scaleX(1);
    transition: transform 0.25s;
    background-color: rgba(0, 0, 0, 0.1); }

.cxb-menu .cxe-menu-item > hr {
  margin: 10px 0; }

.cxb-grid.cxs-scrollable .cxe-grid-header + .cxe-grid-data td, .cxb-grid.cxs-scrollable .cxe-grid-header + .cxe-grid-group-caption td {
  border-top-color: transparent; }

.cxe-grid-fixed-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 2px 0 rgba(0, 0, 0, 0.075), 0 3px 0 rgba(0, 0, 0, 0.05), 0 4px 0 rgba(0, 0, 0, 0.015); }
  .cxe-grid-fixed-header .cxe-grid-col-header {
    border-color: #fff; }
  .cxe-grid-fixed-header .cxs-sorted-asc, .cxe-grid-fixed-header .cxs-sorted-desc {
    border-color: #fafafa; }
    .cxe-grid-fixed-header .cxs-sorted-asc:hover, .cxe-grid-fixed-header .cxs-sorted-desc:hover {
      border-color: #f7f7f7; }

.cxe-grid-header tr:not(:first-child) .cxe-grid-col-header {
  border-top: 1px solid #e0e0e0; }

.cxs-border .cxe-grid-col-header {
  border-width: 0; }

.cxs-header-plain.cxs-border .cxe-grid-col-header:last-child {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e0e0e0; }

.cxe-grid-col-header-tool > .cxb-menu > li > div > span {
  padding: 0 6px !important;
  line-height: 39px; }

.cxe-grid-group-footer td, .cxe-grid-group-caption td {
  color: #2196F3;
  line-height: 23px;
  border-top: 1px solid #e0e0e0;
  font-weight: 500; }

.cxe-grid-group-footer:not(:first-child) td, .cxe-grid-group-caption:not(:first-child) td {
  padding-top: 5px; }

.cxe-grid-group-caption td {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e0e0e0; }

.cxe-grid-group-caption.cxs-level-2 td {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: #f2f2f2; }

.cxe-grid-group-caption.cxs-level-3 td {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: #efefef; }

.cxe-grid-group-caption.cxs-level-4 td {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: #ededed; }

.cxe-grid-group-footer.cxs-level-2 td {
  border-width: 1px 0;
  border-color: #e0e0e0; }

.cxe-grid-group-footer.cxs-level-3 td {
  border-width: 1px 0;
  border-color: #e0e0e0; }

.cxe-grid-group-footer.cxs-level-4 td {
  border-width: 1px 0;
  border-color: #e0e0e0; }

.cxb-grid .cxb-checkbox {
  padding: 0; }

.cxb-grid .cxe-grid-col-header-tool .cxb-checkbox {
  padding: 7px; }

.cxb-grid.cxm-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  border-width: 0 !important; }

.cxb-list.cxs-selectable > .cxe-list-item {
  padding: 12px;
  border-width: 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.09); }

.cxb-button, .cxb-tab {
  overflow: hidden; }
  .cxb-button:before, .cxb-tab:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(18, 18);
    transition: transform 0.3s, opacity 0.8s;
    pointer-events: none; }
  .cxb-button.cxm-float:before, .cxb-tab.cxm-float:before {
    transform: scale(9, 9); }
  .cxb-button:active:before, .cxb-tab:active:before {
    transform: scale(0, 0);
    opacity: 0.2;
    transition: 0s; }

@media screen and (min-width: 700px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.05); }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0; }
    ::-webkit-scrollbar-thumb:vertical {
      background-color: rgba(0, 0, 0, 0.07); }
      ::-webkit-scrollbar-thumb:vertical:hover {
        background-color: rgba(0, 0, 0, 0.12); }
    ::-webkit-scrollbar-thumb:horizontal {
      background-color: rgba(0, 0, 0, 0.07); }
      ::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: rgba(0, 0, 0, 0.12); }
  ::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.02); } }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  user-select: none; }

html,
body {
  height: 100%;
  overflow: hidden; }

#app,
.layout {
  height: 100%;
  overflow: hidden; }

.cxe-loading-indicator span:nth-child(2) {
  color: #515050; }

.cxe-loading-indicator .cxb-icon {
  margin-right: 10px;
  color: #1c9dd8; }

.cxm-fullscreen-loading {
  min-height: 0 !important;
  z-index: 9999; }
  .cxm-fullscreen-loading .cxe-loading-overlay {
    height: 100%;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white !important; }
  .cxm-fullscreen-loading .cxe-loading-indicator {
    top: calc(50% - 100px) !important; }
    .cxm-fullscreen-loading .cxe-loading-indicator span:nth-child(2) {
      display: block; }
    .cxm-fullscreen-loading .cxe-loading-indicator .cxb-icon {
      height: 100px !important;
      width: 100px !important;
      color: #1c9dd8; }

.header {
  padding: 0;
  position: fixed;
  transition: all 0.2s linear;
  left: 0;
  top: 0;
  right: 0;
  align-items: center; }
  .header h2 {
    line-height: 1;
    font-size: 1.3rem;
    margin: 0;
    color: white;
    font-weight: 100; }
  .layout.nav .header {
    transform: translateX(200px); }
    @media screen and (min-width: 800px) {
      .layout.nav .header {
        left: 200px;
        transform: none; } }
  .header .cxm-top-header {
    padding: .7em 1em .7em 1.2em;
    /*background-color: $header-color;*/
    background: linear-gradient(90deg, #1c9dd8, #1c9dd8);
    z-index: 2; }
  .header .cxm-thuraya {
    padding: .7em 1em .7em 1.2em;
    /*background-color: $header-color;*/
    background: linear-gradient(90deg, #003595, #003595);
    z-index: 2; }

.aside {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.26);
  font-size: 13px;
  transform: translateX(-300px);
  transition: transform 0.2s linear;
  display: flex;
  flex-direction: column; }
  .aside .nav-wrapper {
    background-image: url("/assets/img/aside-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .aside .aside-user-details {
    margin-top: 20px;
    padding-left: 17px; }
  @media (max-height: 700px) {
    .aside .nav-wrapper {
      background-position: center 40px; }
    .aside .aside-user-details {
      margin-top: 60px; } }
  .aside .cxm-aside-name {
    font-size: 1rem; }
  .aside .cxm-aside-role {
    font-size: 10px; }
  .aside .cxm-aside-user {
    color: #1c9dd8;
    border: solid 2px #515050;
    height: 50px;
    width: 50px;
    font-size: 50px;
    display: block;
    border-radius: 50%;
    margin: 0 0 5px 0; }
  .aside .cxb-menuitem:before {
    background: none !important; }
  .aside .cxm-mainnav {
    font-size: 14px;
    color: #515050; }
    .aside .cxm-mainnav .cxs-active {
      font-weight: normal;
      border-left: solid 4px #009de0;
      padding-left: 17px; }
    .aside .cxm-mainnav .cxb-icon {
      vertical-align: top;
      margin-right: 7px;
      font-size: 1.5em; }
  .aside .logo {
    width: 220px; }
  .layout.nav .aside {
    transform: none; }
  .aside .header-logo {
    background: #fff;
    text-align: center;
    padding: 0.7em 0 0.2em 0;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);*/
    height: 7.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .aside h1 {
    margin: 0 0 120px 0;
    padding: 0.7em 0 0.2em 0;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.26);
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 3rem;
    background-color: white; }
  .aside dl {
    display: block;
    flex: 1; }
    .aside dl .cxb-link {
      color: inherit; }
      .aside dl .cxb-link.cxs-active {
        color: #1c9dd8; }
  .aside dt {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    font-weight: bold; }
  .aside dd {
    padding: 0.5rem; }
  .aside .cxm-thuraya a.cxs-active {
    color: #003595;
    border-left: solid 4px #003595; }

.main {
  display: flex;
  height: 100%;
  overflow: auto;
  flex-direction: column;
  padding: 7.5rem 10px 0px 10px;
  transition: all 0.2s linear;
  box-sizing: border-box; }
  .layout.nav .main {
    transform: translateX(200px); }
    @media screen and (min-width: 800px) {
      .layout.nav .main {
        margin-left: 200px;
        transform: none; } }

h1,
h2,
h3,
h4 {
  color: #1c9dd8; }

h4 {
  margin-bottom: 1em; }

p {
  max-width: 40em; }

.cxb-section.cxm-card, .cxb-section.cxm-well {
  background: white !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0 !important; }

.cxb-section .cxe-section-body {
  overflow: hidden;
  padding: 15px !important; }

.cxb-version {
  font-size: 0.85em;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row; }

.cxe-version-item {
  flex: 1 0 0;
  text-align: center;
  padding: 4px 0; }
  .cxe-version-item:first-child {
    border-right: 1px solid #ddd; }

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

.cxe-wi-poweredby {
  color: grey;
  font-size: 0.7em;
  font-style: italic;
  text-transform: uppercase; }

.cxe-wi-wi {
  font-family: "Raleway", sans-serif;
  color: #305e9e;
  font-weight: 500; }

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

.cxb-loading-overlay-container {
  position: relative;
  flex: 1 1 auto !important;
  display: flex;
  flex-direction: column;
  min-height: 48px; }
  .cxb-loading-overlay-container.cxm-inset {
    padding: 5px 10px; }

.cxe-loading-overlay {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadein 0.3s; }
  .cxe-loading-overlay .cxe-loading-indicator {
    opacity: 0.8;
    text-transform: uppercase;
    position: relative;
    top: calc(50% - 25px);
    margin: 0 auto;
    text-align: center;
    display: block;
    animation: fadein 1s; }

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

.cxm-user-menu span {
  color: white;
  padding-right: 10px;
  position: relative;
  top: 4px; }

.cxm-role-header {
  position: relative;
  background: white;
  border-bottom: solid 1px lightgray;
  padding: 0.25em 1em 0.25em 1.5em;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
  .cxm-role-header .cxb-lookupfield {
    overflow: hidden; }
  .cxm-role-header .cxe-lookupfield-input {
    border-bottom-color: transparent;
    font-size: 8pt;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cxm-role-header .cxe-lookupfield-lookup-options {
    font-size: 8pt;
    text-transform: uppercase; }
  .cxm-role-header .cxb-validationerror {
    display: none !important; }
  .cxm-role-header .cxb-button {
    font-size: 8pt; }
  .cxm-role-header .cxb-lookupfield.cxs-focus:after {
    display: none; }

.cxm-expanded-menu li {
  margin: 0 5px; }

.terms-of-use {
  height: 100%;
  background: url("/assets/img/ptt-police.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column; }
  .terms-of-use h3 {
    text-transform: uppercase;
    font-size: 13pt;
    word-wrap: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .terms-of-use .card {
    flex: 1 0 0px;
    background: white;
    padding: 24px; }
    @media (min-width: 720px) {
      .terms-of-use .card {
        margin: 20px; } }
    .terms-of-use .card .iframe {
      width: 100%;
      flex: 1 1 auto;
      min-height: 200px;
      background: white;
      -webkit-overflow-scrolling: touch;
      position: relative;
      overflow-y: scroll;
      border: 1px solid #ccc; }
      .terms-of-use .card .iframe iframe {
        border: none;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        position: absolute;
        width: 100%;
        height: 100%;
        min-height: 200px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

.cxm-dirty {
  font-weight: bold;
  color: red; }

.cxe-deviceinfo-item {
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .cxe-deviceinfo-item:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    border-bottom: 20px solid #68c55d;
    border-right: 20px solid #68c55d;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    transform: rotate(-12deg);
    transform-origin: 0 100%; }

.cxe-deviceinfo-icon {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -24px;
  width: 48px;
  height: 48px;
  background-color: #48a83c;
  border-radius: 50%;
  text-align: center;
  color: white;
  border: solid white 2px; }
  .cxe-deviceinfo-icon i {
    font-size: 24px;
    line-height: 44px;
    margin-left: -2px; }
  .cxe-deviceinfo-icon svg {
    margin-top: 12px; }

.cxe-deviceinfo-content {
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 0 0 9px 38px;
  color: white; }
  .cxe-deviceinfo-content h4 {
    font-size: 1rem;
    color: white;
    margin: 0;
    padding: 0; }

.cxe-deviceinfo-body {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px; }

.cxe-deviceinfo-general {
  padding: 4px 12px 4px 36px;
  display: inline-block;
  height: 40px;
  margin-top: 3px;
  background-color: #68c55d; }

.cxe-deviceinfo-addon {
  text-align: center;
  display: inline-block;
  margin-top: 3px;
  height: 40px;
  padding: 4px 12px 4px 8px;
  background-color: #4eb842; }

.cxb-deviceinfo.cxm-ok .cxe-deviceinfo-item:before {
  border-bottom-color: #68c55d;
  border-right-color: #68c55d; }

.cxb-deviceinfo.cxm-ok .cxe-deviceinfo-icon {
  background-color: #48a83c; }

.cxb-deviceinfo.cxm-ok .cxe-deviceinfo-general {
  background-color: #68c55d; }

.cxb-deviceinfo.cxm-ok .cxe-deviceinfo-addon {
  background-color: #4eb842; }

.cxb-deviceinfo.cxm-off .cxe-deviceinfo-item:before {
  border-bottom-color: #aaa;
  border-right-color: #aaa; }

.cxb-deviceinfo.cxm-off .cxe-deviceinfo-icon {
  background-color: #8b8b8b; }

.cxb-deviceinfo.cxm-off .cxe-deviceinfo-general {
  background-color: #aaa; }

.cxb-deviceinfo.cxm-off .cxe-deviceinfo-addon {
  background-color: #969696; }

.cxb-deviceinfo.cxm-danger .cxe-deviceinfo-item:before {
  border-bottom-color: red;
  border-right-color: red; }

.cxb-deviceinfo.cxm-danger .cxe-deviceinfo-icon {
  background-color: #c20000; }

.cxb-deviceinfo.cxm-danger .cxe-deviceinfo-general {
  background-color: red; }

.cxb-deviceinfo.cxm-danger .cxe-deviceinfo-addon {
  background-color: #d60000; }

.cxm-map {
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 7px; }

.cxb-trackers {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 85%;
  height: 100%;
  width: 250px;
  box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.2s ease, height 0.1s 0.12s ease; }
  .cxb-trackers h3 {
    transition: all 0.2s ease;
    background: #324d9a;
    padding: 4px 10px 0 0;
    margin: 0;
    color: white;
    font-size: 0.85rem;
    text-transform: uppercase;
    cursor: pointer; }
    .cxb-trackers h3 i {
      font-size: 1.2rem;
      line-height: 1.5rem; }
  .cxb-trackers .cxe-textfield-input {
    font-size: 0.85rem; }
  .cxb-trackers.cxm-condensed {
    height: 26px;
    width: 22px;
    overflow: hidden;
    top: 10px;
    left: 10px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease, width 0.1s 0.12s ease; }
    .cxb-trackers.cxm-condensed h3 {
      color: black;
      background: white; }

.cxb-trackers-list {
  flex: 1;
  box-shadow: 0 3px 2px -2px #ccc; }
  .cxb-trackers-list .cxe-list-item {
    padding: 6px 6px 8px 0 !important;
    border-left: 4px solid transparent !important; }
    .cxb-trackers-list .cxe-list-item.cxs-selected {
      background-color: rgba(255, 255, 255, 0.95);
      border-left: 4px solid #324d9a !important; }

.cxb-tracker {
  font-size: 0.9rem;
  cursor: pointer; }
  .cxb-tracker .cxe-tracker-header {
    display: flex;
    flex-direction: row; }
  .cxb-tracker .cxe-tracker-row {
    margin-left: 22px;
    display: flex;
    flex-direction: row; }
  .cxb-tracker .cxe-name {
    margin-top: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1; }
  .cxb-tracker .cxe-speed {
    font-size: 0.85em;
    margin-top: 2px; }
  .cxb-tracker .cxe-serial {
    flex: 1;
    font-size: 0.85em;
    text-overflow: ellipsis;
    overflow: hidden; }
  .cxb-tracker .cxe-timestamp {
    font-size: 0.85em; }
  .cxb-tracker.cxm-ok i {
    color: #87bd87; }
  .cxb-tracker.cxm-danger i {
    color: red; }
  .cxb-tracker.cxm-off {
    color: #aaa; }
    .cxb-tracker.cxm-off i {
      color: #aaa; }

.cxb-modem-summary {
  font-size: 10pt;
  margin: 10px 0;
  color: #777; }
  .cxb-modem-summary a {
    font-size: 12pt;
    text-decoration: none;
    cursor: pointer; }

.em-profile {
  fill: orange;
  color: orange;
  border-color: orange; }

@media (min-width: 700px) {
  .cxm-modem-config {
    max-width: 33%; } }

path.cxm-first-modem {
  stroke: #777; }

.cxm-first-modem {
  color: #777;
  font-size: 0.85rem; }
  .cxm-first-modem .cxe-lookupfield-input {
    font-size: 0.85rem;
    color: #777 !important;
    border: none; }

path.cxm-second-modem {
  stroke: #00468c; }

.cxm-second-modem {
  font-size: 0.85rem;
  color: #00468c; }
  .cxm-second-modem .cxe-lookupfield-input {
    font-size: 0.85rem;
    color: #00468c !important;
    border: none; }

path.cxm-third-modem {
  stroke: purple; }

.cxm-third-modem {
  font-size: 0.85rem;
  color: purple; }
  .cxm-third-modem .cxe-lookupfield-input {
    font-size: 0.85rem;
    color: purple !important;
    border: none; }

.cxm-no-connection {
  color: #ccc !important;
  border-color: #ccc !important; }

.cxe-diagram-placeholder {
  text-align: center;
  border: 1px dashed #444;
  background: #eee;
  padding: 10px;
  width: 80px;
  cursor: pointer;
  border-radius: 10px;
  color: #777; }
  .cxe-diagram-placeholder .cxb-icon {
    display: block;
    width: 100%; }

.cxm-sync-status {
  text-transform: uppercase;
  color: red;
  margin-right: 10px;
  font-size: 9pt; }

.cxe-cg-priority-row {
  display: flex;
  flex-direction: row;
  padding: 0 5px; }
  .cxe-cg-priority-row.cxm-p1 {
    background: #fcfcfc; }
  .cxe-cg-priority-row.cxm-p2 {
    background: #f7f7f7; }
  .cxe-cg-priority-row.cxm-p3 {
    background: #f0f0f0; }

.cxb-diagram {
  margin-top: 100px; }

.cxe-diagram-root img {
  max-width: 300px;
  margin-top: -80px;
  margin-left: 20px; }

.cxe-diagram-conn-h {
  margin: 10px;
  text-align: center;
  width: 60px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto; }

.cxe-diagram-block img {
  max-width: 100px; }

.cxe-diagram-conn-zz-v-lt {
  width: 100px;
  height: 40px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-color: inherit; }

.cxe-diagram-conn-zz-v-lb {
  padding: 5px;
  width: 90px;
  border-left: 4px solid;
  border-color: inherit; }

.cxe-diagram-conn-v {
  width: 100px;
  text-align: center; }
  .cxe-diagram-conn-v:before {
    content: '';
    width: 4px;
    margin: 0 auto;
    display: block;
    height: 60px;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: inherit; }

.cxe-diagram-conn-zz-v-rt {
  width: 100px;
  height: 40px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-color: inherit; }

.cxe-diagram-conn-zz-v-rb {
  padding: 5px;
  width: 90px;
  text-align: right;
  border-right: 4px solid;
  border-color: inherit; }

.cxb-signin {
  box-sizing: border-box;
  position: fixed;
  width: 22rem;
  left: 50%;
  top: 50%;
  margin-left: -11rem;
  margin-top: -15.125rem;
  background: white;
  box-shadow: 0 0 12px rgba(128, 128, 128, 0.5);
  padding: 2rem;
  border-radius: 1rem; }
  .cxb-signin header,
  .cxb-signin footer {
    text-align: center; }
  .cxb-signin footer {
    padding: 1em; }

.cxm-wi .cxm-signin-bg {
  background: radial-gradient(ellipse at bottom, #2d2e2e 0%, #090a0f 100%); }

.cxm-cobham .cxm-signin-bg {
  background: url("/assets/img/ptt-police.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cxm-thuraya .cxm-signin-bg {
  background: url("/assets/img/ptt-police.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cxb-forgot {
  min-height: 22.25rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: fixed;
  width: 22rem;
  left: 50%;
  top: 50%;
  margin-left: -11rem;
  margin-top: -15.125rem;
  background: white;
  box-shadow: 0 0 12px rgba(128, 128, 128, 0.5);
  padding: 2rem; }
  .cxb-forgot header,
  .cxb-forgot footer {
    text-align: center; }
  .cxb-forgot footer {
    padding: 1em; }
  .cxb-forgot form {
    flex: 1; }

.cxm-forgot-bg {
  background: url("/assets/img/ptt-police.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cxm-small-centered {
  text-align: center;
  font-size: 11px; }

.cxb-reset {
  box-sizing: border-box;
  position: fixed;
  width: 22rem;
  left: 50%;
  top: 50%;
  margin-left: -11rem;
  margin-top: -15.125rem;
  background: white;
  box-shadow: 0 0 12px rgba(128, 128, 128, 0.5);
  padding: 2rem; }
  .cxb-reset header,
  .cxb-reset footer {
    text-align: center; }
  .cxb-reset footer {
    padding: 1em; }
  .cxb-reset .cx-reset-maintext {
    margin-top: 33px;
    text-align: center;
    font-weight: 500; }

.cxm-reset-bg {
  background: url("/assets/img/ptt-police.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cxm-small-centered {
  text-align: center;
  font-size: 11px; }

.cxb-tfa {
  min-height: 22.25rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: fixed;
  width: 22rem;
  left: 50%;
  top: 50%;
  margin-left: -11rem;
  margin-top: -15.125rem;
  background: white;
  box-shadow: 0 0 12px rgba(128, 128, 128, 0.5);
  padding: 2rem; }
  .cxb-tfa header,
  .cxb-tfa footer {
    text-align: center; }
  .cxb-tfa footer {
    padding: 1em; }
  .cxb-tfa form {
    flex: 1; }
  .cxb-tfa .cxe-tfa-maintext {
    margin-top: 33px;
    text-align: center;
    font-weight: 500; }

.cxm-tfa-bg {
  background: url("/assets/img/ptt-police.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.cxm-small-centered {
  text-align: center;
  font-size: 11px; }

.cxb-qr {
  width: 256px;
  height: 256px; }

.cxb-device-widget {
  min-width: 250px;
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  color: #555;
  padding: 4px;
  cursor: pointer;
  box-sizing: border-box; }

.cxm-compact .cxb-device-widget.cxm-unselected {
  min-width: auto; }
  .cxm-compact .cxb-device-widget.cxm-unselected .cxe-device-widget-time {
    display: none; }
  .cxm-compact .cxb-device-widget.cxm-unselected .cxe-device-widget-name {
    display: none; }
  .cxm-compact .cxb-device-widget.cxm-unselected .cxe-device-widget-details {
    display: none; }

.cxe-device-widget-time {
  color: #777;
  font-size: 0.9em; }

.cxm-3g,
.cxm-3g:hover {
  background-color: #fff5e3; }
  .cxm-3g,
  .cxm-3g td,
  .cxm-3g:hover,
  .cxm-3g:hover td {
    border-color: #ffd17d; }

.cxm-bgan,
.cxm-bgan:hover {
  background-color: #ffebeb; }
  .cxm-bgan,
  .cxm-bgan td,
  .cxm-bgan:hover,
  .cxm-bgan:hover td {
    border-color: #ffa9a9; }

.cxm-lan {
  background-color: white; }

.cxm-ok,
.cxm-on {
  color: #1cd04e; }
  .cxm-ok .cxe-device-widget-name,
  .cxm-on .cxe-device-widget-name {
    font-weight: bold; }

.cxm-danger {
  color: #f54d4d; }

.cxm-off {
  color: #aaa; }

.cxb-online-status {
  border: 1px solid rgba(0, 127, 0, 0.4);
  background: rgba(0, 255, 128, 0.2);
  min-width: 240px;
  padding: 20px; }
  .cxb-online-status .cxe-online-status-value {
    line-height: 160px;
    text-align: center;
    font-size: 72px;
    margin-top: -24px; }
  .cxb-online-status .cxe-offline-status-value {
    text-align: right; }

.cxb-button.cxm-dashboard {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 10px; }

.cxb-lookupfield.cxm-dashboard .cxe-lookupfield-input {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase; }

.cxb-current-status-grid {
  margin-top: 15px; }

.cxs-full-screen {
  margin-top: 0;
  margin-bottom: 5px; }
  .cxs-full-screen .cxb-current-status-grid {
    flex: 1 0 0px;
    align-items: flex-start;
    justify-items: flex-start;
    flex-flow: row wrap;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .cxs-full-screen .cxb-current-status-list {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

.cxb-dashboard-widget {
  min-width: 180px;
  overflow: hidden;
  padding: 10px;
  background: white;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column; }
  .cxb-dashboard-widget.cxs-full-screen {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .cxb-dashboard-widget h3 {
    text-transform: uppercase;
    font-size: 9pt;
    color: black;
    opacity: 0.7; }
  .cxb-dashboard-widget .cxe-dashboard-widget-footer {
    display: block;
    padding-top: 8px;
    opacity: 0.7; }
  .cxb-dashboard-widget.cxm-kpi {
    position: relative;
    height: 180px; }
  .cxb-dashboard-widget .cxb-kpi {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative; }
    .cxb-dashboard-widget .cxb-kpi .cxb-kpi-value {
      font-size: 32pt;
      margin-top: 20px;
      flex: 1 1 auto; }
      .cxb-dashboard-widget .cxb-kpi .cxb-kpi-value .cxe-kpi-value-unit {
        font-size: 0.7em;
        opacity: 0.7;
        padding-left: 6px; }
      .cxb-dashboard-widget .cxb-kpi .cxb-kpi-value .cxe-kpi-value-description {
        opacity: 0.7;
        font-size: 0.4em;
        display: block; }
    .cxb-dashboard-widget .cxb-kpi.cxm-success .cxb-kpi-value {
      color: #1cd04e; }
    .cxb-dashboard-widget .cxb-kpi.cxm-failure .cxb-kpi-value {
      color: #f54d4d; }
  .cxb-dashboard-widget .cxm-kpi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
  .cxb-dashboard-widget .cxe-kpi-chart {
    margin-left: 15px;
    height: 100px;
    width: 100px;
    cursor: pointer; }

.cxe-note-premium {
  background-color: #bbb;
  color: white;
  padding: 5px; }

h2.error,
td.error,
span.error {
  color: red; }

span.disabled {
  color: #ccc; }

h2.success {
  color: #10e610; }

.cxb-button.cxm-tiny {
  height: 21px;
  padding: 0 6px; }

.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area {
  flex: 1 1 0px !important; }

html,
body {
  /*font-family: Roboto, sans-serif;*/
  font-family: 'Lato', sans-serif;
  /*font-family: 'Inter', sans-serif;*/ }

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

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

.flex-075 {
  flex: 0.75 0.75 auto !important; }

.autogrow {
  display: block;
  width: auto; }

.form h4 {
  margin: 28px 0 6px 0; }

.form-buttons {
  margin: 30px 0 20px 0; }

.cxe-section-body {
  padding: 0.6em !important; }

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

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

.grid-toolbar {
  margin-bottom: 4px; }

.cxs-justify-space-between {
  justify-content: space-between; }

.cxm-green {
  color: green; }

.cxm-red {
  color: red; }

.cxm-blue {
  color: lightblue; }

.cxm-darkblue {
  color: blue; }

.cxm-gray {
  color: #bbb; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: #167cab !important; }

.cxb-button.cxm-primary {
  background-color: #1c9dd8; }
