/* Color scheme */
/*test*/
/* Status colors */
/* Font-size */
/*Spaces variables - Padding/Margines */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  background-color: #eee; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #373a3c; }

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-weight: 500; }

h2 {
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500; }

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500; }

h4 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500; }

h5 {
  font-size: 1.15rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500; }

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  font-weight: 500; }

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

.cxm-fixed {
  table-layout: fixed; }

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

.cxb-button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 28px;
  background-color: #eee;
  box-shadow: inset 0 -2px rgba(128, 128, 128, 0.1);
  border-color: #ccc;
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  user-select: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none; }
  .cxb-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxb-button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  .cxb-button:focus {
    outline: none;
    box-shadow: 0 0 1px 1px rgba(77, 144, 254, 0.8); }
  .cxb-button:active, .cxb-button.cxs-pressed {
    top: 1px;
    box-shadow: none; }
  .cxb-button[disabled], .cxb-button.cxs-disabled {
    color: gray;
    box-shadow: none;
    pointer-events: none; }
  .cxb-button.cxm-primary {
    background-color: #11729F;
    border-color: #11729F;
    color: #fff; }
    .cxb-button.cxm-primary[disabled], .cxb-button.cxm-primary.cxs-disabled {
      background-color: rgba(17, 114, 159, 0.5);
      border-color: rgba(17, 114, 159, 0.1);
      color: rgba(255, 255, 255, 0.6); }
    .cxb-button.cxm-primary:hover {
      background-color: #11729F; }
  .cxb-button.cxm-danger {
    background-color: #d32f2f;
    border-color: #c62828;
    color: white; }
    .cxb-button.cxm-danger[disabled], .cxb-button.cxm-danger.cxs-disabled {
      background-color: rgba(211, 47, 47, 0.6);
      border-color: rgba(198, 40, 40, 0.1);
      color: rgba(255, 255, 255, 0.5); }
    .cxb-button.cxm-danger:hover {
      background-color: #d32f2f; }
  .cxb-button.cxm-hollow {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    box-shadow: none; }
    .cxb-button.cxm-hollow[disabled], .cxb-button.cxm-hollow.cxs-disabled {
      color: rgba(128, 128, 128, 0.5); }
    .cxb-button.cxm-hollow:hover {
      background-color: rgba(128, 128, 128, 0.1);
      outline: none;
      cursor: pointer;
      box-shadow: none;
      border-color: transparent; }
    .cxb-button.cxm-hollow:focus {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none;
      box-shadow: none;
      border-color: transparent; }

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

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

.cxb-button.cxs-icon {
  padding: 5px 10px 5px 26px; }
  .cxb-button.cxs-icon.cxs-empty {
    padding: 5px 5px 5px 21px; }

.cxb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 0 solid #bfbfbf;
  -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 #bfbfbf; }
  .cxe-list-item.cxs-pad {
    padding: 5px 10px; }
  .cxs-selectable > .cxe-list-item {
    cursor: pointer; }
  .cxe-list-item:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
  .cxe-list-item.cxs-cursor {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
    .cxb-list.cxs-focused > .cxe-list-item.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-cursor {
      background-color: rgba(123, 190, 255, 0.15);
      outline: none; }
  .cxe-list-item.cxs-selected {
    background-color: rgba(123, 190, 255, 0.4); }
    .cxe-list-item.cxs-selected.cxs-cursor {
      background-color: rgba(123, 190, 255, 0.2); }
      .cxb-list.cxs-focused > .cxe-list-item.cxs-selected.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-selected.cxs-cursor {
        background-color: rgba(123, 190, 255, 0.3);
        outline: none; }
  .cxe-list-item.cxs-disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none; }

.cxe-list-empty-text {
  padding: 5px 10px;
  color: #5d7179; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cxb-label {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  font-family: inherit;
  font-weight: normal;
  line-height: 16px;
  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: 28px; }
  .cxb-textfield.cxs-view-mode {
    line-height: 16px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-textfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 26px;
  padding: 0 5px 0 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-textfield-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-textfield-input:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-textfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-textfield-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-textfield-input::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-textfield-input::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-textfield-input:-ms-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-textfield-input::-ms-clear {
    width: 0;
    height: 0; }
  .cxs-icon > .cxe-textfield-input {
    padding-left: 26px; }
  .cxs-clear > .cxe-textfield-input {
    padding-right: 22px; }

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

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

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

.cxe-textfield-empty-text {
  color: #5d7179; }

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

.cxe-numberfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 26px;
  padding: 0 5px 0 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-numberfield-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-numberfield-input:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-numberfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-numberfield-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-numberfield-input::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-numberfield-input::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-numberfield-input:-ms-input-placeholder {
    color: #5d7179;
    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: 26px; }

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

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

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

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

.cxe-numberfield-empty-text {
  color: #5d7179; }

.cxb-calendar {
  line-height: 16px;
  padding: 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  width: 18em;
  box-sizing: border-box; }
  .cxb-calendar:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .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: 13px;
    background-color: transparent;
    border-radius: 0;
    user-select: none; }
  .cxb-calendar .cxe-calendar-header {
    font-size: 13px;
    font-weight: 500;
    color: #373a3c;
    background-color: transparent; }
  .cxb-calendar td.cxs-today {
    background-color: rgba(220, 250, 183, 0.5); }
    .cxb-calendar td.cxs-today:hover {
      background-color: rgba(128, 128, 128, 0.1);
      outline: none;
      cursor: pointer; }
  .cxb-calendar td.cxs-outside {
    color: rgba(0, 0, 0, 0.3); }
  .cxb-calendar td.cxs-unselectable {
    cursor: default;
    opacity: 0.5;
    pointer-events: none; }
  .cxb-calendar td.cxs-cursor, .cxb-calendar .cxe-calendar-header td:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
  .cxb-calendar td.cxs-selected {
    background-color: rgba(123, 190, 255, 0.4); }
  .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.cxs-disabled {
    background-color: transparent;
    border-color: transparent;
    color: #d1d1d1;
    pointer-events: none;
    opacity: 0.9; }

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

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

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

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

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

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

.cxb-lookupfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  width: 180px;
  font-size: 13px; }
  .cxb-lookupfield.cxs-view-mode {
    line-height: 16px;
    padding: 5px;
    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: 5px; }

.cxe-lookupfield-input {
  box-sizing: border-box;
  line-height: 16px;
  padding: 5px 24px 5px 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .cxe-lookupfield-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxs-disabled > .cxe-lookupfield-input {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-lookupfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-lookupfield-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxs-multiple > .cxe-lookupfield-input {
    padding: 0 24px 3px 0; }
  .cxs-icon > .cxe-lookupfield-input {
    padding-left: 26px; }

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

.cxe-lookupfield-placeholder {
  color: #5d7179; }
  .cxb-lookupfield.cxs-multiple .cxe-lookupfield-placeholder {
    display: inline-block;
    margin: 3px 0 0 3px;
    box-sizing: border-box;
    padding: 2px 2px 2px 2px; }

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

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

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

.cxe-lookupfield-query {
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: 100%;
  line-height: 26px;
  padding: 0 5px 0 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 5px;
  flex: 0 0 auto;
  height: auto; }
  .cxe-lookupfield-query:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-lookupfield-query:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-lookupfield-query {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-lookupfield-query:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-lookupfield-query::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-lookupfield-query::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-lookupfield-query:-ms-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-lookupfield-query::-ms-clear {
    width: 0;
    height: 0; }
  .cxs-place-up-right .cxe-lookupfield-query,
  .cxs-place-up .cxe-lookupfield-query,
  .cxs-place-up-left .cxe-lookupfield-query {
    order: 1; }

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

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

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

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

.cxe-lookupfield-tool {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-lookupfield-tool:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-lookupfield-tool {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    border-width: 0; }

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

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

.cxe-lookupfield-empty-text {
  color: #5d7179; }

.cxb-dropdown {
  display: block;
  left: -10000px;
  top: -10000px;
  color: #373a3c;
  background-color: white;
  border-radius: 0;
  border-color: #bfbfbf;
  border-width: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29);
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  line-height: normal; }
  .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: #bfbfbf;
  border-width: 6px; }

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

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

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

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

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

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

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

.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% + -16px); }

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

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

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

.cxb-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
  height: 28px; }
  .cxb-select.cxs-view-mode {
    line-height: 16px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }
  .cxb-select .cxe-select-left-icon {
    display: block;
    position: absolute;
    font-size: 16px;
    left: 6px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    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: 26px;
  padding: 0 5px 0 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-select-select:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-select-select:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-select-select {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-select-select:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-select-select::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-select-select::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-select-select:-ms-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-select-select::-ms-clear {
    width: 0;
    height: 0; }
  .cxs-icon > .cxe-select-select {
    padding-left: 26px; }
  .cxs-empty > .cxe-select-select {
    color: #5d7179;
    opacity: 1; }
  .cxe-select-select::-ms-expand {
    display: none;
    margin: 0;
    padding: 0; }
  .cxe-select-select option {
    background-color: white;
    color: black; }

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

.cxe-select-placeholder {
  color: #5d7179;
  opacity: 1; }

.cxe-select-tool {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  pointer-events: none; }
  .cxe-select-tool:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-select-tool {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    border-width: 0; }

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

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

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

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

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

.cxe-textarea-empty-text {
  color: #5d7179; }

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

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

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

.cxe-checkbox-empty-text {
  color: #5d7179; }

.cxe-checkbox-input {
  box-sizing: border-box;
  line-height: 16px;
  padding: 0;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 0;
  display: inline-block;
  position: absolute; }
  .cxe-checkbox-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxs-disabled > .cxe-checkbox-input {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .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-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: 16px;
  padding: 5px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 13px;
  min-width: 14px; }
  .cxb-radio.cxs-view-mode {
    line-height: 16px;
    padding: 5px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: transparent; }

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

.cxe-radio-input {
  box-sizing: border-box;
  line-height: 16px;
  padding: 0;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: currentColor;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 0;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  opacity: 1; }
  .cxe-radio-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxs-disabled > .cxe-radio-input {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .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: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: 16px;
  padding: 5px;
  border-width: 1px;
  font-size: 11px;
  font-family: "Consolas", monospace;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  flex-direction: column; }
  @media screen and (min-width: 500px) {
    .cxb-colorpicker {
      flex-direction: row; } }
  .cxb-colorpicker input {
    box-sizing: border-box;
    line-height: 12px;
    padding: 2px;
    border-width: 1px;
    font-size: 11px;
    font-family: "Consolas", monospace;
    border-color: #bfbfbf;
    border-style: solid;
    border-radius: 0;
    background-color: white;
    color: black;
    outline-offset: 0;
    box-shadow: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .cxb-colorpicker input: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: 28px; }
  .cxb-colorfield.cxs-view-mode {
    line-height: 16px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-colorfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 26px;
  padding: 0 21px 0 26px;
  border-width: 1px;
  font-size: 11px;
  font-family: "Consolas", monospace;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-colorfield-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-colorfield-input:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-colorfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-colorfield-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-colorfield-input::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-colorfield-input::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-colorfield-input:-ms-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-colorfield-input::-ms-clear {
    width: 0;
    height: 0; }

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

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

.cxe-colorfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  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: -8px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center; }

.cxe-colorfield-empty-text {
  color: #5d7179; }

.cxb-monthpicker {
  box-sizing: border-box;
  line-height: 16px;
  padding: 5px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 10em;
  max-height: 30em;
  height: 100%;
  position: relative;
  width: 23em;
  overflow-anchor: none;
  touch-action: pan-y; }
  .cxb-monthpicker:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxs-disabled > .cxb-monthpicker {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxb-monthpicker {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxb-monthpicker:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxb-monthpicker table {
    border-spacing: 0;
    width: 100%;
    font-size: 0.9em; }
  .cxb-monthpicker th, .cxb-monthpicker td {
    border-top: 1px solid rgba(191, 191, 191, 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 #bfbfbf; }
  .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 {
    cursor: default;
    opacity: 0.5;
    pointer-events: none; }
  .cxb-monthpicker td.cxs-selected {
    background-color: rgba(123, 190, 255, 0.4);
    border-color: transparent; }
    .cxb-monthpicker td.cxs-selected:hover {
      background-color: rgba(123, 190, 255, 0.2); }
  .cxb-monthpicker td.cxs-cursor, .cxb-monthpicker th.cxs-cursor {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
  .cxb-monthpicker:focus td.cxs-selected {
    background-color: rgba(123, 190, 255, 0.4); }
  .cxb-monthpicker:focus td.cxs-cursor, .cxb-monthpicker:focus th.cxs-cursor {
    background-color: rgba(123, 190, 255, 0.3);
    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: 28px; }
  .cxb-monthfield.cxs-view-mode {
    line-height: 16px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent; }

.cxe-monthfield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 26px;
  padding: 0 21px 0 26px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-monthfield-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-monthfield-input:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-monthfield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-monthfield-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-monthfield-input::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-monthfield-input::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-monthfield-input:-ms-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-monthfield-input::-ms-clear {
    width: 0;
    height: 0; }

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

.cxe-monthfield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-monthfield-left-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-monthfield-left-icon {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    border-width: 0; }

.cxe-monthfield-right-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-monthfield-right-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-monthfield-right-icon {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    border-width: 0; }

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

.cxe-monthfield-empty-text {
  color: #5d7179; }

.cxb-uploadbutton {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 28px;
  background-color: #eee;
  box-shadow: inset 0 -2px rgba(128, 128, 128, 0.1);
  border-color: #ccc;
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  user-select: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none; }
  .cxb-uploadbutton::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: -1px; }
  .cxb-uploadbutton:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  .cxb-uploadbutton:focus {
    outline: none;
    box-shadow: 0 0 1px 1px rgba(77, 144, 254, 0.8); }
  .cxb-uploadbutton:active, .cxb-uploadbutton.cxs-pressed {
    top: 1px;
    box-shadow: none; }
  .cxb-uploadbutton[disabled], .cxb-uploadbutton.cxs-disabled {
    color: gray;
    box-shadow: none;
    pointer-events: none; }
  .cxb-uploadbutton.cxm-primary {
    background-color: #11729F;
    border-color: #11729F;
    color: #fff; }
    .cxb-uploadbutton.cxm-primary[disabled], .cxb-uploadbutton.cxm-primary.cxs-disabled {
      background-color: rgba(17, 114, 159, 0.5);
      border-color: rgba(17, 114, 159, 0.1);
      color: rgba(255, 255, 255, 0.6); }
    .cxb-uploadbutton.cxm-primary:hover {
      background-color: #11729F; }
  .cxb-uploadbutton.cxm-danger {
    background-color: #d32f2f;
    border-color: #c62828;
    color: white; }
    .cxb-uploadbutton.cxm-danger[disabled], .cxb-uploadbutton.cxm-danger.cxs-disabled {
      background-color: rgba(211, 47, 47, 0.6);
      border-color: rgba(198, 40, 40, 0.1);
      color: rgba(255, 255, 255, 0.5); }
    .cxb-uploadbutton.cxm-danger:hover {
      background-color: #d32f2f; }
  .cxb-uploadbutton.cxm-hollow {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    box-shadow: none; }
    .cxb-uploadbutton.cxm-hollow[disabled], .cxb-uploadbutton.cxm-hollow.cxs-disabled {
      color: rgba(128, 128, 128, 0.5); }
    .cxb-uploadbutton.cxm-hollow:hover {
      background-color: rgba(128, 128, 128, 0.1);
      outline: none;
      cursor: pointer;
      box-shadow: none;
      border-color: transparent; }
    .cxb-uploadbutton.cxm-hollow:focus {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none;
      box-shadow: none;
      border-color: transparent; }

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

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

.cxb-uploadbutton.cxs-icon {
  padding: 5px 10px 5px 26px; }
  .cxb-uploadbutton.cxs-icon.cxs-empty {
    padding: 5px 5px 5px 21px; }

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

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

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

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

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

.cxb-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 16px;
  padding: 5px 0 5px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 13px;
  cursor: pointer;
  min-width: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .cxb-switch.cxs-view-mode {
    line-height: 16px;
    padding: 5px 0 5px 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 5px 0 5px; }

.cxe-switch-empty-text {
  color: #5d7179; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cxe-datetimefield-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 26px;
  padding: 0 21px 0 26px;
  border-width: 1px;
  font-size: 13px;
  font-family: inherit;
  border-color: #bfbfbf;
  border-style: solid;
  border-radius: 0;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .cxe-datetimefield-input:focus {
    border-color: rgba(77, 144, 254, 0.8);
    outline: none;
    box-shadow: 0 0 2px rgba(77, 144, 254, 0.8); }
  .cxe-datetimefield-input:disabled {
    background: #ebebe4;
    color: #545454;
    pointer-events: none; }
  .cxs-error > .cxe-datetimefield-input {
    border-color: rgba(220, 0, 9, 0.8); }
    .cxs-error > .cxe-datetimefield-input:focus {
      box-shadow: 0 0 2px rgba(220, 0, 9, 0.8); }
  .cxe-datetimefield-input::-webkit-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-datetimefield-input::-moz-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-datetimefield-input:-ms-input-placeholder {
    color: #5d7179;
    opacity: 1; }
  .cxe-datetimefield-input::-ms-clear {
    width: 0;
    height: 0; }

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

.cxe-datetimefield-left-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-datetimefield-left-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-datetimefield-left-icon {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    border-width: 0; }

.cxe-datetimefield-right-icon {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer; }
  .cxe-datetimefield-right-icon:hover {
    opacity: 1; }
  .cxs-disabled > .cxe-datetimefield-right-icon {
    background: #ebebe4;
    color: #545454;
    pointer-events: none;
    border-width: 0; }

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

.cxe-datetimefield-empty-text {
  color: #5d7179; }

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

.cxb-tab {
  box-sizing: border-box;
  display: inline-block;
  color: inherit;
  line-height: 16px;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 10px;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  box-shadow: none; }
  .cxb-tab:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer;
    text-decoration: none; }
  .cxb-tab:focus {
    background-color: rgba(123, 190, 255, 0.15);
    outline: none; }
  .cxb-tab.cxs-active {
    background-color: rgba(123, 190, 255, 0.4); }
    .cxb-tab.cxs-active:focus {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none; }
  .cxb-tab.cxs-disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
    background-color: transparent; }
  .cxb-tab.cxm-classic {
    position: relative;
    border-width: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .cxb-tab.cxm-classic.cxs-active {
      border-color: #bfbfbf;
      background-color: white; }
  .cxb-tab.cxm-line, .cxe-codesplit-right .cxb-tab.cxm-code {
    background-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .cxb-tab.cxm-line:hover, .cxe-codesplit-right .cxb-tab.cxm-code:hover {
      border-color: rgba(128, 128, 128, 0.2); }
    .cxb-tab.cxm-line:focus, .cxe-codesplit-right .cxb-tab.cxm-code:focus {
      border-color: rgba(123, 190, 255, 0.3); }
    .cxb-tab.cxm-line.cxs-active, .cxe-codesplit-right .cxs-active.cxb-tab.cxm-code {
      border-color: rgba(128, 128, 128, 0.4); }
      .cxb-tab.cxm-line.cxs-active:focus, .cxe-codesplit-right .cxs-active.cxb-tab.cxm-code:focus {
        border-color: rgba(123, 190, 255, 0.7); }
    .cxb-tab.cxm-line.cxs-disabled, .cxe-codesplit-right .cxs-disabled.cxb-tab.cxm-code {
      border-color: transparent; }
  .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;
  -webkit-overflow-scrolling: touch; }
  .cxb-menu.cxs-horizontal {
    white-space: nowrap; }
    .cxb-menu.cxs-horizontal > .cxe-menu-item {
      display: inline-block;
      user-select: none; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xsmall > .cxm-menu {
        margin: 0 6px 0 6px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-small > .cxm-menu {
        margin: 0 10px 0 10px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-medium > .cxm-menu {
        margin: 0 20px 0 20px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-large > .cxm-menu {
        margin: 0 30px 0 30px; }
      .cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xlarge > .cxm-menu {
        margin: 0 40px 0 40px; }
  .cxb-menu.cxs-vertical.cxs-xsmall-item-padding .cxm-menu {
    margin: 3px 6px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-small-item-padding .cxm-menu {
    margin: 5px 10px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-medium-item-padding .cxm-menu {
    margin: 10px 20px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-large-item-padding .cxm-menu {
    margin: 15px 30px;
    display: block; }
  .cxb-menu.cxs-vertical.cxs-xlarge-item-padding .cxm-menu {
    margin: 20px 40px;
    display: block; }
  .cxb-menu .cxe-menu-item > hr {
    border: none;
    border-top: 1px solid lightgray;
    margin: 10px 20px; }
  .cxb-menu .cxe-menu-item.cxs-hidden {
    visibility: hidden;
    position: absolute; }
  .cxb-menu.cxs-overflow {
    overflow: hidden;
    display: flex; }
    .cxb-menu.cxs-overflow > .cxe-menu-item:last-child {
      visibility: hidden;
      position: absolute;
      max-height: 100%; }
    .cxb-menu.cxs-overflow.cxs-pack > .cxe-menu-item:last-child {
      visibility: visible;
      position: relative; }

.cxe-menu-spacer {
  flex: 1 1 0%; }

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

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

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

.cxe-menuitem-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: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
  line-height: 1;
  font-size: 16px; }

.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: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px; }

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

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

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

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

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

.cxb-window {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.29);
  background-color: transparent;
  border-radius: 0; }
  .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;
  background: rgba(246, 246, 246, 0.9);
  padding: 10px 15px;
  font-size: 16px; }
  .cxs-draggable .cxe-window-header {
    cursor: pointer; }

.cxe-window-footer {
  position: relative;
  box-sizing: border-box;
  flex: none;
  background: rgba(246, 246, 246, 0.9);
  padding: 10px 15px; }
  .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;
  background: white; }
  .cxm-alert .cxe-window-body {
    padding: 40px;
    text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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% + -16px); }

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

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

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

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

.cxb-toaster {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  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: 16px;
  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: #bfbfbf;
  padding: 5px 10px;
  position: relative; }
  .cxe-pagination-page:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .cxe-pagination-page:first-child:after {
      content: '<';
      visibility: hidden; }
  .cxe-pagination-page:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .cxe-pagination-page:last-child:after {
      content: '>';
      visibility: hidden; }
  .cxe-pagination-page:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
    .cxe-pagination-page:hover:focus {
      background-color: rgba(123, 190, 255, 0.15);
      outline: none; }
  .cxe-pagination-page.cxs-active {
    background-color: rgba(123, 190, 255, 0.4); }
    .cxb-pagination:focus > .cxe-pagination-page.cxs-active {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none; }
  .cxe-pagination-page.cxs-disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none; }

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

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

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

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

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

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

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

.cxb-grid {
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  -webkit-overflow-scrolling: touch; }
  .cxb-grid:focus {
    outline: none; }
  .cxb-grid table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    position: relative; }
  .cxb-grid .cxs-aligned-left {
    text-align: left; }
  .cxb-grid .cxs-aligned-right {
    text-align: right; }
  .cxb-grid .cxs-aligned-center {
    text-align: center; }
  .cxb-grid.cxs-scrollable {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    .cxb-grid.cxs-scrollable.cxs-border {
      border: 1px solid #bfbfbf; }
      .cxb-grid.cxs-scrollable.cxs-border table {
        border: none; }
      .cxb-grid.cxs-scrollable.cxs-border .cxe-grid-header:first-child th {
        border-top: none; }
      .cxb-grid.cxs-scrollable.cxs-border th {
        border-left: none; }
      .cxb-grid.cxs-scrollable.cxs-border 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:first-child {
        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%;
        min-height: 100%; }
  .cxb-grid.cxs-resizable .cxe-grid-data td,
  .cxb-grid.cxs-resizable .cxe-grid-group-footer td,
  .cxb-grid.cxs-resizable .cxe-grid-group-header td {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .cxb-grid.cxs-resizable .cxe-grid-fixed-header .cxe-grid-col-header:last-child {
    max-width: 100%;
    width: 100%; }
  .cxb-grid.cxm-responsive {
    width: 100%; }
    .cxb-grid.cxm-responsive > .cxe-grid-scroll-area {
      overflow-x: auto; }
  .cxb-grid.cxm-fixed-layout table {
    table-layout: fixed;
    width: auto; }
  .cxb-grid.cxm-nowrap .cxe-grid-data td,
  .cxb-grid.cxm-nowrap .cxe-grid-fixed-footer td,
  .cxb-grid.cxm-nowrap .cxe-grid-fixed-fixed-footer td {
    white-space: nowrap; }

.cxe-grid-table-wrapper {
  overflow-anchor: none; }

.cxe-grid-cell-clip {
  overflow: hidden;
  text-overflow: ellipsis; }

.cxe-grid-row-number::after {
  counter-increment: cx-row-number;
  content: counter(cx-row-number); }

.cxe-grid-fixed-header {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0; }
  .cxe-grid-fixed-header > table {
    width: auto;
    table-layout: fixed; }

.cxe-grid-fixed-fixed-header {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-right: 1px solid #bfbfbf; }
  .cxe-grid-fixed-fixed-header > table {
    width: auto;
    table-layout: fixed; }

.cxe-grid-fixed-footer {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  right: 0; }
  .cxe-grid-fixed-footer > table {
    width: auto;
    table-layout: fixed; }

.cxe-grid-fixed-fixed-footer {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  border-right: 1px solid #bfbfbf;
  box-sizing: border-box; }
  .cxe-grid-fixed-fixed-footer > table {
    width: auto;
    table-layout: fixed; }

.cxe-grid-fixed-footer-corner {
  width: 100%; }

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

.cxe-grid-col-header {
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  font-size: 13px;
  font-weight: normal;
  color: #373a3c;
  background-color: #eee;
  border-color: #bfbfbf;
  background-clip: border-box; }
  .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: gainsboro; }
      .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
        background-color: #e1e1e1; }
    .cxe-grid-col-header.cxs-sortable:hover,
    .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable:hover {
      background-color: #e9e9e9; }
    .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: #e1e1e1; }
  .cxe-grid-col-header.cxs-tool {
    transition: padding-left 0.2s;
    padding-right: 31px; }
  .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) {
    padding-right: 21px; }
    .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) .cxe-grid-column-sort-icon {
      right: 2px; }
    .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc {
      padding-left: 21px; }
      .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc .cxe-grid-column-sort-icon, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc .cxe-grid-column-sort-icon {
        left: 2px; }
  .cxe-grid-col-header.cxs-sortable.cxs-aligned-center {
    padding-left: 21px; }
  .cxe-grid-col-header.cxs-sortable.cxs-aligned-right {
    padding-left: 21px; }
    .cxe-grid-col-header.cxs-sortable.cxs-aligned-right .cxe-grid-column-sort-icon {
      left: 2px; }

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

.cxe-grid-data {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent; }
  .cxe-grid-data td {
    padding: 0;
    border-top: 1px solid #bfbfbf; }
    .cxe-grid-data td:empty::before {
      content: "-";
      visibility: hidden; }
  .cxe-grid-data td.cxs-pad {
    padding: 5px; }
  .cxs-selectable .cxe-grid-data:hover {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
  .cxs-selectable .cxe-grid-data.cxs-cursor {
    background-color: rgba(128, 128, 128, 0.1);
    outline: none;
    cursor: pointer; }
  .cxs-selectable .cxe-grid-data.cxs-selected {
    background-color: rgba(123, 190, 255, 0.4); }
    .cxs-selectable .cxe-grid-data.cxs-selected.cxs-cursor {
      background-color: rgba(123, 190, 255, 0.3);
      outline: none; }
  .cxs-focused .cxe-grid-data.cxs-cursor,
  :focus .cxe-grid-data.cxs-cursor {
    background-color: rgba(123, 190, 255, 0.15);
    outline: none; }
  .cxs-focused .cxe-grid-data.cxs-selected.cxs-cursor,
  :focus .cxe-grid-data.cxs-selected.cxs-cursor {
    background-color: rgba(123, 190, 255, 0.3);
    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 #bfbfbf; }
    .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: 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 #bfbfbf;
    box-sizing: border-box; }
    .cxe-grid-group-footer td.cxs-pad {
      padding: 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 #bfbfbf; }

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

.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;
  overflow: visible; }
  .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.cxs-cellected:last-child::after {
    right: 0; }

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

.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,
.cxb-grid.cxs-fixed-columns .cxe-grid-data {
  white-space: nowrap; }

.cxb-grid.cxs-fixed-columns > .cxe-grid-scroll-area {
  overflow-x: scroll; }

.cxe-grid-fixed-scroll-area {
  overflow-x: scroll;
  overflow-y: hidden;
  border-color: #bfbfbf;
  border-right-style: solid;
  border-right-width: 1px; }

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

.cxe-grid-col-resizer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize; }

.cxe-grid-resize-overlay {
  position: absolute;
  display: block;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-right: 3px solid #bfbfbf;
  background: rgba(191, 191, 191, 0.15);
  box-sizing: border-box; }

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

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

.box {
  border-bottom: 1px solid #d1dee4;
  padding: 0 5px;
  background: #f4fbfe;
  cursor: pointer; }
  .box .accordion-title {
    flex: 1 1 auto;
    padding: 5px;
    font-size: 15px; }

.box.expanded {
  border-bottom: 1px solid #f9fdfe; }
  .box.expanded .accordion-title {
    font-weight: 500; }

.box:hover {
  background: #eaf6fb; }

.box .cxb-icon {
  transform: rotate(90deg);
  transition: transform 0.1s; }

.box.expanded .cxb-icon {
  transform: rotate(0); }

.sublist {
  max-height: 0;
  transition: max-height 0.5s; }

.expanded ~ .sublist {
  max-height: 500px; }

.cxb-lookupfield.cxs-multiple.full-width {
  min-width: auto;
  width: 100%; }

.cxb-lookupfield.cxs-multiple.w-50 {
  min-width: auto;
  width: 50%; }

/* CAM Accordion START */
.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px; }
  .accordion .accordion-header {
    background: #eaf6fb;
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    .accordion .accordion-header .accordion-title_title {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; }
      .accordion .accordion-header .accordion-title_title h3, .accordion .accordion-header .accordion-title_title h2 {
        font-size: 18px;
        font-weight: 300;
        margin: 5px 0 0 0; }
    .accordion .accordion-header button i {
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .accordion .accordion-header button.expanded-btn i {
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
    .accordion .accordion-header .cxb-button.btn-brand {
      background: transparent; }
  .accordion .accordion-content {
    padding: 5px; }
    .accordion .accordion-content p {
      margin: 5px; }
    .accordion .accordion-content.padding-none {
      padding: 0; }
  .accordion.line {
    border-bottom: solid 1px #d1dee4; }
    .accordion.line .accordion-content {
      border-top: solid 1px #d1dee4; }
  .accordion.min .accordion-header .accordion-title_title h3, .accordion.min .accordion-header .accordion-title_title h2 {
    font-size: 16px; }
  .accordion.background .accordion-header {
    padding: 5px;
    background: #f4fbfe; }
    .accordion.background .accordion-header button:hover {
      background: transparent;
      color: #0a405a; }
  .accordion.background .accordion-content {
    padding: 5px;
    background: #f3f7f9; }

/* CAM Accordion END */
.accordion-header.cam-accordion .accordion-title_title h3, .accordion-header.cam-accordion .accordion-title_title h2 {
  display: inline-block;
  padding-right: 10px; }

.accordion-header.cam-accordion-thin .accordion-title_title h3 {
  display: inline-block;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px; }

.accordion-section .accordion-header {
  background: #f3f7f9;
  border-bottom: #d1dee4 solid 1px; }
  .accordion-section .accordion-header .btn-accordion {
    background: transparent; }
    .accordion-section .accordion-header .btn-accordion:hover {
      background: transparent;
      color: #0a405a; }

.accordion .accordion-header.trasparant-accordion {
  background: transparent; }
  .accordion .accordion-header.trasparant-accordion .cxb-button.btn-brand {
    color: inherit; }
  .accordion .accordion-header.trasparant-accordion .accordion-title_title .flex-1 {
    display: flex; }
    .accordion .accordion-header.trasparant-accordion .accordion-title_title .flex-1 button {
      order: 1; }
    .accordion .accordion-header.trasparant-accordion .accordion-title_title .flex-1 h3 {
      order: 2;
      font-weight: 600; }
    .accordion .accordion-header.trasparant-accordion .accordion-title_title .flex-1 .title-right-children {
      order: 3;
      display: flex;
      flex-grow: 1;
      justify-content: flex-end; }

.accordion .accordion-content.trasparant-accordion {
  border-top-color: transparent; }

.cxm-modal {
  max-width: none;
  min-width: 40%;
  min-height: 500px; }

.cam-overlay {
  max-height: 500px;
  border-radius: 6px; }
  .cam-overlay header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 300;
    background: #f3f7f9; }
    .cam-overlay header h6 {
      font-weight: 300;
      padding-bottom: 5px;
      margin-bottom: 0; }
    .cam-overlay header button {
      color: #5d7179; }
      .cam-overlay header button:hover {
        color: #11729F; }
  .cam-overlay.advanced header {
    background: white; }
  .cam-overlay.advanced .container-background {
    background-color: #eaf6fb; }
  .cam-overlay .cxe-window-body .cxb-section .subsection header {
    background-color: #fff;
    border-radius: 0;
    padding: 10px; }
  .cam-overlay .cxe-window-body .cxb-section .subsection table .cxe-grid-header th {
    color: #5d7179;
    border-top: 1px #11729F solid;
    font-weight: 500;
    background-color: #fff;
    padding: 7px; }
  .cam-overlay .inner-section .inner-section-header {
    padding: 10px 0; }
  .cam-overlay .inner-subheader {
    padding: 10px;
    background-color: #f3f7f9; }
  .cam-overlay footer {
    background: #fff;
    border-top: solid 1px #d1dee4;
    padding: 0; }
    .cam-overlay footer div button {
      margin: 5px 10px; }
    .cam-overlay footer button {
      margin: 5px 10px; }
  .cam-overlay .section-footer {
    padding: 5px; }
    .cam-overlay .section-footer button:first-of-type {
      margin-right: 10px; }
    .cam-overlay .section-footer .float-l {
      margin-left: calc(30% + 25px);
      margin-top: 15px; }

.cxb-window h6 {
  padding-bottom: 10px; }

.cxb-window .tree-grid-title {
  width: 30%;
  text-align: right;
  padding-right: 25px; }

.cxb-window .inner-section {
  margin-bottom: 25px;
  padding-bottom: 15px; }
  .cxb-window .inner-section .inner-section-header {
    padding: 10px 0; }

.cxb-window .section-footer {
  padding: 5px; }
  .cxb-window .section-footer button:first-of-type {
    margin-right: 10px; }

/* Msg box, alert style */
.cxb-window.cxm-alert {
  border-radius: 4px;
  background-color: #fff; }
  .cxb-window.cxm-alert header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .cxb-window.cxm-alert .cxe-window-body {
    background-color: transparent;
    font-size: 20px; }
  .cxb-window.cxm-alert footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
    border-top: solid 1px #d1dee4; }
    .cxb-window.cxm-alert footer .cxb-button:nth-child(1) {
      background: #11729F;
      border-color: #11729F;
      color: #fff; }

.full-popup-header > img {
  height: 32px !important; }

.full-popup-header .full-popup-header-item h5 {
  margin-bottom: 0 !important;
  font-weight: 600 !important; }

.full-popup-header .full-popup-header-item p {
  margin-bottom: 0 !important;
  color: #5d7179 !important; }

.pannel {
  margin: 0;
  border-radius: 6px;
  height: 100%; }
  .pannel header {
    position: relative;
    border: none;
    border-bottom: solid #d1dee4 1px;
    margin: 0;
    padding: 5px 10px; }
    .pannel header h6, .pannel header h2 {
      font-weight: 300;
      margin: 0; }
    .pannel header .header-title {
      border-left: solid 1px #d1dee4;
      padding: 0 10px; }
    .pannel header .breadcrumb-title .breadcrumb-item {
      display: inline-block;
      margin-right: 10px;
      padding: 2px 5px 2px 20px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      margin-left: -8px;
      border-style: solid;
      border-color: transparent;
      border-width: 1px 1px 1px 0;
      position: relative; }
      .pannel header .breadcrumb-title .breadcrumb-item:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        top: 12px;
        border-style: solid;
        border-color: #d1dee4;
        border-width: 2px 2px 0 0;
        border-top-right-radius: 4px;
        display: inline-block;
        transform: rotate(45deg); }
      .pannel header .breadcrumb-title .breadcrumb-item img {
        display: inline-block;
        height: 32px;
        margin-right: 5px; }
      .pannel header .breadcrumb-title .breadcrumb-item:first-child {
        z-index: 3;
        border-width: 1px 1px 1px 1px;
        padding-left: 0;
        margin-left: 0;
        border-radius: 4px; }
      .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active {
        background-color: transparent;
        padding-right: 20px;
        max-width: 100%; }
        .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active .header-title.inline {
          max-width: calc(100% - 10px);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          border-left: none; }
          .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active .header-title.inline a {
            display: block; }
            .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active .header-title.inline a span {
              display: block; }
          .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active .header-title.inline span {
            display: block; }
          .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active .header-title.inline h5, .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active .header-title.inline h1 {
            margin-bottom: 0; }
        .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active h5, .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active h1 {
          display: inline-block;
          vertical-align: text-bottom;
          font-weight: 500;
          font-size: 16px; }
        .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active h6, .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active h2 {
          font-weight: 500;
          margin-bottom: 0; }
        .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active span {
          font-weight: 400; }
        .pannel header .breadcrumb-title .breadcrumb-item.breadcrumb-active:after {
          background-color: transparent;
          border: none; }
    .pannel header .breadcrumb-title .breadcrumb-active:hover {
      box-shadow: none; }
    .pannel header .header-location .location-item {
      display: inline-block;
      padding: 2px 5px 2px 20px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      margin-left: -8px;
      border-style: solid;
      border-color: transparent;
      border-width: 1px 1px 1px 0;
      position: relative; }
      .pannel header .header-location .location-item a {
        border: none; }
      .pannel header .header-location .location-item:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        top: 15px;
        right: 0;
        border-style: solid;
        border-color: #d1dee4;
        border-width: 2px 2px 0 0;
        border-top-right-radius: 4px;
        display: inline-block;
        transform: rotate(45deg); }
      .pannel header .header-location .location-item img {
        display: inline-block;
        height: 20px;
        margin-right: 5px; }
      .pannel header .header-location .location-item h5, .pannel header .header-location .location-item h1 {
        font-size: 18px;
        margin: 0; }
      .pannel header .header-location .location-item.location-active {
        position: relative;
        bottom: 2px; }
        .pannel header .header-location .location-item.location-active h5, .pannel header .header-location .location-item.location-active h1 {
          font-weight: 400;
          margin-bottom: 2px; }
        .pannel header .header-location .location-item.location-active:after {
          content: "";
          border-style: none; }
    .pannel header .header-location .btn-brand:hover {
      background: transparent; }
    .pannel header .header-location .btn-brand i {
      opacity: 0.5; }
      .pannel header .header-location .btn-brand i:hover {
        opacity: 0.8; }
    .pannel header .section-actions {
      text-decoration: none;
      font-size: 16px;
      top: 0;
      right: 0;
      padding: 10px 10px 0px 0px;
      display: inherit;
      text-decoration: none; }
      .pannel header .section-actions .cxb-menuitem {
        color: #11729F !important; }
        .pannel header .section-actions .cxb-menuitem:hover > i {
          color: #11729F; }
      .pannel header .section-actions .cxb-tab.cxm-classic {
        margin-top: -2px;
        border-width: 0 0 0 0; }
        .pannel header .section-actions .cxb-tab.cxm-classic:hover {
          background: transparent; }
          .pannel header .section-actions .cxb-tab.cxm-classic:hover i {
            color: #11729F; }
      .pannel header .section-actions .section-link {
        margin-top: 2px;
        text-decoration: none;
        color: #5d7179;
        padding-left: 3px; }
        .pannel header .section-actions .section-link:hover {
          color: #11729F; }
    .pannel header .scroller-item {
      left: 100px; }
  .pannel .text-content {
    padding: 5px; }
  .pannel .cxe-section-body .inner-section-header {
    margin-top: 25px; }
  .pannel footer {
    border-top: solid 1px #d1dee4;
    margin: 0;
    padding: 5px; }

.scroller-position {
  position: absolute;
  text-outline: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.card-layout.header-white .cxe-section-header {
  background-color: white; }

.cxe-section-body {
  position: relative; }
  .cxe-section-body .flex-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.scrollable-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.cxb-grid {
  font-size: 14px; }
  .cxb-grid.cxs-border {
    border-top-color: #d1dee4; }
  .cxb-grid.grid-background-header {
    /* grid-background-header treenode style*/ }
    .cxb-grid.grid-background-header.cxs-scrollable.cxs-border {
      border-color: transparent;
      border-top-color: #d1dee4;
      border-bottom-color: #d1dee4; }
    .cxb-grid.grid-background-header.cxs-scrollable .cxe-grid-fixed-header table {
      width: 100%; }
    .cxb-grid.grid-background-header.opacity-low .cxe-grid-data tr td {
      opacity: 0.3; }
    .cxb-grid.grid-background-header .cxe-grid-header th {
      background-color: #f4fbfe;
      border-color: #e1eaed;
      font-weight: 500; }
      .cxb-grid.grid-background-header .cxe-grid-header th.cxs-sorted-desc {
        background-color: #f4fbfe; }
        .cxb-grid.grid-background-header .cxe-grid-header th.cxs-sorted-desc svg {
          color: #11729F; }
      .cxb-grid.grid-background-header .cxe-grid-header th .cxe-grid-col-header-tool {
        position: relative;
        display: inline-block;
        color: #11729F;
        margin-left: 15px; }
      .cxb-grid.grid-background-header .cxe-grid-header th label {
        font-weight: 500; }
      .cxb-grid.grid-background-header .cxe-grid-header th.cxs-sorted-desc {
        background-color: #f4fbfe; }
        .cxb-grid.grid-background-header .cxe-grid-header th.cxs-sorted-desc svg {
          color: #11729F; }
      .cxb-grid.grid-background-header .cxe-grid-header th .cxe-grid-col-header-tool {
        position: relative;
        display: inline-block;
        color: #11729F;
        margin-left: 15px; }
    .cxb-grid.grid-background-header .cxe-grid-header .cxs-sortable:hover {
      background-color: #ddf1fc; }
    .cxb-grid.grid-background-header .cxs-selected .interaction-item {
      font-weight: 500; }
    .cxb-grid.grid-background-header .cxe-grid-data .cxb-link.cxs-active {
      font-weight: 400; }
    .cxb-grid.grid-background-header .cxe-grid-data.cxs-selected {
      background-color: #f3f7f9; }
    .cxb-grid.grid-background-header .cxe-grid-data tr td {
      border-color: #e1eaed; }
      .cxb-grid.grid-background-header .cxe-grid-data tr td.cxs-pad {
        padding: 4px 7px; }
        .cxb-grid.grid-background-header .cxe-grid-data tr td.cxs-pad .cxs-icon {
          height: auto; }
        .cxb-grid.grid-background-header .cxe-grid-data tr td.cxs-pad img {
          height: 24px; }
        .cxb-grid.grid-background-header .cxe-grid-data tr td.cxs-pad h5 {
          margin: 0; }
      .cxb-grid.grid-background-header .cxe-grid-data tr td .cxe-lookupfield-input, .cxb-grid.grid-background-header .cxe-grid-data tr td .cxe-textfield-input {
        border-radius: 2px;
        border-color: #d1dee4; }
        .cxb-grid.grid-background-header .cxe-grid-data tr td .cxe-lookupfield-input:focus, .cxb-grid.grid-background-header .cxe-grid-data tr td .cxe-textfield-input:focus {
          border-color: #11729F; }
      .cxb-grid.grid-background-header .cxe-grid-data tr td .interaction-item div:nth-child(2n):hover {
        color: #11729F;
        cursor: pointer; }
      .cxb-grid.grid-background-header .cxe-grid-data tr td .assigned-no i {
        color: #5d7179;
        font-size: 14px; }
      .cxb-grid.grid-background-header .cxe-grid-data tr td .assigned-yes i {
        color: #77cc89;
        font-size: 14px; }
    .cxb-grid.grid-background-header .cxe-grid-data:last-of-type {
      border-bottom: 1px solid #d1dee4; }
    .cxb-grid.grid-background-header .cxs-pad .cxb-dropdown .cxb-link {
      background-color: transparent; }
    .cxb-grid.grid-background-header .cxs-pad .grid-img img {
      margin-right: 5px;
      height: 18px; }
    .cxb-grid.grid-background-header .cxs-pad .system-logo {
      vertical-align: middle;
      margin-right: 5px;
      height: 24px;
      width: auto;
      position: absolute; }
    .cxb-grid.grid-background-header .cxs-pad .cxb-icon,
    .cxb-grid.grid-background-header .cxs-pad .cxe-menuitem-icon {
      font-size: 16px;
      text-align: center;
      vertical-align: baseline; }
    .cxb-grid.grid-background-header .cxs-pad a i {
      margin-right: 5px; }
    .cxb-grid.grid-background-header .grid-search-tool .cxe-grid-col-header-tool {
      width: 100%;
      margin-left: 5px; }
    .cxb-grid.grid-background-header.cxs-selectable .cxb-checkbox .cxe-checkbox-input {
      color: #11729F;
      border-radius: 50%; }
    .cxb-grid.grid-background-header .cxb-treenode.cxs-level-0 .cxe-treenode-handle > img {
      height: 20px;
      margin-left: 20px; }
    .cxb-grid.grid-background-header .cxb-treenode.cxs-level-0 > div:nth-child(2) {
      margin-left: 10px; }

.grid-background-header.border-none .cxe-grid-header th {
  background-color: #fafcfd;
  font-weight: 300;
  font-size: 14px;
  border-right-color: transparent; }

.grid-background-header.border-none .cxe-grid-data tr td {
  border-right-color: transparent; }

.grid-background-header.grey-header {
  border: none !important; }
  .grid-background-header.grey-header .cxe-grid-header th {
    background-color: #F3F3F3;
    font-weight: 600;
    font-size: 16px;
    border-color: transparent;
    color: black;
    height: 40px; }
  .grid-background-header.grey-header .cxe-grid-data tr td {
    height: 40px;
    border-right-color: transparent; }

.cxe-grid-empty-text td {
  color: #5d7179; }

.cxm-tree.grid-background-header .cxe-grid-data:last-of-type {
  border-bottom-color: transparent; }

.treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .cxb-textfield.cxs-view-mode {
  padding: 5px 0;
  width: auto; }

.treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .hiddenButton {
  display: inline-block;
  margin-left: -55px;
  margin-right: 31px;
  opacity: 0;
  z-index: 20; }

.treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .grid-checkbox label {
  display: inline-block;
  margin-left: -55px;
  margin-right: 31px;
  opacity: 1;
  z-index: 10; }

.treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .grid-checkbox .cxb-treenode {
  display: inline-block; }
  .treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .grid-checkbox .cxb-treenode .cxe-treenode-icon {
    color: #11729F; }
    .treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .grid-checkbox .cxb-treenode .cxe-treenode-icon path {
      fill: #11729F;
      stroke: #11729F; }
  .treenode-grid .cxe-grid-table-wrapper .cxe-grid-data .grid-checkbox .cxb-treenode .cxb-textfield input {
    border-radius: 2px;
    border-color: #d1dee4; }

/* Tree grid style*/
.cxb-grid .cxe-treenode-handle svg {
  stroke: #11729F; }
  .cxb-grid .cxe-treenode-handle svg path {
    fill: #11729F;
    stroke: #11729F; }

.cxb-grid .cxe-treenode-handle .cxe-treenode-icon {
  color: #11729F; }

.sendToTeamsView .cxe-treenode-handle {
  margin-left: 20px; }

.complex-header .cxe-grid-fixed-header .background-brand {
  background: #ddf1fc; }

.complex-header .cxe-grid-fixed-header .border-light {
  border-bottom-color: #fff; }

.complex-header .cxe-grid-fixed-header .text-r {
  font-weight: 400; }

/* Manage folder grid style */
.row-highlight {
  display: flex;
  align-items: center; }

.max-80 {
  max-width: 80%; }

.row-highlight:hover .treenode-form {
  background-color: #f4fbfe; }

.cursor-pointer:hover {
  cursor: pointer; }

.tree-section {
  margin-top: 60px;
  overflow-y: auto;
  padding: 0 10%;
  max-height: 350px;
  min-height: 350px; }
  .tree-section .text-ellipsis span {
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block; }
  .tree-section .treenode-grid-title {
    padding: 5px 15px 10px;
    background: #f4fbfe; }
    .tree-section .treenode-grid-title i {
      color: #11729F; }
    .tree-section .treenode-grid-title .cxb-textfield {
      display: inline-block;
      width: 300px; }
  .tree-section .tree-inner-item {
    padding-left: 15px; }
    .tree-section .tree-inner-item .treenode-grid td .cxb-treenode {
      width: 100%; }
      .tree-section .tree-inner-item .treenode-grid td .cxb-treenode .tree-action {
        float: right; }
  .tree-section .tree-action-item {
    padding-left: 30px; }
  .tree-section .treenode-form {
    display: inline-block;
    max-width: 100%; }

.cam-overlay.no-scroll-window {
  max-height: 400px; }

.model-form-group {
  display: block;
  margin: 0; }
  .model-form-group ul {
    display: block;
    padding: 0;
    margin: 0; }
    .model-form-group ul li {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin: 8px 0; }
      .model-form-group ul li label {
        flex: 0 0 auto;
        width: 30%; }
      .model-form-group ul li .cxb-textfield {
        flex: 1 1 auto; }
      .model-form-group ul li .cxb-textarea {
        flex: 1 1 auto;
        width: 70% !important; }
      .model-form-group ul li .cxb-datetimefield {
        flex: 1 1 auto; }
      .model-form-group ul li .cxb-lookupfield {
        flex: 1 1 auto !important; }
      .model-form-group ul li .cxb-select {
        flex: 1 1 auto !important; }

.edit-confidentiality {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch; }
  .edit-confidentiality .confidentiality-slder {
    flex: 0 0 auto; }
    .edit-confidentiality .confidentiality-slder .cxb-slider {
      margin: 0px;
      padding: 18px 0px 0 0; }
      .edit-confidentiality .confidentiality-slder .cxb-slider.cxs-vertical {
        width: 40px;
        height: 180px; }
  .edit-confidentiality .slider-options {
    flex: 1 1 auto;
    padding: 0px;
    margin: 0px; }
    .edit-confidentiality .slider-options ul {
      margin: 0;
      padding: 0; }
      .edit-confidentiality .slider-options ul .confidentiality-sliter-item {
        padding: 0px;
        height: 36px;
        line-height: 36px;
        padding: 0px 15px;
        background-color: #f2f2f2;
        margin-bottom: 1px; }
        .edit-confidentiality .slider-options ul .confidentiality-sliter-item:last-child {
          margin-bottom: 0px; }
        .edit-confidentiality .slider-options ul .confidentiality-sliter-item.slider-item-selected {
          background-color: #1daac2;
          color: #fff; }
  .edit-confidentiality .cxb-label {
    display: none !important; }

.view-template {
  margin-left: 8px !important;
  font-size: 13px;
  cursor: pointer; }

.view-temaplte-model {
  margin: 0; }
  .view-temaplte-model .view-template-grid {
    min-height: 350px; }

.model-form-group ul li .checkbox-field {
  width: 400px; }

.add-custom-folder {
  display: inline-block;
  cursor: pointer; }

.workspace-level {
  color: #11729F;
  margin-left: 20%; }

/* Inner collapse grid style */
.inner-grid-container .cxe-grid-data td {
  border-top: none; }
  .inner-grid-container .cxe-grid-data td.cxs-pad {
    padding: 0; }

.inner-grid-container .header-grid-container {
  background-color: #fff;
  border-bottom-color: #11729F; }
  .inner-grid-container .header-grid-container h5 {
    margin: 0; }
    .inner-grid-container .header-grid-container h5 .cxb-textfield {
      width: 100%; }
      .inner-grid-container .header-grid-container h5 .cxb-textfield span {
        font-weight: 500;
        font-size: 16px; }
  .inner-grid-container .header-grid-container .cxb-switch {
    margin-right: 10px; }

.inner-grid-container .inner-grid {
  position: relative; }
  .inner-grid-container .inner-grid .main-button {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 51; }
  .inner-grid-container .inner-grid .cxe-grid-fixed-header th {
    padding-top: 10px;
    padding-bottom: 10px; }
  .inner-grid-container .inner-grid .grid-background-header .cxe-grid-header th {
    border-bottom-color: #d1dee4;
    padding: 10px; }

.grid-white .cxe-grid-header tr th {
  border-bottom-color: #d1dee4; }

.grid-white .cxe-grid-header tr .cxe-grid-col-header {
  background-color: #fff;
  border-bottom-color: #11729F;
  font-weight: 500; }

.grid-white .cxe-grid-data td {
  border-bottom-color: #d1dee4; }

/* Strech grid to full height with */
.flex-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .flex-grid .tab-container-item {
    height: 100%; }
    .flex-grid .tab-container-item .flex-row {
      height: 100%; }
      .flex-grid .tab-container-item .flex-row .background-light {
        background: #f3f7f9;
        border-right-color: #f4fbfe; }

.calendar-filters .cxb-button.cxm-hollow:focus {
  background-color: transparent; }

.cxb-calendar td, .cxb-calendar th {
  border-color: transparent !important; }

.grid-filter-subheader {
  background-color: #d1dee4;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 5; }
  .grid-filter-subheader .calendar-dropdown.cxb-menuitem:hover {
    background: #eaf6fb; }
  .grid-filter-subheader .calendar-dropdown .filter-date {
    width: 200px; }
  .grid-filter-subheader .calendar-dropdown .cxb-dropdown {
    border-radius: 2px; }
    .grid-filter-subheader .calendar-dropdown .cxb-dropdown .cxe-menu-item h6 {
      font-weight: 300; }
    .grid-filter-subheader .calendar-dropdown .cxb-dropdown .cxb-calendar {
      background-color: #f4fbfe;
      border-color: #f4fbfe; }
  .grid-filter-subheader .filter-dropdown.cxb-lookupfield, .grid-filter-subheader .filter-dropdown.cxb-lookupfield.cxs-edit-mode {
    width: auto;
    background: transparent; }
    .grid-filter-subheader .filter-dropdown.cxb-lookupfield .cxe-lookupfield-input, .grid-filter-subheader .filter-dropdown.cxb-lookupfield.cxs-edit-mode .cxe-lookupfield-input {
      border-color: transparent;
      background: transparent; }
      .grid-filter-subheader .filter-dropdown.cxb-lookupfield .cxe-lookupfield-input:focus, .grid-filter-subheader .filter-dropdown.cxb-lookupfield.cxs-edit-mode .cxe-lookupfield-input:focus {
        box-shadow: none; }
      .grid-filter-subheader .filter-dropdown.cxb-lookupfield .cxe-lookupfield-input:hover, .grid-filter-subheader .filter-dropdown.cxb-lookupfield.cxs-edit-mode .cxe-lookupfield-input:hover {
        background: #eaf6fb; }
      .grid-filter-subheader .filter-dropdown.cxb-lookupfield .cxe-lookupfield-input .cxe-lookupfield-placeholder, .grid-filter-subheader .filter-dropdown.cxb-lookupfield.cxs-edit-mode .cxe-lookupfield-input .cxe-lookupfield-placeholder {
        color: #111;
        font-weight: 400;
        font-size: 15px; }
    .grid-filter-subheader .filter-dropdown.cxb-lookupfield .cxe-lookupfield-tool, .grid-filter-subheader .filter-dropdown.cxb-lookupfield.cxs-edit-mode .cxe-lookupfield-tool {
      color: #111; }

.calendar-dropdown.cxb-menuitem > span {
  color: inherit !important; }

.grid-short-text p {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0; }

.grid-data {
  margin-bottom: 0;
  width: 150px; }

.min-height-150 {
  min-height: 150px; }

.icon-brand {
  color: #11729F; }

.cxe-grid-data.cxs-selected.cxs-cursor .icon-brand {
  color: #11729F; }

.grid-footer {
  border-top-color: #d1dee4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.grid-footer-1 {
  border-top: 1px solid #d1dee4;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

/* Datebase Grid */
.database-grid .cxb-grid.grid-background-header.cxs-scrollable.cxs-border {
  border-top-color: transaprent; }

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
  .tree-section {
    margin-top: 68px; } }

.grid-cam.cxs-scrollable.position-strech .cxe-grid-data:last-child {
  border-bottom: 1px solid #d1dee4; }

.grid-cam.cxb-grid.cxs-scrollable.cxs-border {
  border-color: transparent; }

.grid-cam .cxe-grid-header {
  border-bottom: 1px solid #c9dde6; }
  .grid-cam .cxe-grid-header tr:first-child th {
    font-weight: 600; }
  .grid-cam .cxe-grid-header th {
    background: #f4fbfe;
    border-bottom: none; }

.grid-cam tbody td {
  border-color: #d1dee4; }

.grid-cam tbody .item-logo img {
  height: 20px;
  margin-right: 5px; }

.grid-cam.advanced .cxe-grid-header {
  border-bottom: 1px solid transparent; }
  .grid-cam.advanced .cxe-grid-header tr:first-child th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border-color: #f4fbfe;
    padding: 15px 5px; }
  .grid-cam.advanced .cxe-grid-header th {
    background: #f4fbfe;
    border-bottom: none; }

.grid-cam.advanced .cxe-grid-data .cxs-pad {
  border-bottom: solid 1px #f4fbfe; }
  .grid-cam.advanced .cxe-grid-data .cxs-pad h6 {
    margin-bottom: 0px;
    margin-top: 2px; }
  .grid-cam.advanced .cxe-grid-data .cxs-pad .text-gray {
    color: #5d7179; }

.grid-cam.advanced .cxe-grid-data:nth-child(even) {
  background-color: #fbfdff; }

.grid-cam.advanced .text-brand {
  color: #11729F; }
  .grid-cam.advanced .text-brand i {
    color: #11729F; }

.cxs-vlines td:not(:last-child),
.cxs-vlines th:not(:last-child) {
  border-right-color: #d1dee4; }

.grid-expand .cxe-grid-header {
  border-bottom: 2px solid #11729F !important; }

.grid-expand tbody td {
  border-right-color: transparent !important; }

.grid-expand tbody th {
  border-right-color: transparent !important; }

.footer-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.cam-scroll-headers .cxe-lookupfield-input, .cam-scroll-headers .cxe-textfield-input {
  border-radius: 2px;
  border-color: #d1dee4;
  background-color: #fff;
  border-color: #d3e3eb;
  text-overflow: ellipsis;
  font-family: inherit;
  border-style: solid;
  overflow: overlay;
  border-width: 1px;
  outline-offset: 0;
  box-shadow: none;
  max-height: 50px;
  font-size: 13px;
  color: #000; }
  .cam-scroll-headers .cxe-lookupfield-input:focus, .cam-scroll-headers .cxe-textfield-input:focus {
    border-color: #11729F; }

.cxb-dropdown {
  z-index: 55; }

.list-menu .cxb-menuitem.cxs-medium-padding > a {
  display: flex; }

.list-menu a {
  background: #f3f7f9; }
  .list-menu a p {
    margin: 0; }
  .list-menu a i {
    align-self: center; }

.list-menu-item {
  border-top: 1px solid #d1dee4;
  padding: 10px 15px; }
  .list-menu-item h5 {
    margin-bottom: 5px; }
  .list-menu-item p {
    margin: 0; }
  .list-menu-item i:first-child {
    align-self: center; }
  .list-menu-item .notification-close {
    height: 10px;
    padding: 5px; }
    .list-menu-item .notification-close:hover {
      color: #11729F;
      background-color: #f3f7f9; }
  .list-menu-item .status-alert {
    color: #ccc677; }
  .list-menu-item .status-info {
    color: #11729F; }
  .list-menu-item .status-announcement {
    color: #5d7179; }

/* Header menu - page header menu */
.header-top.header-underline {
  border-bottom: 3px solid #26aae2; }

.header-top .header-menu > .cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
  background: transparent; }

.header-top .header-menu li .cxb-dropdown {
  border-radius: 4px; }

.header-top .header-menu li .cxs-focusable.cxs-cursor {
  background-color: #fff; }

.header-top .header-menu li .icon-menu a i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #11729F;
  -webkit-transition: color 600ms linear;
  -moz-transition: color 600ms linear;
  -o-transition: color 600ms linear;
  -ms-transition: color 600ms linear;
  transition: color 600ms linear; }
  .header-top .header-menu li .icon-menu a i:hover {
    color: #5d7179; }

.header-top .header-menu li .initials-item {
  background: #11729F;
  border: #fff solid 5px;
  border-radius: 50%;
  width: 44px;
  padding: 8px 0;
  height: 44px;
  line-height: 20px;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: border 800ms linear;
  -moz-transition: border 800ms linear;
  -o-transition: border 800ms linear;
  -ms-transition: border 800ms linear;
  transition: border 800ms linear; }
  .header-top .header-menu li .initials-item:hover {
    background: #1693cd;
    border: #d1dee4 solid 5px; }
  .header-top .header-menu li .initials-item .cxb-dropdown .cxs-vertical li:first-child {
    border-bottom: solid 1px #d1dee4;
    background: #f4fbfe;
    padding: 10px 15px; }
    .header-top .header-menu li .initials-item .cxb-dropdown .cxs-vertical li:first-child p {
      margin-bottom: 0; }
  .header-top .header-menu li .initials-item .cxb-dropdown .cxs-vertical li a {
    padding: 7px 10px; }
    .header-top .header-menu li .initials-item .cxb-dropdown .cxs-vertical li a i {
      color: #44b6eb; }
    .header-top .header-menu li .initials-item .cxb-dropdown .cxs-vertical li a span {
      margin: 10px 15px;
      font-weight: 400; }
  .header-top .header-menu li .initials-item a {
    padding: 0; }
    .header-top .header-menu li .initials-item a p {
      color: #fff;
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 1px; }

.header-top .header-menu li .image-menu-item .cxs-medium-padding a {
  padding: 5px; }
  .header-top .header-menu li .image-menu-item .cxs-medium-padding a:hover {
    background-color: #ecf3f6; }
  .header-top .header-menu li .image-menu-item .cxs-medium-padding a img {
    height: 32px;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0; }
  .header-top .header-menu li .image-menu-item .cxs-medium-padding a i {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    color: #11729F;
    font-size: 18px;
    padding: 5px; }
  .header-top .header-menu li .image-menu-item .cxs-medium-padding a span {
    font-weight: 400; }

/* Action menu - dropdown in grids or simple elements whit list of call to action items */
.action-menu .cxe-menu-item .cxb-menuitem.cxs-horizontal {
  padding: 1px 5px; }

.action-menu .cxe-menu-item.cxs-cursor.cxs-focusable .cxb-menuitem.cxs-horizontal {
  padding: 1px 5px; }

.action-menu .cxb-dropdown {
  border-radius: 4px; }
  .action-menu .cxb-dropdown ul li span {
    padding: 7px 20px 7px 36px; }
  .action-menu .cxb-dropdown ul li .cxe-menuitem-icon {
    color: #11729F; }
  .action-menu .cxb-dropdown ul li a {
    color: #5d7179;
    font-weight: 400; }
    .action-menu .cxb-dropdown ul li a i {
      color: #11729F;
      margin-right: 17px; }
  .action-menu .cxb-dropdown ul li .cxb-uploadbutton {
    padding: 7px 20px 7px 36px;
    height: auto;
    font-size: 14px; }
    .action-menu .cxb-dropdown ul li .cxb-uploadbutton i {
      color: #11729F;
      margin-right: 5px;
      left: 20px; }
    .action-menu .cxb-dropdown ul li .cxb-uploadbutton span {
      padding: 15px; }

.cxb-menuitem.cxs-medium-padding.cxs-empty {
  height: 0; }

/* Dropdown with icons*/
.icon-dropdown .cxb-menu > .cxe-menu-item img {
  height: 24px;
  margin: 0 5px; }

.icon-dropdown .cxb-menu > .cxe-menu-item span {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: 0.5px; }

/* tab style */
.tabnav {
  display: flex;
  justify-content: flex-start;
  background: #fff;
  align-items: flex-end; }
  .tabnav .tabnav-underline {
    flex: 1 1 auto;
    border-bottom: 2px solid #11729F;
    text-align: left; }
    .tabnav .tabnav-underline:last-child {
      text-align: right; }
  .tabnav .tabnav-underline-left {
    width: 15px;
    border-bottom: 2px solid #11729F; }
  .tabnav .tabnav-appswitch {
    flex: 0 0 auto;
    padding: 0 15px;
    border-bottom: 2px solid #11729F; }
    .tabnav .tabnav-appswitch .cxb-button {
      font-size: 16px;
      padding: 5px 10px;
      color: #333333; }
      .tabnav .tabnav-appswitch .cxb-button .fa {
        position: relative;
        left: 0; }
      .tabnav .tabnav-appswitch .cxb-button:hover {
        color: #111;
        background-color: #fff; }

.sub-tabnav {
  display: flex;
  padding-top: 1px;
  justify-content: flex-start;
  background: white;
  align-items: flex-end; }
  .sub-tabnav .tabnav-btnitem {
    flex: 0 0 auto;
    padding: 5px; }

.cxb-tab.cxm-nav {
  border-width: 0 0 2px 0;
  border-color: #11729F;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 2px 2px 0 0; }
  .cxb-tab.cxm-nav > span {
    line-height: 18px;
    color: #333333;
    font-weight: 300; }
  .cxb-tab.cxm-nav > .cxb-menu {
    margin-left: 10px; }
  .cxb-tab.cxm-nav:hover {
    background-color: rgba(17, 114, 159, 0.03); }
  .cxb-tab.cxm-nav.cxs-active {
    background: #b8e3f7;
    border-width: 2px 1px 0 1px; }
    .cxb-tab.cxm-nav.cxs-active span {
      font-weight: 500; }

.tab-filters.section-tab .cxb-tab.cxm-classic {
  border: none;
  font-weight: 400; }

.section-tab {
  border-left: 1px solid #d1dee4; }
  .section-tab .cxs-tab {
    border: transparent; }
  .section-tab h6 {
    margin-top: 5px;
    font-weight: 400; }
  .section-tab h6 + h6 {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #d1dee4; }
  .section-tab .cxb-tab.cxm-classic {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #d1dee4;
    padding: 5px 10px; }
    .section-tab .cxb-tab.cxm-classic:last-child {
      border-width: 0; }
    .section-tab .cxb-tab.cxm-classic i {
      color: #5d7179; }
    .section-tab .cxb-tab.cxm-classic.cxs-active {
      background-color: transparent;
      font-weight: 500;
      color: #111; }
      .section-tab .cxb-tab.cxm-classic.cxs-active:after {
        background: transparent; }
      .section-tab .cxb-tab.cxm-classic.cxs-active i {
        color: #073043; }
    .section-tab .cxb-tab.cxm-classic.cxs-disabled {
      color: #c9dde6; }
    .section-tab .cxb-tab.cxm-classic:active {
      background-color: transparent;
      font-weight: 500;
      border: none;
      color: #111; }
    .section-tab .cxb-tab.cxm-classic:focus {
      background-color: transparent;
      font-weight: 600;
      color: #111; }

.section-tab:first-child {
  border-left: transparent; }

/* Header section tab with links deffined */
.cxe-section-header .section-tab a:hover {
  color: #11729F; }

.cxe-section-header .section-tab .tab-link {
  margin-top: 10px;
  padding: 0 20px;
  color: #111;
  text-decoration: none; }
  .cxe-section-header .section-tab .tab-link:hover {
    color: #11729F; }
  .cxe-section-header .section-tab .tab-link + .tab-link {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #11729F; }
  .cxe-section-header .section-tab .tab-link.cxb-link.cxs-active {
    font-weight: 600 !important; }
    .cxe-section-header .section-tab .tab-link.cxb-link.cxs-active h6 {
      font-weight: 600; }

.section-tab {
  margin: 6px 0; }
  .section-tab .tab-link {
    margin-top: 10px;
    padding: 0 20px;
    color: #111;
    text-decoration: none; }
    .section-tab .tab-link + .tab-link {
      border-width: 0 0 0 1px;
      border-style: solid;
      border-color: #11729F; }
    .section-tab .tab-link.cxs-active h6 {
      font-weight: 600; }
    .section-tab .tab-link:hover {
      color: #11729F; }
    .section-tab .tab-link.selected {
      font-weight: 600; }

.cxe-window-header .section-tab a {
  padding: 0 20px;
  color: #111;
  text-decoration: none;
  font-weight: 400; }
  .cxe-window-header .section-tab a + a {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #11729F; }
  .cxe-window-header .section-tab a.cxs-active h6 {
    font-weight: 500; }

.tab-container {
  width: 100%; }

.tab-footer {
  text-align: right;
  margin: 5px auto; }

/* Vertical tabs */
.tab-vertical a {
  color: #111;
  width: 100%;
  padding: 10px;
  text-align: left;
  border-bottom: solid 1px #fff; }
  .tab-vertical a:visited {
    color: #111; }
  .tab-vertical a.cxs-active {
    color: #111;
    font-weight: 500;
    background: #fff;
    width: calc(100% + 1px); }
    .tab-vertical a.cxs-active:focus {
      background: #fff; }
  .tab-vertical a:nth-child(2) {
    padding-left: 20px; }
  .tab-vertical a:nth-child(3) {
    padding-left: 40px; }
  .tab-vertical a:nth-child(4) {
    padding-left: 60px; }

.inner-tab {
  padding: 5px 10px 0 10px; }
  .inner-tab .cxb-tab.cxm-classic.cxs-active {
    border-color: #11729F;
    background-color: white;
    border-width: 0 0 4px 0;
    font-weight: 500; }
    .inner-tab .cxb-tab.cxm-classic.cxs-active:focus {
      color: #111; }

.vertical-tab .cxb-tab.cxm-classic {
  width: 100%;
  text-align: left; }

.vertical-tab .cxb-tab.cxm-classic.cxs-active {
  border: none;
  font-weight: 500;
  color: #111;
  background-color: #f3f7f9; }

.subheader-menu .cxb-dropdown .cxe-menu-item .cxb-menuitem.btn-red .cxe-menuitem-icon {
  color: #cc7777; }

.subheader-menu .cxb-dropdown .cxe-menu-item .cxb-menuitem.btn-yellow .cxe-menuitem-icon {
  color: #ccc677; }

.subheader-menu .cxb-dropdown .cxe-menu-item .cxb-menuitem i {
  color: #11729F; }

.cxb-menu.cxm-primary {
  background: #11729F;
  color: white;
  border-radius: 2px; }

.flex-half a:hover {
  text-decoration: none; }

.system-deleted .image-card:hover {
  box-shadow: none; }

.card-item {
  min-width: 45%;
  width: 45%;
  max-width: 45%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 10px;
  background-color: #f7fcfd;
  border-radius: 6px;
  border: 1px solid #ebf0f3; }

.image-card {
  flex: 1;
  flex-wrap: wrap;
  background-color: #f7fcfd;
  border-radius: 6px;
  position: relative;
  border: 1px solid #ebf0f3;
  height: 100%;
  min-height: 80px;
  position: relative; }
  .image-card .card-mask {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .image-card:hover {
    cursor: pointer;
    box-shadow: 2px 3px 5px #eaf6fb, 2px 3px 5px #eaf6fb; }
  .image-card .card-img {
    padding: 5px;
    background-color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .image-card .card-img i {
      font-size: 24px;
      background-color: #eaf6fb;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      display: inline-block;
      width: 24px;
      padding: 22px 15px 0;
      color: #11729F; }
    .image-card .card-img img {
      height: 50px;
      margin: 5px; }
    .image-card .card-img .status-archived, .image-card .card-img .status-deleted {
      background: rgba(255, 255, 255, 0.75);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2221;
      display: flex; }
      .image-card .card-img .status-archived img, .image-card .card-img .status-deleted img {
        background: white;
        padding: 5px;
        margin: auto; }
    .image-card .card-img .system {
      position: relative; }
      .image-card .card-img .system .status-deleted {
        position: absolute;
        left: 5px;
        background: white; }
      .image-card .card-img .system .status-archived {
        position: absolute;
        left: 5px;
        background: white; }
  .image-card .card-text {
    display: inline-block; }
    .image-card .card-text h5 {
      font-weight: 300;
      word-break: break-all; }
    .image-card .card-text p {
      margin: 0; }
  .image-card .card-date {
    color: #5d7179;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 0 0; }
    .image-card .card-date h5 {
      font-size: 14px; }
  .image-card .cxe-switch-range {
    background-color: #11729F; }

.card-info p {
  display: inline-block;
  padding-right: 15px;
  text-align: right;
  width: 25%;
  margin-bottom: 5px; }

.card-info span {
  text-align: left;
  font-weight: 500;
  max-width: 380px;
  word-wrap: break-word; }

.card-info .cxb-textfield {
  width: auto; }

.card-info label {
  text-align: right;
  padding-right: 15px;
  width: 300px;
  font-weight: 400; }

.image-card .cxb-button,
.image-card .cxb-uploadbutton {
  width: 100%;
  height: 100%;
  padding: 0; }
  .image-card .cxb-button:hover,
  .image-card .cxb-uploadbutton:hover {
    background-color: transparent; }
  .image-card .cxb-button p,
  .image-card .cxb-uploadbutton p {
    font-size: 16px; }

.administration-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  padding: 10px 0; }
  .administration-container .administration-item {
    flex: 0 auto;
    padding: 0 10px;
    width: calc(50% - 20px);
    margin-bottom: 30px; }
    .administration-container .administration-item .cxb-link {
      text-decoration: none; }
      .administration-container .administration-item .cxb-link:hover {
        text-decoration: none; }

.cxb-window img {
  height: 50px; }

.cxb-window h6 {
  padding-bottom: 5px;
  margin-bottom: 0; }

.cxb-window .cxe-window-body .cxb-section .subsection header {
  background-color: #fff;
  border-radius: 0;
  padding: 10px; }

.cxb-window .cxe-window-body .cxb-section .subsection table .cxe-grid-header th {
  color: #5d7179;
  border-top: 1px #11729F solid;
  font-weight: 500;
  background-color: #fff;
  padding: 7px; }

.cxb-window .inner-section .inner-section-header {
  padding: 15px 5px 5px; }

.cxb-window .field-info {
  color: #04c504;
  padding: 0px 0px 0px 10px;
  margin: 0; }

.cxb-window .section-footer {
  padding: 5px; }
  .cxb-window .section-footer button:first-of-type {
    margin-right: 10px; }

.cam-overlay {
  margin: auto;
  background: white; }
  .cam-overlay header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 300;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px #d1dee4 solid; }
    .cam-overlay header h4 {
      font-weight: 300;
      line-height: 1.25;
      padding-top: 2px;
      margin-bottom: 0; }
    .cam-overlay header .header-item {
      flex: 1;
      padding: 0; }
      .cam-overlay header .header-item button {
        float: right; }
  .cam-overlay .applauncher-action button, .cam-overlay .applauncher-action a, .cam-overlay .applauncher-action .cxb-uploadbutton, .cam-overlay .applauncher-action input[type=file] {
    padding: 5px;
    height: auto;
    width: 100%;
    text-align: left; }
    .cam-overlay .applauncher-action button::-webkit-file-upload-button, .cam-overlay .applauncher-action a::-webkit-file-upload-button, .cam-overlay .applauncher-action .cxb-uploadbutton::-webkit-file-upload-button, .cam-overlay .applauncher-action input[type=file]::-webkit-file-upload-button {
      cursor: pointer; }
    .cam-overlay .applauncher-action button .fa, .cam-overlay .applauncher-action a .fa, .cam-overlay .applauncher-action .cxb-uploadbutton .fa, .cam-overlay .applauncher-action input[type=file] .fa {
      position: relative;
      left: 0;
      margin-right: 5px;
      background: #5d7179;
      color: #fff;
      border-radius: 2px; }
    .cam-overlay .applauncher-action button h5, .cam-overlay .applauncher-action a h5, .cam-overlay .applauncher-action .cxb-uploadbutton h5, .cam-overlay .applauncher-action input[type=file] h5 {
      display: inline-block; }

.window-internal .cxe-window-header .cxs-icon {
  display: none; }

.window-flex .cxe-window-body {
  display: flex;
  flex-direction: column; }

.cxm-announcment {
  margin: auto;
  background: linear-gradient(to bottom, #80cdee, #daf0fa, white, white, #eaf6fb);
  border-radius: 6px;
  padding: 15px; }
  .cxm-announcment header {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px #d1dee4 solid;
    background: white; }
    .cxm-announcment header i {
      color: #11729F; }
    .cxm-announcment header h5 {
      font-weight: 300;
      line-height: 1.25;
      margin-bottom: 0; }
  .cxm-announcment footer {
    background: white;
    text-align: center; }

.window-to-msg footer {
  text-align: center; }

.external-window .cxe-window-body h6 {
  padding-bottom: 0; }

.external-window .cxe-window-body .window-icon-cam {
  font-size: 36px;
  width: 40px;
  margin-right: 5px;
  color: #11729F; }

.inline-form .inline-form-item {
  margin: 5px; }

.inline-form .cxb-lookupfield.cxs-view-mode {
  font-size: 16px;
  cursor: text; }

.inline-form.vertical-top-label label {
  vertical-align: top; }

.inline-form table {
  width: 100%; }
  .inline-form table .cxe-labelsleftlayout-label {
    width: 30%;
    padding-right: 25px; }
  .inline-form table .cxe-labelstoplayout-field .cxb-textfield input,
  .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield input {
    border-radius: 2px;
    border: #d1dee4 solid 1px;
    padding-left: 15px; }
    .inline-form table .cxe-labelstoplayout-field .cxb-textfield input:focus,
    .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield input:focus {
      border: #11729F solid 1px; }
  .inline-form table .cxe-labelstoplayout-field .cxb-textfield .cxe-lookupfield-dropdown input,
  .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield .cxe-lookupfield-dropdown input {
    border-radius: 2px;
    border: #d1dee4 solid 1px;
    padding-left: 15px; }
    .inline-form table .cxe-labelstoplayout-field .cxb-textfield .cxe-lookupfield-dropdown input:focus,
    .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield .cxe-lookupfield-dropdown input:focus {
      border: #11729F solid 1px; }
  .inline-form table .cxe-labelstoplayout-field .cxb-textfield .cxe-lookupfield-input,
  .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield .cxe-lookupfield-input {
    border-radius: 2px;
    border: #d1dee4 solid 1px;
    padding-left: 15px;
    min-width: 177px; }
    .inline-form table .cxe-labelstoplayout-field .cxb-textfield .cxe-lookupfield-input .cxe-lookupfield-tag-value,
    .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield .cxe-lookupfield-input .cxe-lookupfield-tag-value {
      word-break: break-all; }
    .inline-form table .cxe-labelstoplayout-field .cxb-textfield .cxe-lookupfield-input .cxe-lookupfield-tag,
    .inline-form table .cxe-labelstoplayout-field .cxb-lookupfield .cxe-lookupfield-input .cxe-lookupfield-tag {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90%; }

.inline-form .cxb-validationerror.cxm-block {
  margin-left: calc(30% + 30px); }

.inline-form fieldset {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px;
  margin: 0; }

.inline-form .cxe-switch-range {
  background-color: #11729F; }

.inline-form .flex-row {
  padding: 5px; }
  .inline-form .flex-row.padding-none {
    padding: 0; }

.inline-form .cxb-label {
  width: 30%;
  text-align: right;
  padding-right: 25px; }

.inline-form .cxb-textfield input,
.inline-form .cxb-lookupfield input,
.inline-form .cxb-numberfield input,
.inline-form .cxb-textarea input,
.inline-form .cxe-lookupfield-input input {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px; }
  .inline-form .cxb-textfield input:focus,
  .inline-form .cxb-lookupfield input:focus,
  .inline-form .cxb-numberfield input:focus,
  .inline-form .cxb-textarea input:focus,
  .inline-form .cxe-lookupfield-input input:focus {
    border: #11729F solid 1px; }

.inline-form .cxb-textfield span,
.inline-form .cxb-lookupfield span,
.inline-form .cxb-numberfield span,
.inline-form .cxb-textarea span,
.inline-form .cxe-lookupfield-input span {
  font-weight: 500; }

.inline-form .cxb-textfield textarea,
.inline-form .cxb-lookupfield textarea,
.inline-form .cxb-numberfield textarea,
.inline-form .cxb-textarea textarea,
.inline-form .cxe-lookupfield-input textarea {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px; }

.inline-form .cxb-datetimefield span {
  font-weight: 500; }

.inline-form .cxb-select select {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px; }

.inline-form .radio-field .cxb-radio, .inline-form .fixed-radio-field .cxb-radio {
  margin-right: 24px; }
  .inline-form .radio-field .cxb-radio .cxe-radio-input, .inline-form .fixed-radio-field .cxb-radio .cxe-radio-input {
    border-color: #11729F;
    text-align: left; }
    .inline-form .radio-field .cxb-radio .cxe-radio-input.cxs-checked, .inline-form .fixed-radio-field .cxb-radio .cxe-radio-input.cxs-checked {
      color: #11729F; }
      .inline-form .radio-field .cxb-radio .cxe-radio-input.cxs-checked .cxe-radio-text, .inline-form .fixed-radio-field .cxb-radio .cxe-radio-input.cxs-checked .cxe-radio-text {
        font-weight: 500; }

.inline-form .fixed-radio-field {
  width: 180px; }

.inline-form .cxb-lookupfield .cxe-lookupfield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px; }
  .inline-form .cxb-lookupfield .cxe-lookupfield-input:focus {
    border-color: #11729F; }

.inline-form .cxb-lookupfield.cxs-multiple.w-30 {
  width: 30%; }

.inline-form .cxb-lookupfield.cxs-multiple.w-40 {
  width: 40%; }

.inline-form .cxb-datetimefield .cxe-datetimefield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px; }

.inline-form .button-field .cxe-lookupfield-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.inline-form .cxb-checkbox .cxe-checkbox-input {
  border-color: #11729F; }

.inline-form .cxb-checkbox .cxe-checkbox-input-check {
  color: #11729F; }

.top-labels-form label {
  width: 100%; }

.vertical-wizard .wizard-step .wizard-footer {
  border-bottom: 1px solid #d1dee4; }

.readOnly-field {
  border-color: transparent;
  box-shadow: none; }
  .readOnly-field.cxs-visited {
    border-color: transparent;
    box-shadow: none;
    outline: none; }
    .readOnly-field.cxs-visited input {
      border-color: transparent !important;
      box-shadow: none; }
  .readOnly-field input {
    border-color: transparent !important;
    box-shadow: none; }

.filter-content {
  position: relative; }
  .filter-content .cxb-textfield {
    margin: 5px;
    width: calc(20% - 15px); }
  .filter-content .cxb-menu.cxs-horizontal {
    display: inline-block;
    margin: 5px;
    width: calc(20% - 15px);
    border: 1px solid #d1dee4;
    border-radius: 2px; }
    .filter-content .cxb-menu.cxs-horizontal .cxe-menu-item {
      width: 100%; }

.filter-list {
  display: inline-block;
  padding: 0 15px; }
  .filter-list h6, .filter-list h2 {
    font-size: 12px;
    color: #5d7179; }
  .filter-list p {
    font-size: 14px;
    font-weight: 400; }

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

.treenode-check {
  position: absolute;
  top: -5px; }

.cxb-tooltip {
  word-break: break-all; }

.cam-form .cxe-switch-range {
  background-color: #11729F; }

.system-icon-small img {
  height: 28px;
  display: inline-block;
  margin: 5px 5px 0 5px;
  padding: 4px;
  background: white;
  border-radius: 4px; }

.lookup-primary .cxe-lookupfield-input {
  background-color: #11729F;
  border-color: #11729F;
  color: white; }
  .lookup-primary .cxe-lookupfield-input .cxe-lookupfield-placeholder {
    color: white; }

.lookup-primary .cxe-lookupfield-tool, .lookup-primary .cxe-lookupfield-clear {
  color: white; }

/* Global search box style */
.cxb-globalsearchbox {
  position: relative; }

.cxe-globalsearchbox-input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1dee4;
  padding: 5px 5px 5px 35px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box; }
  .cxe-globalsearchbox-input:focus {
    border: 1px solid #11729F;
    outline: none; }

.cxe-globalsearchbox-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  left: 12px;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.5;
  pointer-events: none; }

.cxb-globalsearchbox__wrap {
  position: relative;
  margin-top: 5px; }
  .cxb-globalsearchbox__wrap .search-caret {
    position: absolute;
    right: 15px;
    top: 42%;
    transform: translateY(-50%); }

.cxm-search {
  top: 45px;
  width: 32%;
  background: #fff;
  padding: 5px;
  z-index: 99999;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #d1dee4; }
  .cxm-search .search-content a {
    text-decoration: none; }
  .cxm-search .search-content .search-item {
    border-bottom: 1px solid #d1dee4;
    padding: 0 5px;
    color: #333333; }
    .cxm-search .search-content .search-item:hover {
      background-color: #eaf6fb;
      text-decoration: none; }
    .cxm-search .search-content .search-item .search-icon {
      text-align: center;
      padding: 5px; }
      .cxm-search .search-content .search-item .search-icon p {
        font-size: 10px;
        margin: 0; }
    .cxm-search .search-content .search-item .search-text {
      padding: 5px 10px; }
      .cxm-search .search-content .search-item .search-text h5 {
        margin: 0 0 5px 0; }
      .cxm-search .search-content .search-item .search-text p {
        margin: 0; }
    .cxm-search .search-content .search-item sub {
      color: #b1c7d1; }
  .cxm-search footer .cxb-button.cxm-hollow.btn-brand {
    background: #f3f7f9; }
    .cxm-search footer .cxb-button.cxm-hollow.btn-brand:hover {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

/* Search page style */
.search-item {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d1dee4; }
  .search-item .search-image {
    display: inline-block;
    width: 32px;
    vertical-align: top; }
    .search-item .search-image img {
      width: 100%; }
  .search-item .search-content {
    position: relative;
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 10px; }
    .search-item .search-content .file-description {
      display: inline-block; }
      .search-item .search-content .file-description h4 {
        font-size: 16px;
        margin: 0 10px 0 0;
        display: inline-block; }
        .search-item .search-content .file-description h4 a {
          font-weight: 500; }
      .search-item .search-content .file-description p {
        display: inline-block;
        padding-left: 10px;
        margin: 0;
        border-left: solid #d1dee4 1px; }
        .search-item .search-content .file-description p.file-description {
          white-space: nowrap;
          width: 400px;
          text-overflow: ellipsis; }
  .search-item .floating-top-right {
    position: absolute;
    top: 5px;
    right: 0; }
    .search-item .floating-top-right img {
      height: 30px; }
    .search-item .floating-top-right .search-job span {
      background-color: #eaf6fb;
      border-left: solid 5px;
      padding: 2px 8px;
      text-align: center; }
    .search-item .floating-top-right .search-job .Completed {
      border-color: #77cc89; }
    .search-item .floating-top-right .search-job .Queued {
      border-color: #ccc677; }
    .search-item .floating-top-right .search-job .Progress {
      border-color: #11729F; }
    .search-item .floating-top-right .search-job .Error {
      border-color: #cc7777; }
    .search-item .floating-top-right .search-job .Pending {
      border-color: #ccc677; }
  .search-item .search-footer .system-logo img {
    vertical-align: middle; }
  .search-item .search-footer .system-logo span {
    font-weight: 500; }
  .search-item .search-footer .header-title img {
    width: 32px; }
  .search-item .file-icon {
    display: inline-block; }
    .search-item .file-icon a img {
      width: 32px; }
  .search-item .file-content {
    display: inline-block; }

.layout-main .content-no-results {
  text-align: center;
  padding-top: 10%; }
  .layout-main .content-no-results img {
    height: 180px;
    opacity: 0.25; }
  .layout-main .content-no-results h3 {
    color: #5d7179; }

.filter-sidebar ul {
  list-style: none;
  margin: 10px auto; }
  .filter-sidebar ul li {
    list-style: none; }
    .filter-sidebar ul li a {
      color: #111;
      font-weight: 500; }
      .filter-sidebar ul li a:hover {
        text-decoration: none;
        color: #111; }
    .filter-sidebar ul li ul {
      border-bottom: 1px solid #d1dee4;
      padding-inline-start: 5px; }
    .filter-sidebar ul li .inline-form .facet-count {
      float: right;
      margin-right: 20px;
      font-weight: 500; }

.pagination {
  padding: 15px;
  border-top: 1px solid #d1dee4;
  border-left: 1px solid #d1dee4;
  text-align: center; }
  .pagination .cxb-pagination .cxe-pagination-page {
    border: none;
    margin: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .pagination .page {
    display: inline-block;
    margin-left: 15px;
    width: 50%;
    text-align: left; }

.search-layout > .cxb-labelstoplayout {
  width: 100%; }
  .search-layout > .cxb-labelstoplayout .cxe-labelstoplayout-label .cxb-label {
    padding-left: 10px; }
  .search-layout > .cxb-labelstoplayout .cxe-labelstoplayout-field {
    padding: 5px; }
    .search-layout > .cxb-labelstoplayout .cxe-labelstoplayout-field .cxb-textfield .cxe-lookupfield-input, .search-layout > .cxb-labelstoplayout .cxe-labelstoplayout-field .cxb-textfield .cxe-textfield-input,
    .search-layout > .cxb-labelstoplayout .cxe-labelstoplayout-field .cxb-lookupfield .cxe-lookupfield-input,
    .search-layout > .cxb-labelstoplayout .cxe-labelstoplayout-field .cxb-lookupfield .cxe-textfield-input {
      border-radius: 2px;
      border: #d1dee4 solid 1px; }

.search-layout .cxb-lookupfield.cxs-multiple.full-width, .search-layout .cxb-textfield.full-width {
  min-width: 180px;
  width: 100%; }

/* GLobal Search style START */
/* Document Search style STARTS*/
.search-documents.search-window .search-field {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px); }

.search-documents .search-field {
  margin: 0 5px;
  flex-basis: calc(25% - 10px);
  max-width: calc(25% - 10px); }
  .search-documents .search-field label {
    padding-bottom: 0;
    text-transform: capitalize; }
  .search-documents .search-field .label-full label {
    width: 100%; }
  .search-documents .search-field .label-transparent label {
    color: transparent; }
  .search-documents .search-field .dropdown-icon {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .search-documents .search-field .dropdown-icon .cxe-lookupfield-input {
      color: transparent; }
    .search-documents .search-field .dropdown-icon .cxe-lookupfield-left-icon > i {
      margin-right: 5px;
      color: #11729F;
      font-size: 12px; }

.search-documents .accordion .accordion-header {
  padding: 10px; }

.search-documents .accordion .accordion-content {
  padding: 5px 0;
  position: relative; }

/* Document Search style ENDS*/
.sort-menu .cxe-menu-item .cxb-menuitem:hover {
  background-color: white; }

.sort-menu i {
  margin-left: 5px; }

.sort-menu .isActive i {
  color: #11729F; }

.log-list {
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.matters-grid table {
  margin: 0px; }
  .matters-grid table td {
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none; }
    .matters-grid table td .matters-dscr {
      display: block;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: normal;
      hyphens: none;
      -webkit-hyphens: none;
      -moz-hyphens: none; }
    .matters-grid table td:nth-child(5) {
      width: 110px !important; }
    .matters-grid table td:nth-child(6) {
      width: 110px !important; }

.matters-grid {
  margin: 0; }
  .matters-grid .cxe-grid-empty-text {
    margin: 0; }
    .matters-grid .cxe-grid-empty-text td:first-child {
      text-align: center; }

.gridCSR table tr {
  cursor: default; }

.searchhighlight {
  font-weight: bold;
  font-style: normal; }

.morestyle {
  font-weight: bolder;
  left: -11px;
  text-decoration: underline; }

.iconalignment {
  top: 0px;
  right: 0px; }

.fontcolor {
  color: #545454; }

.filename a {
  color: #373a3c;
  cursor: pointer; }

.loader {
  border: 6px solid white;
  /* Light grey */
  border-top: 6px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #e1f3fa6e;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.cam-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%; }
  .cam-search__filter ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 20px; }
    .cam-search__filter ul li {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      border-bottom: 1px solid #e6e6e6;
      padding: 8px 0; }
      .cam-search__filter ul li:last-child {
        border-bottom: 0; }
      .cam-search__filter ul li a {
        display: flex;
        flex-direction: row;
        font-weight: bold;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        padding: 8px 0;
        font-size: 15px;
        text-decoration: none;
        color: #4d4d4d; }
        .cam-search__filter ul li a:hover {
          text-decoration: none; }
  .cam-search .rotateIcon {
    display: inline-block;
    animation: spin 1200ms linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .cam-search__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
    .cam-search__content ul {
      margin: 0;
      padding: 0; }
      .cam-search__content ul li {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        margin-bottom: 1px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.06);
        padding: 15px; }
        .cam-search__content ul li .file-icon {
          flex: 0 auto;
          margin-right: 2px; }
          .cam-search__content ul li .file-icon a {
            display: block;
            width: 30px; }
            .cam-search__content ul li .file-icon a img {
              display: inline-block;
              max-width: 22px;
              min-width: 22px;
              min-height: 22px;
              max-height: 22px;
              opacity: 0.5; }
        .cam-search__content ul li .file-content {
          flex: 1 auto; }
          .cam-search__content ul li .file-content .filename {
            font-size: 17px;
            margin: 0; }
          .cam-search__content ul li .file-content .file-type {
            display: block;
            margin-top: 3px; }
            .cam-search__content ul li .file-content .file-type .cxb-link {
              color: #11729F;
              margin-bottom: 10px;
              font-size: 14px; }
          .cam-search__content ul li .file-content .file-discription {
            display: block;
            margin: 6px 0; }
            .cam-search__content ul li .file-content .file-discription p {
              color: #113311;
              line-height: 22px;
              letter-spacing: 0.02rem;
              font-size: 13px;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              margin: 0; }
          .cam-search__content ul li .file-content .metadata-info {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
            position: relative; }
            .cam-search__content ul li .file-content .metadata-info .icon {
              width: 20px;
              flex: 0 auto;
              height: 20px;
              margin-right: 8px; }
              .cam-search__content ul li .file-content .metadata-info .icon img {
                width: 20px; }
            .cam-search__content ul li .file-content .metadata-info .details {
              color: #287597;
              padding-right: 10px;
              margin-right: 10px;
              font-size: 13px;
              position: relative; }
              .cam-search__content ul li .file-content .metadata-info .details:after {
                position: absolute;
                width: 1px;
                height: 12px;
                background-color: rgba(0, 0, 0, 0.08);
                content: '';
                right: 0;
                top: 3px; }
              .cam-search__content ul li .file-content .metadata-info .details:nth-child(4) {
                margin: 0; }
                .cam-search__content ul li .file-content .metadata-info .details:nth-child(4):after {
                  background-color: transparent; }
            .cam-search__content ul li .file-content .metadata-info .download {
              margin-left: auto; }

.clear-all {
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
  text-align: left; }

.filter-header {
  flex-wrap: nowrap;
  justify-content: right; }
  .filter-header span {
    color: #4e4e4e;
    margin: 0;
    padding: 0; }

.search-header__filter {
  min-width: 295px;
  flex: 0 0 auto; }

.search-header__filter,
.search-header__search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .search-header__filter .fas,
  .search-header__search .fas {
    font-size: 25px;
    padding-right: 6px;
    color: #11729F; }
  .search-header__filter span,
  .search-header__search span {
    font-size: 16px;
    margin-left: 8px; }

.page-count-block {
  flex: 0 0 auto;
  margin-right: 10px; }
  .page-count-block .cxb-select {
    width: 50px; }

.search-header__search {
  flex: 1 1 auto; }
  .search-header__search .fas {
    font-size: 25px;
    padding-right: 4px;
    color: #11729F; }
  .search-header__search span {
    font-size: 16px;
    margin-left: 8px; }

.filter-submit-button {
  margin-top: 10px;
  font-weight: bold; }

.cxe-pagination-page {
  border-style: none;
  border-width: 1px;
  border-color: #feffff;
  padding: 5px 10px;
  position: relative; }

.cxe-pagination-page.cxs-disabled {
  color: rgba(128, 128, 128, 0.5);
  background-color: #feffff;
  cursor: default; }

/*
 *  STYLE 3
 */
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5; }

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5; }

#style-3::-webkit-scrollbar-thumb {
  background-color: #c1c1c1; }

.facet-count {
  font-size: 13px; }

.sidebar-textarea {
  display: block;
  position: relative; }
  .sidebar-textarea .cxb-textfield {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 0 0 0 10px; }
    .sidebar-textarea .cxb-textfield .cxe-textfield-input {
      width: 100%;
      border-radius: 3px;
      border: 1px solid lightgray;
      padding: 5px;
      font-size: 14px;
      line-height: 24px;
      box-sizing: border-box; }
  .sidebar-textarea .search-loader {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    right: 8px;
    transform: translateY(-50%); }

.cxb-button.cxm-hollow:hover {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

.clear-div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  border-right: solid 1px #f2f2f2; }

.search-page-emptyState .empty-state {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .search-page-emptyState .empty-state .empty-state__item {
    flex: 0 0 auto;
    text-align: center; }
    .search-page-emptyState .empty-state .empty-state__item img {
      height: 100px; }
    .search-page-emptyState .empty-state .empty-state__item h3 {
      font-size: 16px;
      color: #5d7179;
      margin-top: 10px;
      font-weight: 400; }
      .search-page-emptyState .empty-state .empty-state__item h3 a {
        color: #11729F;
        margin-left: 8px; }

.border-right__filter {
  border-right: solid 1px #f2f2f2; }

.search-center__items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50%;
  font-size: 16px;
  color: #5d7179;
  font-weight: 400; }

.sort {
  flex: 0 0 auto;
  margin-right: 10px; }
  .sort .sort-field {
    width: 110px;
    margin-right: 2px;
    border-bottom: #09a6ef; }
  .sort .sort-type {
    width: 60px;
    margin-right: 10px; }

.isActive {
  color: #11729F !important; }

.main-content_margin-top {
  margin-top: 10px; }

.lkp-container p {
  margin-bottom: 5px; }

.lkp-container .lkp-action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px; }
  .lkp-container .lkp-action-container .user-group-lookup {
    color: #11729F; }
    .lkp-container .lkp-action-container .user-group-lookup:hover {
      background-color: #e1f2fa;
      border-radius: 1px; }

/* Quick Search Layout */
.cxm-search.cam-quick-search.cxb-overlay {
  left: calc(100vw / 3);
  border-radius: 4px;
  width: calc(100vw / 3);
  top: 50px;
  overflow: auto;
  max-height: 800px; }
  .cxm-search.cam-quick-search.cxb-overlay .item-status-completed {
    padding: 2px;
    background: #f3f7f9;
    border-left: 5px solid #77cc89;
    width: auto; }
  .cxm-search.cam-quick-search.cxb-overlay .item-status-queued {
    padding: 2px;
    background: #f3f7f9;
    border-left: 5px solid #ccc677;
    width: auto; }
  .cxm-search.cam-quick-search.cxb-overlay .item-status-in {
    padding: 2px;
    background: #f3f7f9;
    border-left: 5px solid #11729F;
    width: auto; }
  .cxm-search.cam-quick-search.cxb-overlay .item-status-pending {
    padding: 2px;
    background: #f3f7f9;
    border-left: 5px solid #ccc677;
    width: auto; }
  .cxm-search.cam-quick-search.cxb-overlay .item-status-error {
    padding: 2px;
    background: #f3f7f9;
    border-left: 5px solid #cc7777;
    width: auto; }

.formsteps-container {
  counter-reset: step; }
  .formsteps-container .formstep-item {
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    color: #d1dee4;
    position: relative;
    text-align: center;
    margin: 15px; }
    .formsteps-container .formstep-item:before {
      content: counter(step);
      counter-increment: step;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      z-index: 1; }
    .formsteps-container .formstep-item:after {
      width: 90%;
      height: 1px;
      content: '';
      position: absolute;
      background-color: #d1dee4;
      top: 10px;
      left: -50%; }
    .formsteps-container .formstep-item:first-child:after {
      content: none; }
    .formsteps-container .formstep-item h4 {
      font-weight: 300;
      margin-top: 10px;
      font-size: 16px; }
    .formsteps-container .formstep-item.active {
      color: #11729F; }
      .formsteps-container .formstep-item.active h4 {
        font-weight: 400;
        color: #111; }
      .formsteps-container .formstep-item.active:before {
        border-color: #11729F; }
      .formsteps-container .formstep-item.active + .formstep-item:after {
        background-color: #11729F; }

.inner-title {
  max-width: 80%;
  background-color: #f4fbfe; }
  .inner-title h6 {
    padding-bottom: 0;
    font-weight: 300;
    font-size: 16px; }

.card-inner {
  max-width: 80%;
  margin: 10px 0 25px; }
  .card-inner label {
    display: inline-block;
    padding-right: 15px;
    text-align: right;
    width: 25%; }

.cam-form .cxb-checkbox .cxe-checkbox-input {
  border-color: #11729F; }

.cam-form .cxb-checkbox .cxe-checkbox-input-check {
  color: #11729F; }

.project-team .cxb-checkbox {
  padding: 1px; }

.cam-wizard .cxb-tab.cxm-line.cxs-active, .cam-wizard .cxe-codesplit-right .cxs-active.cxb-tab.cxm-code, .cxe-codesplit-right .cam-wizard .cxs-active.cxb-tab.cxm-code {
  color: #11729F;
  border-color: #11729F; }

.multistep-indicator {
  margin-left: 15px;
  border-left: solid 1px #d1dee4;
  padding-left: 15px; }
  .multistep-indicator .cxb-tab.cxm-classic {
    margin-top: 10px;
    border-width: 0;
    background-color: transparent;
    color: #111;
    font-weight: 300; }
    .multistep-indicator .cxb-tab.cxm-classic.cxs-active {
      color: #111;
      font-weight: 500; }
    .multistep-indicator .cxb-tab.cxm-classic.cxs-disabled {
      color: #c9dde6; }
  .multistep-indicator .multistep-divider {
    display: inline-block;
    top: -5px;
    position: relative;
    height: 1px;
    background: #c9dde6;
    width: 300px; }
  .multistep-indicator .multistep-tab {
    display: inline-block;
    margin-top: 15px;
    padding: 0 15px; }

.cxb-button {
  border-radius: 2px; }
  .cxb-button:focus {
    outline: 2px solid #11729F !important; }

.cxb-button.cxs-icon.icon-right {
  padding: 5px 26px 5px 10px; }
  .cxb-button.cxs-icon.icon-right .cxe-button-icon {
    right: 5px;
    left: auto; }

.cxb-button.btn-brand {
  color: #11729F;
  background: rgba(255, 255, 255, 0.85); }
  .cxb-button.btn-brand:hover {
    background: #44b6eb; }

.cxb-button.btn-red {
  color: #cc7777; }

.cxb-button.btn-gray {
  color: #5d7179; }

.cxb-button.btn-yellow {
  color: #ccc677; }

.cxb-button.cxm-tab {
  height: auto;
  padding: 10px;
  border: transparent;
  background-color: white;
  box-shadow: 0 1px 2px 1px rgba(128, 128, 128, 0.25); }
  .cxb-button.cxm-tab.cxs-icon.cxs-empty {
    padding: 5px 10px; }
  .cxb-button.cxm-tab:hover {
    box-shadow: 0 2px 2px 1px rgba(128, 128, 128, 0.35); }
  .cxb-button.cxm-tab img {
    height: 32px;
    display: block;
    margin: auto; }
  .cxb-button.cxm-tab .cxe-button-baseline {
    display: none; }

/* Upload component */
.upload-background img {
  position: absolute;
  left: calc(30% + 25px);
  height: 64px;
  padding: 5px 10px 25px 5px;
  background-color: #f4fbfe;
  border-radius: 4px; }

.upload-background > .upload-progress {
  height: 100px;
  width: 100px;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  position: relative; }
  .upload-background > .upload-progress:hover {
    box-shadow: none; }
  .upload-background > .upload-progress span {
    bottom: 10px;
    position: absolute;
    color: #11729F; }
  .upload-background > .upload-progress .cxe-uploadbutton-icon {
    bottom: 10px;
    top: auto;
    color: #11729F; }
  .upload-background > .upload-progress input[type="file" i]:visited {
    outline-offset: 2px; }

.info-icon {
  color: #77cc89;
  margin: 0 10px; }

.cxb-codesnippet {
  position: relative;
  background: #f4fbfe;
  border-radius: 4px;
  padding: 5px;
  max-height: 150px;
  overflow-y: scroll;
  -moz-box-shadow: inset 0 0 5px #b1b8bb;
  -webkit-box-shadow: inset 0 0 5px #b1b8bb;
  box-shadow: inset 0 0 5px #b1b8bb; }
  .cxb-codesnippet pre {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow-x: auto;
    overflow-y: hidden; }
    .cxb-codesnippet pre > code {
      padding: 0 0 0 5px;
      background: transparent;
      border-radius: 0; }
    .cxb-codesnippet pre::-webkit-scrollbar-track {
      background-color: transparent; }
    .cxb-codesnippet pre::-webkit-scrollbar {
      height: 6px;
      background-color: transparent; }
    .cxb-codesnippet pre::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 3px; }
  .cxb-codesnippet .token.tag {
    color: #b88f20; }
  .cxb-codesnippet .token.class-name {
    color: #a7811b; }
  .cxb-codesnippet .token.attr-name {
    color: #220080; }
  .cxb-codesnippet .token.attr-value {
    color: #220080; }
  .cxb-codesnippet .token.script {
    color: #333333; }
  .cxb-codesnippet .token.keyword-import {
    color: #b88f20; }
  .cxb-codesnippet .token.string {
    color: #220080; }
  .cxb-codesnippet .token.comment {
    color: #008044; }

.cxe-codesnippet-link {
  position: absolute;
  right: 10px;
  top: -16px;
  background: #e7e7e7;
  padding: 5px 10px;
  text-decoration: none;
  color: #11729F;
  z-index: 2000;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.2s; }
  .cxb-codesnippet:hover > .cxe-codesnippet-link {
    opacity: 1; }

.cxe-codesplit-right .cxb-codesnippet {
  background: transparent; }

.cxe-codesplit-right .cxb-tab.cxm-code {
  color: white;
  border-bottom-width: 2px;
  margin-bottom: 10px;
  background: transparent; }
  .cxe-codesplit-right .cxb-tab.cxm-code > code {
    padding-left: 0; }

.analytics-header_dates {
  position: relative;
  margin-left: auto;
  margin-right: 10px;
  padding-left: 10px;
  padding-top: 5px; }
  .analytics-header_dates .custom-time {
    padding: 10px; }
  .analytics-header_dates .search-caret {
    position: absolute;
    right: 10px;
    top: 22px;
    transform: translateY(-50%); }
  .analytics-header_dates .cxe-textfield-input {
    cursor: pointer; }

/* Query collapse */
.query-list .query-header {
  background: #f4fbfe; }
  .query-list .query-header h5 {
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 16px; }

.query-list .toggle-body {
  border-bottom: 1px solid #d1dee4; }

.card {
  border-radius: 4px;
  margin: 10px; }
  .card-white {
    background-color: #fff; }
  .card .card-header {
    border-bottom: solid 1px #d1dee4;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .card .card-header h3 {
      margin: 0;
      padding: 0;
      font-size: 16px; }
    .card .card-header .controlls {
      color: #11729F; }
      .card .card-header .controlls:hover {
        color: #2dade9; }

.visualization {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: stretch;
  flex-wrap: wrap;
  padding: 10px; }
  .visualization__item {
    flex: 1 auto;
    margin-right: 10px;
    border-radius: 4px; }
    .visualization__item:last-child {
      margin-right: 0; }
    .visualization__item--chart {
      padding: 10px;
      width: auto;
      height: 400px;
      margin: 0 auto; }
      .visualization__item--chart .loader-chart {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
    .visualization__item--chart__treepmap {
      padding: 10px;
      width: 100%;
      height: 400px;
      margin: 0 auto; }
  .visualization .activity-grid_view {
    background: white;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden; }

.analytics-header {
  display: flex; }

.total-info {
  margin-left: 15px;
  background-color: #00a4e5; }

.total-value {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

.wizard-review .wizard-review__block {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto; }
  .wizard-review .wizard-review__block .cxb-textfield {
    width: 600px; }
  .wizard-review .wizard-review__block h3 {
    font-weight: 24px;
    font-size: 18px; }

.tab-footer .total-results {
  float: left;
  padding-top: 4px; }

.center-items__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .center-items__info span {
    color: #5d7179; }

.width_full {
  width: 100%; }

.width_half {
  width: 50%; }

/* 
analytics query result grid css - kiran

*/
.example-header {
  padding: 0 0 10px 0; }

.example-body {
  margin: 50px 0; }

.example-footer {
  margin: 10px 0; }
  .example-footer .cxb-codesnippet {
    max-height: none;
    overflow: hidden; }

.example-component .example-item .cxb-section {
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 1px 1px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.loader-mask {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(209, 222, 228, 0.5);
  position: absolute;
  z-index: 5; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  padding-top: 10%;
  padding-bottom: 5%; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #11729F;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

.loading-indicator h5 {
  font-size: 20px;
  font-weight: 300; }

/* Horizontal progress loader */
.progress-loader {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
  min-height: 5px;
  width: 100%;
  border-color: transparent;
  background: transparent; }
  .progress-loader .cxe-progressbar-label {
    top: -21px;
    color: #11729F; }
  .progress-loader .cxe-progressbar-indicator {
    background-color: #11729F; }

.loader-small {
  padding: 10px; }
  .loader-small .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    padding-top: 5%;
    padding-bottom: 10px; }

/* Mesages for inner actions */
.message-actions {
  padding: 5px 10px; }
  .message-actions span {
    font-weight: 400; }

.message {
  background-color: #f4fbfe;
  padding: 15px;
  width: 60%;
  margin: 15px auto;
  text-align: center;
  font-weight: 300; }
  .message .s-error i {
    color: #cc7777; }
  .message .s-success i {
    color: #77cc89; }
  .message h4 {
    display: inline;
    padding-left: 25px;
    font-weight: 300;
    vertical-align: middle; }
    .message h4 i {
      margin-right: 10px;
      display: inline;
      color: #11729F; }

.alert {
  padding: 15px;
  font-weight: 300; }
  .alert .s-error {
    color: #5d7179; }
    .alert .s-error i {
      color: #a13c3c; }
  .alert .s-success {
    color: #5d7179; }
    .alert .s-success i {
      color: #3ca152; }
  .alert h4 {
    display: inline;
    padding-left: 25px;
    font-weight: 300;
    vertical-align: middle; }
    .alert h4 i {
      margin-right: 10px;
      display: inline;
      color: #11729F; }

.warning-message {
  display: flex;
  padding: 5px;
  margin: 15px auto;
  background-color: #f4fbfe;
  box-shadow: 0 0 5px 1px #ccc;
  width: 60%;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  align-items: center;
  border-radius: 5px; }
  .warning-message.popFromBottom {
    animation: popFromBottom 0.3s; }
  .warning-message.s-error {
    background-color: #f6e6e6;
    border-color: #cc7777;
    vertical-align: middle; }
    .warning-message.s-error i {
      color: #cc7777;
      padding: 5px;
      font-size: 2em; }
    .warning-message.s-error span {
      font-weight: 500;
      color: #333333;
      text-align: start;
      padding: 5px; }
  .warning-message.s-info {
    background-color: #8ad1f2;
    border-color: #11729F;
    vertical-align: middle; }
    .warning-message.s-info i {
      color: #11729F;
      padding: 5px;
      font-size: 2em; }
    .warning-message.s-info span {
      font-weight: 500;
      color: #333333;
      text-align: start;
      padding: 5px; }
  .warning-message.s-warning {
    background-color: #ffefe0;
    border-color: #ffaa5b;
    vertical-align: middle; }
    .warning-message.s-warning i {
      color: #ffaa5b;
      padding: 5px;
      font-size: 2em; }
    .warning-message.s-warning span {
      font-weight: 500;
      color: #333333;
      text-align: start;
      padding: 5px; }

@keyframes popFromBottom {
  0% {
    transform: translateY(50px) scale(0.5); }
  70% {
    transform: translateY(-5px) scale(1.1); }
  100% {
    transform: translateY(0px) scale(1); } }

.avatar-lookup-field p {
  margin: 3px 0; }

.avatar-lookup-field .avatar-container {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(123, 190, 255, 0.5);
  background: rgba(123, 190, 255, 0.15); }
  .avatar-lookup-field .avatar-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(123, 190, 255, 0.5); }

.hollow-scrollbar div,
.hollow-scrollbar ul,
.hollow-scrollbar pre {
  /* Foreground, Background */
  scrollbar-color: rgba(128, 175, 199, 0.2) transparent; }
  .hollow-scrollbar div::-webkit-scrollbar,
  .hollow-scrollbar ul::-webkit-scrollbar,
  .hollow-scrollbar pre::-webkit-scrollbar {
    width: 8px;
    /* Mostly for vertical scrollbars */
    height: 8px;
    /* Mostly for horizontal scrollbars */ }
  .hollow-scrollbar div::-webkit-scrollbar-thumb,
  .hollow-scrollbar ul::-webkit-scrollbar-thumb,
  .hollow-scrollbar pre::-webkit-scrollbar-thumb {
    /* Foreground */
    background: rgba(128, 175, 199, 0.2);
    border-radius: 4px; }
    .hollow-scrollbar div::-webkit-scrollbar-thumb:hover,
    .hollow-scrollbar ul::-webkit-scrollbar-thumb:hover,
    .hollow-scrollbar pre::-webkit-scrollbar-thumb:hover {
      background-color: rgba(128, 175, 199, 0.4); }
  .hollow-scrollbar div::-webkit-scrollbar-track,
  .hollow-scrollbar ul::-webkit-scrollbar-track,
  .hollow-scrollbar pre::-webkit-scrollbar-track {
    /* Background */
    background: transparent;
    border-radius: 4px; }
    .hollow-scrollbar div::-webkit-scrollbar-track:hover,
    .hollow-scrollbar ul::-webkit-scrollbar-track:hover,
    .hollow-scrollbar pre::-webkit-scrollbar-track:hover {
      background-color: rgba(128, 175, 199, 0.15); }

/*Cloud style - Jo*/
html {
  font-size: 16px; }

/* Tyography */
h5 {
  font-weight: 300; }

/* Numbered heading classes preserving original styles */
.heading-1 {
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 0.75rem 0; }

.heading-2 {
  font-weight: 300;
  font-size: 1.75rem;
  margin: 0 0 0.5rem 0; }

.heading-3 {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0; }

.heading-4 {
  font-weight: 300;
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0; }

.heading-5 {
  font-weight: 300;
  font-size: 1.15rem;
  margin: 0 0 0.5rem 0; }

.heading-6 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 0.5rem 0; }

/* util classes*/
.padding-none {
  padding: 0; }

.padding-normal {
  padding: 10px; }
  .padding-normal-h {
    padding: 0 10px 0 10px; }
  .padding-normal-t {
    padding: 10px 0 0 0; }
  .padding-normal-l {
    padding: 0 0 0 10px; }
  .padding-normal-v {
    padding: 10px 0; }
  .padding-normal-r {
    padding: 0 10px 0 0; }
  .padding-normal-b {
    padding: 0 0 10px 0; }

.padding-min, .cam-overlay .applauncher-action button .fa, .cam-overlay .applauncher-action a .fa, .cam-overlay .applauncher-action .cxb-uploadbutton .fa, .cam-overlay .applauncher-action input[type=file] .fa {
  padding: 5px; }
  .padding-min-h {
    padding: 0 5px 0 5px; }
  .padding-min-t {
    padding: 5px 0 0 0; }
  .padding-min-l {
    padding: 0 0 0 5px; }
  .padding-min-v {
    padding: 5px 0; }
  .padding-min-r {
    padding: 0 5px 0 0; }

.padding-large {
  padding: 15px; }
  .padding-large-l {
    padding: 0 0 0 15px; }
  .padding-large-t {
    padding: 15px 0 0 0; }
  .padding-large-v {
    padding: 15px 0; }
  .padding-large-b {
    padding: 0 0 15px 0; }
  .padding-large-h {
    padding: 0 15px; }

.margin-none {
  margin: 0; }

.margin-auto {
  margin: 0 auto; }

.margin-normal {
  margin: 10px; }
  .margin-normal-h {
    margin: 0 10px; }
  .margin-normal-v {
    margin: 10px 0; }
  .margin-normal-t {
    margin: 10px 0 0 0; }
  .margin-normal-r {
    margin: 0 10px 0 0; }
  .margin-normal-l {
    margin: 0 0 0 10px; }
  .margin-normal-b {
    margin: 0 0 10px 0; }

.margin-min, .cam-overlay .applauncher-action button .fa, .cam-overlay .applauncher-action a .fa, .cam-overlay .applauncher-action .cxb-uploadbutton .fa, .cam-overlay .applauncher-action input[type=file] .fa {
  margin: 5px; }
  .margin-min-h {
    margin: 0 5px; }
  .margin-min-v {
    margin: 5px 0; }
  .margin-min-l {
    margin: 0 0 0 5px; }
  .margin-min-t {
    margin: 5px 0 0 0; }
  .margin-min-r {
    margin: 0 5px 0 0; }
  .margin-min-b {
    margin: 0 0 5px 0; }

.margin-large {
  margin: 15px; }
  .margin-large-h {
    margin: 0 15px; }
  .margin-large-v {
    margin: 15px 0; }
  .margin-large-t {
    margin: 15px 0 0 0; }
  .margin-large-r {
    margin: 0 15px 0 0; }
  .margin-large-b {
    margin: 0 0 15px 0; }
  .margin-large-l {
    margin: 0 0 0 15px; }

.margin-extralarge {
  margin: 25px; }
  .margin-extralarge-h {
    margin: 0 25px; }
  .margin-extralarge-v {
    margin: 25px 0; }
  .margin-extralarge-t {
    margin: 25px 0 0 0; }
  .margin-extralarge-r {
    margin: 0 25px 0 0; }
  .margin-extralarge-b {
    margin: 0 0 25px 0; }
  .margin-extralarge-l {
    margin: 0 0 0 25px; }

.padding-1 {
  padding: 1px; }

.padding-2 {
  padding: 2px; }

.padding-3 {
  padding: 3px; }

.padding-4 {
  padding: 4px; }

.padding-5 {
  padding: 5px; }

.padding-6 {
  padding: 6px; }

.padding-7 {
  padding: 7px; }

.padding-8 {
  padding: 8px; }

.padding-9 {
  padding: 9px; }

.padding-10 {
  padding: 10px; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.cxs-view-mode.ellipsis-span span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10; }

.break-word {
  word-break: break-all; }

.border-none {
  border: none; }

.border-top {
  border-top: solid 1px #d1dee4; }

.border-left {
  border-left: solid 1px #d1dee4; }

.border-bottom {
  border-bottom: solid 1px #d1dee4; }

.border-right {
  border-right: solid 1px #d1dee4; }

.border-brand {
  border: solid 1px #11729F; }
  .border-brand-bottom {
    border-bottom: solid 1px #11729F; }

.text-l {
  font-weight: 300 !important; }

.text-r {
  font-weight: 400 !important; }

.text-b {
  font-weight: 500 !important; }

.text-bx {
  font-weight: 600 !important; }

.inline {
  display: inline-block; }

/* text-helpers*/
.full-width {
  width: 100% !important; }

.w-1 {
  width: 1% !important; }

.h-1 {
  height: 1% !important; }

.w-2 {
  width: 2% !important; }

.h-2 {
  height: 2% !important; }

.w-3 {
  width: 3% !important; }

.h-3 {
  height: 3% !important; }

.w-4 {
  width: 4% !important; }

.h-4 {
  height: 4% !important; }

.w-5 {
  width: 5% !important; }

.h-5 {
  height: 5% !important; }

.w-6 {
  width: 6% !important; }

.h-6 {
  height: 6% !important; }

.w-7 {
  width: 7% !important; }

.h-7 {
  height: 7% !important; }

.w-8 {
  width: 8% !important; }

.h-8 {
  height: 8% !important; }

.w-9 {
  width: 9% !important; }

.h-9 {
  height: 9% !important; }

.w-10 {
  width: 10% !important; }

.h-10 {
  height: 10% !important; }

.w-11 {
  width: 11% !important; }

.h-11 {
  height: 11% !important; }

.w-12 {
  width: 12% !important; }

.h-12 {
  height: 12% !important; }

.w-13 {
  width: 13% !important; }

.h-13 {
  height: 13% !important; }

.w-14 {
  width: 14% !important; }

.h-14 {
  height: 14% !important; }

.w-15 {
  width: 15% !important; }

.h-15 {
  height: 15% !important; }

.w-16 {
  width: 16% !important; }

.h-16 {
  height: 16% !important; }

.w-17 {
  width: 17% !important; }

.h-17 {
  height: 17% !important; }

.w-18 {
  width: 18% !important; }

.h-18 {
  height: 18% !important; }

.w-19 {
  width: 19% !important; }

.h-19 {
  height: 19% !important; }

.w-20 {
  width: 20% !important; }

.h-20 {
  height: 20% !important; }

.w-21 {
  width: 21% !important; }

.h-21 {
  height: 21% !important; }

.w-22 {
  width: 22% !important; }

.h-22 {
  height: 22% !important; }

.w-23 {
  width: 23% !important; }

.h-23 {
  height: 23% !important; }

.w-24 {
  width: 24% !important; }

.h-24 {
  height: 24% !important; }

.w-25 {
  width: 25% !important; }

.h-25 {
  height: 25% !important; }

.w-26 {
  width: 26% !important; }

.h-26 {
  height: 26% !important; }

.w-27 {
  width: 27% !important; }

.h-27 {
  height: 27% !important; }

.w-28 {
  width: 28% !important; }

.h-28 {
  height: 28% !important; }

.w-29 {
  width: 29% !important; }

.h-29 {
  height: 29% !important; }

.w-30 {
  width: 30% !important; }

.h-30 {
  height: 30% !important; }

.w-31 {
  width: 31% !important; }

.h-31 {
  height: 31% !important; }

.w-32 {
  width: 32% !important; }

.h-32 {
  height: 32% !important; }

.w-33 {
  width: 33% !important; }

.h-33 {
  height: 33% !important; }

.w-34 {
  width: 34% !important; }

.h-34 {
  height: 34% !important; }

.w-35 {
  width: 35% !important; }

.h-35 {
  height: 35% !important; }

.w-36 {
  width: 36% !important; }

.h-36 {
  height: 36% !important; }

.w-37 {
  width: 37% !important; }

.h-37 {
  height: 37% !important; }

.w-38 {
  width: 38% !important; }

.h-38 {
  height: 38% !important; }

.w-39 {
  width: 39% !important; }

.h-39 {
  height: 39% !important; }

.w-40 {
  width: 40% !important; }

.h-40 {
  height: 40% !important; }

.w-41 {
  width: 41% !important; }

.h-41 {
  height: 41% !important; }

.w-42 {
  width: 42% !important; }

.h-42 {
  height: 42% !important; }

.w-43 {
  width: 43% !important; }

.h-43 {
  height: 43% !important; }

.w-44 {
  width: 44% !important; }

.h-44 {
  height: 44% !important; }

.w-45 {
  width: 45% !important; }

.h-45 {
  height: 45% !important; }

.w-46 {
  width: 46% !important; }

.h-46 {
  height: 46% !important; }

.w-47 {
  width: 47% !important; }

.h-47 {
  height: 47% !important; }

.w-48 {
  width: 48% !important; }

.h-48 {
  height: 48% !important; }

.w-49 {
  width: 49% !important; }

.h-49 {
  height: 49% !important; }

.w-50 {
  width: 50% !important; }

.h-50 {
  height: 50% !important; }

.w-51 {
  width: 51% !important; }

.h-51 {
  height: 51% !important; }

.w-52 {
  width: 52% !important; }

.h-52 {
  height: 52% !important; }

.w-53 {
  width: 53% !important; }

.h-53 {
  height: 53% !important; }

.w-54 {
  width: 54% !important; }

.h-54 {
  height: 54% !important; }

.w-55 {
  width: 55% !important; }

.h-55 {
  height: 55% !important; }

.w-56 {
  width: 56% !important; }

.h-56 {
  height: 56% !important; }

.w-57 {
  width: 57% !important; }

.h-57 {
  height: 57% !important; }

.w-58 {
  width: 58% !important; }

.h-58 {
  height: 58% !important; }

.w-59 {
  width: 59% !important; }

.h-59 {
  height: 59% !important; }

.w-60 {
  width: 60% !important; }

.h-60 {
  height: 60% !important; }

.w-61 {
  width: 61% !important; }

.h-61 {
  height: 61% !important; }

.w-62 {
  width: 62% !important; }

.h-62 {
  height: 62% !important; }

.w-63 {
  width: 63% !important; }

.h-63 {
  height: 63% !important; }

.w-64 {
  width: 64% !important; }

.h-64 {
  height: 64% !important; }

.w-65 {
  width: 65% !important; }

.h-65 {
  height: 65% !important; }

.w-66 {
  width: 66% !important; }

.h-66 {
  height: 66% !important; }

.w-67 {
  width: 67% !important; }

.h-67 {
  height: 67% !important; }

.w-68 {
  width: 68% !important; }

.h-68 {
  height: 68% !important; }

.w-69 {
  width: 69% !important; }

.h-69 {
  height: 69% !important; }

.w-70 {
  width: 70% !important; }

.h-70 {
  height: 70% !important; }

.w-71 {
  width: 71% !important; }

.h-71 {
  height: 71% !important; }

.w-72 {
  width: 72% !important; }

.h-72 {
  height: 72% !important; }

.w-73 {
  width: 73% !important; }

.h-73 {
  height: 73% !important; }

.w-74 {
  width: 74% !important; }

.h-74 {
  height: 74% !important; }

.w-75 {
  width: 75% !important; }

.h-75 {
  height: 75% !important; }

.w-76 {
  width: 76% !important; }

.h-76 {
  height: 76% !important; }

.w-77 {
  width: 77% !important; }

.h-77 {
  height: 77% !important; }

.w-78 {
  width: 78% !important; }

.h-78 {
  height: 78% !important; }

.w-79 {
  width: 79% !important; }

.h-79 {
  height: 79% !important; }

.w-80 {
  width: 80% !important; }

.h-80 {
  height: 80% !important; }

.w-81 {
  width: 81% !important; }

.h-81 {
  height: 81% !important; }

.w-82 {
  width: 82% !important; }

.h-82 {
  height: 82% !important; }

.w-83 {
  width: 83% !important; }

.h-83 {
  height: 83% !important; }

.w-84 {
  width: 84% !important; }

.h-84 {
  height: 84% !important; }

.w-85 {
  width: 85% !important; }

.h-85 {
  height: 85% !important; }

.w-86 {
  width: 86% !important; }

.h-86 {
  height: 86% !important; }

.w-87 {
  width: 87% !important; }

.h-87 {
  height: 87% !important; }

.w-88 {
  width: 88% !important; }

.h-88 {
  height: 88% !important; }

.w-89 {
  width: 89% !important; }

.h-89 {
  height: 89% !important; }

.w-90 {
  width: 90% !important; }

.h-90 {
  height: 90% !important; }

.w-91 {
  width: 91% !important; }

.h-91 {
  height: 91% !important; }

.w-92 {
  width: 92% !important; }

.h-92 {
  height: 92% !important; }

.w-93 {
  width: 93% !important; }

.h-93 {
  height: 93% !important; }

.w-94 {
  width: 94% !important; }

.h-94 {
  height: 94% !important; }

.w-95 {
  width: 95% !important; }

.h-95 {
  height: 95% !important; }

.w-96 {
  width: 96% !important; }

.h-96 {
  height: 96% !important; }

.w-97 {
  width: 97% !important; }

.h-97 {
  height: 97% !important; }

.w-98 {
  width: 98% !important; }

.h-98 {
  height: 98% !important; }

.w-99 {
  width: 99% !important; }

.h-99 {
  height: 99% !important; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

button {
  border-radius: 2px; }

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

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

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

.clear::after {
  display: block;
  content: "";
  clear: both; }

.float-r {
  float: right; }

.float-l {
  float: left; }

.float-n {
  float: none; }

.background-light {
  background-color: #f3f7f9; }

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

.header-title {
  display: inline-block;
  font-weight: 500; }
  .header-title max h6 {
    margin-bottom: 2px; }
  .header-title span i {
    margin-right: 10px; }

.flex-1 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-2 {
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-3 {
  flex-grow: 3;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-4 {
  flex-grow: 4;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-5 {
  flex-grow: 5;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-6 {
  flex-grow: 6;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-7 {
  flex-grow: 7;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-8 {
  flex-grow: 8;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-9 {
  flex-grow: 9;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-10 {
  flex-grow: 10;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-11 {
  flex-grow: 11;
  flex-shrink: 0;
  flex-basis: 0; }

.flex-right-bottom {
  align-items: flex-end;
  justify-content: flex-end; }

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

.flex-center {
  justify-content: center; }

.flex-50 {
  flex: 0 0 50%; }

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: stretch; }

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

.flex-wrap {
  flex-wrap: wrap; }

.items-baseline {
  align-items: baseline; }

.center-items {
  display: flex;
  align-items: center; }

.center-items-vertically {
  vertical-align: middle;
  align-items: center;
  display: flex; }

.rounded-box-3 {
  border-radius: 5px;
  border: 1px solid #56be4c;
  padding: 5px;
  width: 7%;
  max-width: 10%;
  max-height: 50px;
  background: #bbe4b8;
  text-align: center; }

.accordion-img {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.bottom-zero {
  bottom: 0 !important; }

.checkbox-column {
  width: 30px; }

.add-system-div {
  width: 100px !important;
  height: 100px !important; }

.add-system-icon img:hover {
  opacity: .5; }

.image-hover-highlight {
  -webkit-transition: all 0.50s;
  transition: all 0.50s; }
  .image-hover-highlight:hover {
    filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
    -o-filter: brightness(130%);
    -ms-filter: brightness(130%);
    -webkit-transition: all 0.50s;
    transition: all 0.50s; }

.green-text {
  color: #77cc89; }

.white-text {
  color: white; }

.blue-text {
  color: #11729F; }

.skyblue-icon {
  color: #11729F; }

.flex-half {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  flex-basis: 48%;
  align-items: stretch;
  max-width: 48%; }

.overflow-a {
  overflow: auto; }

.overflow-none {
  overflow: hidden; }

.border {
  border: #d1dee4 1px solid; }
  .border-t {
    border: none;
    border-top: #d1dee4 1px solid; }
  .border-b {
    border: none;
    border-bottom: #d1dee4 1px solid; }
  .border-l {
    border: none;
    border-left: #d1dee4 1px solid; }
  .border-r {
    border: none;
    border-right: #d1dee4 1px solid; }
  .border-none {
    border-color: transparent !important; }

/* Position */
.relative-position {
  position: relative; }

.absolute {
  position: absolute; }
  .absolute-tr {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 55; }
  .absolute-flex {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .absolute-bottom {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0; }

.cxb-scroller.cxs-horizontal {
  width: 70%; }

.position-scroller {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0; }
  .position-scroller .cxe-scroller-icon {
    top: calc(50% - 5px); }

.position-strech {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .position-strech.top-37 {
    top: 37px; }
  .position-strech.bottom-37 {
    bottom: 37px; }

/* Brand Header */
.brand-title {
  padding: 10px; }
  .brand-title img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  .brand-title h3 {
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    color: #111; }

/* Inner layout */
.inner-header {
  padding-bottom: 5px;
  font-size: 14px; }

.scroll-y-auto {
  overflow-y: auto; }

.no-scroll-window .cxe-window-body {
  overflow-y: hidden; }

/* FOnt styles */
.regular {
  font-weight: 400; }

.semibold {
  font-weight: 500; }
  .semibold-link {
    color: #11729F; }

/* Scroll -inner 
.inner-scroll-window{
    .cxe-window-body{
        max-height: 60vh;
        overflow-y:auto;
        &::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px $gray;
	border-radius: 2px;
	background-color: $brand-color, 20%;
}

&::-webkit-scrollbar
{
	width: 12px;
    background-color: $blue-gray, 1%;
    
}

&::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px $light-gray;
    background-color:lighten($blue-gray, 5%);
    margin:10px;
}
    }   
}
.inner-scroll{
    overflow: auto;
    

}
.inner-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px $gray;
	border-radius: 2px;
	background-color: $brand-color, 10%;
}

.inner-scroll::-webkit-scrollbar
{
	width: 12px;
    background-color: $blue-gray, 1%;
    
}

.inner-scroll::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 1px $light-gray;
    background-color:lighten($blue-gray, 5%);
    margin:10px;
}*/
.scrollable {
  overflow: auto; }

.scrollable-hidden {
  overflow-y: hidden; }

.code-background {
  border: solid 1px #d1dee4;
  background-color: #f4fbfe;
  border-radius: 2px;
  min-height: 55px;
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.block-background {
  background-color: #f4fbfe; }
  .block-background .divider {
    display: inline-block;
    border-right: solid 1px #d1dee4;
    height: 30px;
    width: 1px;
    margin: 0 5px; }

/*Menu style */
.filter-menu .cxe-menu-item a {
  padding: 0 5px; }
  .filter-menu .cxe-menu-item a:hover {
    background-color: #ecf3f6; }
  .filter-menu .cxe-menu-item a i {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
    padding: 5px; }
  .filter-menu .cxe-menu-item a span {
    font-weight: 400; }

.loading-mask {
  position: relative; }

.loading-mask-overlay {
  display: flex;
  min-height: 150px;
  background: rgba(233, 233, 233, 0.9);
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .loading-mask-overlay .loading-indicator {
    padding: 5px 0; }

/* Card style*/
.sidebar-bottom-none .cxb-section.cxm-card .cxe-section-header, .sidebar-bottom-none .cxb-section.cxm-well .cxe-section-header {
  border-bottom: none; }

.block-item {
  border-left: 1px solid #d1dee4;
  padding: 5px; }
  .block-item h6 {
    font-weight: 300; }
  .block-item span {
    font-weight: 400; }
  .block-item:first-child {
    border-left: none; }

.cxb-section.cxm-card, .cxb-section.cxm-well {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.75); }
  .cxb-section.cxm-card .cxe-section-header, .cxb-section.cxm-well .cxe-section-header {
    position: relative;
    border: none;
    border-bottom: solid #d1dee4 1px;
    margin: 0;
    padding: 5px 10px; }
  .cxb-section.cxm-card .cxe-section-body, .cxb-section.cxm-well .cxe-section-body {
    background: #fff;
    margin: 0;
    padding: 0; }
  .cxb-section.cxm-card .text-content, .cxb-section.cxm-well .text-content {
    padding: 5px; }
  .cxb-section.cxm-card .text-decription, .cxb-section.cxm-well .text-decription {
    font-size: 12px;
    padding-top: 4px;
    padding-left: 10px;
    color: #777777; }

.container {
  padding: 10px; }
  .container-background {
    background-color: white; }

.header-normal {
  border: none;
  border-bottom: #d1dee4 1px solid;
  padding: 5px 10px;
  min-height: 28px; }
  .header-normal .title-label {
    padding-top: 2px; }
    .header-normal .title-label span {
      font-weight: 500;
      color: #11729F; }
  .header-normal h5 {
    font-weight: 300; }
  .header-normal h6, .header-normal h2 {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px; }
  .header-normal button {
    float: right;
    display: inline-block; }

.minimal-bottom-border {
  border-bottom: #d1dee4 1px solid; }

.normal-margin {
  margin: 20px; }

.minimal-margin {
  margin: 10px; }

.minimal-right-margin {
  margin-right: 10px; }

.minimal-top-margin {
  margin-top: 10px; }

.micro-right-margin {
  margin-right: 5px; }

.micro-sides-margin {
  margin-right: 5px;
  margin-left: 5px; }

.minimal-padding {
  padding: 10px; }

.float-r {
  float: right; }

.float-l {
  float: left; }

/* status colors*/
.status-label {
  white-space: nowrap; }
  .status-label i {
    margin-right: 5px; }

.announcment-toast {
  width: calc(100vw - 30px);
  background: linear-gradient(to bottom, #2dade9, #8ad1f2, white, white, #eaf6fb);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 6px; }

.status-warning {
  color: #ccc677;
  border-radius: 6px; }

.status-alert {
  color: #ccc677; }

.status-info {
  color: #11729F; }

.status-announcement {
  color: #5d7179; }

.s {
  font-size: 15px; }
  .s-success {
    color: #77cc89; }
  .s-info {
    color: #11729F; }
  .s-error {
    color: #cc7777; }
  .s-pending {
    color: #ccc677; }
    .s-pending-none {
      color: #333333; }
  .s-undefined {
    color: #5d7179; }

.border-status {
  position: absolute;
  background-color: #eaf6fb;
  border-left: solid 5px;
  padding: 3px 5px;
  width: 15%;
  position: absolute;
  right: 0;
  text-align: center;
  font-weight: 500;
  top: 5px; }
  .border-status-success {
    border-color: #77cc89; }
  .border-status-info {
    border-color: #11729F; }
  .border-status-error {
    border-color: #cc7777; }
  .border-status-pending {
    border-color: #ccc677; }

.tag-status {
  background-color: #eaf6fb;
  border-left: solid 5px;
  padding: 3px 5px;
  text-align: center;
  font-weight: 500; }
  .tag-status-success {
    border-color: #77cc89; }
  .tag-status-info {
    border-color: #11729F; }
  .tag-status-error {
    border-color: #cc7777; }
  .tag-status-pending {
    border-color: #ccc677; }
  .tag-status-none {
    border-color: #c9dde6; }

/* Links and icons */
a {
  color: #11729F; }
  a:focus {
    color: #1693cd;
    outline: 2px solid #11729F !important; }
  a:active {
    color: #0c5171; }
  a:visited {
    color: #073043; }

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

/* text-helpers*/
.full-width {
  width: 100%; }

.user-prop-key {
  font-weight: 500; }

.user-prop-value {
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  font-size: medium;
  font-weight: 400; }

button {
  border-radius: 2px; }

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

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

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

.clear::after {
  display: block;
  content: "";
  clear: both; }

.float-r {
  float: right; }

.float-l {
  float: left; }

.float-n {
  float: none; }

/* Rotate */
.r-right {
  transform: rotate(90deg); }

.r-left {
  transform: rotate(270deg); }

/*Form style*/
.block-form .cxb-textfield input,
.block-form .cxb-lookupfield input {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px; }
  .block-form .cxb-textfield input:focus,
  .block-form .cxb-lookupfield input:focus {
    border: #11729F solid 1px; }

.block-form .cxb-textfield .cxe-lookupfield-dropdown input,
.block-form .cxb-lookupfield .cxe-lookupfield-dropdown input {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px; }
  .block-form .cxb-textfield .cxe-lookupfield-dropdown input:focus,
  .block-form .cxb-lookupfield .cxe-lookupfield-dropdown input:focus {
    border: #11729F solid 1px; }

.block-form .cxb-textfield .cxe-lookupfield-input,
.block-form .cxb-lookupfield .cxe-lookupfield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px;
  padding-left: 15px;
  min-width: 177px; }
  .block-form .cxb-textfield .cxe-lookupfield-input .cxe-lookupfield-tag-value,
  .block-form .cxb-lookupfield .cxe-lookupfield-input .cxe-lookupfield-tag-value {
    word-break: break-all; }
  .block-form .cxb-textfield .cxe-lookupfield-input .cxe-lookupfield-tag,
  .block-form .cxb-lookupfield .cxe-lookupfield-input .cxe-lookupfield-tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%; }

.label-form div .cxb-textfield {
  width: calc(100% - 200px);
  display: contents;
  font-weight: 500; }

.label-form div .cxb-label {
  font-weight: 300;
  width: 200px;
  text-align: right;
  padding-right: 15px; }

.cam-form .form-toplayout {
  width: 100%; }

.cam-form .cxb-labelstoplayout {
  width: 100%; }

.cam-form .cxb-textfield .cxe-textfield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px; }
  .cam-form .cxb-textfield .cxe-textfield-input:focus {
    border: #11729F solid 1px; }

.cam-form .cxb-textarea .cxe-textarea-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px; }
  .cam-form .cxb-textarea .cxe-textarea-input:focus {
    border: #11729F solid 1px; }

.cam-form .cxb-datetimefield .cxe-datetimefield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px; }
  .cam-form .cxb-datetimefield .cxe-datetimefield-input:focus {
    border: #11729F solid 1px; }

.cam-form .cxb-lookupfield .cxe-lookupfield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px; }
  .cam-form .cxb-lookupfield .cxe-lookupfield-input:focus {
    border: #11729F solid 1px; }

.cam-form .dropdown-icon .cxb-dropdown .cxm-dropdown .cxe-list-item i {
  margin-right: 5px;
  color: #1693cd;
  font-size: 12px; }

.cam-form .dropdown-hide-arrow .cxe-lookupfield-tool .cxe-lookupfield-icon {
  display: none; }

.cam-form .cxb-numberfield .cxe-numberfield-input {
  border-radius: 2px;
  border: #d1dee4 solid 1px; }
  .cam-form .cxb-numberfield .cxe-numberfield-input:focus {
    border: #11729F solid 1px; }

.cam-form .radio-field .cxb-radio {
  margin-right: 24px; }
  .cam-form .radio-field .cxb-radio .cxe-radio-input {
    border-color: #11729F;
    text-align: left; }
    .cam-form .radio-field .cxb-radio .cxe-radio-input.cxs-checked {
      color: #11729F; }
      .cam-form .radio-field .cxb-radio .cxe-radio-input.cxs-checked .cxe-radio-text {
        font-weight: 500; }

/* Window style*/
/* Login style */
.login-container {
  width: 500px;
  margin: 5% auto;
  padding: 25px;
  background: #fff; }
  .login-container .form-title {
    margin: 35px 0; }
    .login-container .form-title h3 {
      font-weight: 300;
      margin-bottom: 15px; }
  .login-container .inline-form label {
    width: auto; }

/* Jobs details style */
.log-message {
  max-width: 500px; }
  .log-message span {
    word-wrap: break-word;
    display: block; }

/* Layout style */
#app,
.layout {
  margin: 0;
  height: 100%;
  background: linear-gradient(to bottom, #8ad1f2, #b8e3f7, white, white, #eaf6fb);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #app .header-top,
  .layout .header-top {
    background-color: #fff;
    padding: 5px 15px; }
  #app.inner-frame,
  .layout.inner-frame {
    background: transparent !important; }

/* LAYOUT */
/* Card Layout css*/
.layout-main {
  flex: 1 1 0%;
  align-items: stretch;
  padding: 15px; }
  .layout-main .cxb-grid {
    padding: 0; }

.cxe-scroller-left-arrow-users {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 20px;
  cursor: pointer;
  display: none; }

.layout-footer {
  padding: 5px;
  background: white; }

/* TOPBAR */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  padding: 0 15px; }

.topbar-left {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  padding: 4px 0; }

.topbar-right {
  flex: 1 1 0%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.topbar-middle {
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.brand-logo {
  display: inline-block;
  height: 32px;
  padding: 5px 0; }
  .brand-logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */ }

.topbar span.dummy {
  width: 0;
  padding: 0 0 0 20px;
  height: 32px; }

.cxb-button {
  margin: 0; }

.loading-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20em;
  width: 20em; }

.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd; }

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #1daac2;
  animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

.error-text {
  color: #e73d4a;
  font-size: 13px; }

.example-queries {
  text-align: right;
  width: 38%;
  font-size: 13px; }

/* Content mover style*/
/* Services style */
#55aad0 {
  display: block;
  padding: 15px;
  min-height: 300px;
  /*.metadata_table td,
    th {
        border: 1px solid #ddd;
        padding: 8px;
        max-height: 200px;
    }*/ }
  #55aad0 .info-text {
    color: #c6c4c4;
    right: 0px;
    margin-left: 25%; }
    #55aad0 .info-text i {
      padding: 10px; }
  #55aad0 .cxb-link,
  #55aad0 .cxs-pad {
    cursor: pointer; }
  #55aad0 .cron-job-info,
  #55aad0 .select-s3-profile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    #55aad0 .cron-job-info .cxb-label,
    #55aad0 .select-s3-profile .cxb-label {
      margin-left: 10px; }
  #55aad0 #style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }
  #55aad0 #style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5; }
  #55aad0 #style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d62929; }
  #55aad0 .link-add {
    float: right;
    margin-top: -9px; }
  #55aad0 .tabs-wrapper {
    border-top: 1px solid lightgray;
    background: white;
    padding: 5px;
    min-height: 300px;
    max-height: 400px; }
    #55aad0 .tabs-wrapper .details-table {
      width: "100%"; }
  #55aad0 .empty-state {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    #55aad0 .empty-state .empty-state__item {
      flex: 0 0 auto;
      text-align: center; }
      #55aad0 .empty-state .empty-state__item h3 {
        font-size: 16px;
        color: #d2d2d2;
        margin-top: 10px;
        font-weight: 400; }
        #55aad0 .empty-state .empty-state__item h3 a {
          color: #11729F;
          margin-left: 8px; }
  #55aad0 .service-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #55aad0 .service-block header {
      padding: 5px;
      flex: 1 1 auto;
      border-bottom: #f2f2f2 solid 1px;
      margin-bottom: 5px; }
    #55aad0 .service-block footer {
      padding: 20px 0;
      flex: 1 1 auto;
      border-top: #f2f2f2 solid 1px;
      margin-bottom: 5px;
      text-align: center; }
  #55aad0 .rotateIcon {
    display: inline-block;
    animation: spin 1000ms linear infinite; }

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(-90deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(-90deg); } }

@keyframes spin {
  to {
    transform: rotate(-90deg); } }
  #55aad0 .status-marks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-item: center; }
  #55aad0 .start_style {
    width: 80px;
    background: #d2ecf8;
    line-height: 27px;
    text-align: center; }
  #55aad0 .finish_style {
    width: 80px;
    background: #a4e5b6;
    line-height: 27px;
    text-align: center; }
  #55aad0 .error_style {
    width: 80px;
    background: #f8dcdc;
    line-height: 27px;
    text-align: center; }
  #55aad0 .start_style_tick {
    background: #89e4f8; }
  #55aad0 .finish_style_tick {
    background: #00b246; }
  #55aad0 .error_style_tick {
    background: #ff005b; }
  #55aad0 .cxe-progressbar-indicator {
    background-color: #c3eaf9; }
  #55aad0 .cxb-progressbar {
    display: inline-block !important; }
  #55aad0 .status-marks {
    justify-content: center !important;
    align-self: center !important; }
    #55aad0 .status-marks span {
      margin-left: 2px; }
  #55aad0 .radio-buttons label:nth-child(2) {
    margin-left: 90px; }
  #55aad0 .a_tag_styling {
    font-size: 20px;
    color: green;
    top: -33px;
    position: relative; }
  #55aad0 .metadata_table {
    height: 350px; }
    #55aad0 .metadata_table .cxb-labelsleftlayout td,
    #55aad0 .metadata_table th {
      border: 0px solid #ddd; }
    #55aad0 .metadata_table .user-uploadcsv {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100px;
      border: solid 1px rgba(0, 0, 0, 0.06);
      margin-bottom: 5px; }
  #55aad0 .metadata_table_inner {
    border: 0px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%; }
    #55aad0 .metadata_table_inner .child {
      padding: 10px; }
  #55aad0 .horizondal_rule {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc); }
  #55aad0 .footer_settings .cxb-labelsleftlayout {
    width: 100%; }
  #55aad0 .loader_metadata {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 5px;
    height: 5px;
    animation: spinner 2s linear infinite; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
  #55aad0 .select-s3-profile .cxb-label {
    margin-left: 20px; }
  #55aad0 .select-s3-profile .cxb-lookupfield {
    width: 228px; }
  #55aad0 .card {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
    transition: 0.3s all ease-in-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    #55aad0 .card:hover {
      -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08); }
  #55aad0 .summary-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 15px 0; }
    #55aad0 .summary-wrapper .card {
      margin: 5px;
      padding: 0;
      flex: 1 1 auto;
      max-width: 25px;
      min-width: 250px; }
      #55aad0 .summary-wrapper .card .card-body {
        padding: 15px; }
        #55aad0 .summary-wrapper .card .card-body h4 {
          text-align: center;
          font-size: 16px;
          margin: 20px 0 18px 0; }
        #55aad0 .summary-wrapper .card .card-body .summary-card__info {
          padding: 0; }
          #55aad0 .summary-wrapper .card .card-body .summary-card__info ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            #55aad0 .summary-wrapper .card .card-body .summary-card__info ul li {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: space-between;
              align-items: flex-start;
              padding: 8px 0 0 0;
              padding-bottom: 8px;
              border-bottom: 1px dotted #f2f2f2; }
              #55aad0 .summary-wrapper .card .card-body .summary-card__info ul li:last-child {
                border-bottom: 0; }
              #55aad0 .summary-wrapper .card .card-body .summary-card__info ul li span {
                font-size: 14px; }
                #55aad0 .summary-wrapper .card .card-body .summary-card__info ul li span:last-child {
                  font-size: 16px;
                  font-weight: 600;
                  background-color: #f6f6f6;
                  -webkit-border-radius: 3px;
                  border-radius: 3px;
                  padding: 3px 6px; }
  #55aad0 .total-info {
    margin-left: 35px;
    background-color: #00a4e5; }
  #55aad0 .total-value {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em; }
  #55aad0 .error-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }

.upload_form {
  border: 1px solid #ddd;
  min-height: 350px;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center; }

.min-height_service .metadata-mapping_modal {
  min-height: 350px;
  max-height: 350px; }

.metadata-mapping_modal {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px rgba(0, 0, 0, 0.06); }
  .metadata-mapping_modal h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; }
  .metadata-mapping_modal button {
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px; }
  .metadata-mapping_modal table {
    margin-left: 20%; }
  .metadata-mapping_modal .metadata-loading {
    margin-left: 42%;
    padding-top: 20px; }
  .metadata-mapping_modal .center_items {
    display: flex;
    align-items: center;
    justify-content: center; }

.wizard-review {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative; }
  .wizard-review .cxb-textfield {
    width: 300px; }
  .wizard-review__block {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto; }
    .wizard-review__block:first-child {
      width: 50%;
      margin-right: 15px;
      border: solid 1px rgba(0, 0, 0, 0.06); }
    .wizard-review__block:last-child {
      width: 50%;
      margin-right: 15px;
      border: solid 1px rgba(0, 0, 0, 0.06); }
    .wizard-review__block h3 {
      font-size: 14px;
      padding: 10px 15px;
      border-bottom: solid 1px rgba(0, 0, 0, 0.06); }
    .wizard-review__block ul {
      list-style: none;
      display: block;
      margin: 7px 0 0 0;
      padding: 0; }
      .wizard-review__block ul li {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 15px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.06); }
        .wizard-review__block ul li:last-child {
          border-bottom: 0; }
        .wizard-review__block ul li .cxb-label {
          min-width: 30%; }
    .wizard-review__block .wizard-mapping {
      display: block;
      overflow-x: hidden;
      overflow-y: auto; }

.border-box-bottom {
  box-sizing: border-box;
  border-bottom: 3px solid #3C9BDD; }

.test_wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: none;
  touch-action: none;
  background: rgba(246, 246, 246, 0.9);
  padding: 10px 15px;
  font-size: 16px; }
  .test_wrapper .test-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center; }

.data-mover .cardTableCountContainer {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 20px;
  display: block; }

.data-mover .cardTableCount {
  min-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial; }

.data-mover .cardTableCountBoxShadow {
  box-shadow: 9px 1px 4px -6px rgba(0, 0, 0, 0.2); }

.data-mover .cardTableCountValue {
  color: grey;
  font-size: 22px; }

.data-mover .cxb-link {
  cursor: pointer; }

.data-mover .archive_add-service {
  min-height: 300px;
  padding: 10px;
  display: block; }
  .data-mover .archive_add-service .add-new_button {
    display: block;
    width: 100%; }
    .data-mover .archive_add-service .add-new_button button {
      position: relative;
      float: right;
      margin: 0px 0px 5px 10px; }
  .data-mover .archive_add-service .entity-type {
    float: right;
    margin-bottom: 2px;
    margin-right: 0px;
    margin-top: -5px; }
    .data-mover .archive_add-service .entity-type span {
      color: grey;
      margin-right: 5px; }
  .data-mover .archive_add-service .header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px; }
    .data-mover .archive_add-service .header .back-arrow {
      flex-basis: 0 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      flex-grow: 1; }
      .data-mover .archive_add-service .header .back-arrow .cxb-link {
        flex: 0 0 auto;
        margin-right: 10px;
        font-size: 14px; }
        .data-mover .archive_add-service .header .back-arrow .cxb-link:last-child {
          margin-right: 0;
          color: rgba(0, 0, 0, 0.6);
          cursor: default; }
          .data-mover .archive_add-service .header .back-arrow .cxb-link:last-child:hover {
            text-decoration: none; }
      .data-mover .archive_add-service .header .back-arrow span {
        flex: 0 0 auto;
        margin-right: 10px;
        color: rgba(0, 0, 0, 0.3); }
    .data-mover .archive_add-service .header .info-items {
      flex: 0 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      margin-left: auto; }
      .data-mover .archive_add-service .header .info-items .source-info {
        flex: 0 0 auto;
        position: relative;
        margin-left: 10px;
        cursor: pointer; }
        .data-mover .archive_add-service .header .info-items .source-info .icon-holder {
          display: block;
          padding: 6px;
          font-size: 13px;
          position: relative;
          padding-right: 19px;
          border: rgba(0, 0, 0, 0.06) solid 1px;
          border-radius: 4px; }
          .data-mover .archive_add-service .header .info-items .source-info .icon-holder .fa {
            font-size: 14px;
            position: absolute;
            right: 3px;
            top: 50%;
            transform: translateY(-50%); }
        .data-mover .archive_add-service .header .info-items .source-info .source-info-list {
          padding-top: 5px;
          position: absolute;
          right: 0;
          top: 100%;
          margin-top: 10px;
          min-width: 450px;
          background-color: #fff;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          z-index: 99; }
          .data-mover .archive_add-service .header .info-items .source-info .source-info-list .source-info__items {
            display: flex;
            text-transform: capitalize;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: nowrap;
            padding: 8px 10px;
            border-bottom: rgba(0, 0, 0, 0.06) solid 1px; }
            .data-mover .archive_add-service .header .info-items .source-info .source-info-list .source-info__items span {
              font-size: 14px;
              flex: 0 0 auto;
              text-align: left; }
              .data-mover .archive_add-service .header .info-items .source-info .source-info-list .source-info__items span:first-child {
                min-width: 180px; }
        .data-mover .archive_add-service .header .info-items .source-info .edit-list {
          min-width: 100px !important;
          max-width: 100px !important; }
          .data-mover .archive_add-service .header .info-items .source-info .edit-list .source-info__items span {
            min-width: auto !important; }
  .data-mover .archive_add-service .wizard-review .wizard-review__block {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto; }
    .data-mover .archive_add-service .wizard-review .wizard-review__block .cxb-textfield {
      width: 600px; }
    .data-mover .archive_add-service .wizard-review .wizard-review__block h3 {
      font-weight: 24px;
      font-size: 18px; }
  .data-mover .archive_add-service .pagintion-navigation_option {
    color: grey;
    text-transform: capitalize;
    font-size: 13px;
    cursor: pointer;
    padding: 5px; }
  .data-mover .archive_add-service .pagintion-navigation_option:hover {
    background-color: gainsboro; }
  .data-mover .archive_add-service .graph-tooltip {
    padding-top: 10px; }
    .data-mover .archive_add-service .graph-tooltip p {
      margin: 0px;
      padding: 0px; }

.data-mover .error-details {
  min-height: 420px !important;
  overflow-x: hidden;
  overflow-y: scroll; }

.data-mover .cxe-window-body {
  padding: 0px !important; }

.data-mover .main-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: #fff;
  height: 30px; }
  .data-mover .main-header .logo {
    flex: 0 0 auto;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    .data-mover .main-header .logo span {
      flex: 0 0 auto;
      text-transform: uppercase; }
      .data-mover .main-header .logo span:first-child {
        width: 50px;
        margin-right: 8px; }
    .data-mover .main-header .logo img {
      display: inline-block;
      max-width: 100%; }

.data-mover .main {
  display: flex;
  flex-direction: column; }
  .data-mover .main .cam-data {
    padding: 0;
    margin: 0; }
    .data-mover .main .cam-data .header-tab {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: nowrap;
      background-color: #fff;
      border-bottom: #00a4e5 solid 3px;
      height: 40px;
      padding: 0px 15px; }
      .data-mover .main .cam-data .header-tab a {
        flex: 0 0 auto;
        padding: 0 10px;
        position: relative;
        line-height: 40px;
        overflow: hidden; }
        .data-mover .main .cam-data .header-tab a.cxs-active {
          background-color: #a0e0f6;
          border-color: #00a4e5;
          border-style: solid;
          border-width: 0 1px;
          color: #004661;
          top: 0;
          height: 43px; }
          .data-mover .main .cam-data .header-tab a.cxs-active:after {
            position: absolute;
            content: "";
            height: 3px;
            width: 100%;
            background-color: #00a4e5;
            top: 0px;
            left: 0;
            z-index: 1; }
    .data-mover .main .cam-data .content-wrapper {
      padding: 20px;
      display: flex;
      flex-direction: column;
      background: #a0e0f6;
      background: -moz-linear-gradient(to bottom, #a0e0f6 0%, #fff 50%);
      background: -webkit-linear-gradient(to bottom, #a0e0f6 0%, #fff 50%);
      background: linear-gradient(to bottom, #a0e0f6 0%, #fff 50%); }
      .data-mover .main .cam-data .content-wrapper .tab-content {
        background: #fff;
        padding: 8px;
        border-radius: 4px; }

.data-mover .content-table-list__tasks {
  width: 100% !important;
  min-height: 300px !important;
  max-height: 300px !important; }

.data-mover .details-table__list {
  border-top: 1px solid lightgray !important;
  background: white !important;
  padding: 5px !important;
  min-height: 330px !important; }

.data-mover .center_items {
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center; }

.data-mover .run-summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding-top: 13px; }
  .data-mover .run-summary .run-summary__item {
    flex: 0 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background-color: rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.02); }
    .data-mover .run-summary .run-summary__item:after, .data-mover .run-summary .run-summary__item:before {
      position: absolute;
      z-index: 99;
      right: -13px;
      content: "";
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.1); }
    .data-mover .run-summary .run-summary__item:after {
      width: 30px;
      height: 30px;
      bottom: 15px; }
    .data-mover .run-summary .run-summary__item:before {
      width: 40px;
      height: 40px;
      bottom: -14px; }
    .data-mover .run-summary .run-summary__item .item-left {
      flex: 0 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      width: 50px;
      padding: 8px 0;
      border-right: solid 1px rgba(0, 0, 0, 0.05);
      background-color: #00aade;
      border-radius: 4px;
      overflow: hidden; }
      .data-mover .run-summary .run-summary__item .item-left img {
        max-width: 100%; }
    .data-mover .run-summary .run-summary__item .item-right {
      flex: 0 0 auto;
      padding: 8px;
      min-width: 80px; }
      .data-mover .run-summary .run-summary__item .item-right .file-type {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 5px; }
        .data-mover .run-summary .run-summary__item .item-right .file-type:last-child {
          margin: 0;
          margin-top: 9px;
          font-weight: 600; }
        .data-mover .run-summary .run-summary__item .item-right .file-type span {
          flex: 0 0 auto;
          margin-right: 8px;
          color: #555555; }
          .data-mover .run-summary .run-summary__item .item-right .file-type span:last-child {
            margin: 0; }

.data-mover .run-graph .cxb-column {
  cursor: pointer; }

.data-mover .run-graph .cxs-color-0 {
  fill: #1ac0f3;
  stroke: #1ac0f3;
  background: #1ac0f3;
  border-color: #1ac0f3; }

.data-mover .run-graph .cxs-color-3 {
  fill: #00aade;
  stroke: #00aade;
  background: #00aade;
  border-color: #00aade; }

.data-mover .run-graph .cxs-color-6 {
  fill: #048bb3;
  stroke: #048bb3;
  background: #048bb3;
  border-color: #048bb3; }

.data-mover .run-graph .cxs-color-10 {
  fill: #02779a;
  stroke: #02779a;
  background: #02779a;
  border-color: #02779a; }

.data-mover .run-graph .cxs-color-13 {
  fill: #055d77;
  stroke: #055d77;
  background: #055d77;
  border-color: #055d77; }

.data-mover .run-graph .cxb-svg {
  overflow: visible; }
  .data-mover .run-graph .cxb-svg svg {
    overflow: visible; }

.data-mover .run-graph .cxb-legend {
  display: block;
  margin-top: 30px; }

.data-mover .overlay-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
  /* ie fallback png background image */
  z-index: 9999;
  color: white; }

.error-details {
  min-height: 420px !important;
  overflow-x: hidden;
  overflow-y: auto; }
  .error-details .wizard-review {
    margin: 10px; }

.graph-tooltip {
  padding-top: 5px;
  width: 135px; }
  .graph-tooltip p {
    margin: 0px;
    padding: 0px; }
    .graph-tooltip p span {
      display: inline-block; }
    .graph-tooltip p .header {
      font-weight: bold;
      margin-bottom: 5px; }
    .graph-tooltip p .label {
      width: 60px; }
    .graph-tooltip p .value {
      padding-left: 5px;
      font-weight: bold; }

.link-style {
  font-weight: normal;
  width: 80px;
  text-align: center; }

.mirror-list {
  width: 95px;
  padding-left: 16px !important; }

/*.metadata_table td,
th {
    border: 1px solid #ddd;
    padding: 8px;
    max-height: 200px;
}
*/
.metadata_table {
  height: 350px; }
  .metadata_table .cxb-labelsleftlayout td,
  .metadata_table th {
    border: 0px solid #ddd; }
  .metadata_table .user-uploadcsv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: solid 1px rgba(0, 0, 0, 0.06);
    margin-bottom: 5px; }

.min-height_service .metadata-mapping_modal {
  min-height: 350px;
  max-height: 350px; }

.metadata-mapping_modal {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px rgba(0, 0, 0, 0.06); }
  .metadata-mapping_modal .info-text {
    color: #c6c4c4;
    right: 0px;
    margin-left: 25%; }
    .metadata-mapping_modal .info-text i {
      padding: 10px; }
  .metadata-mapping_modal h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; }
  .metadata-mapping_modal button {
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px; }
  .metadata-mapping_modal table {
    margin-left: 20%; }
  .metadata-mapping_modal .metadata-loading {
    margin-left: 42%;
    padding-top: 20px; }
  .metadata-mapping_modal .center_items {
    display: flex;
    align-items: center;
    justify-content: center; }

.metadata_table_inner {
  border: 0px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%; }
  .metadata_table_inner .child {
    padding: 10px; }

/* Archive style conected with content mover*/
.archive_add-service {
  min-height: 390px;
  display: flex;
  justify-content: center;
  /* .metadata_table td,
    th {
        border: 1px solid #ddd;
        padding: 8px;
        max-height: 200px;
    */ }
  .archive_add-service .stepwizard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0 15px 0; }
  .archive_add-service .stepwizard-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 0 auto; }
  .archive_add-service .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
  .archive_add-service .stepwizard .btn.disabled,
  .archive_add-service .stepwizard .btn[disabled],
  .archive_add-service .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb; }
  .archive_add-service .stepwizard-row:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 2px;
    background-color: #c7c7c7;
    z-index: 0; }
  .archive_add-service .stepwizard-step {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    max-width: 25%; }
    .archive_add-service .stepwizard-step a {
      width: 40px;
      display: inline-block;
      height: 40px;
      text-align: center;
      color: #555555;
      font-size: 18px;
      line-height: 41px;
      background-color: #c7c7c7;
      border: #fff solid 4px;
      border-radius: 50%;
      cursor: default; }
      .archive_add-service .stepwizard-step a.btn-circle {
        background-color: #55aad0;
        color: #fff;
        cursor: pointer; }
      .archive_add-service .stepwizard-step a.btn-circle + p {
        color: #55aad0; }
      .archive_add-service .stepwizard-step a:hover {
        text-decoration: none; }
    .archive_add-service .stepwizard-step p {
      font-size: 16px; }
  .archive_add-service .wizard-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0; }
  .archive_add-service .cxb-link {
    cursor: pointer; }
  .archive_add-service .cxs-pad {
    cursor: pointer; }
  .archive_add-service .stepwizard-step {
    max-width: 33%; }
  .archive_add-service #style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }
  .archive_add-service #style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5; }
  .archive_add-service #style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d62929; }
  .archive_add-service .link-add {
    float: right;
    margin-top: -5px; }
  .archive_add-service .task_finished {
    color: blue;
    font-style: italic;
    cursor: text;
    padding-left: 5px !important; }
  .archive_add-service .task_running {
    color: blue; }
  .archive_add-service .center_items {
    display: flex;
    align-items: center;
    height: 200px;
    justify-content: center; }
  .archive_add-service .empty-state {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .archive_add-service .empty-state .empty-state__item {
      flex: 0 0 auto;
      text-align: center; }
      .archive_add-service .empty-state .empty-state__item h3 {
        font-size: 16px;
        color: #5d7179;
        margin-top: 10px;
        font-weight: 400; }
        .archive_add-service .empty-state .empty-state__item h3 a {
          color: #11729F;
          margin-left: 8px; }
  .archive_add-service .service-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px; }
    .archive_add-service .service-block header {
      padding: 5px;
      flex: 1 1 auto;
      border-bottom: #f2f2f2 solid 1px;
      margin-bottom: 5px; }
    .archive_add-service .service-block footer {
      padding: 20px 0;
      flex: 1 1 auto;
      border-top: #f2f2f2 solid 1px;
      margin-bottom: 5px;
      text-align: center; }
  .archive_add-service .rotateIcon {
    display: inline-block;
    animation: spin 1000ms linear infinite; }

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(-90deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(-90deg); } }

@keyframes spin {
  to {
    transform: rotate(-90deg); } }
  .archive_add-service .status-marks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-item: center; }
  .archive_add-service .start_style {
    width: 80px;
    background: #d2ecf8;
    line-height: 27px;
    text-align: center; }
  .archive_add-service .finish_style {
    width: 80px;
    background: #a4e5b6;
    line-height: 27px;
    text-align: center; }
  .archive_add-service .encryption-text .cxb-label {
    margin-right: 9px;
    margin-left: 10px; }
  .archive_add-service .error_style {
    width: 80px;
    background: #f8dcdc;
    line-height: 27px;
    text-align: center; }
  .archive_add-service .start_style_tick {
    background: #89e4f8; }
  .archive_add-service .finish_style_tick {
    background: #00b246; }
  .archive_add-service .error_style_tick {
    background: #ff005b; }
  .archive_add-service .cxe-grid-col-header {
    text-align: center !important; }
  .archive_add-service .cxs-pad {
    text-align: center !important; }
  .archive_add-service .cxe-progressbar-indicator {
    background-color: #c3eaf9; }
  .archive_add-service .cxb-progressbar {
    display: inline-block !important; }
  .archive_add-service .status-marks {
    justify-content: center !important;
    align-self: center !important; }
    .archive_add-service .status-marks span {
      margin-left: 2px; }
  .archive_add-service .radio-buttons label:nth-child(2) {
    margin-left: 90px; }
  .archive_add-service .a_tag_styling {
    font-size: 20px;
    color: green;
    top: -33px;
    position: relative; }
  .archive_add-service .metadata_table {
    height: 100%; }
  .archive_add-service .metadata_table .cxb-labelsleftlayout td,
  .archive_add-service .metadata_table th {
    border: 0px solid #ddd; }
  .archive_add-service .metadata_table_inner td,
  .archive_add-service th {
    border: 1px solid #ddd;
    padding: 8px; }
  .archive_add-service .horizondal_rule {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc); }
  .archive_add-service .footer_settings .cxb-labelsleftlayout {
    width: 100%; }
  .archive_add-service .loader_metadata {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 5px;
    height: 5px;
    animation: spinner 2s linear infinite; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
  .archive_add-service .select-s3-profile .cxb-label {
    margin-left: 20px; }
  .archive_add-service .select-s3-profile .cxb-lookupfield {
    width: 228px; }
  .archive_add-service .card {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
    transition: 0.3s all ease-in-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden; }
    .archive_add-service .card:hover {
      -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08); }
  .archive_add-service .summary-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 15px 0; }
    .archive_add-service .summary-wrapper .card {
      margin: 5px;
      padding: 0;
      flex: 1 1 auto;
      max-width: 25px;
      min-width: 250px; }
      .archive_add-service .summary-wrapper .card .card-body {
        padding: 15px; }
        .archive_add-service .summary-wrapper .card .card-body h4 {
          text-align: center;
          font-size: 16px;
          margin: 20px 0 18px 0; }
        .archive_add-service .summary-wrapper .card .card-body .summary-card__info {
          padding: 0; }
          .archive_add-service .summary-wrapper .card .card-body .summary-card__info ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .archive_add-service .summary-wrapper .card .card-body .summary-card__info ul li {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: space-between;
              align-items: flex-start;
              padding: 8px 0 0 0;
              padding-bottom: 8px;
              border-bottom: 1px dotted #f2f2f2; }
              .archive_add-service .summary-wrapper .card .card-body .summary-card__info ul li:last-child {
                border-bottom: 0; }
              .archive_add-service .summary-wrapper .card .card-body .summary-card__info ul li span {
                font-size: 14px; }
                .archive_add-service .summary-wrapper .card .card-body .summary-card__info ul li span:last-child {
                  font-size: 16px;
                  font-weight: 600;
                  background-color: #f6f6f6;
                  -webkit-border-radius: 3px;
                  border-radius: 3px;
                  padding: 3px 6px; }
  .archive_add-service .list-loader {
    margin-top: 5%;
    min-height: 220px; }
  .archive_add-service .archive-add .cxb-lookupfield {
    width: 290px !important; }
  .archive_add-service .total-info {
    margin-left: 35px;
    background-color: #00a4e5; }
  .archive_add-service .total-value {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em; }
  .archive_add-service .error-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
  .archive_add-service .content-table-list__detail {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    margin: 0px;
    padding: 0px; }
  .archive_add-service .content-table-list__tasks {
    width: 100%;
    min-height: 400px;
    max-height: 300px; }
  .archive_add-service .details-table__list {
    border-top: 1px solid lightgray !important;
    background: white !important;
    margin: 0px;
    padding: 0px !important;
    min-height: 390px !important; }
  .archive_add-service .model-form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .archive_add-service .wizard-form-items {
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
    border: #f2f2f2 solid 1px; }

.cxe-window-body {
  overflow-x: hidden; }

/* Csvuploader log style */
.details {
  margin-left: 6.5%; }
  .details .cxb-textfield {
    width: 50%;
    display: contents; }
  .details .cxb-label {
    font-weight: bolder; }

.expandIcon .cxe-button-icon {
  color: black; }

.expandIcon .cxm-hollow:hover {
  color: black;
  border-color: #bfbfbf;
  text-decoration: none; }

.expandIcon .cxb-button.cxm-hollow {
  color: black;
  background-color: transparent; }

.expandIcon .cxb-button.cxm-hollow:hover {
  color: black;
  background-color: none; }

.expandIcon .cxb-button.cxm-hollow:focus {
  background-color: transparent; }

.expandIcon .cxb-button.cxm-hollow:active {
  background-color: transparent; }

.copy_button {
  background-color: #26aae2;
  border-color: #26aae2;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 28px;
  box-shadow: inset 0 -2px rgba(128, 128, 128, 0.1);
  border-width: 1px;
  border-radius: 0;
  border-style: solid;
  user-select: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none; }

.log_select .cxb-select {
  width: 50px;
  margin-right: 3%; }

.export_button .cxb-button {
  margin-left: 5px;
  margin-bottom: 5px; }

.status-warning {
  color: #d8c016c4; }

.column-width-3 {
  width: 3%; }

.column-width-6 {
  width: 6%; }

.column-width-15 {
  width: 15%; }

.logs-navigation {
  padding: 5px; }
  .logs-navigation .task-id_container {
    display: flex;
    flex-direction: row; }
    .logs-navigation .task-id_container .task-id {
      display: block;
      padding-bottom: 9px;
      font-weight: bolder; }
    .logs-navigation .task-id_container .refresh-button {
      margin-left: auto;
      font-weight: bold;
      font-size: 16px;
      padding-right: 10px; }
  .logs-navigation .log-breadCrumb {
    cursor: pointer;
    color: #5387ef; }
    .logs-navigation .log-breadCrumb:hover {
      text-decoration: underline; }

.total-info {
  background-color: #00a4e5;
  padding: 3px;
  border-radius: 3px;
  margin-bottom: 3px;
  color: white; }

.summary-li .summary-li_items {
  margin-bottom: 5px; }

.summary-li ul li {
  padding: 5px; }

/* Jo Style, END*/
.fetch-count__modal {
  min-height: 200px; }
  .fetch-count__modal .cxe-window-body {
    display: flex;
    justify-content: center;
    align-items: center; }

.form-border-bottom {
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px; }

.cron-job-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .cron-job-info .cxb-label {
    margin-left: 10px; }
  .cron-job-info .cxb-lookupfield {
    width: 140px !important; }

.source-system {
  padding: 10px; }
  .source-system .cron-job-info {
    align-items: flex-start;
    justify-content: flex-start; }
    .source-system .cron-job-info div {
      padding: 5px; }

.file-download {
  color: #3AA6D8;
  cursor: pointer; }
  .file-download:hover {
    text-decoration: underline; }

.zoom-window {
  min-height: 16em !important; }
  .zoom-window .cxm-modal {
    width: 30em !important;
    max-height: 16em !important; }

.source-system .file-download {
  width: 50%;
  text-align: right;
  padding-right: 5px; }

.source-system-sync {
  background-color: #5EAB2E !important;
  border: #5EAB2E !important; }
  .source-system-sync:hover {
    color: white; }

.additionalOptions {
  align-items: center;
  background-color: #f4fbfe;
  border-width: 5px;
  border-left-style: solid;
  border-color: #11729F; }

.copyToTeamsMessage {
  height: 14vh;
  background-color: #f4fbfe;
  border-radius: 10px;
  border-width: 2px;
  border-color: #26aae2;
  border-style: solid; }

.warningMessage {
  border-color: #ffaa5b;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  display: flex; }

.warningIcon {
  color: white;
  padding: 10px;
  font-size: 5vh;
  margin: auto; }

.sync-now-styles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 40px; }

.cam-commands-label {
  font-family: Open Sans;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #6E7072; }

.cam-commands-value {
  font-size: 14px;
  color: #373A3C;
  font-family: Open Sans;
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: -0.02em; }

.add-folder {
  vertical-align: middle;
  align-items: baseline;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  border-left: #87ceeb 3px solid; }

.tooltip-info-layout {
  display: flex;
  vertical-align: middle;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
  width: 600px;
  padding: 5px;
  background-color: #e6f3f8; }

.default-right-side-margin {
  margin-right: 20px; }

.box {
  border-top: 1px solid lightgray;
  padding: 0 5px;
  cursor: pointer;
  border: none;
  box-shadow: none; }

.box:hover {
  background: #f3f3f3; }

.box .cxb-icon {
  transform: rotate(90deg);
  transition: transform 0.1s; }

.box.expanded .cxb-icon {
  transform: rotate(0); }

.sublist {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
  margin-left: 15px; }

.expanded ~ .sublist {
  max-height: 500px; }

.checkbox-circle .cxe-checkbox-input {
  border-radius: 50%; }

.analytics .original .cxb-label {
  text-align: right;
  width: 30%; }

.analytics .cxb-label {
  text-align: left;
  width: auto; }

.analytics .cxe-checkbox-input {
  border-radius: 50%; }

.analytics .cxe-section-body {
  background: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }

.analytics-tab {
  font-size: 16px; }

.analytics-h {
  color: #373A3C; }

.analytics-loader {
  color: #373A3C !important; }

.analytics-label {
  text-align: left; }
.formsteps-container .formstep-item h1 {
  font-weight: 300;
  margin-top: 10px;
  font-size: 16px; }

.formsteps-container .formstep-item.active h1 {
  font-weight: 400;
  color: #111; }

.formsteps-container .formstep-item .item-content .wizard-tab-text {
  font-weight: 300;
  margin: 10px 0 12px 0;
  font-size: 16px;
  line-height: 1.1; }
.export-button {
  z-index: 1;
  cursor: pointer;
  text-decoration: underline;
  color: #26AAE2; }
  .export-button.loading {
    color: #000 !important;
    cursor: not-allowed !important;
    opacity: 0.4; }

  .RichEditor-root {
    background: #fff;
    border: 1px solid #ddd;
    font-family: "Georgia", serif;
    font-size: 14px;
    padding: 15px;
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
  
  .RichEditor-editor {
    border-top: 1px solid #ddd;
    cursor: text;
    font-size: 16px;
    margin-top: 10px;
    height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .RichEditor-editor .public-DraftEditorPlaceholder-root,
  .RichEditor-editor .public-DraftEditor-content {
    margin: 0 -15px -15px;
    padding: 15px;
  }
  
  .RichEditor-editor .public-DraftEditor-content {
    min-height: 100px;
  }
  
  .RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
    display: none;
  }
  
  .RichEditor-editor .RichEditor-blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-family: "Hoefler Text", "Georgia", serif;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
  }
  
  .RichEditor-editor .public-DraftStyleDefault-pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: "Inconsolata", "Menlo", "Consolas", monospace;
    font-size: 16px;
    padding: 20px;
  }
  
  .RichEditor-controls {
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    user-select: none;
  }
  
  .RichEditor-styleButton {
    color: #999;
    cursor: pointer;
    margin-right: 16px;
    padding: 2px 0;
    display: inline-block;
  }
  
  .RichEditor-activeButton {
    color: #5890ff;
  }
  .restrictions-panel .accordion-header {
  padding: 15px 20px 10px; }

.restrictions-panel .accordion-content > div {
  padding: 0 20px 25px 20px; }

.restrictions-panel .display-grid-layout-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; }

.restrictions-panel .field-container table {
  width: 100%; }
